Home
last modified time | relevance | path

Searched refs:name (Results 7276 - 7300 of 19470) sorted by relevance

1...<<291292293294295296297298299300>>...779

/third_party/node/deps/v8/tools/
H A Dshell-utils.h12 // * Neither the name of Google Inc. nor the names of its
43 const byte* ReadFileAndRepeat(const char* name, int* size, int repeat) { in ReadFileAndRepeat() argument
44 FILE* file = fopen(name, "rb"); in ReadFileAndRepeat()
/third_party/node/src/permission/
H A Dpermission_base.h30 #define V(name, _, __) k##name,
/third_party/node/test/common/
H A Dbenchmark.js9 function runBenchmark(name, env) {
12 argv.push(name);
34 // the name of the benchmark file, and a line with the only results that we
/third_party/ntfs-3g/include/ntfs-3g/
H A Dxattrs.h45 * Identification of data mapped to the system name space
69 char name[1]; /* variable length */ member
80 enum SYSTEMXATTRS ntfs_xattr_system_type(const char *name,
/third_party/node/test/fixtures/wpt/performance-timeline/
H A Dperformanceobservers.js6 // we match based on entryType and name
9 if (ex.entryType === pe.entryType && ex.name === pe.name) {
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharnessreport.js22 return {name:x.name, status:x.status, message:x.message, stack:x.stack}
/third_party/musl/src/passwd/
H A Dgetgrent.c33 struct group *getgrnam(const char *name) in getgrnam() argument
37 __getgr_a(name, 0, &gr, &line, &size, &mem, &nmem, &res); in getgrnam()
/third_party/musl/porting/linux/user/tools/
H A Dinstall.sh18 while getopts Dlrm: name ; do
19 case "$name" in
/third_party/musl/tools/
H A Dinstall.sh18 while getopts Dlrm: name ; do
19 case "$name" in
/third_party/nghttp2/
H A Dgendowncasetbl.py4 def name(i): function
28 sys.stdout.write('{} /* {} */, '.format(i, name(i)))
/third_party/mesa3d/src/mesa/main/
H A Dremap.c62 * point name terminates the array.
126 const char *name = spec + strlen(spec) + 1; in _mesa_init_remap_table() local
127 _mesa_warning(NULL, "failed to remap %s", name); in _mesa_init_remap_table()
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_nop.c43 * the function's name in an error message.
115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name
/third_party/node/deps/icu-small/source/i18n/
H A Dtzgnames.h53 UDate date, UnicodeString& name) const;
55 UnicodeString& getGenericLocationName(const UnicodeString& tzCanonicalID, UnicodeString& name) const;
/third_party/node/deps/npm/node_modules/cross-spawn/lib/
H A Denoent.js22 cp.emit = function (name, arg1) {
26 if (name === 'exit') {
/third_party/mesa3d/include/drm-uapi/
H A Dsync_file.h38 * @name: name of new fence
45 char name[32]; member
54 * @obj_name: name of parent sync_timeline
55 * @driver_name: name of driver implementing the parent
70 * @name: name of fence
79 char name[32]; member
/third_party/ltp/testcases/kernel/syscalls/unlink/
H A Dunlink08.c27 char *name; member
40 TST_EXP_FAIL(unlink(tc->name), tc->exp_errno, "%s", tc->desc); in verify_unlink()
/third_party/ltp/testcases/kernel/syscalls/personality/
H A Dpersonality01.c27 const char *name; member
64 pers[i].name); in run()
/third_party/ltp/testcases/kernel/syscalls/setdomainname/
H A Dsetdomainname02.c16 char *name; member
23 { "name == NULL", NULL, MAX_NAME_LENGTH, ERRNO_DESC(EFAULT) }
30 TEST(do_setdomainname(tcase->name, (size_t) tcase->len)); in verify_setdomainname()
/third_party/node/deps/v8/src/objects/
H A Dstring-set.h34 Handle<String> name);
35 V8_EXPORT_PRIVATE bool Has(Isolate* isolate, Handle<String> name);
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.h35 // Returns a stored string resulting from name, or "<symbol>" for a symbol.
36 const char* GetName(Name name);
39 // Appends string resulting from name to prefix, then returns the stored
41 const char* GetConsName(const char* prefix, Name name);
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.h53 const char *name; member
77 const char *name; member
/third_party/musl/Benchmark/musl/
H A Dlibc_dlopen.cpp26 explicit ScopeTime(const char *name) : cost(0), soName(name) in ScopeTime() argument
/third_party/node/deps/uv/src/unix/
H A Ddl.c53 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym() argument
55 *ptr = dlsym(lib->handle, name); in uv_dlsym()
/third_party/rust/crates/bindgen/bindgen/
H A Dcallbacks.rs40 /// the name visible in the bindings.
48 /// The integer kind an integer macro should have, given a name and the
62 /// The first parameter represents the name and argument list (including the
68 /// name, and value, this enum variant will forcibly be a constant.
132 /// The name of the type.
133 pub name: &'a str,
152 /// The name of the item
153 pub name: &'a str,
/third_party/python/Tools/scripts/
H A Dptags.py49 name = m.group(2)
50 s = name + '\t' + filename + '\t/^' + content + '/\n'

Completed in 13 milliseconds

1...<<291292293294295296297298299300>>...779