/external/vulkan-validation-layers/demos/smoke/ |
ShellWin32.cpp | 146 VkSurfaceKHR ShellWin32::create_surface(VkInstance instance) 154 vk::assert_success(vk::CreateWin32SurfaceKHR(instance, &surface_info, nullptr, &surface));
|
/external/webrtc/webrtc/base/ |
profiler.cc | 91 Profiler* Profiler::Instance() { 92 RTC_DEFINE_STATIC_LOCAL(Profiler, instance, ()); 93 return &instance;
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
CircleFramedDrawable.java | 54 CircleFramedDrawable instance = new CircleFramedDrawable(icon, (int) iconSize); local 55 return instance;
|
/libcore/ojluni/src/main/java/sun/security/util/ |
ManifestEntryVerifier.java | 54 private static final Provider instance = Providers.getSunProvider(); field in class:ManifestEntryVerifier.SunProviderHolder 138 (algorithm, SunProviderHolder.instance);
|
/packages/apps/Camera2/src/com/android/camera/util/ |
AndroidServices.java | 52 private static final AndroidServices INSTANCE = 53 new AndroidServices(AndroidContext.instance().get()); 56 public static AndroidServices instance() { method in class:AndroidServices 57 return Singleton.INSTANCE;
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
BaseImage.java | 146 BitmapManager.instance().decodeFileDescriptor( 172 b = BitmapManager.instance().getThumbnail(mContentResolver, id,
|
/prebuilts/sdk/16/ |
uiautomator.jar | |
/system/core/init/ |
init_parser.cpp | 34 static Parser instance; local 35 return instance;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
messages.js | 276 * @param {ProtoRpc.Message_} instance Message instance. 278 ProtoRpc.MessageDefinition_.prototype.createProxy = function(instance) { 287 proto[adder] = goog.bind(instance.addValue, instance, number); 290 proto[setter] = goog.bind(instance.setValue, instance, number); 293 proto[getter] = goog.bind(instance.getValue, instance, number); 319 var instance = new ProtoRpc.Message_(def) [all...] |
/development/ndk/platforms/android-13/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 130 * Framework is asking NativeActivity to save its current instance state. 229 * application's native activity. It is called with the activity instance (see 230 * above); if the code is being instantiated from a previously saved instance,
|
/development/ndk/platforms/android-9/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 123 * Framework is asking NativeActivity to save its current instance state. 222 * application's native activity. It is called with the activity instance (see 223 * above); if the code is being instantiated from a previously saved instance,
|
/device/google/marlin/recovery/oem-recovery/ |
gpt-utils.h | 152 enum gpt_instance instance);
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
ObjectFactory.java | 92 * @return instance of factory, never null 116 * @return instance of factory, never null 143 Object instance = factoryClass.newInstance(); local 144 debugPrintln("created new instance of factory " + factoryId); 145 return instance; 222 debugPrintln("created new instance of " + providerClass + 450 * Create an instance of a class using the specified ClassLoader 459 Object instance = providerClass.newInstance(); local 460 debugPrintln("created new instance of " + providerClass + 462 return instance; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
ObjectFactory.java | 92 * @return instance of factory, never null 116 * @return instance of factory, never null 143 Object instance = factoryClass.newInstance(); local 144 debugPrintln("created new instance of factory " + factoryId); 145 return instance; 222 debugPrintln("created new instance of " + providerClass + 450 * Create an instance of a class using the specified ClassLoader 459 Object instance = providerClass.newInstance(); local 460 debugPrintln("created new instance of " + providerClass + 462 return instance; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ObjectFactory.java | 91 * @return instance of factory, never null 115 * @return instance of factory, never null 142 Object instance = factoryClass.newInstance(); local 143 debugPrintln("created new instance of factory " + factoryId); 144 return instance; 221 debugPrintln("created new instance of " + providerClass + 449 * Create an instance of a class using the specified ClassLoader 458 Object instance = providerClass.newInstance(); local 459 debugPrintln("created new instance of " + providerClass + 461 return instance; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectFactory.java | 92 * @return instance of factory, never null 116 * @return instance of factory, never null 143 Object instance = factoryClass.newInstance(); local 144 debugPrintln("created new instance of factory " + factoryId); 145 return instance; 222 debugPrintln("created new instance of " + providerClass + 450 * Create an instance of a class using the specified ClassLoader 459 Object instance = providerClass.newInstance(); local 460 debugPrintln("created new instance of " + providerClass + 462 return instance; [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
ObjectFactory.java | 92 * @return instance of factory, never null 116 * @return instance of factory, never null 143 Object instance = factoryClass.newInstance(); local 144 debugPrintln("created new instance of factory " + factoryId); 145 return instance; 222 debugPrintln("created new instance of " + providerClass + 450 * Create an instance of a class using the specified ClassLoader 459 Object instance = providerClass.newInstance(); local 460 debugPrintln("created new instance of " + providerClass + 462 return instance; [all...] |
/external/autotest/client/common_lib/ |
logging_manager_test.py | 59 for instance in cls._instances: 60 instance.read_pipe() 65 for instance in list(cls._instances): 66 instance.close()
|
/external/autotest/server/ |
base_utils.py | 325 instance, num_jobs, port_base=63100): 351 @param instance: The number of the job 376 jobid = "%s#%d" % (host_name, instance) 384 if instance == 0: 386 # Clean up the tmp and the control dirs for the first instance 399 elif instance == 1: 400 # Wait at the server barrier to wait for instance=0
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesBufferSparseBinding.cpp | 100 const InstanceInterface& instance = m_context.getInstanceInterface(); local 105 instance.getPhysicalDeviceFeatures(physicalDevice, &deviceFeatures); 113 instance.getPhysicalDeviceProperties(physicalDevice, &deviceProperties); 125 const VkPhysicalDeviceMemoryProperties deviceMemoryProperties = getPhysicalDeviceMemoryProperties(instance, physicalDevice);
|
/external/deqp/framework/platform/win32/ |
tcuWGL.hpp | 161 Core (HINSTANCE instance);
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
AbstractPackageSanityTests.java | 58 * factory method to construct instances can have their instance methods checked. For example: <pre> 144 * <li>If {@code C} explicitly implements {@link Object#equals}, the deserialized instance will be 145 * checked to be equal to the instance before serialization. 147 * superclass, no equality check is done on the deserialized instance because it's not clear 150 * proxy will be passed to the method. It's possible that the method body expects an instance 172 Object instance = tester.instantiate(classToTest); local 173 if (instance != null) { 175 SerializableTester.reserializeAndAssert(instance); 177 SerializableTester.reserialize(instance); 194 * all visible instance methods will be checked too using the instance created by invoking th [all...] |
/external/iproute2/include/linux/ |
tipc.h | 54 __u32 instance; member in struct:tipc_name
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
JavaExpression.java | 217 * An untyped method call on an instance (e.g. thingy.doStuff(x, "y")). We assume it returns VOID 220 public static JavaExpression callOn(final JavaExpression instance, final String method, 222 return callOn(Type.VOID, instance, method, params); 226 * A typed method call on an instance (e.g. thingy.doStuff(x, "y")). 228 public static JavaExpression callOn(Type type, final JavaExpression instance, 233 instance.write(out);
|
/external/kernel-headers/original/uapi/linux/ |
tipc.h | 54 __u32 instance; member in struct:tipc_name
|