Home
last modified time | relevance | path

Searched refs:name (Results 4926 - 4950 of 17671) sorted by relevance

1...<<191192193194195196197198199200>>...707

/third_party/elfutils/tests/
H A Ddebugaltlink.c1 /* Test program for dwelf_dwarf_gnu_debugaltlink, print name and build ID.
57 const char *name; in main() local
60 (dwarf, &name, &build_id); in main()
70 printf ("%s: %s, build ID: ", file, name); in main()
/third_party/elfutils/libelf/
H A Dgelf_getsym.c79 #define COPY(name) \ in gelf_getsym()
80 dst->name = src->name in gelf_getsym()
H A Dgelf_getshdr.c68 #define COPY(name) \ in gelf_getshdr()
69 dst->name = shdr->name in gelf_getshdr()
/third_party/ffmpeg/libavresample/
H A Daudio_data.h55 const char *name; /**< name for debug logging */ member
76 * @param name name for debug logging (can be NULL)
82 const char *name);
92 * @param name name for debug logging (can be NULL)
97 const char *name);
/third_party/elfutils/backends/
H A Ds390_symbol.c1 /* S/390-specific symbolic name handling.
66 const char *name, const GElf_Shdr *destshdr) in s390_check_special_symbol()
68 if (name != NULL in s390_check_special_symbol()
69 && strcmp (name, "_GLOBAL_OFFSET_TABLE_") == 0) in s390_check_special_symbol()
65 s390_check_special_symbol(Elf *elf, const GElf_Sym *sym, const char *name, const GElf_Shdr *destshdr) s390_check_special_symbol() argument
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumsys.h39 * Size of a numbering system name.
106 * @param description The string representing the set of digits used in a numeric system, or the name of the RBNF
133 * @param name The name of the numbering system.
138 static NumberingSystem* U_EXPORT2 createInstanceByName(const char* name, UErrorCode& status);
150 * Returns the name of this numbering system if it was created using one of the predefined names
164 * algorithmic systems this is the name of the RBNF ruleset used for formatting,
202 char name[kInternalNumSysNameCapacity+1]; member in NumberingSystem
210 void setName(const char* name);
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dinterrupt.h74 #define request_irq(irq, handler, flags, name, dev) \
75 linux_request_irq(irq, handler, flags, name, dev)
87 const char *name, void *dev);
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusb_obj.h13 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
53 const char *name; member
69 extern int usbobj_init(struct usb_obj *obj, const char *name, void (*release)(struct usb_obj *obj));
85 return !strcmp(obj->name, (char *)match_data); in usbobj_default_match()
/third_party/libdrm/exynos/
H A Dexynos_drmif.h50 * @name: a gem global handle from flink request.
58 uint32_t name; member
94 struct exynos_bo * exynos_bo_from_name(struct exynos_device *dev, uint32_t name);
95 int exynos_bo_get_name(struct exynos_bo *bo, uint32_t *name);
/third_party/jerryscript/tests/jerry/es2015/
H A Dreflect-construct.js45 this.name = 'Cat';
49 this.name = 'Dog';
53 assert (obj1.name === 'Cat');
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Dmodule.h37 const jerry_char_t *name_p; /**< name of the module */
104 * Declare the function pointer type for canonical name resolution.
106 typedef jerry_value_t (*jerryx_module_get_canonical_name_t) (const jerry_value_t name); /**< The name for which to
108 * name */
113 typedef bool (*jerryx_module_resolve_t) (const jerry_value_t canonical_name, /**< The module's canonical name */
122 jerryx_module_get_canonical_name_t get_canonical_name_p; /**< function pointer to establish the canonical name of a
137 jerry_value_t jerryx_module_resolve (const jerry_value_t name,
142 * Delete a module from the cache or, if name has the JavaScript value of undefined, clear the entire cache.
144 void jerryx_module_clear_cache (const jerry_value_t name,
[all...]
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/
H A Dlauncher.cpp40 LOG_PRINT("running js file %s\r\n", js_codes[src].name); in load_javascript()
48 LOG_PRINT_ALWAYS("jerry_parse failed [%s]\r\n", js_codes[src].name); in load_javascript()
58 LOG_PRINT_ALWAYS("jerry_run failed [%s]\r\n", js_codes[src].name); in load_javascript()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.h40 const char *name; member
64 void v3dv_bo_init(struct v3dv_bo *bo, uint32_t handle, uint32_t size, uint32_t offset, const char *name, bool private);
66 struct v3dv_bo *v3dv_bo_alloc(struct v3dv_device *device, uint32_t size, const char *name, bool private);
/third_party/ltp/testcases/kernel/containers/share/
H A Dns_create.c45 printf("usage: ns_create <%s", params[0].name); in print_help()
47 for (i = 1; params[i].name; i++) in print_help()
48 printf("|,%s", params[i].name); in print_help()
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_fuzz_config.py12 # List of <probability>, <1st config name>, <2nd config name>, <2nd d8>.
24 def __init__(self, name, rng=None):
27 name: Name of the used fuzzer.
31 self.name = name
/third_party/node/test/parallel/
H A Dtest-buffer-slow.js39 assert.strictEqual(e.name, 'RangeError');
45 name: 'TypeError',
56 name: 'RangeError',
H A Dtest-child-process-fork-args.js27 name: 'TypeError',
58 name: 'TypeError'
101 name: 'TypeError'
H A Dtest-child-process-validate-stdio.js8 const expectedError = { code: 'ERR_INVALID_ARG_VALUE', name: 'TypeError' };
29 { code: 'ERR_IPC_SYNC_FORK', name: 'Error' }
36 { code: 'ERR_INVALID_SYNC_FORK_INPUT', name: 'TypeError' }
H A Dtest-http2-trailers.js33 name: 'Error'
42 name: 'Error'
65 name: 'Error'
H A Dtest-performanceobserver.js30 name: 'TypeError',
41 name: 'TypeError',
51 name: 'TypeError'
H A Dtest-process-kill-pid.js44 name: 'TypeError',
53 name: 'TypeError',
60 name: 'Error',
H A Dtest-tls-max-send-fragment.js37 name: 'TypeError',
56 name: 'RangeError',
61 assert.throws(() => c.setMaxSendFragment(Symbol()), { name: 'TypeError' });
H A Dtest-worker-exit-code.js28 const test = (arg, name = 'worker', exit, error = null) => {
33 `wrong exit for ${arg}-${name}\nexpected:${exit} but got:${code}`);
45 testCases.forEach((tc, i) => test(i, tc.func.name, tc.result, tc.error));
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.h75 char *name; /* Filename in current locale */ member
83 char *name; /* Stream name in current locale */ member
84 ntfschar *uname; /* Unicode stream name */
101 struct ntfs_list_head name; /* A list of filenames */ member
/third_party/node/test/fixtures/test-runner/
H A Drun_inspect.js8 const badPortError = { name: 'RangeError', code: 'ERR_SOCKET_BAD_PORT' };
36 assert.deepStrictEqual({ name: details.error.cause.name, code: details.error.cause.code }, expectedError);

Completed in 11 milliseconds

1...<<191192193194195196197198199200>>...707