Home
last modified time | relevance | path

Searched refs:name (Results 39701 - 39725 of 62795) sorted by relevance

1...<<1581158215831584158515861587158815891590>>...2512

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dfuzzer.py355 def create_fuzzer_config(name, probability, *args, **kwargs):
356 analyzer_class, fuzzer_class = FUZZERS[name]
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dchunkcopy.h14 #define Z_STATIC_ASSERT(name, assert) typedef char name[(assert) ? 1 : -1]
/third_party/node/deps/zlib/contrib/optimizations/
H A Dchunkcopy.h14 #define Z_STATIC_ASSERT(name, assert) typedef char name[(assert) ? 1 : -1]
/third_party/node/src/
H A Dnode_report_module.cc115 Utf8Value name(env->isolate(), info[0].As<String>()); in SetFilename()
116 per_process::cli_options->report_filename = *name; in SetFilename()
/third_party/node/src/tracing/
H A Dagent.cc228 const char* name, in AddMetadataEvent()
237 TRACE_EVENT_PHASE_METADATA, category_group_enabled, name, in AddMetadataEvent()
226 AddMetadataEvent( const unsigned char* category_group_enabled, const char* name, int num_args, const char** arg_names, const unsigned char* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* convertable_values, unsigned int flags) AddMetadataEvent() argument
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSVersion.py262 def _CreateVersion(name, path, sdk_based=False):
424 return versions[str(name)]
/third_party/musl/porting/linux/user/src/network/
H A Dgetaddrinfo.c16 int reportdnsresult(int netid, char* name, int usedtime, int queryret, struct addrinfo *res, struct queryparam *param) in reportdnsresult() argument
19 if (dns_post_result_to_netsys_cache(netid, name, usedtime, queryret, res, param) == 0) { in reportdnsresult()
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c19 int reportdnsresult(int netid, char* name, int usedtime, int queryret, struct addrinfo *res, struct queryparam *param) in reportdnsresult() argument
22 if (dns_post_result_to_netsys_cache(netid, name, usedtime, queryret, res, param) == 0) { in reportdnsresult()
/third_party/nghttp2/src/
H A Dnghttpd.cc123 of frames and name/value pairs. in print_help()
166 include pseudo header field (header field name starting in print_help()
381 util::inp_strlower(config.trailer.back().name); in main()
482 trailer_names += h.name; in main()
/third_party/node/deps/icu-small/source/common/
H A Dunifiedcache.h111 const char *s = typeid(T).name();
119 const char *s = typeid(T).name();
H A Dserv.h211 * updates id->factory mappings, and returns the display name for
256 * <p>Return, in result, the display name of the id in the provided locale.
264 * @param locale the locale for which to generate the corresponding localized display name.
265 * @param result output parameter to hold the display name.
335 * @param locale the locale for which to generate the corresponding localized display name.
336 * @param result output parameter to hold the display name.
408 * <p>The display name of the pair.</p>
531 const UnicodeString name;
556 * The name cache.
570 * <p>Construct with a name (usefu
[all...]
H A Dservloc.h233 LocaleKeyFactory(int32_t coverage, const UnicodeString& name);
254 * Return a localized name for the locale represented by id.
337 * Return true if this id is equal to the locale name.
365 * with a constructor that takes a bundle name, which determines the supported
376 * Convenience constructor that uses the main ICU bundle name.
382 * the given name. This should be a 'path' that can be passed to
438 * Construct an ICULocaleService with a name (useful for debugging).
440 ICULocaleService(const UnicodeString& name);
526 * Return the name of the current fallback locale. If it has changed since this was
/third_party/ninja/src/
H A Dclean.cc228 if ((*e)->rule().name() == rule->name()) { in DoCleanRule()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h46 header name this library can decode. */
69 /* The header field name/value pair */
79 /* The hash value for header name (nv.name). */
91 nghttp3_rcbuf name; member
153 the spec. This is the sum of length of name/value in dtable +
179 nghttp3_rcbuf *name; member
302 /* name_value_match is nonzero if both name and value are
312 * is a token of nv->name and it is -1 if there is no corresponding
321 * |token| is a token of nv->name an
[all...]
/third_party/node/deps/npm/node_modules/columnify/
H A Dcolumnify.js78 column.name = columnName;
112 // disable default heading transform if we wrote to column.name
113 if (changedKeys.indexOf('name') !== -1) {
137 headers[columnName] = column.headingTransform(column.name);
H A Dindex.js72 column.name = columnName
106 // disable default heading transform if we wrote to column.name
107 if (changedKeys.indexOf('name') !== -1) {
127 headers[columnName] = column.headingTransform(column.name)
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcoll.h37 * 06/20/97 helena Java class name change.
689 * Get name of the object for the desired Locale, in the desired language
692 * @param name the fill-in parameter of the return value
693 * @return display-able name of the object for the object locale in the
699 UnicodeString& name);
702 * Get name of the object for the desired Locale, in the language of the
705 * @param name the fill-in parameter of the return value
706 * @return name of the object for the desired locale in the default language
710 UnicodeString& name);
1260 * Return the name o
[all...]
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
H A Dhosts.js223 for (const [name, host] of Object.entries(hosts)) {
224 hosts[name] = Object.assign({}, defaults, host)
/third_party/node/deps/icu-small/source/tools/icupkg/
H A Dicupkg.cpp10 * file name: icupkg.cpp
48 // TODO: add --matchmode=regex for using the ICU regex engine for item name pattern matching?
498 T_FileStream_writeLine(out, pkg->getItem(i)->name); in main()
507 fprintf(stdout, "%s\n", pkg->getItem(i)->name); in main()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSVersion.py262 def _CreateVersion(name, path, sdk_based=False):
424 return versions[str(name)]
/third_party/node/deps/npm/node_modules/npm-profile/lib/
H A Dindex.js132 name: username,
159 name: username,
/third_party/node/deps/npm/test/lib/utils/
H A Dupdate-notifier.js74 'ci-info': { isCI: false, name: null },
117 prefixDir: { 'package.json': `{"name":"${t.testName}"}` },
129 prefixDir: { 'package.json': `{"name":"${t.testName}"}` },
190 'ci-info': { isCI: true, name: 'something' },
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js161 for (const name of vagueRedactedDefaults) {
162 const value = this[_npm].config.defaults[name]
163 clean = clean.split(`"${normalize(value)}"`).join(`"{${name.toUpperCase()}}"`)
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c278 const char *name; in main() member
314 if (strcmp(gpus[i].name, optarg)) continue; in main()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c66 * Test name -- name of the mathematical function under test.
69 const char *name; member
419 snprintf(test_name, sizeof test_name, "%s.v%u", test->name, length); in test_unary()

Completed in 50 milliseconds

1...<<1581158215831584158515861587158815891590>>...2512