HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 551 - 575 of 1940) sorted by null

<<21222324252627282930>>

  /external/skia/src/core/
SkConvolver.cpp 315 FilterInstance instance; local
318 instance.fDataLocation = (static_cast<int>(fFilterValues.count()) -
320 instance.fOffset = filterOffset;
321 instance.fTrimmedLength = filterLength;
322 instance.fLength = filterSize;
323 fFilters.push(instance);
  /external/v8/test/mjsunit/regress/
regress-1493017.js 36 // Create an instance of C. Add a property to the instance and then
46 // Create a new instance of C.
  /external/vulkan-validation-layers/layers/
object_tracker.h 67 uint64_t belongsTo; // Object Scope -- owning device/instance
80 // TODO: put instance data here
140 static void createInstanceRegisterExtensions(const VkInstanceCreateInfo *pCreateInfo, VkInstance instance) {
142 VkLayerInstanceDispatchTable *pDisp = get_dispatch_table(object_tracker_instance_table_map, instance);
145 pDisp->DestroySurfaceKHR = (PFN_vkDestroySurfaceKHR)gpa(instance, "vkDestroySurfaceKHR");
147 (PFN_vkGetPhysicalDeviceSurfaceSupportKHR)gpa(instance, "vkGetPhysicalDeviceSurfaceSupportKHR");
149 (PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR)gpa(instance, "vkGetPhysicalDeviceSurfaceCapabilitiesKHR");
151 (PFN_vkGetPhysicalDeviceSurfaceFormatsKHR)gpa(instance, "vkGetPhysicalDeviceSurfaceFormatsKHR");
153 (PFN_vkGetPhysicalDeviceSurfacePresentModesKHR)gpa(instance, "vkGetPhysicalDeviceSurfacePresentModesKHR");
156 pDisp->CreateWin32SurfaceKHR = (PFN_vkCreateWin32SurfaceKHR)gpa(instance, "vkCreateWin32SurfaceKHR")
    [all...]
  /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/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/client/common_lib/cros/
tpm_utils.py 77 'need to have the firmware clear the TPM, for instance '
86 'have the firmware clear the TPM, for instance by toggling '
  /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/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 123 Unique<VkInstance> instance; member in struct:vkt::wsi::__anon9052::InstanceHelper
129 , instance (createInstanceWithWsi(context.getPlatformInterface(),
133 , vki (context.getPlatformInterface(), *instance)
190 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window));
204 *instHelper.instance,
245 // testing OOM paths inside instance creation.
250 *instHelper.instance,
301 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window));
302 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(instHelper.vki, *instHelper.instance);
396 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window))
    [all...]
  /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 294 TimeZoneNames *instance = NULL; local
296 instance = new TimeZoneNamesDelegate(locale, status);
297 if (instance == NULL && U_SUCCESS(status)) {
301 return instance;
306 TimeZoneNames *instance = NULL; local
308 instance = new TZDBTimeZoneNames(locale);
309 if (instance == NULL && U_SUCCESS(status)) {
313 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/libgdx/extensions/gdx-bullet/jni/swig/collision/
btBvhTriangleMeshShape.i 41 for (final btBvhTriangleMeshShape instance : instances) {
42 if (instance.meshInterface instanceof btTriangleIndexVertexArray &&
43 btTriangleIndexVertexArray.compare((btTriangleIndexVertexArray)(instance.meshInterface), meshParts))
44 return instance;
49 /** Obtain an instance of btBvhTriangleMeshShape, made up of the specified {@link MeshPart} instances.
  /external/littlemock/src/com/google/testing/littlemock/
AppDataDirGuesser.java 29 /** A single default instance of app data dir guesser, for overriding if you really need to. */
32 public static void setInstance(AppDataDirGuesser instance) {
33 sInjectableInstance = instance;
43 // Check that we have an instance of the PathClassLoader.
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
ConstructorDelegate.java 115 protected Object nextInstance(Object instance) {
116 return instance;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
StringSwitcher.java 42 * For finer control over the generated instance, use a new instance of StringSwitcher.Generator
151 protected Object nextInstance(Object instance) {
152 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 55 instance = self._Database().GetPrototype(
57 self.assertTrue(instance is unittest_pb2.TestAllTypes)
  /external/v8/src/snapshot/
serializer-common.cc 18 ExternalReferenceTable* table = ExternalReferenceTable::instance(isolate);
46 return ExternalReferenceTable::instance(isolate)->name(i);

Completed in 2684 milliseconds

<<21222324252627282930>>