/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-proxy.cc | 92 Handle<Name> name = args.at<Name>(0); in RUNTIME_FUNCTION() local 106 Handle<Name> name = args.at<Name>(0); in RUNTIME_FUNCTION() local 118 Handle<Name> name = args.at<Name>(0); in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/third_party/vtune/ |
H A D | vtuneapi.cc | 74 __itt_string_handle* name = getString(task_name); in beginTask() local
|
/third_party/mesa3d/src/util/ |
H A D | build_id.c | 44 char name[4]; /* Note name for build-id is "GNU\0" */ member
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_print.c | 131 bi_print_scoreboard_line(unsigned slot, const char *name, uint64_t mask, FILE *fp) in bi_print_scoreboard_line() argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_debug.h | 70 char name[32]; in lp_build_name() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_bufmgr.h | 38 const char *name; member
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn_mstbl.c | 57 static int do_tcreate(const char *value, const char *name) in do_tcreate() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_api.c | 66 _CONF_get_string(const CONF *conf, const char *section, const char *name) _CONF_get_string() argument [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_mcnf.c | 23 static int ssl_do_config(SSL *s, SSL_CTX *ctx, const char *name, int system) in ssl_do_config() argument 87 int SSL_config(SSL *s, const char *name) in SSL_config() argument 92 int SSL_CTX_config(SSL_CTX *ctx, const char *name) in SSL_CTX_config() argument [all...] |
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | conftypes.h | 22 const char *name; member
|
/third_party/node/deps/openssl/openssl/crypto/ffc/ |
H A D | ffc_dh.c | 49 const char *name; member 90 const DH_NAMED_GROUP *ossl_ffc_name_to_dh_named_group(const char *name) in ossl_ffc_name_to_dh_named_group() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | vms_decc_init.c | 37 char *name; member
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_cnf.c | 19 static const char *skip_dot(const char *name) in skip_dot() argument 43 static int int_engine_configure(const char *name, const char *value, const CONF *cnf) in int_engine_configure() argument [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | dl.c | 66 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym() argument
|
/third_party/openssl/test/ |
H A D | x509aux.c | 25 char *name = 0; in test_certs() local [all...] |
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/ |
H A D | TypeExtensionsTest.cs | 73 public void GetProperty_Success(Type type, string name) in GetProperty_Success() argument 83 public void GetProperty_NoSuchProperty(Type type, string name) in GetProperty_NoSuchProperty() argument 93 public void GetMethod_Success(Type type, string name) in GetMethod_Success() argument 103 public void GetMethod_NoSuchMethod(Type type, string name) in GetMethod_NoSuchMethod() argument 111 GetMethod_Ambiguous(Type type, string name) GetMethod_Ambiguous() argument [all...] |
H A D | PropertyInfoExtensionsTest.cs | 53 public void GetGetMethod_Success(string name) in GetGetMethod_Success() argument 66 public void GetGetMethod_NoAccessibleGetter(string name) in GetGetMethod_NoAccessibleGetter() argument 77 public void GetSetMethod_Success(string name) in GetSetMethod_Success() argument 90 public void GetSetMethod_NoAccessibleGetter(string name) in GetSetMethod_NoAccessibleGetter() argument
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | FieldCodecTest.cs | 114 private readonly string name; field in Google.Protobuf.FieldCodecTest.FieldCodecTestData 116 public FieldCodecTestData(FieldCodec<T> codec, T sampleValue, string name) in FieldCodecTestData() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | ServiceDescriptor.cs | 89 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | FieldCodecTest.cs | 114 private readonly string name; field in Google.Protobuf.FieldCodecTest.FieldCodecTestData 116 public FieldCodecTestData(FieldCodec<T> codec, T sampleValue, string name) in FieldCodecTestData() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
H A D | TypeExtensionsTest.cs | 73 public void GetProperty_Success(Type type, string name) in GetProperty_Success() argument 83 public void GetProperty_NoSuchProperty(Type type, string name) in GetProperty_NoSuchProperty() argument 93 public void GetMethod_Success(Type type, string name) in GetMethod_Success() argument 103 public void GetMethod_NoSuchMethod(Type type, string name) in GetMethod_NoSuchMethod() argument 111 GetMethod_Ambiguous(Type type, string name) GetMethod_Ambiguous() argument [all...] |
H A D | PropertyInfoExtensionsTest.cs | 53 public void GetGetMethod_Success(string name) in GetGetMethod_Success() argument 66 public void GetGetMethod_NoAccessibleGetter(string name) in GetGetMethod_NoAccessibleGetter() argument 77 public void GetSetMethod_Success(string name) in GetSetMethod_Success() argument 90 public void GetSetMethod_NoAccessibleGetter(string name) in GetSetMethod_NoAccessibleGetter() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | stdin-util.c | 119 load_module( struct pa_module_info *m, unsigned i, const char *name, const char *args, bool is_new) load_module() argument 186 char *name; handle_event() local 241 char *name; handle_event() local [all...] |
H A D | stdin-util.h | 36 char *name; member 43 char *name; member
|
/third_party/pulseaudio/src/pulse/ |
H A D | scache.c | 40 const char *name; in pa_stream_connect_upload() local 168 pa_operation *pa_context_play_sample(pa_context *c, const char *name, const char *dev, pa_volume_t volume, pa_context_success_cb_t cb, void *userdata) { in pa_context_play_sample() argument 208 pa_context_play_sample_with_proplist(pa_context *c, const char *name, const char *dev, pa_volume_t volume, const pa_proplist *p, pa_context_play_sample_cb_t cb, void *userdata) pa_context_play_sample_with_proplist() argument 251 pa_context_remove_sample(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata) pa_context_remove_sample() argument [all...] |