Home
last modified time | relevance | path

Searched defs:arg1 (Results 51 - 75 of 307) sorted by relevance

12345678910>>...13

/third_party/python/Include/
H A Dpydtrace.h28 static inline void PyDTrace_LINE(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_LINE() argument
29 static inline void PyDTrace_FUNCTION_ENTRY(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_FUNCTION_ENTRY() argument
30 static inline void PyDTrace_FUNCTION_RETURN(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_FUNCTION_RETURN() argument
38 static inline void PyDTrace_IMPORT_FIND_LOAD_DONE(const char *arg0, int arg1) {} in PyDTrace_IMPORT_FIND_LOAD_DONE() argument
39 static inline void PyDTrace_AUDIT(const char *arg0, void *arg1) {} in PyDTrace_AUDIT() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc55 Substitute( const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) Substitute() argument
68 SubstituteAndAppend( string* output, const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) SubstituteAndAppend() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestGroupUtil.hpp104 TestGroupHelper2(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, const Arg1& arg1, CleanupGroupFunc cleanupGroup) TestGroupHelper2() argument
148 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
179 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.cpp48 Interval applyMonotone (DoubleFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone() argument
58 Interval applyMonotone (DoubleIntervalFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone() argument
/base/location/test/location_passive/source/
H A Dpassive_ability_test.cpp208 std::u16string arg1 = Str8ToStr16("arg1"); in HWTEST_F() local
/base/telephony/core_service/test/unittest/icc_file_gtest/
H A Dicc_file_gtest.cpp349 int arg1 = 1; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/
H A Dapp_mgr_service_dump_ffrt_test.cpp134 auto arg1 = Str8ToStr16(std::to_string(NUMBER_VALID_PID_1)); in HWTEST_F() local
177 auto arg1 = Str8ToStr16(pids); in HWTEST_F() local
219 auto arg1 = Str8ToStr16(pids); in HWTEST_F() local
264 auto arg1 = Str8ToStr16(pids); in HWTEST_F() local
307 auto arg1 = Str8ToStr16(pids); in HWTEST_F() local
354 auto arg1 = Str8ToStr16(pids); HWTEST_F() local
402 auto arg1 = Str8ToStr16(pids); HWTEST_F() local
448 auto arg1 = Str8ToStr16(pids); HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_broadcast.c37 static SoftBusMessage *CreateBroadcastHandlerMsg(int32_t what, uint64_t arg1, uint64_t arg2, void *obj) in CreateBroadcastHandlerMsg() argument
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_proxy.cpp266 KITS::ErrorCode NfcControllerProxy::NotifyEventStatus(int eventType, int arg1, std::string arg2) in NotifyEventStatus() argument
/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_stub.cpp317 int arg1 = data.ReadInt32(); in HandleNotifyEventStatus() local
H A Dnfc_controller_impl.cpp135 KITS::ErrorCode NfcControllerImpl::NotifyEventStatus(int eventType, int arg1, std::string arg2) in NotifyEventStatus() argument
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_test.cpp292 int arg1 = 0; in HWTEST_F() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmntentndk.cpp49 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2) in DoPlainTests() argument
H A Dmountndk.cpp37 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2) in DoPlainTests() argument
H A Dwaitndk.cpp28 int do_plain_tests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2) in do_plain_tests() argument
/third_party/alsa-lib/test/
H A Dseq.c156 int morehelp, err, arg, arg1; in main() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dtest2.c79 const char *arg1; member
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.c51 void check_call(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call() argument
63 void check_trap(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_trap() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
H A D4-2.c181 struct thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
H A D4-1.c247 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D4-3.c304 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c92 Thread arg1, arg2, arg3, arg4, arg5; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c204 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
H A D4-2.c224 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D4-3.c235 thestruct arg1, arg2; in main() local

Completed in 15 milliseconds

12345678910>>...13