/third_party/node/test/parallel/ |
H A D | test-util-format.js | 249 D.prototype.constructor = { name: 'Foobar' }; 307 ' [name]: \'func\',\n' + 320 ' [name]: \'a\',\n' + 335 ' [name]: \'func\',\n' + 347 ' [name]: \'func\',\n' + 355 ' [name]: \'func\',\n' + 366 ' [name]: \'func\',\n' + 457 Object.defineProperty(this, 'name', 469 Object.defineProperty(this, 'name',
|
/third_party/node/test/common/ |
H A D | report.js | 149 assert.strictEqual(typeof iface.name, 'string');
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfstruncate.c | 144 "[attr-name]] new-length\n" in usage() 147 " If attr-name is not specified, an unnamed " in usage() 211 ntfs_log_verbose("device name = %s\n", dev_name); in parse_options() 241 /* Get the attribute name, if specified. */ in parse_options() 247 err_exit("Invalid attribute name \"%s\": %s\n", in parse_options() 263 ntfs_log_verbose("attribute name = \"\" (UNNAMED)\n"); in parse_options() 265 ntfs_log_verbose("attribute name = \"%s\" (length %u Unicode " in parse_options() 342 printf("Volume name length = %u\n", (unsigned int)val_len); in dump_resident_attr_val() 350 printf("Volume name contains non-displayable " in dump_resident_attr_val() 352 printf("Volume name in dump_resident_attr_val() [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_mruby_module_response.cc | 137 if (kv.name == keyref) { in response_mod_header()
|
H A D | shrpx_mruby_module_request.cc | 245 if (kv.name == keyref) { in request_mod_header()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | utrie2.h | 10 * file name: utrie2.h 40 * This is the second common version of a Unicode trie (hence the name UTrie2). 679 const char *name; member
|
H A D | norm2allmodes.h | 388 const char *name,
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_android.c | 55 .name = "Intel Vulkan HAL",
|
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
H A D | merge.js | 33 function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | container.js | 11 function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_tcs.cpp | 473 nir->info.name)); in brw_compile_tcs()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_bb.cpp | 30 name(fnName), in Function()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_query_hw_sm.c | 421 info->name = nv50_hw_sm_query_names[id]; in nv50_hw_sm_get_driver_query_info()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_parse.cpp | 17 void NumberParserTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument
|
H A D | numbertest_patternmodifier.cpp | 12 void PatternModifierTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-pressure.py | 222 print("Using {}: {}\n".format(self.name, self.path))
|
H A D | libinput-measure-touch-size.py | 192 print("Using {}: {}\n".format(self.name, self.path))
|
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 299 uint64_t name; member
|
/third_party/libwebsockets/lib/roles/dbus/ |
H A D | dbus.c | 92 &wsi->lc, "dbus|%s", ctx->vh->name); in __lws_shadow_wsi() 537 /* role name */ "dbus",
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
member 121 uInt name_max; /* space at name (only when reading header) */
545 file name, no extra data, no comment, no modification time (set to zero), no
716 deflate(). The text, time, os, extra field, name, and comment information
719 caller must assure that, if not Z_NULL, name and comment are terminated with
727 the time set to zero, and os set to 255, with no extra, name, or comment
927 If name is not Z_NULL, then up to name_max characters are written there,
931 of extra, name, or comment are not Z_NULL and the respective field is not
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.h | 334 extern struct symbol *create_symbol(int stream, const char *name, int type, int namespace);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | reloc-info.cc | 472 os << " " << Builtins::name(code.builtin_id()); in Print()
|
/third_party/node/deps/v8/src/heap/ |
H A D | spaces.cc | 294 name(), allocations_origins_[0], allocations_origins_[1], in PrintAllocationsOrigins()
|
/third_party/node/deps/v8/src/objects/ |
H A D | dictionary.h | 247 Isolate* isolate, Handle<Name> name, RelaxedLoadTag tag);
|
H A D | js-temporal-objects.h | 477 Isolate* isolate, Handle<JSReceiver> calendar, Handle<String> name,
|