/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | mutator.js | 50 return '__skip' + this.constructor.name; 92 node, 'leading', ` ${this.constructor.name}: ${message} `);
|
/third_party/node/test/common/wpt/ |
H A D | worker.js | 37 name: result.name,
|
/third_party/node/tools/ |
H A D | utils.py | 12 # * Neither the name of Google Inc. nor the names of its 36 def ReadLinesFrom(name): 38 for line in open(name):
|
/third_party/node/test/fixtures/source-map/ |
H A D | istanbul-throw.js | 1 var cov_ono70fls3=function(){var path="/Users/bencoe/oss/source-map-testing/istanbul-throw-original.js";var hash="4302fcea4eb0ea4d9af6e63a478f214aa61f9dd8";var global=new Function("return this")();var gcv="__coverage__";var coverageData={path:"/Users/bencoe/oss/source-map-testing/istanbul-throw-original.js",statementMap:{"0":{start:{line:5,column:2},end:{line:5,column:25}},"1":{start:{line:8,column:0},end:{line:10,column:3}},"2":{start:{line:9,column:2},end:{line:9,column:10}}},fnMap:{"0":{name:"Hello",decl:{start:{line:4,column:9},end:{line:4,column:14}},loc:{start:{line:4,column:17},end:{line:6,column:1}},line:4},"1":{name:"(anonymous_1)",decl:{start:{line:8,column:13},end:{line:8,column:14}},loc:{start:{line:8,column:24},end:{line:10,column:1}},line:8}},branchMap:{},s:{"0":0,"1":0,"2":0},f:{"0":0,"1":0},b:{},_coverageSchema:"43e27e138ebf9cfc5966b082cf9a028302ed4184",hash:"4302fcea4eb0ea4d9af6e63a478f214aa61f9dd8"};var coverage=global[gcv]||(global[gcv]={});if(coverage[path]&&coverage[path].hash===hash){return coverage[path];}return coverage[path]=coverageData;}();/*
|
/third_party/musl/src/misc/ |
H A D | forkpty.c | 9 int forkpty(int *pm, char *name, const struct termios *tio, const struct winsize *ws) in forkpty() argument 15 if (openpty(&m, &s, name, tio, ws) < 0) return -1; in forkpty()
|
/third_party/node/benchmark/ |
H A D | scatter.js | 25 const name = filepath.slice(__dirname.length + 1); 59 console.log(`"${name}", ${confData}, ${data.rate}, ${data.time}`);
|
/third_party/node/benchmark/url/ |
H A D | url-searchparams-creation.js | 71 for (const name in inputs) { 72 new URLSearchParams(inputs[name]);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_io.h | 11 * defines variables and functions pertaining to converter name resolution 65 * Remove the underscores, dashes and spaces from the name, and convert 66 * the name to lower case. 67 * @param dst The destination buffer, which is <= the buffer of name. 68 * @param dst The destination buffer, which is <= the buffer of name. 81 ucnv_io_stripASCIIForCompare(char *dst, const char *name); 84 ucnv_io_stripEBCDICForCompare(char *dst, const char *name); 87 * Map a converter alias name to a canonical converter name. 88 * The alias is searched for case-insensitively, the converter name [all...] |
H A D | ucat.cpp | 40 u_catopen(const char* name, const char* locale, UErrorCode* ec) { in u_catopen() argument 41 return (u_nl_catd) ures_open(name, locale, ec); in u_catopen()
|
/third_party/node/deps/npm/node_modules/encoding/lib/ |
H A D | encoding.js | 68 * Converts charset name if needed 70 * @param {String} name Character set 71 * @return {String} Character set name 73 function checkEncoding(name) { 74 return (name || '')
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/ |
H A D | options.js | 35 const hasConditionalHeader = Object.keys(options.headers || {}).some((name) => { 36 return conditionalHeaders.includes(name.toLowerCase())
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | unewdata.h | 10 * file name: unewdata.h 35 * parameters - of the form "name.type". 52 * @param name A string that specifies the name of the data. 62 udata_create(const char *dir, const char *type, const char *name, 73 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | unumsys.cpp | 30 unumsys_openByName(const char *name, UErrorCode *status) in unumsys_openByName() argument 36 return (UNumberingSystem*)NumberingSystem::createInstanceByName(name, *status); in unumsys_openByName()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_common.py | 62 compsize = '(%s != NULL) ? %s : 0' % (param.name, compsize) 68 compsize = "__gl%s_size(%s)" % (func.name, parameters)
|
/third_party/mesa3d/src/panfrost/perf/ |
H A D | quick.c | 35 printf("%s\n", cat->name); in main() 40 printf("%s (%s): %u\n", ctr->name, ctr->symbol_name, val); in main()
|
/third_party/icu/icu4c/source/test/perf/localecanperf/ |
H A D | localecanperf.cpp | 55 int32_t index, UBool exec, const char *&name, char *par = nullptr); 66 int32_t index, UBool exec, const char *&name, char *par /*= nullptr*/) in runIndexedTest() 65 runIndexedTest( int32_t index, UBool exec, const char *&name, char *par ) runIndexedTest() argument
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
H A D | dtfmtrtperf.cpp | 25 UPerfFunction* DateTimeRoundTripPerfTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) { in runIndexedTest() argument 34 name = ""; in runIndexedTest()
|
/third_party/libexif/libexif/apple/ |
H A D | mnote-apple-tag.c | 31 const char *name; member 53 return table[i].name; in mnote_apple_tag_get_name()
|
/third_party/libfuse/example/ |
H A D | poll_client.c | 44 char name[] = { hex_map[i], '\0' }; in main() local 45 fds[i] = open(name, O_RDONLY); in main()
|
/third_party/ltp/testcases/kernel/syscalls/removexattr/ |
H A D | removexattr02.c | 48 char *name; member 87 TEST(removexattr(tc->path, tc->name)); in verify_removexattr()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_net_ip_prefix.c | 44 static void print_ivar(const char *name, unsigned int val) in print_ivar() argument 46 printf("export %s=%d\n", name, val); in print_ivar()
|
H A D | tst_timeout_kill.c | 13 static void print_help(const char *name) in print_help() argument 15 fprintf(stderr, "usage: %s timeout pid\n", name); in print_help()
|
/third_party/ltp/testcases/kernel/syscalls/request_key/ |
H A D | request_key02.c | 61 static int init_key(char *name, int cmd) in init_key() argument 66 n = add_key("keyring", name, NULL, 0, KEY_SPEC_THREAD_KEYRING); in init_key()
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt03.c | 60 strncpy(p.match.u.user.name, "icmp", sizeof(p.match.u.user.name)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl03.c | 49 const char *name; member 85 tst_res(TPASS, "%s %#x", known_flags[i].name, in verify_features()
|