HomeSort by relevance Sort by last modified time
    Searched full:firstinstance (Results 1 - 25 of 63) sorted by null

1 2 3

  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPackageXmlParserTest.java 205 final Map<String, String> firstInstance = iterator.next();
208 assertEquals("bar", firstInstance.get("foo"));
229 final Map<String, String> firstInstance = iterator.next();
231 assertEquals("bar", firstInstance.get("foo"));
250 final Map<String, String> firstInstance = iterator.next();
253 assertTrue(firstInstance.isEmpty());
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
MimeTypeMapTest.java 34 MimeTypeMap firstInstance = MimeTypeMap.getSingleton();
37 assertSame(firstInstance, secondInstance);
  /external/gptfdisk/
guid.h 39 static bool firstInstance;
guid.cc 27 bool GUIDData::firstInstance = 1;
30 if (firstInstance) {
32 firstInstance = 0;
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 350 inline VkDrawIndexedIndirectCommand makeDrawIndexedIndirectCommand (deUint32 indexCount, deUint32 instanceCount, deUint32 firstIndex, deInt32 vertexOffset, deUint32 firstInstance)
357 res.firstInstance = firstInstance;
361 inline VkDrawIndirectCommand makeDrawIndirectCommand (deUint32 vertexCount, deUint32 instanceCount, deUint32 firstVertex, deUint32 firstInstance)
367 res.firstInstance = firstInstance;
vkConcreteDeviceInterface.inl 93 virtual void cmdDraw (VkCommandBuffer commandBuffer, deUint32 vertexCount, deUint32 instanceCount, deUint32 firstVertex, deUint32 firstInstance) const;
94 virtual void cmdDrawIndexed (VkCommandBuffer commandBuffer, deUint32 indexCount, deUint32 instanceCount, deUint32 firstIndex, deInt32 vertexOffset, deUint32 firstInstance) const;
vkDeviceDriverImpl.inl 450 void DeviceDriver::cmdDraw (VkCommandBuffer commandBuffer, deUint32 vertexCount, deUint32 instanceCount, deUint32 firstVertex, deUint32 firstInstance) const
452 m_vk.cmdDraw(commandBuffer, vertexCount, instanceCount, firstVertex, firstInstance);
455 void DeviceDriver::cmdDrawIndexed (VkCommandBuffer commandBuffer, deUint32 indexCount, deUint32 instanceCount, deUint32 firstIndex, deInt32 vertexOffset, deUint32 firstInstance) const
457 m_vk.cmdDrawIndexed(commandBuffer, indexCount, instanceCount, firstIndex, vertexOffset, firstInstance);
vkNullDriverImpl.inl 704 VKAPI_ATTR void VKAPI_CALL cmdDraw (VkCommandBuffer commandBuffer, deUint32 vertexCount, deUint32 instanceCount, deUint32 firstVertex, deUint32 firstInstance)
710 DE_UNREF(firstInstance);
713 VKAPI_ATTR void VKAPI_CALL cmdDrawIndexed (VkCommandBuffer commandBuffer, deUint32 indexCount, deUint32 instanceCount, deUint32 firstIndex, deInt32 vertexOffset, deUint32 firstInstance)
720 DE_UNREF(firstInstance);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
ImmutableBean.java 116 protected Object firstInstance(Class type) {
122 return firstInstance(instance.getClass());
BeanGenerator.java 112 protected Object firstInstance(Class type) {
BulkBean.java 117 protected Object firstInstance(Class type) {
BeanCopier.java 165 protected Object firstInstance(Class type) {
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.h 151 uint32_t firstInstance) const;
157 uint32_t firstInstance) const;
GrVkCommandBuffer.cpp 348 uint32_t firstInstance) const {
356 firstInstance));
363 uint32_t firstInstance) const {
370 firstInstance));