Home
last modified time | relevance | path

Searched defs:app (Results 1 - 25 of 287) sorted by relevance

12345678910>>...12

/third_party/jerryscript/targets/esp8266/
H A DMakefile
/third_party/typescript/tests/baselines/reference/
H A DcontextualTypingOfTooShortOverloads.js58 var app; variable
H A DinferringClassMembersFromAssignments8.js4 var app = function() { function
/third_party/vk-gl-cts/framework/platform/ios/
H A DtcuIOSViewController.h31 tcuIOSApp* app; variable
/third_party/rust/crates/cxx/gen/cmd/src/
H A Dtest.rs49 let mut app = super::app(); in test_help() variables
H A Dmain.rs32 mod app; modules
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nic/
H A Dmain.c9 static int nfp_nic_init(struct nfp_app *app) in nfp_nic_init() argument
22 static int nfp_nic_sriov_enable(struct nfp_app *app, int num_vfs) in nfp_nic_sriov_enable() argument
27 static void nfp_nic_sriov_disable(struct nfp_app *app) in nfp_nic_sriov_disable() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app_nic.c11 int nfp_app_nic_vnic_init_phy_port(struct nfp_pf *pf, struct nfp_app *app, in nfp_app_nic_vnic_init_phy_port() argument
32 int nfp_app_nic_vnic_alloc(struct nfp_app *app, struct nfp_net *nn, in nfp_app_nic_vnic_alloc() argument
H A Dccm.c65 nfp_ccm_reply(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) in nfp_ccm_reply() argument
77 nfp_ccm_reply_drop_tag(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) in nfp_ccm_reply_drop_tag() argument
91 nfp_ccm_wait_reply(struct nfp_ccm *ccm, struct nfp_app *app, in nfp_ccm_wait_reply() argument
131 struct nfp_app *app = ccm->app; nfp_ccm_communicate() local
177 struct nfp_app *app = ccm->app; nfp_ccm_rx() local
206 nfp_ccm_init(struct nfp_ccm *ccm, struct nfp_app *app) nfp_ccm_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app_nic.c11 int nfp_app_nic_vnic_init_phy_port(struct nfp_pf *pf, struct nfp_app *app, in nfp_app_nic_vnic_init_phy_port() argument
32 int nfp_app_nic_vnic_alloc(struct nfp_app *app, struct nfp_net *nn, in nfp_app_nic_vnic_alloc() argument
/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dapp_info.cpp88 void AppInfo::SetListener(AppInfo* app) in SetListener() argument
H A Dapp_info.h70 AppClickListener(funcClick func, AppInfo* app) : funcClick_(func), appInfo_(app) {} in AppClickListener() argument
85 AppLongPressListener(funcClick func, AppInfo* app) : appInfo_(app), funcLongPress_(func) {} in AppLongPressListener() argument
H A Dswipe_view.cpp148 AppInfo* app = new AppInfo(); in BundleInfoScan() local
173 StartApp(AppInfo* app) StartApp() argument
182 ShowLongPressView(AppInfo* app) ShowLongPressView() argument
187 UninstallApp(AppInfo* app) UninstallApp() argument
201 InstallApp(AppInfo* app) InstallApp() argument
[all...]
H A Dswipe_view.h131 static bool ClickEvent(AppInfo* app) in ClickEvent() argument
138 static bool LongPressEvent(AppInfo* app) in LongPressEvent() argument
145 UninstallApp(AppInfo* app) UninstallApp() argument
152 InstallApp(AppInfo* app) InstallApp() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nic/
H A Dmain.c11 static int nfp_nic_init(struct nfp_app *app) in nfp_nic_init() argument
24 static int nfp_nic_sriov_enable(struct nfp_app *app, int num_vfs) in nfp_nic_sriov_enable() argument
29 static void nfp_nic_sriov_disable(struct nfp_app *app) in nfp_nic_sriov_disable() argument
33 static int nfp_nic_vnic_init(struct nfp_app *app, struct nfp_net *nn) in nfp_nic_vnic_init() argument
38 static void nfp_nic_vnic_clean(struct nfp_app *app, struct nfp_net *nn) in nfp_nic_vnic_clean() argument
43 static int nfp_nic_vnic_alloc(struct nfp_app *app, struct nfp_net *nn, in nfp_nic_vnic_alloc() argument
62 static void nfp_nic_vnic_free(struct nfp_app *app, struct nfp_net *nn) in nfp_nic_vnic_free() argument
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/
H A Dmain.cc31 void amber_sample_main(android_app* app) { in amber_sample_main() argument
77 void handle_cmd(android_app* app, int32_t cmd) { in handle_cmd() argument
91 void android_main(struct android_app* app) { in android_main() argument
/third_party/skia/tools/sk_app/unix/
H A Dmain_unix.cpp19 sk_app::Application* app = sk_app::Application::Create(argc, argv, (void*)display); in main() local
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dapplication_manager_proxy_test.cpp182 OHOS::AppExecFwk::ElementName app; in HWTEST_F() local
213 OHOS::AppExecFwk::ElementName app; in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/net/can/softing/
H A Dsofting_platform.h32 } boot, load, app; member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_dcbnl.c59 static int hns3_dcbnl_ieee_setapp(struct net_device *ndev, struct dcb_app *app) in hns3_dcbnl_ieee_setapp() argument
72 static int hns3_dcbnl_ieee_delapp(struct net_device *ndev, struct dcb_app *app) in hns3_dcbnl_ieee_delapp() argument
/kernel/linux/linux-6.6/drivers/net/can/softing/
H A Dsofting_platform.h32 } boot, load, app; member
/third_party/benchmark/bindings/python/google_benchmark/
H A D__init__.py31 from absl import app namespace
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H A Dh264eoutport.c44 static void * h264e_outport_ctor(void * ap_obj, va_list * app) in h264e_outport_ctor() argument
101 static void * h264e_outport_class_ctor(void * ap_obj, va_list * app) in h264e_outport_class_ctor() argument
/third_party/mesa3d/src/util/tests/
H A Dxmlconfig.cpp189 drirc_init(const char *driver, const char *drm, const char *exec_name, const char *app, int appver, const char *engine, int enginever) drirc_init() argument
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_uri.h51 char *app; member

Completed in 10 milliseconds

12345678910>>...12