/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.h | 349 static void ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration); 350 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
|
/third_party/skia/src/ports/ |
H A D | SkRemotableFontMgr_win_dw.cpp | 166 static HRESULT getDefaultFontFamilyName(SkSMallocWCHAR* name) { in getDefaultFontFamilyName() argument 177 if (0 != wcsncpy_s(name->reset(len), len, metrics.lfMessageFont.lfFaceName, _TRUNCATE)) { in getDefaultFontFamilyName() 197 "Failed while finding family by name.", 221 "Failed while finding family by name.",
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_instantiate.h | 90 std::string name = testing::PrintToStringParamName()(info); in operator ()() local 92 for (const char c : name) in operator ()()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-graphite2.cc | 307 #define ALLOCATE_ARRAY(Type, name, len) \ in _hb_graphite2_shape() 308 Type *name = (Type *) scratch; \ in _hb_graphite2_shape()
|
/third_party/python/Lib/test/ |
H A D | test_module.py | 242 # Because the loader has no module_repr(), use the file name. 355 def __init__(self, name): 356 super().__init__(name) 358 m = ModuleWithSlots("name")
|
H A D | test_scope.py | 325 # and give the correct error when accessing the deleted name. 591 def adaptgetter(name, klass, getter): 595 des = "_%s__%s" % (klass.__name__, name)
|
H A D | test_decorators.py | 13 def author(name): 15 func.__dict__['author'] = name 238 # 1: Evaluate the decorator-maker name
|
/third_party/python/Lib/distutils/command/ |
H A D | bdist_rpm.py | 47 ('distribution-name=', None, 48 "name of the (Linux) distribution to which this " 49 "RPM applies (*not* the name of the module distribution!)"), 67 "name of icon file"), 197 if os.name != 'posix': 199 "distributions on platform %s" % os.name) 334 nvr_string = "%{name}-%{version}-%{release}" 397 '%define name ' + self.distribution.get_name(), 428 'Name: %{name}', 436 spec_file.append('Source0: %{name} [all...] |
H A D | build_py.py | 54 for name, path in self.distribution.package_dir.items(): 55 self.package_dir[name] = convert_path(path) 184 # Empty dir name means current directory, which we can probably 234 module name in 'self.py_modules'. Returns a list of tuples (package, 237 packages, no dots) module name, and 'filename' is the path to the 361 # the *unqualified* module name (ie. no dots, no package -- we
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 44 /// Instances of this class represent the name of the dwarf .file directive and 53 // The base name of the file without its directory path. 56 // The index into the list of directory names for this file name. 419 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, unsigned lineNumber, in MCGenDwarfLabelEntry() argument 421 : Name(name), FileNumber(fileNumber), LineNumber(lineNumber), in MCGenDwarfLabelEntry()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | castable_test.cc | 26 explicit Animal(std::string n) : name(n) {} in Animal() 27 const std::string name; member
|
H A D | clone_context.h | 284 << TypeInfo::Of<T>().name in ReplaceAll() 286 << transform.typeinfo->name; in ReplaceAll()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_singular_expression_test.cc | 100 EXPECT_EQ(c->target.name->symbol, p->builder().Symbols().Get("a")); in TEST_F() 116 EXPECT_EQ(c->target.name->symbol, p->builder().Symbols().Get("test")); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver.h | 163 /// @param name the method name to get information on 166 /// @returns the return type of `name` in `path` or nullptr on error. 169 const std::string& name, 381 /// @returns the type name of the given semantic type, unwrapping 385 /// @returns the type name of the given semantic type, without unwrapping 407 /// Returns a human-readable string representation of the vector type name 453 << "AST node '" << ast->TypeInfo().name << "' had no semantic info\n" in Sem() 460 /// @returns true if the symbol is the name of an intrinsic (builtin)
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_intrinsic_test.cc | 59 std::string name; in GenerateCall() local 60 std::ostringstream str(name); in GenerateCall()
|
/third_party/skia/tools/viewer/ |
H A D | SlideDir.cpp | 265 SlideDir::SlideDir(const SkString& name, SkTArray<sk_sp<Slide>>&& slides, int columns) in SlideDir() argument 268 fName = name; in SlideDir()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | thisTypeInObjectLiterals2.js | 165 declare function defineProp<T, K extends string, U>(obj: T, name: K, desc: PropDesc<U> & ThisType<T>): T & Record<K, U>; 460 declare function defineProp<T, K extends string, U>(obj: T, name: K, desc: PropDesc<U> & ThisType<T>): T & Record<K, U>;
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/ |
H A D | with-noEmitOnError-with-incremental.js | 4 name: string;
100 {"program":{"fileNames":["../../../../../a/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":{"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,"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"}
123 "version": "-9621097780-export interface A {\r\n name: string;\r\n}", 124 "signature": "-9621097780-export interface A {\r\n name: string;\r\n}" 263 {"program":{"fileNames":["../../../../../a/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},{"version":"-9621097780-export interface A {\r\n name: string;\r\n}","signature":"-5014788164-export interface A {\n name: string;\n}\n"},{"version":"-2574605496-import { A } from \"../shared/types/db\";\nconst a = {\n lastName: 'sdsd'\n};","signature":"-3531856636-export {};\n"},{"version":"11373096570-console.log(\"hi\");\r\nexport { }","signature":"-3531856636-export {};\n"}],"options":{"assumeChangesOnlyAffectDirectDependencies":true,"declaration":true,"noEmitOnError":true,"outDir":"./"},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,2,3,4]},"version":"FakeTSVersion"}
286 "version": "-9621097780-export interface A {\r\n name: string;\r\n}", 287 "signature": "-5014788164-export interface A {\n name: string;\n}\n" 328 name: string; 414 {"program":{"fileNames":["../../../../../a/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},{"version":"-9621097780-export interface A {\r\n name [all...] |
H A D | with-noEmitOnError.js | 4 name: string;
192 name: string;
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/ |
H A D | with-noEmitOnError-with-incremental.js | 4 name: string;
100 {"program":{"fileNames":["../../../../../a/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":{"declaration":true,"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"}
123 "version": "-9621097780-export interface A {\r\n name: string;\r\n}", 124 "signature": "-9621097780-export interface A {\r\n name: string;\r\n}" 262 {"program":{"fileNames":["../../../../../a/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},{"version":"-9621097780-export interface A {\r\n name: string;\r\n}","signature":"-5014788164-export interface A {\n name: string;\n}\n"},{"version":"-2574605496-import { A } from \"../shared/types/db\";\nconst a = {\n lastName: 'sdsd'\n};","signature":"-3531856636-export {};\n"},{"version":"11373096570-console.log(\"hi\");\r\nexport { }","signature":"-3531856636-export {};\n"}],"options":{"declaration":true,"noEmitOnError":true,"outDir":"./"},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,2,3,4]},"version":"FakeTSVersion"}
285 "version": "-9621097780-export interface A {\r\n name: string;\r\n}", 286 "signature": "-5014788164-export interface A {\n name: string;\n}\n" 326 name: string; 412 {"program":{"fileNames":["../../../../../a/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},{"version":"-9621097780-export interface A {\r\n name [all...] |
H A D | with-noEmitOnError.js | 4 name: string;
192 name: string;
|
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/ |
H A D | with-noEmitOnError-with-incremental.js | 4 name: string;
100 {"program":{"fileNames":["../../../../../a/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":{"declaration":true,"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"}
123 "version": "-9621097780-export interface A {\r\n name: string;\r\n}", 124 "signature": "-9621097780-export interface A {\r\n name: string;\r\n}" 262 {"program":{"fileNames":["../../../../../a/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},{"version":"-9621097780-export interface A {\r\n name: string;\r\n}","signature":"-5014788164-export interface A {\n name: string;\n}\n"},{"version":"-2574605496-import { A } from \"../shared/types/db\";\nconst a = {\n lastName: 'sdsd'\n};","signature":"-3531856636-export {};\n"},{"version":"11373096570-console.log(\"hi\");\r\nexport { }","signature":"-3531856636-export {};\n"}],"options":{"declaration":true,"noEmitOnError":true,"outDir":"./"},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,2,3,4]},"version":"FakeTSVersion"}
285 "version": "-9621097780-export interface A {\r\n name: string;\r\n}", 286 "signature": "-5014788164-export interface A {\n name: string;\n}\n" 326 name: string; 412 {"program":{"fileNames":["../../../../../a/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},{"version":"-9621097780-export interface A {\r\n name [all...] |
H A D | with-noEmitOnError.js | 4 name: string;
192 name: string;
|
/third_party/vixl/test/ |
H A D | test-invalset.cc | 12 // * Neither the name of ARM Limited nor the names of its contributors may be 34 #define TEST(name) TEST_(INVALSET_##name)
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | EGLImageWrappingTests.cpp | 45 void* LoadProc(const char* name) { in LoadProc() argument 46 void* proc = mlibEGL.GetProc(name); in LoadProc()
|