Home
last modified time | relevance | path

Searched refs:name (Results 18001 - 18025 of 66133) sorted by relevance

1...<<721722723724725726727728729730>>...2646

/third_party/node/benchmark/napi/type-tag/
H A Dbinding.c11 #define EXPORT_FUNC(env, exports, name, func) \
15 (name), \
22 (name), \
/third_party/ninja/src/
H A Dstate.h41 Pool(const std::string& name, int depth) in Pool()
42 : name_(name), current_use_(0), depth_(depth), delayed_() {} in Pool()
47 const std::string& name() const { return name_; } in name() function
/third_party/mesa3d/src/mesa/program/
H A Dprog_parameter.h173 gl_register_file type, const char *name,
205 const char *name) in _mesa_lookup_parameter_index()
210 /* name must be null-terminated */ in _mesa_lookup_parameter_index()
213 strcmp(paramList->Parameters[i].Name, name) == 0) in _mesa_lookup_parameter_index()
204 _mesa_lookup_parameter_index(const struct gl_program_parameter_list *paramList, const char *name) _mesa_lookup_parameter_index() argument
/third_party/node/deps/npm/node_modules/debug/src/
H A Dnode.js168 const {namespace: name, useColors} = this;
173 const prefix = ` ${colorCode};1m${name} \u001B[0m`;
178 args[0] = getDate() + name + ' ' + args[0];
/third_party/node/deps/npm/node_modules/fastest-levenshtein/
H A Dbench.js85 if (results.has(event.target.name[0])) {
86 results.get(event.target.name[0]).push(event.target.hz);
89 results.set(event.target.name[0], [event.target.hz]);
/third_party/node/deps/npm/node_modules/node-gyp/bin/
H A Dnode-gyp.js81 const args = await prog.commands[command.name](command.args) ?? []
83 if (command.name === 'list') {
96 log.error(command.name + ' error')
/third_party/node/deps/npm/lib/utils/
H A Dformat-search-stream.js8 // name: String,
62 name: stripVTControlCharacters(data.name),
74 const columns = ['name', 'description', 'author', 'date', 'version', 'keywords']
90 name: { minWidth: 25, maxWidth: 25, truncate: false, truncateMarker: '' },
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrs.h8 * file name: nfrs.h
52 void getName(UnicodeString& result) const { result.setTo(name); } in getName()
53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed()
73 UnicodeString name; member in NFRuleSet
H A Dnortrans.cpp62 const char *name = (const char *)context.pointer; in _create() local
63 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1]; in _create()
65 const Normalizer2 *norm2 = Normalizer2::getInstance(nullptr, name, mode, errorCode); in _create()
H A Dzrule.h67 * Fills in "name" with the name of this time zone.
69 * @param name Receives the name of this time zone.
70 * @param nameLength, length of the returned name
73 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength);
108 * Constructs an IZRule with the name, the GMT offset of its
110 * @param name The time zone name.
111 * @param nameLength The length of the time zone name
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dppucd.h8 * file name: ppucd.h
39 virtual int32_t getPropertyEnum(const char *name) const = 0;
40 virtual int32_t getPropertyValueEnum(int32_t property, const char *name) const = 0;
57 const char *name; member
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Deasy_xml.py20 1. The name of the element, a string,
69 # The first item in a specification is the name of the element.
76 name = specification[0]
77 if not isinstance(name, str):
82 xml_parts.append(indentation + "<" + name)
105 xml_parts.append(f"</{name}>{new_line}")
/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_wayland.c82 device_select_registry_global(void *data, struct wl_registry *registry, uint32_t name, in device_select_registry_global() argument
87 info->wl_drm = wl_registry_bind(registry, name, &wl_drm_interface, MIN2(version, 2)); in device_select_registry_global()
94 uint32_t name) in device_select_registry_global_remove_cb()
93 device_select_registry_global_remove_cb(void *data, struct wl_registry *registry, uint32_t name) device_select_registry_global_remove_cb() argument
/third_party/icu/icu4c/source/i18n/
H A Dzrule.h67 * Fills in "name" with the name of this time zone.
69 * @param name Receives the name of this time zone.
70 * @param nameLength, length of the returned name
73 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength);
108 * Constructs an IZRule with the name, the GMT offset of its
110 * @param name The time zone name.
111 * @param nameLength The length of the time zone name
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dpptest.cpp22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
24 void ParsePositionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
33 default: name = ""; break; in runIndexedTest()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dppucd.h8 * file name: ppucd.h
39 virtual int32_t getPropertyEnum(const char *name) const = 0;
40 virtual int32_t getPropertyValueEnum(int32_t property, const char *name) const = 0;
57 const char *name; member
/third_party/libdrm/tests/util/
H A Dformat.c103 uint32_t util_format_fourcc(const char *name) in util_format_fourcc() argument
108 if (!strcmp(format_info[i].name, name)) in util_format_fourcc()
/third_party/ltp/testcases/kernel/syscalls/access/
H A Daccess02.c42 char *name; member
61 "access(%s, %s) as %s", tc->pathname, tc->name, user); in access_test()
140 tc->pathname, tc->name, user); in access_test()
/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone08.c44 char *name; member
62 tst_res(TINFO, "running %s", test_cases[i].name); in do_test()
85 tst_brk(TBROK | TTERRNO, "%s clone() failed", t->name); in clone_child()
/third_party/ltp/testcases/kernel/syscalls/writev/
H A Dwritev05.c74 char name[K_1], f_name[K_1]; variable
210 strcpy(name, DATA_FILE); in setup()
211 sprintf(f_name, "%s.%d", name, getpid()); in setup()
H A Dwritev06.c67 char name[K_1], f_name[K_1]; variable
157 strcpy(name, DATA_FILE); in setup()
158 sprintf(f_name, "%s.%d", name, getpid()); in setup()
H A Dwritev02.c78 char name[K_1], f_name[K_1]; variable
179 strcpy(name, DATA_FILE); in setup()
180 sprintf(f_name, "%s.%d", name, getpid()); in setup()
/third_party/ltp/testcases/kernel/syscalls/finit_module/
H A Dfinit_module02.c34 const char *name; member
108 tst_res(TCONF, "Cannot load unsigned modules, skipping %s", tc->name); in run()
122 "TestName: %s", tc->name); in run()
/third_party/ltp/testcases/kernel/syscalls/getpeername/
H A Dgetpeername01.c60 char *name; member
109 test_cases[i].name); in main()
114 "(expected %d)", test_cases[i].name, in main()
/third_party/ltp/tools/sparse/sparse-src/
H A Dtoken.h53 const char *name; member
68 extern int *hash_stream(const char *name);
73 unsigned char len; /* Length of identifier name */
77 char name[]; /* Actual identifier */ member

Completed in 28 milliseconds

1...<<721722723724725726727728729730>>...2646