Home
last modified time | relevance | path

Searched refs:name (Results 21226 - 21250 of 25157) sorted by relevance

1...<<841842843844845846847848849850>>...1007

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DArchive.h45 /// 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 Dwebtreemap.js81 caption.innerHTML = tree.name;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProf.cpp42 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 Dparser_impl_const_expr_test.cc136 e->As<ast::CallExpression>()->target.type->As<ast::TypeName>()->name, in TEST_F()
/third_party/skia/third_party/externals/tint/src/transform/
H A Darray_length_from_uniform.cc112 "missing transform data for " + std::string(TypeInfo().name)); in Run()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dnormalizer2.h10 * 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 Duresdata.h8 * file name: uresdata.h
416 const char *path, const char *name, UErrorCode *errorCode);
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A Dwith-noEmitOnError-syntax-errors.js19 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 Dportability.h82 // 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 Dbootchartd.c217 static int signal_pid(pid_t pid, char *name) in signal_pid() argument
/third_party/vixl/tools/
H A Dclang_format.py14 # * 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 DpropertyAccess.js31 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 DvariableDeclaratorResolvedDuringContextualTyping.js23 static join(promises: { [name: string]: Promise; }): Promise;
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h197 const char *eglQueryString(EGLDisplay dpy, EGLint name);
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h218 GLAPI const char * APIENTRY eglQueryString (EGLDisplay dpy, EGLint name);
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h197 const char *eglQueryString(EGLDisplay dpy, EGLint name);
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.h15 // * 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 Dmessage_factory.cc15 // * 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 Drow.c259 .name = MODULE_NAME ".Row",
/third_party/protobuf/python/
H A Dsetup.py250 name='protobuf',
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.cc15 // * 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 Didna.py159 # ASCII name: fast path
300 name='idna',
/third_party/python/Lib/test/
H A Dtest_netrc.py273 @unittest.skipUnless(os.name == 'posix', 'POSIX only test')
H A Dtest_ossaudiodev.py66 self.assertEqual(dsp.name, "/dev/dsp")
70 for attr in ('closed', 'name', 'mode'):
/third_party/python/Lib/test/test_importlib/import_/
H A Dtest_fromlist.py49 to be the only name in the fromlist [using * with others].
95 self.assertEqual('i_do_not_exist', exc.exception.name)

Completed in 49 milliseconds

1...<<841842843844845846847848849850>>...1007