HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 601 - 625 of 2454) sorted by null

<<21222324252627282930>>

  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
SetTwoMinuteAlarm.java 106 android.widget.NumberPicker.class.getName()).instance(1);
108 new UiSelector().className(android.widget.Button.class.getName()).instance(1));
  /device/google/marlin/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 51 static QCameraThermalAdapter instance; local
52 return instance;
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 46 static QCameraThermalAdapter instance; local
47 return instance;
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 46 static QCameraThermalAdapter instance; local
47 return instance;
  /external/autotest/server/site_tests/network_WiFi_DisconnectReason/
network_WiFi_DisconnectReason.py 43 alt_assoc_params.ssid = self.context.router.get_ssid(instance=1)
46 assoc_params.ssid = self.context.router.get_ssid(instance=0)
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 108 NativeWindowFactory (HINSTANCE instance);
120 NativeWindow (NativeDisplay* nativeDisplay, HINSTANCE instance, const eglu::WindowParams& params);
221 NativeWindowFactory::NativeWindowFactory (HINSTANCE instance)
223 , m_instance (instance)
234 NativeWindow::NativeWindow (NativeDisplay* nativeDisplay, HINSTANCE instance, const eglu::WindowParams& params)
236 , m_window (instance,
383 EGLNativeDisplayFactory::EGLNativeDisplayFactory (HINSTANCE instance)
385 , m_instance (instance)
  /external/doclava/src/com/google/doclava/
AnnotationValueInfo.java 53 public void setAnnotationInstanceName(String instance) {
54 mInstanceName = instance;
  /external/guava/guava/src/com/google/common/hash/
AbstractCompositeHashFunction.java 139 @Override public <T> Hasher putObject(T instance, Funnel<? super T> funnel) {
141 hasher.putObject(instance, funnel);
  /external/guice/core/src/com/google/inject/
Binder.java 64 * Specifies that a request for a {@code Service} instance with no binding
66 * {@code ServiceImpl} instance. This <i>overrides</i> the function of any
78 * instance of {@code ServiceProvider} in the regular way, then calling
79 * {@link Provider#get get()} on the resulting Provider instance to obtain the
80 * {@code Service} instance.
83 * is, a provider which always <i>creates</i> each instance it provides.
103 * singleton scope. Guice will create only one instance of {@code ServiceImpl}
105 * still possible to bind another instance of {@code ServiceImpl} if the second
109 * share only one instance if that's all you tell Guice you need.
137 * for obtaining a {@code ServiceImpl} instance, then asks Guice to always us
    [all...]
  /external/guice/core/src/com/google/inject/internal/
ConstantBindingBuilderImpl.java 98 private void toConstant(Class<?> type, Object instance) {
103 T instanceAsT = (T) instance;
  /external/harfbuzz_ng/src/
hb-shaper-private.hh 69 #define HB_SHAPER_DATA_INSTANCE(shaper, object, instance) (* (HB_SHAPER_DATA_TYPE(shaper, object) **) &(instance)->shaper_data.shaper)
  /external/icu/icu4c/source/i18n/
tznames.cpp 309 TimeZoneNames *instance = NULL; local
311 instance = new TimeZoneNamesDelegate(locale, status);
312 if (instance == NULL && U_SUCCESS(status)) {
316 return instance;
321 TimeZoneNames *instance = NULL; local
323 instance = new TZDBTimeZoneNames(locale);
324 if (instance == NULL && U_SUCCESS(status)) {
328 return instance;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ControlStructuresTest.java 29 final Object instance = targetClass.newInstance(); local
30 ((Runnable) instance).run();
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolRepositoryImpl.java 35 /** The instance */
36 private static final ScopedClassPoolRepositoryImpl instance = new ScopedClassPoolRepositoryImpl(); field in class:ScopedClassPoolRepositoryImpl
55 * Get the instance.
57 * @return the instance.
60 return instance;
  /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/protobuf/python/google/protobuf/internal/
symbol_database_test.py 64 instance = self._Database().GetPrototype(
66 self.assertTrue(instance is unittest_pb2.TestAllTypes)
  /external/vulkan-validation-layers/demos/smoke/
Shell.h 46 VkInstance instance; member in struct:Shell::Context
143 virtual VkSurfaceKHR create_surface(VkInstance instance) = 0;
  /external/vulkan-validation-layers/layers/
swapchain.h 95 VkInstance instance; member in struct:SwpInstance
268 VkInstance instance; member in struct:layer_data
  /frameworks/native/vulkan/libvulkan/
swapchain.h 26 VKAPI_ATTR VkResult CreateAndroidSurfaceKHR(VkInstance instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface);
27 VKAPI_ATTR void DestroySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* allocator);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.h 68 static BufferManager *instance = new BufferManager(); local
69 return instance;
  /hardware/qcom/display/msm8998/libgralloc1/
gr_buf_mgr.h 67 static BufferManager *instance = new BufferManager(); local
68 return instance;
  /packages/apps/Camera2/src/com/android/camera/app/
CameraServicesImpl.java 45 private static final CameraServicesImpl INSTANCE = new CameraServicesImpl(
46 AndroidContext.instance().get());
50 * @return a single instance of of the global camera services.
52 public static CameraServicesImpl instance() { method in class:CameraServicesImpl
53 return Singleton.INSTANCE;
MemoryManagerImpl.java 69 * @return A wired-up memory manager instance.
72 ActivityManager activityManager = AndroidServices.instance().provideActivityManager();
159 ActivityManager activityManager = AndroidServices.instance().provideActivityManager();
  /packages/apps/Camera2/src/com/android/camera/util/
QuickActivity.java 209 mKeyguardManager = AndroidServices.instance().provideKeyguardManager();
219 mKeyguardManager = AndroidServices.instance().provideKeyguardManager();
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 54 mBitmapManager = BitmapManager.instance();
65 BitmapManager manager = BitmapManager.instance();

Completed in 375 milliseconds

<<21222324252627282930>>