/third_party/node/deps/v8/tools/ |
H A D | shell-utils.h | 12 // * 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 D | permission_base.h | 30 #define V(name, _, __) k##name,
|
/third_party/node/test/common/ |
H A D | benchmark.js | 9 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 D | xattrs.h | 45 * 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 D | performanceobservers.js | 6 // 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 D | testharnessreport.js | 22 return {name:x.name, status:x.status, message:x.message, stack:x.stack}
|
/third_party/musl/src/passwd/ |
H A D | getgrent.c | 33 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 D | install.sh | 18 while getopts Dlrm: name ; do 19 case "$name" in
|
/third_party/musl/tools/ |
H A D | install.sh | 18 while getopts Dlrm: name ; do 19 case "$name" in
|
/third_party/nghttp2/ |
H A D | gendowncasetbl.py | 4 def name(i): function 28 sys.stdout.write('{} /* {} */, '.format(i, name(i)))
|
/third_party/mesa3d/src/mesa/main/ |
H A D | remap.c | 62 * 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 D | glapi_nop.c | 43 * 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 D | tzgnames.h | 53 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 D | enoent.js | 22 cp.emit = function (name, arg1) { 26 if (name === 'exit') {
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | sync_file.h | 38 * @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 D | unlink08.c | 27 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 D | personality01.c | 27 const char *name; member 64 pers[i].name); in run()
|
/third_party/ltp/testcases/kernel/syscalls/setdomainname/ |
H A D | setdomainname02.c | 16 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 D | string-set.h | 34 Handle<String> name); 35 V8_EXPORT_PRIVATE bool Has(Isolate* isolate, Handle<String> name);
|
/third_party/node/deps/v8/src/profiler/ |
H A D | strings-storage.h | 35 // 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 D | freedreno_perfetto.h | 53 const char *name; member 77 const char *name; member
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_dlopen.cpp | 26 explicit ScopeTime(const char *name) : cost(0), soName(name) in ScopeTime() argument
|
/third_party/node/deps/uv/src/unix/ |
H A D | dl.c | 53 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 D | callbacks.rs | 40 /// 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 D | ptags.py | 49 name = m.group(2) 50 s = name + '\t' + filename + '\t/^' + content + '/\n'
|