Home
last modified time | relevance | path

Searched defs:args (Results 951 - 975 of 5834) sorted by relevance

1...<<31323334353637383940>>...234

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dnode_hash_map.h548 static value_type* new_element(Allocator* alloc, Args&&... args) { in new_element() argument
571 apply(F&& f, Args&&... args) { in apply() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcordz_test_helpers.h141 Cord UnsampledCord(Args... args) { in UnsampledCord() argument
/third_party/skia/gn/
H A Dgn_to_bp_utils.py22 args = parser.parse_args() variable
/third_party/skia/bin/
H A Dcompare21 args = parser.parse_args() variable
/third_party/skia/build/fuchsia/skqp/
H A Dappend_assets_to_manifest23 args = parser.parse_args() variable
/third_party/rust/crates/syn/examples/trace-var/trace-var/src/
H A Dlib.rs187 let mut args = parse_macro_input!(args as Args); in trace_var() variables
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Damber_verify.py90 args = parseArgs() variable
/third_party/vk-gl-cts/framework/common/
H A DtcuDefs.cpp36 va_list args; in die() local
44 va_list args; in print() local
52 va_list args; in printError() local
[all...]
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeCommandLine.c42 CharPtrArray* args = tmpPool ? CharPtrArray_create(tmpPool) : DE_NULL; in deCommandLine_parse() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp51 napi_value args[1] = { nullptr }; in GetContext() local
/applications/standard/settings/napi/settings/
H A Dnapi_settings_observer.cpp135 napi_value args[ARGS_FOUR] = {nullptr}; in npai_settings_register_observer() local
200 napi_value args[ARGS_THREE] = {nullptr}; npai_settings_unregister_observer() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_process.cpp108 OH_Ability_StartNativeChildProcess(const char* entry, NativeChildProcess_Args args, NativeChildProcess_Options options, int32_t *pid) OH_Ability_StartNativeChildProcess() argument
/foundation/ability/ability_runtime/test/moduletest/ipc_ability_mgr_test/
H A Dipc_ability_mgr_module_test.cpp259 std::string args = "key"; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/
H A Dapp_mgr_service_dump_ipc_test.cpp91 std::vector<std::u16string> args; in HWTEST_F() local
132 std::vector<std::u16string> args; in HWTEST_F() local
172 std::vector<std::u16string> args; HWTEST_F() local
213 std::vector<std::u16string> args; HWTEST_F() local
254 std::vector<std::u16string> args; HWTEST_F() local
294 std::vector<std::u16string> args; HWTEST_F() local
335 std::vector<std::u16string> args; HWTEST_F() local
376 std::vector<std::u16string> args; HWTEST_F() local
417 std::vector<std::u16string> args; HWTEST_F() local
458 std::vector<std::u16string> args; HWTEST_F() local
497 std::vector<std::u16string> args; HWTEST_F() local
536 std::vector<std::u16string> args; HWTEST_F() local
575 std::vector<std::u16string> args; HWTEST_F() local
614 std::vector<std::u16string> args; HWTEST_F() local
651 std::vector<std::u16string> args; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_dump_test/
H A Dmission_list_manager_dump_test.cpp73 std::string args = STRING_EMPTY; in HWTEST_F() local
/foundation/ability/idl_tool/util/
H A Dstring_builder.cpp89 va_list args, argsCopy; in AppendFormat() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dnative_args_child_process.cpp51 void NativeArgsChildProcess::OnStart(std::shared_ptr<AppExecFwk::ChildProcessArgs> args) in OnStart() argument
73 NativeChildProcess_Args args; in ParseToNativeArgs() local
[all...]
H A Djs_child_process.cpp78 void JsChildProcess::OnStart(std::shared_ptr<AppExecFwk::ChildProcessArgs> args) in OnStart() argument
/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Dchild_process_manager_test.cpp125 AppExecFwk::ChildProcessArgs args; in HWTEST_F() local
276 auto args = std::make_shared<AppExecFwk::ChildProcessArgs>(); in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_child_process_param.cpp23 bool UnwrapChildProcessArgs(napi_env env, napi_value jsValue, AppExecFwk::ChildProcessArgs &args, in UnwrapChildProcessArgs() argument
109 WrapChildProcessArgs(napi_env env, AppExecFwk::ChildProcessArgs &args) WrapChildProcessArgs() argument
[all...]
/foundation/ability/ability_runtime/test/moduletest/ability_manager_service_dump_test/
H A Dability_manager_service_dump_test.cpp82 std::string args = "-a"; in HWTEST_F() local
99 std::string args = "-a"; in HWTEST_F() local
119 std::string args = "-a"; in HWTEST_F() local
136 std::string args = "-a"; in HWTEST_F() local
153 std::string args = "-a"; in HWTEST_F() local
170 std::string args = "-a"; HWTEST_F() local
187 std::string args = "-a"; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp245 void ButtonDeclaration::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp233 void SwiperDeclaration::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.h46 void PushTask(Args&&... args) in PushTask() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indicator.h53 void ShowNext(const JSCallbackInfo& args) in ShowNext() argument
61 void ShowPrevious(const JSCallbackInfo& args) in ShowPrevious() argument

Completed in 17 milliseconds

1...<<31323334353637383940>>...234