Searched refs:properties1 (Results 1 – 3 of 3) sorted by relevance
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/view/ |
D | MotionEventTest.java | 211 PointerProperties properties1 = in testObtainFromRecycledEvent() local 222 new PointerProperties[] {properties1}, in testObtainFromRecycledEvent() 258 PointerProperties properties1 = in testObtainFromPropertyArrays() local 270 new PointerProperties[] {properties0, properties1}, in testObtainFromPropertyArrays() 293 assertThat(motionEventDynamic).pointerProperties(1).isEqualTo(properties1); in testObtainFromPropertyArrays() 487 PointerProperties properties1 = in testGetCurrentDataWithTwoPointers() local 499 new PointerProperties[] {properties0, properties1}, in testGetCurrentDataWithTwoPointers() 523 assertThat(motionEventDynamic).pointerProperties(1).isEqualTo(properties1); in testGetCurrentDataWithTwoPointers() 553 PointerProperties properties1 = in testGetHistoricalDataWithTwoPointers() local 565 new PointerProperties[] {properties0, properties1}, in testGetHistoricalDataWithTwoPointers() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineShaderModuleIdentifierTests.cpp | 734 VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT* properties1, in getTwoShaderIdentifierProperties() argument 737 *properties1 = initVulkanStructure(); in getTwoShaderIdentifierProperties() 742 VkPhysicalDeviceProperties2 main = initVulkanStructure(properties1); in getTwoShaderIdentifierProperties() 751 VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT properties1, properties2; in constantAlgorithmUUIDCase() local 752 getTwoShaderIdentifierProperties(context, &properties1, &properties2); in constantAlgorithmUUIDCase() 756 …if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAl… in constantAlgorithmUUIDCase() 762 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer.cc | 885 const OpInfo::TensorProperties* properties1; in GetCommonFactors() local 887 TF_RETURN_IF_ERROR(GetTensorProperties(input->input(1), &properties1)); in GetCommonFactors() 890 properties1->dtype() != DT_FLOAT && in GetCommonFactors() 891 properties1->dtype() != DT_DOUBLE) { in GetCommonFactors()
|