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

<<11121314151617181920>>

  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 39 private static volatile EasyMockProperties instance; field in class:EasyMockProperties
44 if (instance == null) {
47 if (instance == null) {
49 instance = new EasyMockProperties();
53 return instance;
  /external/testng/src/main/java/org/testng/
ClassMethodMap.java 35 Object instance = m.getInstance(); local
36 List<ITestNGMethod> l = m_classMap.get(instance);
39 m_classMap.put(instance, l);
49 public synchronized boolean removeAndCheckIfLast(ITestNGMethod m, Object instance) {
50 List<ITestNGMethod> l = m_classMap.get(instance);
  /external/testng/src/main/java/org/testng/internal/
ConfigurationMethod.java 60 Object instance)
62 super(com.getName(), com, annotationFinder, instance); local
100 Object instance)
103 isBeforeClass, isAfterClass, isBeforeMethod, isAfterMethod, beforeGroups, afterGroups, instance);
118 Object instance) {
121 true, instance);
135 Object instance)
151 instance));
159 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) {
171 instance);
    [all...]
  /frameworks/base/core/java/android/gesture/
Instance.java 21 * An instance represents a sample if the label is available or a query if the
24 class Instance {
41 // the id of the instance
44 private Instance(long id, float[] sample, String sampleName) {
66 * create a learning instance for a single stroke gesture
70 * @return the instance
72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) {
74 Instance instance; local
77 instance = new Instance(gesture.getID(), pts, label)
    [all...]
  /external/autotest/server/
site_linux_router.py 205 self.stop_dhcp_server(instance=None)
247 """Start a hostapd instance described by conf.
324 instance=None,
330 |instance|). Wait |timeout_seconds| for |process| to die
335 @param instance: string fragment of the command line unique to
336 this instance of the remote process.
343 if instance is not None:
344 search_arg = '-f "^%s.*%s"' % (process, instance)
362 '' if instance is None else ' (instance=%s)' % instance)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
HandleMap.java 40 int instance = 0; field in class:HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) {
52 this.instance = instance;
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance,
62 this.instance = instance;
99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance,
101 mEntries.add(new Entry(serverIf, handle, uuid, serviceType, instance, advertisePreferred));
134 int getServiceHandle(UUID uuid, int serviceType, int instance) {
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32GLES3Platform.cpp 61 Win32GLES3Context (const wgl::Core& wgl, HINSTANCE instance, const glu::RenderConfig& config);
84 Win32GLES3Context::Win32GLES3Context (const wgl::Core& wgl, HINSTANCE instance, const glu::RenderConfig& config)
88 , m_window (instance, m_renderTarget.getWidth(), m_renderTarget.getHeight())
147 Win32GLES3ContextFactory (HINSTANCE instance);
157 Win32GLES3ContextFactory::Win32GLES3ContextFactory (HINSTANCE instance)
159 , m_instance (instance)
160 , m_wglCore (instance)
180 const HINSTANCE instance = GetModuleHandle(NULL); local
185 m_glContextFactoryRegistry.registerFactory(new Win32GLES3ContextFactory(instance));
  /external/lzma/CPP/Windows/Control/
Window2.cpp 51 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance)
54 if (!::GetClassInfo(instance, className, &wc))
61 wc.hInstance = instance;
71 x, y, width, height, parentWindow, idOrHMenu, instance, this);
78 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance)
84 needRegister = ::GetClassInfoW(instance, className, &wc) == 0;
98 needRegister = ::GetClassInfoA(instance, classNameP, &windowClassA) == 0;
108 wc.hInstance = instance;
118 x, y, width, height, parentWindow, idOrHMenu, instance, this);
  /external/mockito/src/main/java/org/mockito/internal/configuration/
SpyAnnotationEngine.java 55 Object instance; local
57 instance = field.get(testInstance);
58 if (MockUtil.isMock(instance)) {
59 // instance has been spied earlier
61 Mockito.reset(instance);
62 } else if (instance != null) {
63 field.set(testInstance, spyInstance(field, instance));
74 private static Object spyInstance(Field field, Object instance) {
75 return Mockito.mock(instance.getClass(),
76 withSettings().spiedInstance(instance)
    [all...]
  /external/swiftshader/src/D3D9/
D3D9.cpp 132 static void WaitForDebugger(HINSTANCE instance)
136 HRSRC dialog = FindResource(instance, MAKEINTRESOURCE(IDD_DIALOG1), RT_DIALOG);
137 DLGTEMPLATE *dialogTemplate = (DLGTEMPLATE*)LoadResource(instance, dialog);
138 DialogBoxIndirect(instance, dialogTemplate, NULL, DebuggerWaitDialogProc);
148 int __stdcall DllMain(HINSTANCE instance, unsigned long reason, void *reserved)
158 GTRACE("HINSTANCE instance = 0x%0.8p, unsigned long reason = %d, void *reserved = 0x%0.8p", instance, reason, reserved);
160 dllInstance = instance;
168 WaitForDebugger(instance);
170 DisableThreadLibraryCalls(instance);
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/
ExemptionMechanism.java 38 import sun.security.jca.GetInstance.Instance;
136 Instance instance = JceSecurity.getInstance("ExemptionMechanism", local
138 return new ExemptionMechanism((ExemptionMechanismSpi)instance.impl,
139 instance.provider, algorithm);
184 Instance instance = JceSecurity.getInstance("ExemptionMechanism", local
186 return new ExemptionMechanism((ExemptionMechanismSpi)instance.impl,
187 instance.provider, algorithm);
224 Instance instance = JceSecurity.getInstance("ExemptionMechanism" local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 52 def __init__(self, instance = '', decl = None):
54 self._instance = instance
84 def dump_decl(instance, decl):
85 dumper = decl_dumper_t(instance, decl)
91 def __init__(self, instance, type_):
93 self.instance = instance
97 return type_dumper_t(self.instance, self.type)
146 dump_type(self.instance + '[%i]' % i, type_traits.base_type(self.type))
154 dump_decl(self.instance, decl
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
MockVrListenerService.java 51 public final VrListenerService instance; field in class:MockVrListenerService.Event
56 instance = i;
61 public static Event build(VrListenerService instance, EventType type, Object argument1) {
62 return new Event(instance, type, argument1);
65 public static Event build(VrListenerService instance, EventType type) {
66 return new Event(instance, type, null);
  /external/autotest/server/site_tests/network_WiFi_ConnectionIdentifier/
network_WiFi_ConnectionIdentifier.py 65 # SSIDs. Each AP instance is connected to specific gateway.
69 ssid0 = self.context.router.get_ssid(instance=0)
70 ssid1 = self.context.router.get_ssid(instance=1)
82 # connection ID sticks with AP instance regardless of the SSID.
87 if (self.context.router.get_ssid(instance=0) == ssid0 or
88 self.context.router.get_ssid(instance=1) == ssid1):
93 # AP instance.
94 self._connect(self.context.router.get_ssid(instance=0),
96 self._connect(self.context.router.get_ssid(instance=1),
  /external/e2fsprogs/tests/defaults/
e_script 12 instance=`echo $test_name | sed -e 's/e_\([^_]*\)_\(.*\)/\2/'`
31 cat $SRCDIR/progs/test_data/$instance.setup $SRCDIR/progs/test_data/test.$class \
47 unset EXPECT OUT class instance
  /external/mockito/src/test/java/org/mockitoutil/
SimplePerRealmReloadingClassLoader.java 86 Object instance = this.loadClass(callableCalledInClassLoaderRealm).getConstructor().newInstance(); local
87 if (instance instanceof Callable) {
88 Callable<?> callableInRealm = (Callable<?>) instance;
102 Object instance = this.loadClass(callableCalledInClassLoaderRealm).getConstructor(argTypes).newInstance(args); local
103 if (instance instanceof Callable) {
104 Callable<?> callableInRealm = (Callable<?>) instance;
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
NetworkMonitor.java 55 private static NetworkMonitor instance; field in class:NetworkMonitor
84 instance = new NetworkMonitor(context);
86 return instance;
90 return instance != null;
94 * Returns the singleton instance.
97 return instance;
221 instance = new NetworkMonitor(context);
  /external/guice/core/src/com/google/inject/internal/
ProviderMethod.java 61 static <T> ProviderMethod<T> create(Key<T> key, Method method, Object instance,
73 instance,
89 instance,
96 protected final Object instance; field in class:ProviderMethod
109 private ProviderMethod(Key<T> key, Method method, Object instance,
114 this.instance = instance;
134 return instance;
139 return instance;
217 && instance.equals(o.instance
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkInstanceDriverImpl.inl 5 void InstanceDriver::destroyInstance (VkInstance instance, const VkAllocationCallbacks* pAllocator) const
7 m_vk.destroyInstance(instance, pAllocator);
10 VkResult InstanceDriver::enumeratePhysicalDevices (VkInstance instance, deUint32* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices) const
12 return m_vk.enumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices);
70 void InstanceDriver::destroySurfaceKHR (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator) const
72 m_vk.destroySurfaceKHR(instance, surface, pAllocator);
125 VkResult InstanceDriver::createDisplayPlaneSurfaceKHR (VkInstance instance, const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) const
127 return m_vk.createDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
130 VkResult InstanceDriver::createXlibSurfaceKHR (VkInstance instance, const VkXlibSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) const
132 return m_vk.createXlibSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface)
    [all...]
vkConcretePlatformInterface.inl 5 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const;
vkPlatform.cpp 43 InstanceDriver::InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance)
45 #define GET_PROC_ADDR(NAME) platformInterface.getInstanceProcAddr(instance, NAME)
vkVirtualPlatformInterface.inl 5 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const = 0;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Policy.java 44 for (OMANode instance : rpNode.getChildren()) {
45 if (instance.isLeaf()) {
49 mPreferredRoamingPartners.add(new PreferredRoamingPartner(instance));
58 for (OMANode instance : bhtNode.getChildren()) {
59 if (instance.isLeaf()) {
63 mMinBackhaulThresholds.add(new MinBackhaul(instance));
74 for (OMANode instance : sxNode.getChildren()) {
75 if (instance.isLeaf()) {
78 mSPExclusionList.add(MOManager.getString(instance, TAG_SSID));
87 for (OMANode instance : rptNode.getChildren())
    [all...]
  /art/test/594-invoke-super/smali/
invoke-super.smali 27 new-instance v0, LY;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventMod.java 96 public long instance; field in class:EventMod
99 * Creates new instance with empty data.
123 instance = -1;

Completed in 4814 milliseconds

<<11121314151617181920>>