/third_party/node/lib/internal/process/ |
H A D | execution.js | 40 // Fall back to the directory name of the (absolute) executable path. 56 function evalScript(name, body, breakFirstLine, print, shouldLoadESM = false) { 63 const module = new CJSModule(name); 64 module.filename = path.join(cwd, name); 81 globalThis.__filename = name; 83 const result = module._compile(script, `${name}-wrapper`)(() => { 84 const hostDefinedOptionId = Symbol(name); 91 name, // filename,
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup.h | 59 hidden int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, int flags); 60 hidden int lookup_name_ext(struct address buf[static MAXADDRS], char canon[static 256], const char *name, 62 hidden int __lookup_name(struct address buf[static MAXADDRS], char canon[static 256], const char *name, int family, int flags); 63 hidden int __lookup_ipliteral(struct address buf[static 1], const char *name, int family); 73 char canon[static 256], const char *name, int family); 130 typedef int (*PostDnsResult)(int netid, char* name, int usedtime, int queryfail, 153 int dns_post_result_to_netsys_cache(int netid, char* name, int usedtime, int querypass,
|
/third_party/musl/src/network/ |
H A D | lookup.h | 62 hidden int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, int flags); 63 hidden int lookup_name_ext(struct address buf[static MAXADDRS], char canon[static 256], const char *name, 65 hidden int __lookup_name(struct address buf[static MAXADDRS], char canon[static 256], const char *name, int family, int flags); 66 hidden int __lookup_ipliteral(struct address buf[static 1], const char *name, int family); 76 char canon[static 256], const char *name, int family); 135 typedef int (*PostDnsResult)(int netid, char* name, int usedtime, int queryfail, 158 int dns_post_result_to_netsys_cache(int netid, char* name, int usedtime, int querypass,
|
/third_party/musl/src/locale/ |
H A D | locale_map.c | 72 /* Limit name length and forbid leading dot or any slashes. */ in __get_locale() 91 if (!strcmp(val, p->name)) return p; in __get_locale() 95 * object anyway to store the name, which is kept for the in __get_locale() 101 memcpy(new->name, val, n); in __get_locale() 102 new->name[n] = 0; in __get_locale() 130 memcpy(new->name, val, n); in __get_locale() 131 new->name[n] = 0; in __get_locale() 140 * object anyway to store the name, which is kept for the in __get_locale() 146 memcpy(new->name, val, n); in __get_locale() 147 new->name[ in __get_locale() [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/ |
H A D | index.js | 3 const getName = require('@npmcli/name-from-folder') 44 const { name } = pkg 45 return name || getName(pathname) 118 const name = getPackageName(pkg, packagePathname) 120 let seenPackagePathnames = seen.get(name) 123 seen.set(name, seenPackagePathnames) 133 const errorMessageArray = ['must not have multiple workspaces with the same name'] 196 const name = getPackageName(packages[packageKey], packagePathname) 201 results.set(packagePathname, name) 207 // Invert pathname-keyed to a proper name [all...] |
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_sort_tags.py | 15 return element.attrib['name'] 36 def is_base_type(name): 37 return name in base_types or sfixed_pattern.match(name) or ufixed_pattern.match(name) 54 self.name = xml.attrib['name'] 69 items[self.name] = self.xml 74 'genxml' : [ 'name', 'gen', ], 75 'enum' : [ 'name', 'valu [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | accessors.h | 67 v8::Local<v8::Name> name, \ 74 v8::Local<v8::Name> name, v8::Local<v8::Value> value, \ 90 v8::Local<v8::Name> name, 93 Handle<String> name); 104 Handle<Name> name, 109 Handle<Name> name, Handle<Object> value); 124 Isolate* isolate, Handle<Name> name, AccessorNameGetterCallback getter,
|
/third_party/node/deps/undici/src/lib/cookies/ |
H A D | util.js | 31 * @param {string} name 33 function validateCookieName (name) { 34 for (const char of name) { 57 throw new Error('Invalid cookie name') 119 IMF-fixdate = day-name "," SP date1 SP time-of-day SP GMT 123 day-name = %x4D.6F.6E ; "Mon", case-sensitive 201 if (cookie.name.length === 0) { 205 validateCookieName(cookie.name) 208 const out = [`${cookie.name}=${cookie.value}`] 212 if (cookie.name [all...] |
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | impl_partialeq.rs | 48 let name = fd.name().unwrap(); in gen_partialeq_impl() 49 tokens.push(gen_field(ctx, ty_item, name)); in gen_partialeq_impl() 53 if bitfield.name().is_some() { in gen_partialeq_impl() 76 name: &str, in gen_field() 84 let name_ident = ctx.rust_ident(name); in gen_field() 139 gen_field(ctx, inner_item, name) in gen_field()
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | custom_files.rs | 50 /// The name of the file. 51 name: String, 96 name: impl Into<String>, in add() 102 let name = name.into(); in add() 107 name, in add() 128 fn name(&self, file_id: FileId) -> Result<&str, files::Error> { in name() functions 129 Ok(self.get(file_id)?.name.as_ref()) in name()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferOperations.hpp | 255 TextureBufferOperations(Context& context, const ExtParameters& extParams, const char* name, 317 TextureBufferOperationsViaBufferObjectLoad(Context& context, const ExtParameters& extParams, const char* name, 334 TextureBufferOperationsViaCPUWrites(Context& context, const ExtParameters& extParams, const char* name, 351 TextureBufferOperationsViaFrambufferReadBack(Context& context, const ExtParameters& extParams, const char* name, 383 TextureBufferOperationsViaTransformFeedback(Context& context, const ExtParameters& extParams, const char* name, 413 TextureBufferOperationsViaImageStore(Context& context, const ExtParameters& extParams, const char* name, 442 TextureBufferOperationsViaSSBOWrites(Context& context, const ExtParameters& extParams, const char* name,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extdependency.py | 6 """Generate a mapping of extension name -> all required extension names for 97 api_name - API name for which to generate dependencies. Only 126 name = elem.get('name') 131 self.allExts.add(name) 133 if 'KHR' in name: 134 self.khrExts.add(name) 137 self.ratifiedExts.add(name) 139 self.graph.add_node(name) 149 self.graph.add_edge(name, de [all...] |
/third_party/skia/third_party/externals/icu/source/samples/coll/ |
H A D | coll.cpp | 20 "-locale name ICU locale to use. Default is en_US\n" 66 const char *name; member 96 for (pOpt = opts; pOpt->name != 0; pOpt ++) { in processOptions() 97 if (strcmp(pOpt->name, pArgName) == 0) { in processOptions() 106 pOpt->name); in processOptions() 115 pOpt->name); in processOptions() 123 pOpt->name); in processOptions() 131 if (pOpt->name == 0) in processOptions()
|
/third_party/skia/src/ports/ |
H A D | SkImageEncoder_WIC.cpp | 140 PROPBAG2 name; in SkEncodeImageWithWIC() local 141 memset(&name, 0, sizeof(name)); in SkEncodeImageWithWIC() 142 name.dwType = PROPBAG2_TYPE_DATA; in SkEncodeImageWithWIC() 143 name.vt = VT_R4; in SkEncodeImageWithWIC() 144 name.pstrName = const_cast<LPOLESTR>(L"ImageQuality"); in SkEncodeImageWithWIC() 155 piPropertybag->Write(1, &name, &value); in SkEncodeImageWithWIC()
|
/third_party/optimized-routines/string/test/ |
H A D | memmove.c | 20 const char *name; member 75 ERR ("%s(%p,..) returned %p\n", fun->name, d, p); in test() 80 ERR ("%s(align %d, align %d, %d) failed\n", fun->name, dalign, salign, in test() 120 ERR ("%s(%p,..) returned %p\n", fun->name, d, p); in test_overlap() 125 ERR ("%s(align %d, align %d, %d) failed\n", fun->name, dalign, salign, in test_overlap() 140 for (int i = 0; funtab[i].name; i++) in main() 159 printf ("%s %s\n", err_count ? "FAIL" : pass, funtab[i].name); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/cmd/benchdiff/ |
H A D | main.go | 85 _, name := filepath.Split(path) 86 return name 105 name string 111 for name, times := range byName { 134 name: name, 145 fmt.Fprintf(w, "Delta\t | Test name\t | (A) %v\t | (B) %v\n", nameA, nameB) 151 fmt.Fprintf(w, "%v%.2fx %v%+v\t | %v\t | %v\t | %v\n", sign, delta.absRelDiff, sign, diff, delta.name, delta.times.a, delta.times.b)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTUtils.cpp | 30 #define RECORD(name, altName, print, parse) #name in get_amd_kernel_code_t_FldNames() 40 #define RECORD(name, altName, print, parse) #altName in get_amd_kernel_code_t_FldAltNames() 58 static int get_amd_kernel_code_t_FieldIndex(StringRef name) { in get_amd_kernel_code_t_FieldIndex() argument 61 return map.lookup(name) - 1; // returns -1 if not found in get_amd_kernel_code_t_FieldIndex() 91 #define RECORD(name, altName, print, parse) print in getPrinterTable() 161 #define RECORD(name, altName, print, parse) parse in getParserTable() 174 Err << "unexpected amd_kernel_code_t field name " << ID; in parseAmdKernelCodeField()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | text_generator.cc | 35 auto name = builder_.Symbols().NameFor(s->Name()); in StructName() local 36 if (name.size() > 1 && name[0] == '_' && name[1] == '_') { in StructName() 37 name = utils::GetOrCreate(builtin_struct_names_, s, in StructName() 38 [&] { return UniqueIdentifier(name.substr(2)); }); in StructName() 40 return name; in StructName()
|
/third_party/skia/tools/lottie-web-perf/ |
H A D | lottie-web-perf.js | 15 name: 'input', 20 name: 'output', 25 name: 'use_gpu', 30 name: 'port', 35 name: 'lottie_player', 40 name: 'backend', 45 name: 'help',
|
/third_party/skia/tools/skqp/ |
H A D | jitter_gms.cpp | 80 static bool do_this_test(const char* name, in do_this_test() argument 84 if (bad == name) { in do_this_test() 89 if (good == name) { in do_this_test() 127 const char* name = gm->getName(); in main() 128 if (do_this_test(name, doNotRun, testOnlyThese)) { in main() 132 goodResults.emplace_back(name); in main() 134 badResults.emplace_back(name); in main()
|
/third_party/protobuf/python/google/protobuf/ |
H A D | service_reflection.py | 15 # * Neither the name of Google Inc. nor the names of its 70 def __init__(cls, name, bases, dictionary): 74 name: Name of the class (ignored, but required by the metaclass 106 def __init__(cls, name, bases, dictionary): 110 name: Name of the class (ignored, here). 120 super(GeneratedServiceStubType, cls).__init__(name, bases, dictionary) 170 setattr(cls, method.name, self._GenerateNonImplementedMethod(method)) 186 method = getattr(srvc, method_descriptor.name) 232 self._NonImplementedMethod(method.name, rpc_controller, callback)) 279 setattr(cls, method.name, sel [all...] |
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | zsh.rs | 13 fn file_name(&self, name: &str) -> String { in file_name() 14 format!("_{name}") in file_name() 25 "#compdef {name} in generate() 29 _{name}() {{ in generate() 46 if [ \"$funcstack[1]\" = \"_{name}\" ]; then in generate() 47 _{name} \"$@\" in generate() 49 compdef _{name} {name} in generate() 52 name = bin_name, in generate() 73 // [arg_name]: The name o [all...] |
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | cargo.rs | 18 fn eval(&self, name: &str, query_value: Option<&str>) -> CfgResult { in eval() 20 if name == "feature" { in eval() 28 if name == "test" && query_value.is_none() { in eval() 32 if let Some(cargo_value) = env.cfgs.get(Lookup::new(name)) { in eval() 39 if name == "debug_assertions" && query_value.is_none() { in eval() 100 fn new(name: &str) -> &Self { in new() 101 unsafe { &*(name as *const str as *const Self) } in new()
|
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 161 init_debug("%s ordering: %s (%sabled)\n", from, lsm->name, in append_ordered_lsm() 174 init_debug("exclusive disabled: %s\n", lsm->name); in lsm_allowed() 223 init_debug("exclusive chosen: %s\n", lsm->name); in prepare_lsm() 236 init_debug("initializing %s\n", lsm->name); in initialize_lsm() 238 WARN(ret, "%s failed to initialize: %d\n", lsm->name, ret); in initialize_lsm() 242 /* Populate ordered LSMs list from comma-separated LSM name list. */ 246 char *sep, *name, *next; in ordered_lsm_parse() local 267 strcmp(major->name, chosen_major_lsm) != 0) { in ordered_lsm_parse() 270 chosen_major_lsm, major->name); in ordered_lsm_parse() 278 while ((name in ordered_lsm_parse() 1024 security_dentry_init_security(struct dentry *dentry, int mode, const struct qstr *name, void **ctx, u32 *ctxlen) security_dentry_init_security() argument 1033 security_dentry_create_files_as(struct dentry *dentry, int mode, struct qstr *name, const struct cred *old, struct cred *new) security_dentry_create_files_as() argument 1077 security_old_inode_init_security(struct inode *inode, struct inode *dir, const struct qstr *qstr, const char **name, void **value, size_t *len) security_old_inode_init_security() argument 1298 security_inode_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) security_inode_setxattr() argument 1322 security_inode_post_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) security_inode_post_setxattr() argument 1331 security_inode_getxattr(struct dentry *dentry, const char *name) security_inode_getxattr() argument 1345 security_inode_removexattr(struct dentry *dentry, const char *name) security_inode_removexattr() argument 1376 security_inode_getsecurity(struct inode *inode, const char *name, void **buffer, bool alloc) security_inode_getsecurity() argument 1394 security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags) security_inode_setsecurity() argument 1432 security_inode_copy_up_xattr(const char *name) security_inode_copy_up_xattr() argument 2012 security_getprocattr(struct task_struct *p, const char *lsm, char *name, char **value) security_getprocattr() argument 2025 security_setprocattr(const char *lsm, const char *name, void *value, size_t size) security_setprocattr() argument 2043 security_ismaclabel(const char *name) security_ismaclabel() argument [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpcrdma.h | 55 #define DEFINE_COMPLETION_EVENT(name) \ 56 DEFINE_EVENT(rpcrdma_completion_class, name, \ 92 #define DEFINE_REPLY_EVENT(name) \ 93 DEFINE_EVENT(xprtrdma_reply_event, name, \ 123 #define DEFINE_RXPRT_EVENT(name) \ 124 DEFINE_EVENT(xprtrdma_rxprt, name, \ 160 #define DEFINE_CONN_EVENT(name) \ 161 DEFINE_EVENT(xprtrdma_connect_class, xprtrdma_##name, \ 208 #define DEFINE_RDCH_EVENT(name) \ 209 DEFINE_EVENT(xprtrdma_rdch_event, xprtrdma_chunk_##name,\ [all...] |