Home
last modified time | relevance | path

Searched refs:allTypes (Results 1 - 11 of 11) sorted by relevance

/third_party/gptfdisk/
H A Dparttypes.cc22 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 Dparttypes.h33 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 Dpermutate.go30 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 DParserLiteTest.java119 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 DParserTest.java208 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 DParserTest.java209 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 DvktPipelineSpecConstantTests.cpp2249 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 DvktPipelineSpecConstantTests.cpp2236 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 DvktApiMaintenance3Check.cpp254 static const TypeSet allTypes = { in buildLimitsVector() local
363 allTypes in buildLimitsVector()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMaintenance3Check.cpp255 static const TypeSet allTypes = { in buildLimitsVector() local
364 allTypes in buildLimitsVector()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1829 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()

Completed in 15 milliseconds