Home
last modified time | relevance | path

Searched refs:cargs (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
H A DGenerateCTimeScaleData.java71 Object cargs[] = {null, null, null, null, null, null, null, null, null, null, null}; in main()
79 cargs[0] = "ticks"; in main()
81 cargs[0] = "microseconds"; in main()
83 cargs[0] = "milliseconds"; in main()
85 cargs[0] = "seconds"; in main()
87 cargs[0] = "minutes"; in main()
89 cargs[0] = "hours"; in main()
91 cargs[0] = "days"; in main()
93 cargs[0] = "INT64_C(" + Long.toString(units) + ")"; in main()
96 cargs[ in main()
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H A Dprotocol_lws_minimal_threadpool.c163 struct lws_threadpool_create_args cargs; in callback_minimal() local
192 memset(&cargs, 0, sizeof(cargs)); in callback_minimal()
194 cargs.max_queue_depth = 8; in callback_minimal()
195 cargs.threads = 3; in callback_minimal()
197 &cargs, "%s", in callback_minimal()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_https_get_parallel_threads.c59 struct https_test_data *cargs = args; in https_transfer_thread_adapter() local
64 ret = test_https_transfer (cargs->cls, in https_transfer_thread_adapter()
65 cargs->cipher_suite, cargs->proto_version); in https_transfer_thread_adapter()
H A Dtest_https_get_parallel.c58 struct https_test_data *cargs = args; in https_transfer_thread_adapter() local
64 cargs->cipher_suite, cargs->proto_version); in https_transfer_thread_adapter()
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns13.c107 const struct tst_clone_args cargs = { in run() local
114 if (!SAFE_CLONE(&cargs)) in run()
117 if (!SAFE_CLONE(&cargs)) in run()
/third_party/ltp/testcases/kernel/containers/utsname/
H A Dutsname03.c48 const struct tst_clone_args cargs = { in run() local
59 if (!SAFE_CLONE(&cargs)) { in run()
64 if (!SAFE_CLONE(&cargs)) { in run()
H A Dutsname04.c23 const struct tst_clone_args cargs = { in run() local
35 TEST(tst_clone(&cargs)); in run()
/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns08.c33 const struct tst_clone_args cargs = { in clone_newuser() local
38 return SAFE_CLONE(&cargs); in clone_newuser()
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py581 cargs = t.cop
588 cself, cargs = t.cop[0], t.cop[1:]
596 for arg in cargs:
772 cargs = t.cop
773 t.rc = getattr(context.c, t.funcname)(*cargs)
776 cargs = t.cop[1:]
777 t.rc = getattr(cself, t.funcname)(*cargs)
/third_party/python/Lib/test/test_capi/
H A Dtest_unicode.py28 cargs = tuple(
31 return _PyUnicode_FromFormat(format, *cargs)
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h971 CArgs... cargs) { in CallCFunction()
975 return CallCFunction(function, return_type, {cargs...}); in CallCFunction()
985 CArgs... cargs) { in CallCFunctionWithoutFunctionDescriptor()
990 {cargs...}); in CallCFunctionWithoutFunctionDescriptor()
1002 CArgs... cargs) { in CallCFunctionWithCallerSavedRegisters()
1007 {cargs...}); in CallCFunctionWithCallerSavedRegisters()
970 CallCFunction(Node* function, base::Optional<MachineType> return_type, CArgs... cargs) CallCFunction() argument
983 CallCFunctionWithoutFunctionDescriptor(Node* function, MachineType return_type, CArgs... cargs) CallCFunctionWithoutFunctionDescriptor() argument
999 CallCFunctionWithCallerSavedRegisters(Node* function, MachineType return_type, SaveFPRegsMode mode, CArgs... cargs) CallCFunctionWithCallerSavedRegisters() argument
H A Dcode-assembler.h1269 CArgs... cargs) { in CallCFunction()
1273 return CallCFunction(function, return_type, {cargs...}); in CallCFunction()
1280 CArgs... cargs) { in CallCFunctionWithoutFunctionDescriptor()
1285 {cargs...}); in CallCFunctionWithoutFunctionDescriptor()
1293 CArgs... cargs) { in CallCFunctionWithCallerSavedRegisters()
1298 {cargs...}); in CallCFunctionWithCallerSavedRegisters()
1268 CallCFunction(Node* function, base::Optional<MachineType> return_type, CArgs... cargs) CallCFunction() argument
1278 CallCFunctionWithoutFunctionDescriptor(Node* function, MachineType return_type, CArgs... cargs) CallCFunctionWithoutFunctionDescriptor() argument
1290 CallCFunctionWithCallerSavedRegisters(Node* function, MachineType return_type, SaveFPRegsMode mode, CArgs... cargs) CallCFunctionWithCallerSavedRegisters() argument
/third_party/mksh/
H A Dexec.c440 union mksh_ccphack cargs; in execute() local
442 cargs.ro = t->args; in execute()
443 execve(t->str, cargs.rw, up); in execute()

Completed in 14 milliseconds