Searched defs:program1 (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/ |
| D | reuseProgramStructure.ts | 230 const program1 = newProgram(files, ["a.ts"], { target }); constant 241 const program1 = newProgram(files, ["a.ts"], { target }); constant 252 const program1 = newProgram(files, ["a.ts"], { target }); constant 263 const program1 = newProgram(files, ["a.ts"], { types: ["a"] }); constant 269 const program1 = newProgram(files, ["a.ts"], { types: ["a"] }); constant 275 const program1 = newProgram(files, ["a.ts"], { target }); constant 283 const program1 = newProgram(files, ["a.ts"], { target }); constant 295 const program1 = newProgram(files, ["a.ts"], { target, module: ModuleKind.CommonJS }); constant 301 …const program1 = newProgram(files, ["a.ts"], { target, module: ModuleKind.CommonJS, rootDir: "/a/b… constant 307 …const program1 = newProgram(files, ["a.ts"], { target, module: ModuleKind.CommonJS, configFilePath… constant [all …]
|
| D | programApi.ts | 74 …const program1 = createProgram(["./NONEXISTENT.ts", "./nonexistent.ts"], options, testCompilerHost… constant
|
| D | moduleResolution.ts | 1526 const program1 = createProgram(names, {}, compilerHost); constant
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| D | ShaderVariable_test.cpp | 247 const char *program1[] = { in TEST() local 282 const char *program1[] = { in TEST() local 324 const char *program1[] = { in TEST() local 367 const char *program1[] = { in TEST() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| D | ShaderVariable_test.cpp | 247 const char *program1[] = { in TEST() local 282 const char *program1[] = { in TEST() local 324 const char *program1[] = { in TEST() local 367 const char *program1[] = { in TEST() local
|
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | languageService.ts | 108 const program1 = ls.getProgram()!; constant
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | DrawCallPerf.cpp | 399 GLuint program1, in ChangeProgramThenDraw()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | FramebufferTest.cpp | 853 GLuint program1 = CompileProgram(kVS1, kFS1); in TEST_P() local
|