/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Archive.h | 45 /// Get the name without looking up long names. 48 /// Get the name looking up long names. 258 Expected<Optional<Child>> findSym(StringRef name) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
H A D | webtreemap.js | 81 caption.innerHTML = tree.name;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 42 const char *name() const noexcept override { return "llvm.sampleprof"; } 64 return "Truncated function name table";
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_const_expr_test.cc | 136 e->As<ast::CallExpression>()->target.type->As<ast::TypeName>()->name, in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | array_length_from_uniform.cc | 112 "missing transform data for " + std::string(TypeInfo().name)); in Run()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | normalizer2.h | 10 * file name: normalizer2.h 165 * (packageName/name similar to ucnv_openPackage() and ures_open()/ResourceBundle) 170 * Use name="nfc" and UNORM2_COMPOSE/UNORM2_DECOMPOSE for Unicode standard NFC/NFD. 171 * Use name="nfkc" and UNORM2_COMPOSE/UNORM2_DECOMPOSE for Unicode standard NFKC/NFKD. 172 * Use name="nfkc_cf" and UNORM2_COMPOSE for Unicode standard NFKC_CF=NFKC_Casefold. 174 * @param packageName NULL for ICU built-in data, otherwise application data package name 175 * @param name "nfc" or "nfkc" or "nfkc_cf" or name of custom data file 186 const char *name,
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresdata.h | 8 * file name: uresdata.h 416 const char *path, const char *name, UErrorCode *errorCode);
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | with-noEmitOnError-syntax-errors.js | 19 name: string;
77 {"program":{"fileNames":["../../lib/lib.d.ts","../shared/types/db.ts","../src/main.ts","../src/other.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"-9621097780-export interface A {\r\n name: string;\r\n}","2626879346-import { A } from \"../shared/types/db\";\r\nconst a = {\r\n lastName: 'sdsd'\r\n;","11373096570-console.log(\"hi\");\r\nexport { }"],"options":{"noEmitOnError":true,"outDir":"./"},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[[3,1]],"semanticDiagnosticsPerFile":[1,2,3,4],"affectedFilesPendingEmit":[[2,1],[3,1],[4,1]]},"version":"FakeTSVersion"}
100 "version": "-9621097780-export interface A {\r\n name: string;\r\n}", 101 "signature": "-9621097780-export interface A {\r\n name: string;\r\n}" 233 {"program":{"fileNames":["../../lib/lib.d.ts","../shared/types/db.ts","../src/main.ts","../src/other.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"-9621097780-export interface A {\r\n name: string;\r\n}",{"version":"-2574605496-import { A } from \"../shared/types/db\";\nconst a = {\n lastName: 'sdsd'\n};","signature":"-4882119183-export {};\r\n"},"11373096570-console.log(\"hi\");\r\nexport { }"],"options":{"noEmitOnError":true,"outDir":"./"},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,2,3,4]},"version":"FakeTSVersion"}
256 "version": "-9621097780-export interface A {\r\n name: string;\r\n}", 257 "signature": "-9621097780-export interface A {\r\n name: string;\r\n}"
|
/third_party/toybox/lib/ |
H A D | portability.h | 82 // claim it's in the name of Gnu. 99 // same name and if you include libgen.h it #defines basename to something 102 // with a different name for their new behavior because gnu. 105 // correct name to the broken name. 346 char *name; member
|
/third_party/toybox/toys/pending/ |
H A D | bootchartd.c | 217 static int signal_pid(pid_t pid, char *name) in signal_pid() argument
|
/third_party/vixl/tools/ |
H A D | clang_format.py | 14 # * Neither the name of ARM Limited nor the names of its contributors may be 154 test.name,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | propertyAccess.js | 31 var someObject: { name: string }; 48 // Bracket notation property access using string literal value on type with property of that literal name 52 // Bracket notation property access using string literal value on type without property of that literal name 56 // Bracket notation property access using numeric string literal value on type with property of that literal name 60 // Bracket notation property access using numeric string literal value on type without property of that literal name 212 // Bracket notation property access using string literal value on type with property of that literal name
215 // Bracket notation property access using string literal value on type without property of that literal name
218 // Bracket notation property access using numeric string literal value on type with property of that literal name
221 // Bracket notation property access using numeric string literal value on type without property of that literal name
|
H A D | variableDeclaratorResolvedDuringContextualTyping.js | 23 static join(promises: { [name: string]: Promise; }): Promise;
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 197 const char *eglQueryString(EGLDisplay dpy, EGLint name);
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 218 GLAPI const char * APIENTRY eglQueryString (EGLDisplay dpy, EGLint name);
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 197 const char *eglQueryString(EGLDisplay dpy, EGLint name);
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | printer.h | 15 // * Neither the name of Google Inc. nor the names of its 116 // vars["name"] = "Bob"; 117 // printer.Print(vars, "My name is $name$."); 119 // The above writes "My name is Bob." to the output stream. 128 // identifies Bob, we can associate the output string "My name is Bob." with 131 // printer.Annotate("name", person_); 148 // printer.Annotate("name", "name", person_); 157 // printer.Print(vars, "My name i [all...] |
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message_factory.cc | 15 // * Neither the name of Google Inc. nor the names of its 173 "s(){sOsOsO}", descriptor->name().c_str(), in GetOrCreateMessageClass()
|
/third_party/python/Modules/_sqlite/ |
H A D | row.c | 259 .name = MODULE_NAME ".Row",
|
/third_party/protobuf/python/ |
H A D | setup.py | 250 name='protobuf',
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_generator.cc | 15 // * Neither the name of Google Inc. nor the names of its 128 std::string basename = StripProto(file->name()); in Generate()
|
/third_party/python/Lib/encodings/ |
H A D | idna.py | 159 # ASCII name: fast path 300 name='idna',
|
/third_party/python/Lib/test/ |
H A D | test_netrc.py | 273 @unittest.skipUnless(os.name == 'posix', 'POSIX only test')
|
H A D | test_ossaudiodev.py | 66 self.assertEqual(dsp.name, "/dev/dsp") 70 for attr in ('closed', 'name', 'mode'):
|
/third_party/python/Lib/test/test_importlib/import_/ |
H A D | test_fromlist.py | 49 to be the only name in the fromlist [using * with others]. 95 self.assertEqual('i_do_not_exist', exc.exception.name)
|