/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
DocXMLRPCServer.py | 79 # exclude the argument bound to the instance, it will be 180 elif self.instance is not None: 182 if hasattr(self.instance, '_get_method_argstring'): 183 method_info[0] = self.instance._get_method_argstring(method_name) 184 if hasattr(self.instance, '_methodHelp'): 185 method_info[1] = self.instance._methodHelp(method_name) 190 elif not hasattr(self.instance, '_dispatch'): 193 self.instance, 202 "instance installed"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
DocXMLRPCServer.py | 79 # exclude the argument bound to the instance, it will be 180 elif self.instance is not None: 182 if hasattr(self.instance, '_get_method_argstring'): 183 method_info[0] = self.instance._get_method_argstring(method_name) 184 if hasattr(self.instance, '_methodHelp'): 185 method_info[1] = self.instance._methodHelp(method_name) 190 elif not hasattr(self.instance, '_dispatch'): 193 self.instance, 202 "instance installed"
|
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/ |
LogBuildNumber.java | 134 UiScrollable aboutSettingsList = new UiScrollable(SettingsHelper.LIST_VIEW.instance(1)); 136 aboutSettingsList = new UiScrollable(SettingsHelper.LIST_VIEW.instance(0)); 146 new UiSelector().className(android.widget.TextView.class.getName()).instance(1)); 150 // we're not certain that the instance(1) or second text view inside this layout is
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
EventBuilder.java | 125 * @param instance the required object ID 128 public EventBuilder setInstanceOnly(long instance) { 130 mod.instance = instance;
|
/external/autotest/client/cros/multimedia/ |
video_facade_native.py | 24 def wrapper(instance, *args, **kwargs): 27 @param instance: Object instance. 32 if not instance._arc_resource: 34 return func(instance, *args, **kwargs)
|
/external/autotest/client/cros/tendo/n_faced_peerd/ |
n_faced_peerd_main.py | 38 """Construct an instance. 60 for instance in self._instances: 63 if instance == other_instance: 65 instance.add_remote_peer(other_instance.self_peer) 72 instance of peerd to all other instances of peerd as a remote 81 logging.debug('Service %s modified on instance %r',
|
/external/autotest/site_utils/ |
sync_cloudsql_access.py | 7 """Tool to sync lab servers to the "Allowed Networks" of a CloudSQL instance. 9 For a lab server to access CloudSQL instance, the server's IP must be added to 10 the "Allowed Networks" list of the CloudSQL instance. This tool is to be used to 12 "Allowed Networks" of a given CloudSQL instance. 15 servers to the "Allowed Networks" list of the CloudSQL instance. This allows 16 servers that do not run Autotest code can access the CloudSQL instance. 53 def update_allowed_networks(project, instance, afe=None, extra_servers=None): 54 """Update the "Allowed Networks" list of the given CloudSQL instance. 57 @param instance: Name of the CloudSQL instance [all...] |
/external/deqp/framework/platform/win32/ |
tcuWin32Window.cpp | 40 Window::Window (HINSTANCE instance, int width, int height) 55 wndClass.hInstance = instance; 69 NULL, NULL, instance, NULL);
|
/external/guice/extensions/dagger-adapter/lib/ |
dagger-2.0.jar | |
/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;
|
/external/v8/src/snapshot/ |
serializer-common.cc | 17 table_ = ExternalReferenceTable::instance(isolate); 21 ExternalReferenceTable* table = ExternalReferenceTable::instance(isolate); 50 return ExternalReferenceTable::instance(isolate)->name(
|
/frameworks/base/core/java/android/util/ |
Xml.java | 106 return XmlSerializerFactory.instance.newSerializer(); 116 static final XmlPullParserFactory instance; field in class:Xml.XmlSerializerFactory 119 instance = XmlPullParserFactory.newInstance(TYPE, null);
|
/frameworks/base/core/java/android/view/ |
VelocityTracker.java | 25 * Use {@link #obtain} to retrieve a new instance of the class when you are going 58 VelocityTracker instance = sPool.acquire(); local 59 return (instance != null) ? instance : new VelocityTracker(null);
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/ |
SubscriptionParameters.java | 36 for (OMANode instance : ulNode.getChildren()) { 37 if (instance.isLeaf()) { 41 mLimits.add(new Limit(instance));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
ImageTransformState.java | 108 ImageTransformState instance = sInstancePool.acquire(); local 109 if (instance != null) { 110 return instance;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NoisyVelocityTracker.java | 52 NoisyVelocityTracker instance = sNoisyPool.acquire(); local 53 return (instance != null) ? instance : new NoisyVelocityTracker();
|
/frameworks/base/test-runner/src/android/test/ |
ProviderTestCase2.java | 54 * An instance of the provider under test, running in an {@link IsolatedContext}. 112 * @return T An instance of the provider class given as a parameter to the test case class. 123 * that isolates the provider's file operations, and a new instance of 147 * Creates and sets up a new instance of the provider. 152 T instance = providerClass.newInstance(); local 155 instance.attachInfoForTesting(context, providerInfo); 156 return instance; 175 * @return A {@link MockContentResolver} instance. 183 * @return The {@link IsolatedContext} instance
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/ |
MultiArgTestAdapter.java | 28 for(BaseMultiBindingClass instance : classes) { 29 sb.append(instance == null ? "??" : instance.getValue());
|
/frameworks/native/vulkan/libvulkan/ |
driver_gen.cpp | 140 ProcHook::INSTANCE, 147 ProcHook::INSTANCE, 154 ProcHook::INSTANCE, 175 ProcHook::INSTANCE, 182 ProcHook::INSTANCE, 196 ProcHook::INSTANCE, 203 ProcHook::INSTANCE, 217 ProcHook::INSTANCE, 231 ProcHook::INSTANCE, 252 ProcHook::INSTANCE, [all...] |
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/ |
EmojiEditableFactoryTest.java | 46 final Editable.Factory instance = EmojiEditableFactory.getInstance(); local 47 assertNotNull(instance); 50 assertSame(instance, instance2);
|
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.0/ |
dagger-2.0.jar | |
/external/webrtc/webrtc/sound/ |
pulseaudiosoundsystem.cc | 258 data.instance = this; 315 data.instance = this; 380 PulseAudioInputStream* instance; member in struct:rtc::PulseAudioInputStream::GetVolumeCallbackData 385 PulseAudioInputStream* instance; member in struct:rtc::PulseAudioInputStream::GetSourceChannelCountCallbackData 418 PulseAudioInputStream *instance = local 420 instance->OnReadCallback(); 506 data->instance->OnGetVolumeCallback(info, eol, &data->channel_volumes); 537 data->instance->OnGetSourceChannelCountCallback(info, eol, &data->channels); 635 data.instance = this; 775 PulseAudioOutputStream* instance; member in struct:rtc::PulseAudioOutputStream::GetVolumeCallbackData 822 PulseAudioOutputStream *instance = local 864 PulseAudioOutputStream *instance = local 1087 PulseAudioSoundSystem *instance; member in struct:rtc::ConnectToPulseCallbackData 1193 PulseAudioSoundSystem *instance; member in struct:rtc::EnumerateDevicesCallbackData 1289 PulseAudioSoundSystem *instance; member in struct:rtc::GetDefaultDeviceCallbackData 1339 PulseAudioSoundSystem *instance = local [all...] |
/external/syslinux/core/lwip/src/core/snmp/ |
mib2.c | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
vktWsiSurfaceTests.cpp | 194 Unique<VkInstance> instance; member in struct:vkt::wsi::__anon16700::InstanceHelper 200 , instance (createInstanceWithWsi(context.getPlatformInterface(), 205 , vki (context.getPlatformInterface(), *instance) 211 , instance (createInstanceWithWsi(context.getPlatformInterface(), 216 , vki (context.getPlatformInterface(), *instance) 273 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window)); 287 *instHelper.instance, 328 // testing OOM paths inside instance creation. 333 *instHelper.instance, 384 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window)) [all...] |
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
MultibinderTest.java | 24 import static com.google.inject.multibindings.SpiUtils.instance; 127 instance("A"), instance("B"), instance("C"), instance("D"), instance("E")); 149 instance("A"), instance("B"), instance("C")); 171 instance("A"), instance("B"), instance("C")) 418 instance(new ValueType(1, 2)), instance(new ValueType(1, 3))); method [all...] |