/third_party/typescript/tests/baselines/reference/ |
D | es3defaultAliasIsQuoted.symbols | 5 static CONSTANT = "Foo"; 6 >CONSTANT : Symbol(Foo.CONSTANT, Decl(es3defaultAliasQuoted_file0.ts, 0, 18)) 24 assert(Foo.CONSTANT === "Foo"); 26 >Foo.CONSTANT : Symbol(Foo.CONSTANT, Decl(es3defaultAliasQuoted_file0.ts, 0, 18)) 28 >CONSTANT : Symbol(Foo.CONSTANT, Decl(es3defaultAliasQuoted_file0.ts, 0, 18))
|
D | es3defaultAliasIsQuoted.types | 5 static CONSTANT = "Foo"; 6 >CONSTANT : string 28 assert(Foo.CONSTANT === "Foo"); 29 >assert(Foo.CONSTANT === "Foo") : void 31 >Foo.CONSTANT === "Foo" : boolean 32 >Foo.CONSTANT : string 34 >CONSTANT : string
|
D | es3defaultAliasIsQuoted.js | 5 static CONSTANT = "Foo"; field in Foo 14 assert(Foo.CONSTANT === "Foo"); 23 Foo.CONSTANT = "Foo"; 36 es3defaultAliasQuoted_file0_1["default"](es3defaultAliasQuoted_file0_1.Foo.CONSTANT === "Foo");
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_perfcounter.c | 163 #define CONSTANT(v) (S_REG_CONSTANT(1) | (uint32_t)(v)) macro 213 CONSTANT(pdev->rad_info.num_simd_per_compute_unit * pdev->rad_info.num_cu) 214 #define CTR_NUM_CUS CONSTANT(pdev->rad_info.num_cu) 262 CONSTANT(32), GL2C_PERF_SEL_EA_RDREQ_64B_GFX103, CONSTANT(64), in radv_query_perfcounter_descs() 263 GL2C_PERF_SEL_EA_RDREQ_96B_GFX103, CONSTANT(96), GL2C_PERF_SEL_EA_RDREQ_128B_GFX103, in radv_query_perfcounter_descs() 264 CONSTANT(128)); in radv_query_perfcounter_descs() 267 CONSTANT(32), GL2C_PERF_SEL_EA_WRREQ_64B_GFX103, CONSTANT(64), CONSTANT(0), in radv_query_perfcounter_descs() 268 CONSTANT(0), CONSTANT(0), CONSTANT(0)); in radv_query_perfcounter_descs() 272 CONSTANT(32), GL2C_PERF_SEL_EA_RDREQ_64B_GFX101, CONSTANT(64), in radv_query_perfcounter_descs() 273 GL2C_PERF_SEL_EA_RDREQ_96B_GFX101, CONSTANT(96), GL2C_PERF_SEL_EA_RDREQ_128B_GFX101, in radv_query_perfcounter_descs() [all …]
|
/third_party/mesa3d/src/gallium/tests/graw/geometry-shader/ |
D | mov.txt | 5 DCL IN[][0], POSITION, CONSTANT 6 DCL IN[][1], COLOR, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT 8 DCL OUT[1], COLOR, CONSTANT
|
D | mov-cb-2d.txt | 5 DCL IN[][0], POSITION, CONSTANT 6 DCL IN[][1], COLOR, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT 8 DCL OUT[1], COLOR, CONSTANT
|
D | add.txt | 5 DCL IN[][0], POSITION, CONSTANT 6 DCL IN[][1], COLOR, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT 8 DCL OUT[1], COLOR, CONSTANT
|
D | add-mix.txt | 5 DCL IN[][0], POSITION, CONSTANT 6 DCL IN[][1], COLOR, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT 8 DCL OUT[1], COLOR, CONSTANT
|
D | line.txt | 5 DCL IN[][0], POSITION, CONSTANT 6 DCL IN[][1], COLOR, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT 8 DCL OUT[1], COLOR, CONSTANT
|
D | multi-line.txt | 5 DCL IN[][0], POSITION, CONSTANT 6 DCL IN[][1], COLOR, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT 8 DCL OUT[1], COLOR, CONSTANT
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | tokenize.py | 52 CONSTANT = 'CONSTANT' variable 156 token_type = CONSTANT 159 token_type = CONSTANT 183 token_type = CONSTANT 193 token_type = CONSTANT 209 token_type = CONSTANT 212 token_type = CONSTANT
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
D | 2-2-buildonly.c | 18 #define TEST_MACRO(CONSTANT) \ argument 19 void test_ ## CONSTANT(void) { int dummy = CONSTANT; (void)dummy; }
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampleInterpolationTests.cpp | 518 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init() 586 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 622 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init() 694 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 805 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init() 875 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 1077 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests() 1078 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 1u})); in createMultisampleInterpolationTests() 1087 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests() 1088 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 1u})); in createMultisampleInterpolationTests() [all …]
|
D | vktPipelineMultisampleBase.hpp | 41 CONSTANT = 1, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleInterpolationTests.cpp | 518 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init() 586 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 622 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init() 694 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 805 …case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + … in init() 875 else if (m_imageMSParams.componentData.source == multisample::ComponentSource::CONSTANT) in initPrograms() 1077 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests() 1078 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 1u})); in createMultisampleInterpolationTests() 1087 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 0u})); in createMultisampleInterpolationTests() 1088 …amples, samplesElemCount, multisample::ComponentData{multisample::ComponentSource::CONSTANT, 1u})); in createMultisampleInterpolationTests() [all …]
|
D | vktPipelineMultisampleBase.hpp | 41 CONSTANT = 1, enumerator
|
/third_party/typescript/tests/cases/compiler/ |
D | es3defaultAliasIsQuoted.ts | 6 static CONSTANT = "Foo"; property in Foo 15 assert(Foo.CONSTANT === "Foo");
|
/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/ |
D | frag-face.txt | 4 DCL IN[1], FACE, CONSTANT
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsShuffleTests.cpp | 53 CONSTANT enumerator 190 : caseDef.argType == ArgType::CONSTANT ? "5" in getTestSource() 524 { ArgType::CONSTANT, "_constant" }, in createSubgroupsShuffleTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
D | vktSubgroupsShuffleTests.cpp | 53 CONSTANT enumerator 190 : caseDef.argType == ArgType::CONSTANT ? "5" in getTestSource() 524 { ArgType::CONSTANT, "_constant" }, in createSubgroupsShuffleTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 92 CONSTANT = 2, enumerator
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 1352 CONSTANT, enumerator 2252 case CONSTANT: in logTestIterationAndConfig() 2335 …configureAttribute(iteration, configuration, n_type, program_id, use_arrays, (CONSTANT != attribut… in prepareVertexArray() 2787 logTestIterationAndConfig(iteration, CONSTANT, false /* use_arrays */, false /* use_locations */); in testIteration() 2794 logTestIterationAndConfig(iteration, CONSTANT, true /* use_arrays */, false /* use_locations */); in testIteration() 2801 logTestIterationAndConfig(iteration, CONSTANT, false /* use_arrays */, true /* use_locations */); in testIteration() 2808 logTestIterationAndConfig(iteration, CONSTANT, true /* use_arrays */, true /* use_locations */); in testIteration() 2901 prepareVertexArray(iteration, CONSTANT, program_id, use_arrays); in testProgramWithConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXInstPrinter.cpp | 243 case NVPTX::PTXLdStInstCode::CONSTANT: in printLdStCode()
|
/third_party/node/deps/npm/node_modules/ci-info/ |
D | README.md | 92 ### `ci.<VENDOR-CONSTANT>`
|
/third_party/node/deps/npm/node_modules/is-ci/node_modules/ci-info/ |
D | README.md | 91 ### `ci.<VENDOR-CONSTANT>`
|