/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_get_threadinfo_prstatus.c | 41 _count_thread_notes(uint32_t n_namesz, uint32_t n_descsz, uint32_t n_type, char *name, uint8_t *desc, void *arg) in _count_thread_notes() argument 60 _save_thread_notes(uint32_t n_namesz, uint32_t n_descsz, uint32_t n_type, char *name, uint8_t *desc, void *arg) in _save_thread_notes() argument
|
/third_party/libbpf/src/ |
H A D | relo_core.h | 26 const char *name; /* field name or NULL for array accessor */ member 80 size_t bpf_core_essential_name_len(const char *name);
|
/third_party/lzma/CPP/Windows/ |
H A D | MemoryLock.cpp | 25 #define GET_PROC_ADDR(fff, name) \
27 Func_ ## fff, hModule, name);
|
/third_party/jerryscript/jerry-main/ |
H A D | main-unix-test.c | 61 print_help (char *name) in print_help() argument 68 name); in print_help()
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | jerry_port.c | 81 jerry_port_read_source (const char *file_name_p, /**< file name */ in jerry_port_read_source() 159 jerry_port_get_native_module (jerry_value_t name) /**< module specifier */ in jerry_port_get_native_module() argument 161 (void) name; in jerry_port_get_native_module()
|
/third_party/mesa3d/src/broadcom/clif/ |
H A D | clif_private.h | 32 const char *name; member 121 bo->name, addr - bo->offset, addr); in out_address()
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | optimization_test.py | 83 for name, opt, source, expected in gen(): 85 print('{}: '.format(name), end='')
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-plugins.c | 91 if (!strcmp(pin->hdr->name, hdr->name)) in lws_plat_dlopen()
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | ltp_acpi.c | 47 static int read_sysfs_file(const char *name, char *buf, int size) in read_sysfs_file() argument 49 FILE *f = SAFE_FOPEN(cleanup, name, "r"); in read_sysfs_file()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_cgl.c | 24 Except as contained in this notice, the name(s) of the above 49 sym(void *h, const char *name) in sym() argument 53 s = dlsym(h, name); in sym()
|
/third_party/node/lib/internal/webstreams/ |
H A D | queuingstrategies.js | 54 'name', 57 const countSizeFunction = ObjectDefineProperty(() => 1, 'name', nameDescriptor); 119 [SymbolToStringTag]: getNonWritablePropertyDescriptor(ByteLengthQueuingStrategy.name), 174 [SymbolToStringTag]: getNonWritablePropertyDescriptor(CountQueuingStrategy.name),
|
/third_party/node/src/api/ |
H A D | async_resource.cc | 16 const char* name, in AsyncResource() 21 async_context_ = EmitAsyncInit(isolate, resource, name, in AsyncResource() 14 AsyncResource(Isolate* isolate, Local<Object> resource, const char* name, async_id trigger_async_id) AsyncResource() argument
|
/third_party/node/src/crypto/ |
H A D | crypto_aes.h | 33 #define V(name, _) kKeyVariantAES_ ## name,
|
/third_party/node/test/parallel/ |
H A D | test-dns-perf_hooks.js | 34 assert.strictEqual(!!entry.name, true); 39 switch (entry.name) {
|
H A D | test-fs-read-stream-throw-type-error.js | 25 name: 'TypeError' 30 name: 'RangeError'
|
H A D | test-fs-symlink.js | 69 name: 'TypeError', 81 name: 'Error',
|
H A D | test-http2-info-headers-errors.js | 31 name: 'Error', 75 name: 'Error',
|
H A D | test-http2-respond-nghttperrors.js | 32 name: 'Error', 83 name: 'Error',
|
H A D | test-tls-honorcipherorder.js | 52 honorCipherOrder, clientCipher, expectedCipher, cipher.name); 53 assert.strictEqual(cipher.name, expectedCipher, msg);
|
H A D | test-vm-options-validation.js | 8 name: 'TypeError', 13 name: 'RangeError',
|
H A D | test-whatwg-url-custom-searchparams-constructor.js | 19 name: 'TypeError', 24 name: 'TypeError', 25 message: 'Each query pair must be an iterable [name, value] tuple' 18 name: 'TypeError', global() property
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test_data/ |
H A D | simple_test.js | 58 console.log(new.target.name); 85 console.log(C.name);
|
/third_party/node/deps/v8/tools/ignition/ |
H A D | linux_perf_report_test.py | 157 def should_match(signature, name): 158 self.assertEqual(ipr.strip_function_parameters(signature), name)
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | filter.py | 55 args can be a glob: asterisks in any position of the name 57 will be used with the exeption of the test-suite name as argument. 78 globs = self._globs.get(test.suite.name, []) 83 exact_matches = self._exact_matches.get(test.suite.name, {})
|
/third_party/node/test/addons/openssl-key-engine/ |
H A D | testkeyengine.cc | 47 static EVP_PKEY* EngineLoadPrivkey(ENGINE* engine, const char* name, in EngineLoadPrivkey() argument 49 if (strcmp(name, "dummykey") == 0) { in EngineLoadPrivkey()
|