/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
H A D | rdb_store_cursor_test.cpp | 59 napi_value args[1] = {nullptr};
in RdbFilePath() local 60 napi_get_cb_info(env, info, &argc, args , nullptr, nullptr);
in RdbFilePath() 63 napi_get_value_string_latin1(env, args[0], nullptr, 0, &bufferSize);
in RdbFilePath() 66 napi_get_value_string_utf8(env, args[0], buffer, bufferSize+1, &bufferSize);
in RdbFilePath()
|
/third_party/curl/lib/vquic/ |
H A D | curl_osslq.c | 851 SSL_STREAM_RESET_ARGS args = {0}; in cb_h3_reset_stream() local 852 args.quic_error_code = app_error_code; in cb_h3_reset_stream() 853 rv = !SSL_stream_reset(stream->s.ssl, &args, sizeof(args)); in cb_h3_reset_stream()
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 107 va_list args; in check() local 114 va_start(args, format); in check() 115 vsprintf(str, format, args); in check() 116 va_end(args); in check()
|
/third_party/libbpf/src/ |
H A D | btf_dump.c | 138 va_list args; in btf_dump_printf() local 140 va_start(args, fmt); in btf_dump_printf() 141 d->printf_fn(d->cb_ctx, fmt, args); in btf_dump_printf() 142 va_end(args); in btf_dump_printf() 1560 * args as a func_proto with a single void arg (e.g., in btf_dump_emit_type_chain() 1562 * going to pretend there are no args for such case. in btf_dump_emit_type_chain()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_parser_extras.cpp | 364 va_list args; 365 va_start(args, fmt); 366 char *problem = ralloc_vasprintf(this, fmt, args); 367 va_end(args);
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_disasm.c | 774 va_list args; in format() local 775 va_start(args, format); in format() 777 vsnprintf(buf, sizeof(buf) - 1, format, args); in format() 778 va_end(args); in format()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_gram.y | 62 va_list args; 71 va_start(args, fmt); 72 vfprintf(stderr, fmt, args); 73 va_end(args);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texobj.c | 629 va_list args; in incomplete() local 632 va_start(args, fmt); in incomplete() 633 vsnprintf(s, sizeof(s), fmt, args); in incomplete() 634 va_end(args); in incomplete()
|
/third_party/libexif/libexif/ |
H A D | exif-entry.c | 55 va_list args; in exif_entry_log() local 60 va_start (args, format); in exif_entry_log() 61 exif_logv (l, code, "ExifEntry", format, args); in exif_entry_log() 62 va_end (args); in exif_entry_log()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 389 va_list args; in msg() local 392 va_start(args, fmt); in msg() 393 vprintf(fmt, args); in msg() 394 va_end(args); in msg()
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 114 #define start_test(msg, args...) { \ 120 __start_test(msg, ##args); \ 124 #define ERROR(msg, args...) test_error(__FUNCTION__, msg, ##args)
|
/third_party/lwip/src/apps/mdns/ |
H A D | mdns.c | 1919 mdns_netif_ext_status_callback(struct netif *netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t *args) in mdns_netif_ext_status_callback() argument 1921 LWIP_UNUSED_ARG(args); in mdns_netif_ext_status_callback() 1929 if (args->status_changed.state != 0) { in mdns_netif_ext_status_callback() 1935 if (args->link_changed.state != 0) { in mdns_netif_ext_status_callback()
|
/third_party/mksh/ |
H A D | main.c | 2008 va_list args; in DF() local 2019 va_start(args, fmt); in DF() 2020 shf_vfprintf(shl_dbg, fmt, args); in DF() 2021 va_end(args); in DF()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi.c | 1101 va_list args; in CAPI_trace() local 1102 va_start(args, format); in CAPI_trace() 1103 capi_vtrace(ctx, CAPI_DBG_TRACE, format, args); in CAPI_trace() 1104 va_end(args); in CAPI_trace()
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 539 def handle_yview(self, event, *args): 542 fraction = float(args[0]) 546 args = (lines, 'units') 547 self.text.yview(event, *args)
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderBitfieldOperationTests.cpp | 52 std::map<std::string, std::string> args; in specializeVersion() local 53 args["VERSION_DECL"] = glu::getGLSLVersionDeclaration(version); in specializeVersion() 54 args["TEST_STATEMENT"] = testStatement; in specializeVersion() 55 return tcu::StringTemplate(source.c_str()).specialize(args); in specializeVersion()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/ |
H A D | main.go | 1241 args := []string{ 1252 args = append(args, "-DSWIFTSHADER_EMIT_COVERAGE=1") 1255 if err := shell.Env(buildTimeout, t.r.cmake, t.buildDir, t.r.toolchainEnv(), args...); err != nil {
|
/third_party/openssl/engines/ |
H A D | e_capi.c | 1101 va_list args; in CAPI_trace() local 1102 va_start(args, format); in CAPI_trace() 1103 capi_vtrace(ctx, CAPI_DBG_TRACE, format, args); in CAPI_trace() 1104 va_end(args); in CAPI_trace()
|
/third_party/python/Lib/test/ |
H A D | test_curses.py | 34 def wrapped(self, *args, **kwargs): 37 test(self, *args, **kwargs) 44 def wrapped(self, *args, **kwargs): 48 test(self, *args, **kwargs)
|
H A D | test_deque.py | 105 self.assertRaises(TypeError, d.count) # too few args 106 self.assertRaises(TypeError, d.count, 1, 2) # too many args 139 args = map(deque, ('', 'a', 'b', 'ab', 'ba', 'abc', 'xba', 'xabc', 'cba')) 140 for x in args: 141 for y in args: 466 self.assertRaises(TypeError, d.rotate, 1, 10) # Too many args 884 def bad___new__(cls, *args, **kwargs):
|
H A D | test_dict.py | 768 self.assertEqual(c.exception.args, (42,)) 777 self.assertEqual(c.exception.args, (42,)) 784 self.assertEqual(c.exception.args, (42,)) 791 self.assertEqual(c.exception.args, ((1,),))
|
/third_party/python/Lib/tkinter/ |
H A D | tix.py | 1880 args= self._options(self.cnf, kw) 1882 args= ('-itemtype', itemtype) + args 1883 self.tk.call(self, 'set', x, y, *args)
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 14 * It also says that -o "args" and "comm" should behave differently but use 29 * label "ps -o command,args,comm" as "COMMAND COMMAND COMMAND". We don't 30 * output argv[0] unmodified for -o comm or -o args (but procps violates 1775 char **args = toys.optargs; in pkill_main() local 1777 if (!FLAG(l) && *args && **args=='-') TT.pgrep.L = *(args++)+1; in pkill_main()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 14 * It also says that -o "args" and "comm" should behave differently but use 29 * label "ps -o command,args,comm" as "COMMAND COMMAND COMMAND". We don't 30 * output argv[0] unmodified for -o comm or -o args (but procps violates 1314 // It's undocumented, but traditionally extra arguments are extra -p args in ps_main() 1933 char **args = toys.optargs; in pkill_main() local 1935 if (!FLAG(l) && *args && **args=='-') TT.pgrep.L = *(args++)+1; in pkill_main()
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 1494 def _handle_single(self, factory, insert, *args): 1495 elem = factory(*args) 1885 args, self._pending_start = self._pending_start, None 1887 self._start(*args, qname_text)
|