Home
last modified time | relevance | path

Searched refs:string (Results 7526 - 7550 of 20062) sorted by relevance

1...<<301302303304305306307308309310>>...803

/third_party/icu/icu4c/source/test/intltest/
H A Duts46test.cpp21 #include <string.h>
236 errln("notSTD3.nameToUnicode(non-LDH ASCII) unexpected errors %04lx string %s", in TestNotSTD3()
250 errln("notSTD3.nameToUnicode(equiv to non-LDH ASCII) unexpected errors %04lx string %s", in TestNotSTD3()
364 // Input string and options string (Nontransitional/Transitional/Both).
366 // Expected Unicode result string.
747 errln("N.nameToUnicode([%d] %s) unexpected string %s", in TestSomeCases()
765 errln("T.nameToUnicode([%d] %s) unexpected string %s", in TestSomeCases()
791 logln("%c.nameToASCII([%d] %s) (errors %04lx) result string: %s", in TestSomeCases()
795 logln("T.nameToASCII([%d] %s) (errors %04lx) result string in TestSomeCases()
[all...]
/third_party/node/test/parallel/
H A Dtest-assert.js423 testBlockTypeError(assert.throws, 'string');
424 testBlockTypeError(assert.doesNotThrow, 'string');
548 typeof 123 === 'string'
555 "assert.ok(\n typeof 123 === 'string'\n )\n"
785 () => assert(typeof 123n === 'string'),
791 "assert(typeof 123n === 'string')\n"
839 (() => 'string')()
851 ' (() => \'string\')()\n' +
863 (() => 'string')()
875 ' (() => \'string\')()\
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.h129 std::string name() const { in name()
132 return std::string("func"); in name()
134 return std::string("eq"); in name()
136 return std::string("i31"); in name()
138 return std::string("data"); in name()
140 return std::string("array"); in name()
142 return std::string(FLAG_experimental_wasm_gc ? "any" : "extern"); in name()
516 std::string name() const { in name()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp124 const std::string& name, in BuffersTestCase()
165 const std::string& name, in DedicatedAllocationBuffersTestCase()
561 std::string getBufferUsageFlagsName (const VkBufferUsageFlags flags) in getBufferUsageFlagsName()
580 std::string getBufferCreateFlagsName (const VkBufferCreateFlags flags) in getBufferCreateFlagsName()
620 const std::string newGroupName = getBufferUsageFlagsName(bufferUsageModes[currentNdx]); in createBufferUsageCases()
656 const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation of " : "dedicated alloc. of "; in createBufferUsageCases()
657 const std::string caseName = getBufferCreateFlagsName(bufferCreateFlags[bufferCreateFlagsNdx]); in createBufferUsageCases()
830 std::string formatName = de::toLower(getFormatName(testFormat)); in createBufferTests()
H A DvktApiFillBufferTests.cpp330 const std::string& name, in FillWholeBufferTestCase()
531 const std::string& name, in FillBufferTestCase()
620 const std::string& name, in UpdateBufferTestCase()
676 const std::string testName ("buffer_whole"); in createFillAndUpdateBufferTests()
686 const std::string testName ("buffer_first_one"); in createFillAndUpdateBufferTests()
696 const std::string testName ("buffer_second_one"); in createFillAndUpdateBufferTests()
706 const std::string testName ("buffer_second_part"); in createFillAndUpdateBufferTests()
726 const std::string name = "fill_buffer_vk_whole_size_" + de::toString(extraBytes) + "_extra_bytes_offset_" + de::toString(params.dstOffset); in createFillAndUpdateBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTests.cpp44 #include <string>
59 std::string commonMeshFragShader () in commonMeshFragShader()
61 std::string frag = in commonMeshFragShader()
98 MeshOnlyTriangleCase (tcu::TestContext& testCtx, const std::string& name) : vkt::TestCase (testCtx, name) {} in MeshOnlyTriangleCase()
109 MeshTaskTriangleCase (tcu::TestContext& testCtx, const std::string& name) : vkt::TestCase (testCtx, name) {} in MeshTaskTriangleCase()
121 TaskOnlyTriangleCase (tcu::TestContext& testCtx, const std::string& name) : vkt::TestCase (testCtx, name) {} in TaskOnlyTriangleCase()
201 std::string taskDataDecl = in initPrograms()
917 std::string coordColorFormat (int x, int y, const tcu::Vec4& color) in coordColorFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageViewTests.cpp76 static std::string getGlslSamplerType (const tcu::TextureFormat& format,
257 std::string ImageViewTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType()
355 static std::string getFormatCaseName (const VkFormat format) in getFormatCaseName()
357 const std::string fullName = getFormatName(format); in getFormatCaseName()
610 static std::string getComponentSwizzleCaseName (VkComponentSwizzle componentSwizzle) in getComponentSwizzleCaseName()
612 const std::string fullName = getComponentSwizzleName(componentSwizzle); in getComponentSwizzleCaseName()
619 static std::string getComponentMappingCaseName (const VkComponentMapping& componentMapping) in getComponentMappingCaseName()
876 (std::string("Samples a texture of format ") + getFormatName(format)).c_str())); in createImageViewTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp47 #include <string>
426 std::string getInputTypeStr () const in getInputTypeStr()
433 std::string getOutputTypeStr () const in getOutputTypeStr()
458 FConvertTestCase (tcu::TestContext& context, const std::string& name, const TestParams& params) in FConvertTestCase()
474 const std::string inputType = m_params.getInputTypeStr(); in initPrograms()
475 const std::string outputType = m_params.getOutputTypeStr(); in initPrograms()
907 std::string testName = std::string() + kFloatNames[i] + "_to_" + kFloatNames[j] + "_size_" + std::to_string(k); in createPrecisionFconvertGroup()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTriangles.cpp316 std::string te_body_string = te_template; in initTestDescriptor()
317 std::string vertex_spacing_mode_string; in initTestDescriptor()
319 std::size_t vertex_spacing_token_index = std::string::npos; in initTestDescriptor()
343 while ((vertex_spacing_token_index = te_body_string.find(vertex_spacing_token)) != std::string::npos) in initTestDescriptor()
890 std::string vs_mode_string = in iterate()
993 std::string vs_mode_string = TessellationShaderUtils::getESTokenForVertexSpacingMode(vs_mode); in runTestIterations()
1012 std::string vs_mode_string = TessellationShaderUtils::getESTokenForVertexSpacingMode(vs_mode); in runTestIterations()
1031 std::string vs_mode_string = TessellationShaderUtils::getESTokenForVertexSpacingMode(vs_mode); in runTestIterations()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Ddata_synonym_transformation_test.cpp48 std::string shader = R"( in TEST()
287 const std::string after_transformation = R"( in TEST()
373 std::string shader = R"( in TEST()
461 const std::string after_transformation = R"( in TEST()
511 std::string shader = R"( in TEST()
688 const std::string after_transformation = R"( in TEST()
774 std::string shader = R"( in TEST()
1125 const std::string after_transformation = R"( in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Ddata_synonym_transformation_test.cpp48 std::string shader = R"( in TEST()
287 const std::string after_transformation = R"( in TEST()
373 std::string shader = R"( in TEST()
461 const std::string after_transformation = R"( in TEST()
511 std::string shader = R"( in TEST()
688 const std::string after_transformation = R"( in TEST()
774 std::string shader = R"( in TEST()
1125 const std::string after_transformation = R"( in TEST()
/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp23 #include <string>
26 std::vector<std::string> gUniqueNames;
36 std::string std_to_string(T value) in std_to_string()
299 static void appendTestName(const char* nameSuffix, std::string& out) {
309 const char* testFunction, bool twoPaths, std::string& out) {
377 std::string str;
452 std::string(testName))) { in check_for_duplicate_names()
455 gUniqueNames.push_back(std::string(testName)); in check_for_duplicate_names()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMAttributeParser.cpp365 std::string Description; in ABI_align_needed()
367 Description = std::string(Strings[Value]); in ABI_align_needed()
369 Description = std::string("8-byte alignment, ") + utostr(1ULL << Value) in ABI_align_needed()
370 + std::string("-byte extended alignment"); in ABI_align_needed()
386 std::string Description; in ABI_align_preserved()
388 Description = std::string(Strings[Value]); in ABI_align_preserved()
390 Description = std::string("8-byte stack alignment, ") + in ABI_align_preserved()
391 utostr(1ULL << Value) + std::string("-byte data alignment"); in ABI_align_preserved()
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js4 title: string;
124 title: string;
246 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},{"version":"-4369626085-export interface ITest {\n title: string;\n}","signature":"-2463740027-export interface ITest {\n title: string;\n}\n"},{"version":"-13301115055-export * from \"./tools.interface\";","signature":"-13735034501-export * from \"./tools.interface\";\n"},{"version":"-5078933600-export * from \"./tools/public\";","signature":"-4396051542-export * from \"./tools/public\";\n"},{"version":"-30573389178-import { ITest } from \"lib1/public\";\nexport class Data {\n public test() {\n const result: ITest = {\n title: \"title\"\n }\n return result;\n }\n}","signature":"-15758516261-import { ITest } from \"lib1/public\";\nexport declare class Data {\n test(): ITest;\n}\n"},{"version":"-9530042629-export * from \"./data\";","signature":"-9548728731-export * from \"./data\";\n"},{"version":"-14937286564-import { Data } from \"lib2/public\";\nexport class App {\n public constructor() {\n new Data().test();\n }\n}","signature":"-18990360330-export declare class App {\n constructor();\n}\n"}],"options":{"declaration":true},"fileIdsList":[[6],[3],[2],[4],[5]],"referencedMap":[[7,1],[4,2],[3,3],[5,4],[6,5]],"exportedModulesMap":[[4,2],[3,3],[5,4],[6,5]],"semanticDiagnosticsPerFile":[1,7,4,3,2,5,6]},"version":"FakeTSVersion"}
284 "version": "-4369626085-export interface ITest {\n title: string;\n}",
285 "signature": "-2463740027-export interface ITest {\n title: string;\n}\n"
362 title2: string;
370 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
437 title2: string;
448 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},{"version":"-3501597171-export interface ITest {\n title2: string;\
[all...]
H A Dexport.js4 title: string;
124 title: string;
251 title2: string;
259 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
326 title2: string;
342 title: string;
411 title: string;
427 title2: string;
435 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
502 title2: string;
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/
H A Dexports-with-incremental.js4 title: string;
135 title: string;
278 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data2.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},{"version":"-4369626085-export interface ITest {\n title: string;\n}","signature":"-2463740027-export interface ITest {\n title: string;\n}\n"},{"version":"-13301115055-export * from \"./tools.interface\";","signature":"-13735034501-export * from \"./tools.interface\";\n"},{"version":"-5078933600-export * from \"./tools/public\";","signature":"-4396051542-export * from \"./tools/public\";\n"},{"version":"-11055285700-import { Data } from \"./data\";\nexport class Data2 {\n public dat?: Data;\n}","signature":"-17387821545-import { Data } from \"./data\";\nexport declare class Data2 {\n dat?: Data;\n}\n"},{"version":"-2056074887-import { ITest } from \"lib1/public\"; import { Data2 } from \"./data2\";\nexport class Data {\n public dat?: Data2; public test() {\n const result: ITest = {\n title: \"title\"\n }\n return result;\n }\n}","signature":"-14170088573-import { ITest } from \"lib1/public\";\nimport { Data2 } from \"./data2\";\nexport declare class Data {\n dat?: Data2;\n test(): ITest;\n}\n"},{"version":"-9530042629-export * from \"./data\";","signature":"-9548728731-export * from \"./data\";\n"},{"version":"-14937286564-import { Data } from \"lib2/public\";\nexport class App {\n public constructor() {\n new Data().test();\n }\n}","signature":"-18990360330-export declare class App {\n constructor();\n}\n"}],"options":{"declaration":true},"fileIdsList":[[7],[3],[2],[4,5],[6]],"referencedMap":[[8,1],[4,2],[3,3],[6,4],[5,5],[7,5]],"exportedModulesMap":[[4,2],[3,3],[6,4],[5,5],[7,5]],"semanticDiagnosticsPerFile":[1,8,4,3,2,6,5,7]},"version":"FakeTSVersion"}
318 "version": "-4369626085-export interface ITest {\n title: string;\n}",
319 "signature": "-2463740027-export interface ITest {\n title: string;\n}\n"
409 title2: string;
417 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
489 title2: string;
501 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data2.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},{"version":"-3501597171-export interface ITest {\n title2: string;\
[all...]
H A Dexports.js4 title: string;
135 title: string;
283 title2: string;
291 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
363 title2: string;
380 title: string;
454 title: string;
471 title2: string;
479 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
551 title2: string;
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js4 title: string;
124 title: string;
246 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},{"version":"-4369626085-export interface ITest {\n title: string;\n}","signature":"-2463740027-export interface ITest {\n title: string;\n}\n"},{"version":"-13301115055-export * from \"./tools.interface\";","signature":"-13735034501-export * from \"./tools.interface\";\n"},{"version":"-5078933600-export * from \"./tools/public\";","signature":"-4396051542-export * from \"./tools/public\";\n"},{"version":"-30573389178-import { ITest } from \"lib1/public\";\nexport class Data {\n public test() {\n const result: ITest = {\n title: \"title\"\n }\n return result;\n }\n}","signature":"-15758516261-import { ITest } from \"lib1/public\";\nexport declare class Data {\n test(): ITest;\n}\n"},{"version":"-9530042629-export * from \"./data\";","signature":"-9548728731-export * from \"./data\";\n"},{"version":"-14937286564-import { Data } from \"lib2/public\";\nexport class App {\n public constructor() {\n new Data().test();\n }\n}","signature":"-18990360330-export declare class App {\n constructor();\n}\n"}],"options":{"declaration":true},"fileIdsList":[[6],[3],[2],[4],[5]],"referencedMap":[[7,1],[4,2],[3,3],[5,4],[6,5]],"exportedModulesMap":[[4,2],[3,3],[5,4],[6,5]],"semanticDiagnosticsPerFile":[1,7,4,3,2,5,6]},"version":"FakeTSVersion"}
284 "version": "-4369626085-export interface ITest {\n title: string;\n}",
285 "signature": "-2463740027-export interface ITest {\n title: string;\n}\n"
362 title2: string;
370 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
437 title2: string;
447 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},{"version":"-3501597171-export interface ITest {\n title2: string;\
[all...]
H A Dexport.js4 title: string;
124 title: string;
251 title2: string;
259 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
326 title2: string;
341 title: string;
410 title: string;
425 title2: string;
433 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
500 title2: string;
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/
H A Dexports-with-incremental.js4 title: string;
135 title: string;
278 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data2.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},{"version":"-4369626085-export interface ITest {\n title: string;\n}","signature":"-2463740027-export interface ITest {\n title: string;\n}\n"},{"version":"-13301115055-export * from \"./tools.interface\";","signature":"-13735034501-export * from \"./tools.interface\";\n"},{"version":"-5078933600-export * from \"./tools/public\";","signature":"-4396051542-export * from \"./tools/public\";\n"},{"version":"-11055285700-import { Data } from \"./data\";\nexport class Data2 {\n public dat?: Data;\n}","signature":"-17387821545-import { Data } from \"./data\";\nexport declare class Data2 {\n dat?: Data;\n}\n"},{"version":"-2056074887-import { ITest } from \"lib1/public\"; import { Data2 } from \"./data2\";\nexport class Data {\n public dat?: Data2; public test() {\n const result: ITest = {\n title: \"title\"\n }\n return result;\n }\n}","signature":"-14170088573-import { ITest } from \"lib1/public\";\nimport { Data2 } from \"./data2\";\nexport declare class Data {\n dat?: Data2;\n test(): ITest;\n}\n"},{"version":"-9530042629-export * from \"./data\";","signature":"-9548728731-export * from \"./data\";\n"},{"version":"-14937286564-import { Data } from \"lib2/public\";\nexport class App {\n public constructor() {\n new Data().test();\n }\n}","signature":"-18990360330-export declare class App {\n constructor();\n}\n"}],"options":{"declaration":true},"fileIdsList":[[7],[3],[2],[4,5],[6]],"referencedMap":[[8,1],[4,2],[3,3],[6,4],[5,5],[7,5]],"exportedModulesMap":[[4,2],[3,3],[6,4],[5,5],[7,5]],"semanticDiagnosticsPerFile":[1,8,4,3,2,6,5,7]},"version":"FakeTSVersion"}
318 "version": "-4369626085-export interface ITest {\n title: string;\n}",
319 "signature": "-2463740027-export interface ITest {\n title: string;\n}\n"
409 title2: string;
417 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
489 title2: string;
500 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data2.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},{"version":"-3501597171-export interface ITest {\n title2: string;\
[all...]
H A Dexports.js4 title: string;
135 title: string;
283 title2: string;
291 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
363 title2: string;
379 title: string;
453 title: string;
469 title2: string;
477 lib2/data.ts:5:13 - error TS2322: Type '{ title: string; }' is not assignable to type 'ITest'.
549 title2: string;
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowOptionalChain.js4 [key: string]: any;
27 declare const x: string | number;
60 declare const o3: { x: 1, y: string } | { x: 2, y: number } | undefined;
139 declare const isString: (value: unknown) => asserts value is string;
140 declare const maybeIsString: undefined | ((value: unknown) => asserts value is string);
163 type Thing = { foo: string | number, bar(): number, baz: object };
509 case "string":
542 id: string;
544 type: string;
1042 case "string"
[all...]
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp35 const std::unordered_map<std::string, ScaleParam> FONT_FAMILY_COMPRESSION_CONFIG = {
39 const std::unordered_map<std::string, ScaleParam> FONT_FAMILY_COMPRESSION_WITH_HEIGHT_ADAPTER_CONFIG = {
50 const std::unordered_set<std::string> FONT_PADDING_NOT_EFFECT_FAMILY = {
73 std::string getFamilyNameFromFont(const RSFont& font) in getFamilyNameFromFont()
87 std::string getFamilyNameFromFont(const SkFont& font) in getFamilyNameFromFont()
95 return std::string(familyName.c_str(), familyName.size()); in getFamilyNameFromFont()
112 std::string familyName = getFamilyNameFromFont(font); in findCompressionConfigWithFont()
147 std::string curFamilyName = getFamilyNameFromFont(font); in metricsIncludeFontPadding()
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs230 /// Attempts to break the string into tokens and parse those tokens into a token
233 /// May fail for a number of reasons, for example, if the string contains
297 /// Prints the token stream as a string that is supposed to be losslessly
555 /// A literal character (`'a'`), string (`"hello"`), number (`2.3`), etc.
610 /// Prints the token tree as a string that is supposed to be losslessly
668 /// a string.
757 /// Prints the group as a string that should be losslessly convertible back
837 /// Prints the punctuation character as a string that should be losslessly
861 /// - The empty string is not an identifier. Use `Option<Ident>`.
873 /// A new ident can be created from a string usin
1210 pub fn string(string: &str) -> Literal { string() functions
[all...]
/third_party/spirv-tools/test/fuzz/
H A Ddata_synonym_transformation_test.cpp48 std::string shader = R"( in TEST()
290 const std::string after_transformation = R"( in TEST()
376 std::string shader = R"( in TEST()
466 const std::string after_transformation = R"( in TEST()
516 std::string shader = R"( in TEST()
694 const std::string after_transformation = R"( in TEST()
780 std::string shader = R"( in TEST()
1133 const std::string after_transformation = R"( in TEST()

Completed in 34 milliseconds

1...<<301302303304305306307308309310>>...803