| /third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/ |
| H A D | CombineGeoData.java | 273 public static void main(String[] args) { in main() argument
|
| /third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/ |
| H A D | BuildMetadataCppFromXml.java | 97 public static Options parse(String commandName, String[] args) { in parse() argument
|
| /third_party/libuv/test/ |
| H A D | benchmark-spawn.c | 36 static char* args[3]; variable
|
| /third_party/libwebsockets/lib/jose/jws/ |
| H A D | jose.c | 161 struct jose_cb_args *args = (struct jose_cb_args *)ctx->user; in lws_jws_jose_cb() local 412 struct jose_cb_args args; lws_jose_parse() local [all...] |
| /third_party/libuv/docs/code/multi-echo-server/ |
| H A D | main.c | 57 char* args[2]; in setup_workers() local
|
| /third_party/libwebsockets/lib/abstract/protocols/smtp/ |
| H A D | smtp-sequencer.c | 47 lws_smtp_sequencer_args_t args; member 240 lws_smtp_sequencer_create(const lws_smtp_sequencer_args_t *args) in lws_smtp_sequencer_create() argument [all...] |
| /third_party/libwebsockets/lib/core-net/ |
| H A D | dummy-callback.c | 271 struct lws_cgi_args *args; in lws_callback_http_dummy() local [all...] |
| /third_party/jerryscript/targets/nuttx-stm32f4/ |
| H A D | jerry_port.c | 55 va_list args; in jerry_port_log() local
|
| /third_party/jerryscript/tests/unit-ext/ |
| H A D | test-ext-method-register.c | 261 jerry_value_t args[2] = in test_error_multiple_functions() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_printf.c | 42 nir_deref_instr *args = nir_src_as_deref(prntf->src[1]); in lower_printf_instr() local
|
| /third_party/mesa3d/src/freedreno/afuc/ |
| H A D | util.c | 241 va_list args; in afuc_printc() local
|
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglconfigdebug.c | 93 va_list args; in _strnAppend() local
|
| /third_party/mesa3d/src/broadcom/clif/ |
| H A D | clif_private.h | 108 va_list args; in out() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_interface.cpp | 116 aco_postprocess_shader(const struct aco_compiler_options* options, const struct radv_shader_args *args, std::unique_ptr<aco::Program>& program) aco_postprocess_shader() argument 214 aco_compile_shader(const struct aco_compiler_options* options, const struct aco_shader_info* info, unsigned shader_count, struct nir_shader* const* shaders, const struct radv_shader_args *args, aco_callback *build_binary, void **binary) aco_compile_shader() argument 276 aco_compile_vs_prolog(const struct aco_compiler_options* options, const struct aco_shader_info* info, const struct aco_vs_prolog_key* key, const struct radv_shader_args* args, aco_shader_part_callback *build_prolog, void **binary) aco_compile_vs_prolog() argument 322 aco_compile_ps_epilog(const struct aco_compiler_options* options, const struct aco_shader_info* info, const struct aco_ps_epilog_key* key, const struct radv_shader_args* args, aco_shader_part_callback* build_epilog, void** binary) aco_compile_ps_epilog() argument [all...] |
| /third_party/mesa3d/src/broadcom/qpu/ |
| H A D | qpu_disasm.c | 41 va_list args; in append() local
|
| /third_party/libwebsockets/lib/roles/h1/ |
| H A D | ops-h1.c | 148 struct lws_cgi_args args; in lws_read_h1() local
|
| /third_party/libwebsockets/lib/secure-streams/ |
| H A D | policy-common.c | 411 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args; in lws_ss_policy_set() local [all...] |
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/ |
| H A D | protocol_lws_minimal_threadpool.c | 164 struct lws_threadpool_task_args args; in callback_minimal() local [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_keygen.h | 35 static void New(const v8::FunctionCallbackInfo<v8::Value>& args) { in New() argument [all...] |
| H A D | crypto_hmac.cc | 66 void Hmac::New(const FunctionCallbackInfo<Value>& args) { in New() argument 88 void Hmac::HmacInit(const FunctionCallbackInfo<Value>& args) { in HmacInit() argument 104 void Hmac::HmacUpdate(const FunctionCallbackInfo<Value>& args) { in HmacUpdate() argument 115 HmacDigest(const FunctionCallbackInfo<Value>& args) HmacDigest() argument 175 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HmacConfig* params) AdditionalConfig() argument [all...] |
| /third_party/node/src/ |
| H A D | fs_event_wrap.cc | 88 void FSEventWrap::GetInitialized(const FunctionCallbackInfo<Value>& args) { in GetInitialized() argument 130 void FSEventWrap::New(const FunctionCallbackInfo<Value>& args) { in New() argument 137 Start(const FunctionCallbackInfo<Value>& args) Start() argument [all...] |
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | hostref.cc | 48 wasm::Val args[1] = {wasm::Val::ref(ref ? ref->copy() : wasm::own<wasm::Ref>())}; in call_r_v() local 69 wasm::Val args[1] = {wasm::Val::ref(ref ? ref->copy() : wasm::own<wasm::Ref>())}; variable 81 wasm::Val args[2] = {wasm::Val::i32(i), wasm::Val::ref(ref ? ref->copy() : wasm::own<wasm::Ref>())}; in call_ir_v() local 91 wasm::Val args[1] = {wasm::Val::i32(i)}; global() variable [all...] |
| /third_party/node/test/js-native-api/6_object_wrap/ |
| H A D | 6_object_wrap.cc | 47 napi_value args[1]; in New() local 101 napi_value args[1]; in SetValue() local 131 napi_value args[1]; in Multiply() local 166 napi_value args[1]; ObjectWrapDanglingReference() local [all...] |
| /third_party/node/test/js-native-api/test_error/ |
| H A D | test_error.c | 8 napi_value args[1]; in checkError() local
|
| /third_party/node/test/js-native-api/test_function/ |
| H A D | test_function.c | 58 napi_value args[10]; in TestCallFunction() local
|