/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.h | 24 #include <string> 161 PPCSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, 164 /// ParseSubtargetFeatures - Parses features string setting specified 201 /// initializeSubtargetDependencies - Initializes using a CPU and feature string
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 33 static cl::opt<std::string> BlockExtractorFile( 45 SmallVector<std::pair<std::string, SmallVector<std::string, 4>>, 4>
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | transform_builder.h | 18 #include <string> 158 auto input = tb->builder()->build<std::string>(); in impl() 173 cfg.entry_point_name = tb->builder()->build<std::string>(); in impl()
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | formatter.cc | 44 std::string to_str(const Source::Location& location) { in to_str() 85 /// @param msg the value or string to write to the printer 138 std::string text; in format() 250 std::string Formatter::format(const List& list) const { in format()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | transform.cc | 18 #include <string> 69 diag::System::Transform, std::string(TypeInfo().name) + in Requires() 70 " depends on " + std::string(dep->name) + in Requires()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/ |
H A D | lexer.go | 27 func Lex(src []rune, filepath string) ([]tok.Token, error) { 78 return fmt.Errorf("%v unterminated string", start) 99 return fmt.Errorf("%v: unexpected '%v'", l.loc, string(l.runes[0])) 167 func (l *lexer) match(s string, kind tok.Kind) bool {
|
/third_party/typescript/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/ |
H A D | with-simple-project-when-solution-is-already-built.js | 67 name: string;
120 export declare function makeRandomName(): string; 125 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../../core/utilities.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":"25274411612-\r\nexport function makeRandomName() {\r\n return \"Bob!?! \";\r\n}\r\n\r\nexport function lastElementOf<T>(arr: T[]): T | undefined {\r\n if (arr.length === 0) return undefined;\r\n return arr[arr.length - 1];\r\n}\r\n\r\n","signature":"-11345568166-export declare function makeRandomName(): string;\nexport declare function lastElementOf<T>(arr: T[]): T | undefined;\n"}],"options":{"composite":true,"declaration":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../../core","strict":true,"target":1},"referencedMap":[],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,2],"latestChangedDtsFile":"./utilities.d.ts"},"version":"FakeTSVersion"}
142 "signature": "-11345568166-export declare function makeRandomName(): string;\nexport declare function lastElementOf<T>(arr: T[]): T | undefined;\n" 218 name: string; 224 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../../animals/animal.ts","../../animals/index.ts","../core/utilities.d.ts","../../animals/dog.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":"-14984181202-export type Size = \"small\" | \"medium\" | \"large\";\r\nexport default interface Animal {\r\n size: Size;\r\n}\r\n","signature":"-9289341318-export type Size = \"small\" | \"medium\" | \"large\";\nexport default interface Animal {\n size: Size;\n}\n"},{"version":"-5382672599-import Animal from './animal';\r\n\r\nexport default Animal;\r\nimport { createDog, Dog } from './dog';\r\nexport { createDog, Dog };\r\n","signature":"1096904574-import Animal from './animal';\nexport default Animal;\nimport { createDog, Dog } from './dog';\nexport { createDog, Dog };\n"},"-11345568166-export declare function makeRandomName(): string;\nexport declare function lastElementOf<T>(arr: T[]): T | undefined;\n",{"version":"-10991948013-import Animal from '.';\r\nimport { makeRandomName } from '../core/utilities';\r\n\r\nexport interface Dog extends Animal {\r\n woof(): void;\r\n name: string;\r\n}\r\n\r\nexport function createDog(): Dog {\r\n return ({\r\n size: \"medium\",\r\n woof: function(this: Dog) {\r\n console.log(`${this.name} says \"Woof\"!`);\r\n },\r\n name: makeRandomName()\r\n });\r\n}\r\n\r\n","signature":"6032048049-import Animal from '.';\nexport interface Dog extends Animal {\n woof(): void;\n name: string;\n}\nexport declare function createDog(): Dog;\n"}],"options":{"composite":true,"declaration":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../../animals","strict":true,"target":1},"fileIdsList":[[3,4],[2,5],[3]],"referencedMap":[[5,1],[3,2]],"exportedModulesMap":[[5,3],[3,2]],"semanticDiagnosticsPerFile":[1,2,5,3,4],"latestChangedDtsFile":"./dog.d.ts"},"version":"FakeTSVersion"}
264 "version": "-11345568166-export declare function makeRandomName(): string;\nexport declare function lastElementOf<T>(arr: T[]): T | undefined;\n", 265 "signature": "-11345568166-export declare function makeRandomName(): string;\nexpor [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | derivedClassOverridesProtectedMembers3.js | 2 var x: { foo: string; } 3 var y: { foo: string; bar: string; }
|
H A D | destructuringUnspreadableIntoRest.js | 4 public publicProp: string, 5 private privateProp: string, 6 protected protectedProp: string,
|
H A D | enumLiteralTypes1.js | 48 declare function g(x: Choice.Yes): string; 98 { kind: Choice.Yes, a: string } | 99 { kind: Choice.No, b: string };
|
H A D | enumLiteralTypes2.js | 48 declare function g(x: Choice.Yes): string; 98 { kind: Choice.Yes, a: string } | 99 { kind: Choice.No, b: string };
|
H A D | importHelpers.js | 42 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any; 46 export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray;
|
H A D | localTypes1.js | 121 a: string; 125 b: string; 129 c: string;
|
H A D | undefinedIsSubtypeOfEverything.js | 17 foo: string; 66 bar: string; 91 class c { baz: string }
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_util.h | 45 #include <string> 91 PROTOBUF_EXPORT inline const std::string& GetEmptyString() { in GetEmptyString() 249 // Destroy the string (call std::string destructor) 250 inline void OnShutdownDestroyString(const std::string* ptr) { in OnShutdownDestroyString()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_map_field.cc | 50 std::map<std::string, std::string>* variables, in SetMessageVariables() 179 std::string ptr; in GenerateSerializationLoop()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | logging.h | 80 LogMessage& operator<<(const std::string& value); 102 std::string message_; 206 const std::string& message);
|
/third_party/python/Lib/test/ |
H A D | test_ucn.py | 62 string = "The rEd fOx ate the sheep." 65 "".join([self.checkletter(*args) for args in zip(chars, string)]), 66 string
|
/third_party/spirv-tools/source/val/ |
H A D | validate_ray_tracing.cpp | 33 [](spv::ExecutionModel model, std::string* message) { in RayTracingPass() 129 [](spv::ExecutionModel model, std::string* message) { in RayTracingPass() 164 std::string* message) { in RayTracingPass()
|
/third_party/spirv-tools/test/diff/ |
H A D | lcs_test.cpp | 17 #include <string> 224 const std::string src_str = in TEST() 267 const std::string dst_str = in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_make_vector_operation_dynamic_test.cpp | 27 std::string reference_shader = R"( in TEST() 148 std::string reference_shader = R"( in TEST() 302 std::string variant_shader = R"( in TEST()
|
H A D | transformation_toggle_access_chain_instruction_test.cpp | 27 std::string shader = R"( in TEST() 227 std::string shader = R"( in TEST() 350 std::string variantShader = R"( in TEST()
|
/third_party/spirv-tools/test/opt/ |
H A D | pass_manager_test.cpp | 17 #include <string> 37 NullPassWithArgs(std::string) {} in NullPassWithArgs() 119 const std::string text = "OpMemoryModel Logical GLSL450\nOpSource ESSL 310\n"; in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemUtils.hpp | 62 const std::vector<std::string>& extraExtensions = std::vector<std::string>()); 73 const std::vector<std::string>& extraExtensions,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsics.cpp | 36 std::string name; 41 std::string operand; 63 static const std::string functions[SPARSE_SPIRV_FUNCTION_TYPE_LAST] in createSparseResourcesShaderIntrinsicsTests()
|