| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
| EventMod.java | 97 public long instance; field in class:EventMod 100 * Creates new instance with empty data. 124 instance = -1;
|
| /external/catch2/include/internal/ |
| catch_test_case_tracker.cpp | 35 TrackerContext& TrackerContext::instance() { function in class:Catch::TestCaseTracking::TrackerContext
|
| /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
| vktSparseResourcesBufferSparseBinding.cpp | 110 const InstanceInterface& instance = m_context.getInstanceInterface(); local 121 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseBinding) 163 if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) 173 const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), bufferMemRequirement, MemoryRequirement::Any); 181 const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType);
|
| vktSparseResourcesImageAlignedMipSize.cpp | 117 const InstanceInterface& instance = m_context.getInstanceInterface(); local 119 const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); 127 if (!isImageSizeSupported(instance, physicalDevice, m_imageType, m_imageSize)) 131 if (!checkSparseSupportForImageType(instance, physicalDevice, m_imageType)) 155 imageFormatProperties = getPhysicalDeviceImageFormatProperties(instance, physicalDevice, imageCreateInfo.format, imageCreateInfo.imageType, imageCreateInfo.tiling, imageCreateInfo.usage, imageCreateInfo.flags); 160 if (!checkSparseSupportForImageFormat(instance, physicalDevice, imageCreateInfo))
|
| vktSparseResourcesImageBlockShapes.cpp | 125 const InstanceInterface& instance = m_context.getInstanceInterface(); local 127 const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); 136 if (!isImageSizeSupported(instance, physicalDevice, m_imageType, m_imageSize)) 140 if (!checkSparseSupportForImageType(instance, physicalDevice, m_imageType)) 166 const VkImageFormatProperties formatProperties = getPhysicalDeviceImageFormatProperties(instance, physicalDevice, imageCreateInfo.format, imageCreateInfo.imageType, imageCreateInfo.tiling, imageCreateInfo.usage, imageCreateInfo.flags); 172 if (!checkSparseSupportForImageFormat(instance, physicalDevice, imageCreateInfo))
|
| /external/deqp/framework/platform/lnx/ |
| tcuLnxVulkanPlatform.cpp | 87 x11::XlibDisplay* instance = (x11::XlibDisplay*)(m_display.get()); local 90 return new VulkanWindowXlib(MovePtr<x11::XlibWindow>(new x11::XlibWindow(*instance, (int)width, (int)height, instance->getVisual(0)))); 130 x11::XcbDisplay* instance = (x11::XcbDisplay*)(m_display.get()); local 133 return new VulkanWindowXcb(MovePtr<x11::XcbWindow>(new x11::XcbWindow(*instance, (int)width, (int)height, DE_NULL)));
|
| /external/google-breakpad/src/client/windows/unittests/ |
| exception_handler_test.cc | 226 PureVirtualCall instance; local
|
| /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
| SharedResourceHolder.java | 45 // The sole holder instance. 55 private final IdentityHashMap<Resource<?>, Instance> instances = 56 new IdentityHashMap<Resource<?>, Instance>(); 68 * Try to get an existing instance of the given resource. If an instance does not exist, create a 78 * Releases an instance of the given resource. 80 * <p>The instance must have been obtained from {@link #get(Resource)}. Otherwise will throw 84 * reference to the instance with the null returned by this method. 87 * @param instance the released static resource 89 * @return a null which the caller can use to clear the reference to that instance 102 Instance instance = instances.get(resource); local [all...] |
| /external/guava/guava/src/com/google/common/base/ |
| Suppliers.java | 90 * Returns a supplier which caches the instance retrieved during the first 97 * get()} is called on the reserialized instance. 99 * <p>If {@code delegate} is an instance created by an earlier call to {@code 143 * Returns a supplier that caches the instance supplied by the delegate and 152 * get()} is called on the reserialized instance. 216 * Returns a supplier that always supplies {@code instance}. 218 public static <T> Supplier<T> ofInstance(@Nullable T instance) { 219 return new SupplierOfInstance<T>(instance); 224 final T instance; field in class:Suppliers.SupplierOfInstance 226 SupplierOfInstance(@Nullable T instance) { [all...] |
| /external/guice/core/src/com/google/inject/internal/ |
| BindingProcessor.java | 99 T instance = binding.getInstance(); local 104 injector, instance, (Binding<T>) binding, source, injectionPoints); 110 injector, key, source, scopedFactory, injectionPoints, instance));
|
| /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
| CheckedProviderMethod.java | 45 private final Object instance; field in class:CheckedProviderMethod 57 Object instance, 66 this.instance = instance; 114 T result = (T) method.invoke(instance, parameters);
|
| /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
| DM.java | 54 * Write the instance out. In case it is an AttributeContainer write those our first though. 59 public void writeInstance(XmlSerializer writer, Object instance) throws IOException { 60 if (instance instanceof AttributeContainer) { 61 AttributeContainer attributeContainer = (AttributeContainer) instance; 77 } else if (instance instanceof HasAttributes) { 78 HasAttributes soapObject = (HasAttributes) instance; 96 if (instance instanceof ValueWriter) { 97 ((ValueWriter) instance).write(writer); 99 writer.text(instance.toString());
|
| MarshalHashtable.java | 52 Hashtable instance = new Hashtable(); local 55 SoapObject item = new ItemSoapObject(instance); 71 return instance; 74 public void writeInstance(XmlSerializer writer, Object instance) throws IOException { 75 Hashtable h = (Hashtable) instance;
|
| /external/libchrome/mojo/public/cpp/bindings/lib/ |
| interface_ptr_state.h | 112 Proxy* instance() { function in class:mojo::internal::InterfacePtrState
|
| /external/libxcam/xcore/ |
| x3a_result_factory.cpp | 43 X3aResultFactory::instance () function in class:XCam::X3aResultFactory
|
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| draw_pt.c | 461 unsigned instance; local 547 for (instance = 0; instance < info->instance_count; instance++) { 548 unsigned instance_idx = instance + info->start_instance; 550 draw->instance_id = instance; 552 if (instance_idx < instance || 554 /* if we overflown just set the instance id to the max */
|
| /external/mockito/src/main/java/org/mockito/internal/creation/instance/ |
| ConstructorInstantiator.java | 5 package org.mockito.internal.creation.instance; 13 import org.mockito.creation.instance.Instantiator; 14 import org.mockito.creation.instance.InstantiationException; 23 * Whether or not the constructors used for creating an object refer to an outer instance or not. 71 "Unable to create instance of '" + cls.getSimpleName() + "'.", 92 outerInstanceHint = " and provided outer instance is correct"; 94 return new InstantiationException(join("Unable to create instance of '" + cls.getSimpleName() + "'.", 110 return new InstantiationException(join("Unable to create instance of '" + cls.getSimpleName() + "'.",
|
| /external/nist-sip/java/gov/nist/javax/sip/ |
| Utils.java | 57 private static Utils instance = new Utils(); field in class:Utils 78 return instance;
|
| /external/objenesis/tck/src/main/java/org/objenesis/tck/ |
| TCK.java | 72 * Register an Objenesis instance to use when attempting to instantiate a class. 74 * @param objenesis Tested Objenesis instance 75 * @param description Description of the Objenesis instance 109 Object instance = objenesis.newInstance(candidate); local 110 boolean success = instance != null && instance.getClass() == candidate;
|
| /external/oj-libjdwp/src/share/back/ |
| EventRequestImpl.c | 153 jobject instance; local 154 instance = inStream_readObjectRef(env, in); 158 eventFilter_setInstanceOnlyFilter(node, i, instance));
|
| /external/perfetto/src/traced/probes/ftrace/ |
| ftrace_config_muxer_unittest.cc | 65 static MockRunAtrace* instance; local 66 instance = this; 68 return instance->RunAtrace(args);
|
| /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/ |
| ParameterizedRobolectricTestRunner.java | 107 Object instance = constructors[0].newInstance(); local 108 injectParametersIntoFields(instance, bootstrappedClass.getClassLoader()); 109 return instance;
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| ShadowDisplayManagerGlobal.java | 24 private static DisplayManagerGlobal instance; field in class:ShadowDisplayManagerGlobal 30 instance = null; 35 if (instance == null) { 38 instance = ReflectionHelpers.callConstructor(DisplayManagerGlobal.class, 40 ShadowDisplayManagerGlobal shadow = Shadow.extract(instance); 43 return instance;
|
| /external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
| SetupCompatServiceInvoker.java | 108 if (instance == null) { 109 instance = new SetupCompatServiceInvoker(context.getApplicationContext()); 112 return instance; 117 instance = testInstance; 120 // The instance is coming from Application context which alive during the application activate and 125 private static SetupCompatServiceInvoker instance; field in class:SetupCompatServiceInvoker
|
| /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
| SLF4JLogFactory.java | 78 // ----------------------------------------------------- Instance Variables 129 * if a suitable <code>Log</code> instance cannot be returned 137 * Construct (if necessary) and return a <code>Log</code> instance, using 142 * Logical name of the <code>Log</code> instance to be returned 147 * if a suitable <code>Log</code> instance cannot be returned 150 Log instance = loggerMap.get(name); local 151 if (instance != null) { 152 return instance;
|