/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
H A D | GenerateCTimeScaleData.java | 71 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 D | protocol_lws_minimal_threadpool.c | 163 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 D | test_https_get_parallel_threads.c | 59 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 D | test_https_get_parallel.c | 58 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 D | pidns13.c | 107 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 D | utsname03.c | 48 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 D | utsname04.c | 23 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 D | userns08.c | 33 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 D | deccheck.py | 581 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 D | test_unicode.py | 28 cargs = tuple( 31 return _PyUnicode_FromFormat(format, *cargs)
|
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 971 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 D | code-assembler.h | 1269 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 D | exec.c | 440 union mksh_ccphack cargs; in execute() local 442 cargs.ro = t->args; in execute() 443 execve(t->str, cargs.rw, up); in execute()
|