Home
last modified time | relevance | path

Searched refs:name (Results 17826 - 17850 of 65854) sorted by relevance

1...<<711712713714715716717718719720>>...2635

/third_party/node/tools/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/ntfs-3g/ntfsprogs/
H A Dntfsrecover.h107 le16 name[1]; member
140 void showname(const char *prefix, const char *name, int cnt);
141 int fixnamelen(const char *name, int len);
/third_party/node/test/es-module/
H A Dtest-esm-loader-modulemap.js60 name: 'TypeError',
78 name: 'TypeError',
96 name: 'TypeError',
/third_party/node/deps/icu-small/source/common/
H A Druleiter.cpp50 UnicodeString name = sym->parseReference(text, pos, text.length()); in next() local
51 // If name is empty there was an isolated SYMBOL_REF; in next()
53 if (name.length() == 0) { in next()
57 buf = sym->lookup(name); in next()
/third_party/ninja/src/
H A Deval_env.h60 explicit Rule(const std::string& name) : name_(name) {} in Rule()
62 const std::string& name() const { return name_; } in name() function
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/node/benchmark/
H A D_cli.js9 .filter((name) => {
10 return name !== 'fixtures' &&
11 fs.statSync(path.resolve(__dirname, name)).isDirectory();
/third_party/node/benchmark/napi/type-tag/
H A Dbinding.c11 #define EXPORT_FUNC(env, exports, name, func) \
15 (name), \
22 (name), \
/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()

Completed in 28 milliseconds

1...<<711712713714715716717718719720>>...2635