Home
last modified time | relevance | path

Searched refs:string (Results 7476 - 7500 of 20062) sorted by relevance

1...<<291292293294295296297298299300>>...803

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h24 #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 DBlockExtractor.cpp33 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 Dtransform_builder.h18 #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 Dformatter.cc44 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 Dtransform.cc18 #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 Dlexer.go27 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 Dwith-simple-project-when-solution-is-already-built.js67 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 DderivedClassOverridesProtectedMembers3.js2 var x: { foo: string; }
3 var y: { foo: string; bar: string; }
H A DdestructuringUnspreadableIntoRest.js4 public publicProp: string,
5 private privateProp: string,
6 protected protectedProp: string,
H A DenumLiteralTypes1.js48 declare function g(x: Choice.Yes): string;
98 { kind: Choice.Yes, a: string } |
99 { kind: Choice.No, b: string };
H A DenumLiteralTypes2.js48 declare function g(x: Choice.Yes): string;
98 { kind: Choice.Yes, a: string } |
99 { kind: Choice.No, b: string };
H A DimportHelpers.js42 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 DlocalTypes1.js121 a: string;
125 b: string;
129 c: string;
H A DundefinedIsSubtypeOfEverything.js17 foo: string;
66 bar: string;
91 class c { baz: string }
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h45 #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 Dcpp_map_field.cc50 std::map<std::string, std::string>* variables, in SetMessageVariables()
179 std::string ptr; in GenerateSerializationLoop()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dlogging.h80 LogMessage& operator<<(const std::string& value);
102 std::string message_;
206 const std::string& message);
/third_party/python/Lib/test/
H A Dtest_ucn.py62 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 Dvalidate_ray_tracing.cpp33 [](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 Dlcs_test.cpp17 #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 Dtransformation_make_vector_operation_dynamic_test.cpp27 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 Dtransformation_toggle_access_chain_instruction_test.cpp27 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 Dpass_manager_test.cpp17 #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 DvktProtectedMemUtils.hpp62 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 DvktSparseResourcesShaderIntrinsics.cpp36 std::string name;
41 std::string operand;
63 static const std::string functions[SPARSE_SPIRV_FUNCTION_TYPE_LAST] in createSparseResourcesShaderIntrinsicsTests()

Completed in 18 milliseconds

1...<<291292293294295296297298299300>>...803