/third_party/gptfdisk/ |
H A D | parttypes.cc | 22 AType* PartType::allTypes = NULL; member in PartType 65 while (allTypes != NULL) { in ~PartType() 66 tempType = allTypes; in ~PartType() 67 allTypes = allTypes->next; in ~PartType() 551 if (allTypes == NULL) { // first entry in AddType() 552 allTypes = tempType; in AddType() 590 AType* theItem = allTypes; in operator =() 617 AType* theItem = allTypes; in TypeName() 638 AType* theItem = allTypes; in UTypeName() [all...] |
H A D | parttypes.h | 33 static AType* allTypes; // Linked list holding all the data member in PartType
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/ |
H A D | permutate.go | 30 allTypes []sem.FullyQualifiedName 35 // allTypes are the list of FQNs that are used for open, unconstrained types 36 allTypes := []sem.FullyQualifiedName{} 43 allTypes = append(allTypes, sem.FullyQualifiedName{Target: ty}) 47 allTypes: allTypes, 142 types := p.allTypes
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ParserLiteTest.java | 119 private void assertMessageMerged(TestAllTypesLite allTypes) throws Exception { in assertMessageMerged() argument 120 assertEquals(3, allTypes.getOptionalInt32()); in assertMessageMerged() 121 assertEquals(2, allTypes.getOptionalInt64()); in assertMessageMerged() 122 assertEquals("hello", allTypes.getOptionalString()); in assertMessageMerged()
|
H A D | ParserTest.java | 208 private void assertMessageMerged(TestAllTypes allTypes) throws Exception { in assertMessageMerged() argument 209 assertEquals(3, allTypes.getOptionalInt32()); in assertMessageMerged() 210 assertEquals(2, allTypes.getOptionalInt64()); in assertMessageMerged() 211 assertEquals("hello", allTypes.getOptionalString()); in assertMessageMerged()
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | ParserTest.java | 209 private void assertMessageMerged(TestAllTypes allTypes) in assertMessageMerged() argument 211 assertEquals(3, allTypes.getOptionalInt32()); in assertMessageMerged() 212 assertEquals(2, allTypes.getOptionalInt64()); in assertMessageMerged() 213 assertEquals("hello", allTypes.getOptionalString()); in assertMessageMerged()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantTests.cpp | 2249 const glu::DataType allTypes[] = in createCompositeTests() local 2300 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(allTypes); ++typeNdx) in createCompositeTests() 2301 group->addChild(new SpecConstantTest(testCtx, pipelineType, shaderStage, makeArrayCompositeCaseDefinition(allTypes[typeNdx], 3))); in createCompositeTests() 2304 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(allTypes); ++typeNdx) in createCompositeTests() 2305 group->addChild(new SpecConstantTest(testCtx, pipelineType, shaderStage, makeArrayCompositeCaseDefinition(allTypes[typeNdx], 3, 2))); in createCompositeTests() 2350 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(allTypes); ++typeNdx) in createCompositeTests() 2351 group->addChild(new SpecConstantTest(testCtx, pipelineType, shaderStage, makeStructCompositeCaseDefinition(allTypes[typeNdx]))); in createCompositeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantTests.cpp | 2236 const glu::DataType allTypes[] = in createCompositeTests() local 2287 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(allTypes); ++typeNdx) in createCompositeTests() 2288 group->addChild(new SpecConstantTest(testCtx, pipelineType, shaderStage, makeArrayCompositeCaseDefinition(allTypes[typeNdx], 3))); in createCompositeTests() 2291 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(allTypes); ++typeNdx) in createCompositeTests() 2292 group->addChild(new SpecConstantTest(testCtx, pipelineType, shaderStage, makeArrayCompositeCaseDefinition(allTypes[typeNdx], 3, 2))); in createCompositeTests() 2337 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(allTypes); ++typeNdx) in createCompositeTests() 2338 group->addChild(new SpecConstantTest(testCtx, pipelineType, shaderStage, makeStructCompositeCaseDefinition(allTypes[typeNdx]))); in createCompositeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiMaintenance3Check.cpp | 254 static const TypeSet allTypes = { in buildLimitsVector() local 363 allTypes in buildLimitsVector()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiMaintenance3Check.cpp | 255 static const TypeSet allTypes = { in buildLimitsVector() local 364 allTypes in buildLimitsVector()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 1829 VkComponentTypeKHR allTypes[] = in createCooperativeMatrixTestsInternal() local 1930 for (int dtNdx1 = 0; dtNdx1 < DE_LENGTH_OF_ARRAY(allTypes); dtNdx1++) in createCooperativeMatrixTestsInternal() 1932 for (int dtNdx2 = 0; dtNdx2 < DE_LENGTH_OF_ARRAY(allTypes); dtNdx2++) in createCooperativeMatrixTestsInternal() 1934 const VkComponentTypeKHR inputType = (VkComponentTypeKHR)allTypes[dtNdx1]; in createCooperativeMatrixTestsInternal() 1935 const VkComponentTypeKHR outputType = (VkComponentTypeKHR)allTypes[dtNdx2]; in createCooperativeMatrixTestsInternal()
|