/external/jmdns/src/javax/jmdns/impl/ |
DNSEntry.java | 51 String instance = _qualifiedNameMap.get(Fields.Instance).toLowerCase(); local 53 _key = ((instance.length() > 0 ? instance + "." : "") + _type).toLowerCase(); 151 return _qualifiedNameMap.get(Fields.Application).equals("dns-sd") && _qualifiedNameMap.get(Fields.Instance).equals("_services"); 162 String name = _qualifiedNameMap.get(Fields.Instance);
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btManifoldPoint.java | 62 /** Obtains a temporary instance, used by native methods that return a btManifoldPoint instance */ 71 /** Obtains a temporary instance, used for callback methods with one or more btManifoldPoint arguments */ 73 btManifoldPoint instance = argumentInstances[argumentIndex = (argumentIndex + 1) & 3]; local 74 instance.reset(swigCPtr, owner); 75 return instance;
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
KTXTest.java | 56 private ModelInstance instance;
field in class:KTXTest 116 instance = new ModelInstance(model);
173 modelBatch.render(instance, environment);
|
/external/markdown/markdown/ |
odict.py | 9 instance = super(OrderedDict, cls).__new__(cls, *args, **kwargs) 10 instance.keyOrder = [] 11 return instance
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpEngine.java | 200 Internal.instance.setOwner(connection, this); 225 InternalCache responseCache = Internal.instance.internalCache(client); 249 transport = Internal.instance.newTransport(connection, this); 282 Internal.instance.recycle(client.getConnectionPool(), connection); 329 Internal.instance.connectAndSetOwner(client, connection, this, networkRequest); 338 if (networkRequest.method().equals("GET") || Internal.instance.isReadable(pooled)) { 493 if (Internal.instance.recycleCount(connection) > 0) return; 530 InternalCache responseCache = Internal.instance.internalCache(client); 577 Internal.instance.closeIfOwnedBy(connection, this); 614 if (connection != null && !Internal.instance.clearOwner(connection)) [all...] |
HttpConnection.java | 113 Internal.instance.recycle(pool, connection); 137 Internal.instance.closeIfOwnedBy(connection, owner); 211 + " (recycle count=" + Internal.instance.recycleCount(connection) + ")"); 221 Internal.instance.addLenient(builder, line); 377 Internal.instance.recycle(pool, connection);
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlLexer.java | 99 return HtmlToken.instance( 215 return HtmlToken.instance(token.start, end, HtmlTokenType.TEXT); 219 return HtmlToken.instance(a.start, b.end, a.type); 691 HtmlToken result = HtmlToken.instance(start, end, type); 705 return HtmlToken.instance(token.start, token.end, type);
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/ |
AndroidTranslatorTest.java | 75 ClassWithNoDefaultConstructor instance = ctor.newInstance(); local 76 assertThat(Robolectric.shadowOf_(instance), not(nullValue())); 77 assertThat(Robolectric.shadowOf_(instance), instanceOf(ShadowClassWithNoDefaultConstructor.class));
|
/frameworks/av/media/libmedia/ |
MediaScanner.cpp | 248 void MediaAlbumArt::init(MediaAlbumArt *instance, int32_t dataSize, const void *data) { 249 instance->mSize = dataSize; 250 memcpy(&instance->mData[0], data, dataSize);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsBroadcastUndelivered.java | 66 private static SmsBroadcastUndelivered instance; field in class:SmsBroadcastUndelivered 106 if (instance == null) { 107 instance = new SmsBroadcastUndelivered(
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ |
AllAppPermissionsFragment.java | 53 AllAppPermissionsFragment instance = new AllAppPermissionsFragment(); local 56 instance.setArguments(arguments); 57 return instance;
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
SmartPoster.java | 189 * Returns the first element of {@code elements} which is an instance 194 T instance = null; local 196 instance = Iterables.get(filtered, 0); 198 return instance;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_new.py | 23 # new.instance() 24 c = new.instance(C, {'yolks': 3}) 26 o = new.instance(C) 29 o = new.instance(C, None) 40 'Broken call of hand-crafted class instance') 42 'Broken call of hand-crafted class instance') 46 'Broken call of hand-crafted instance method') 48 'Broken call of hand-crafted instance method') 54 # Verify that dangerous instance method creation is forbidden
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_new.py | 23 # new.instance() 24 c = new.instance(C, {'yolks': 3}) 26 o = new.instance(C) 29 o = new.instance(C, None) 40 'Broken call of hand-crafted class instance') 42 'Broken call of hand-crafted class instance') 46 'Broken call of hand-crafted instance method') 48 'Broken call of hand-crafted instance method') 54 # Verify that dangerous instance method creation is forbidden
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_new.py | 23 # new.instance() 24 c = new.instance(C, {'yolks': 3}) 26 o = new.instance(C) 29 o = new.instance(C, None) 40 'Broken call of hand-crafted class instance') 42 'Broken call of hand-crafted class instance') 46 'Broken call of hand-crafted instance method') 48 'Broken call of hand-crafted instance method') 54 # Verify that dangerous instance method creation is forbidden
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_new.py | 23 # new.instance() 24 c = new.instance(C, {'yolks': 3}) 26 o = new.instance(C) 29 o = new.instance(C, None) 40 'Broken call of hand-crafted class instance') 42 'Broken call of hand-crafted class instance') 46 'Broken call of hand-crafted instance method') 48 'Broken call of hand-crafted instance method') 54 # Verify that dangerous instance method creation is forbidden
|
/system/bt/service/ipc/binder/ |
bluetooth_low_energy_binder_server.cpp | 283 bluetooth::BluetoothInstance* instance) { 286 static_cast<bluetooth::LowEnergyClient*>(instance); 294 instance->GetInstanceId() : kInvalidInstanceId);
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
DexMakerTest.java | 126 Object instance = generatedClass.newInstance(); local 128 method.invoke(instance); 166 Object instance = generatedClass.newInstance(); local 168 method.invoke(instance, 0); 231 Object instance = generatedClass.newInstance(); local 233 assertEquals(5, method.invoke(null, instance)); 264 Object instance = generatedClass.newInstance(); local 266 assertEquals(System.identityHashCode(instance), method.invoke(instance)); 405 Object instance = generatedClass.newInstance() local 443 Object instance = generatedClass.getConstructor(int.class).newInstance(0xabcd); local 901 Instance instance = new Instance(); local 1689 Object instance = generatedClass.newInstance(); local 1722 Object instance = generatedClass.newInstance(); local [all...] |
/external/deqp/framework/platform/win32/ |
tcuWGL.cpp | 174 Library (HINSTANCE instance); 185 Library::Library (HINSTANCE instance) 189 win32::Window tmpWindow(instance, 1, 1); 253 Core::Core (HINSTANCE instance) 254 : m_library(new Library(instance))
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt.c | 454 unsigned instance; local 516 for (instance = 0; instance < info->instance_count; instance++) { 517 draw->instance_id = instance + info->start_instance;
|
/frameworks/av/camera/ndk/impl/ |
ACameraManager.cpp | 46 CameraManagerGlobal* instance = sInstance; local 47 if (instance == nullptr) { 48 instance = new CameraManagerGlobal(); 49 sInstance = instance; 51 return *instance;
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
tdls.cpp | 41 /* Singleton Static Instance */ 57 TdlsCommand* TdlsCommand::instance(wifi_handle handle) function in class:TdlsCommand 357 pTdlsCommand = TdlsCommand::instance(handle); 436 pTdlsCommand = TdlsCommand::instance(handle); 486 pTdlsCommand = TdlsCommand::instance(handle); 538 pTdlsCommand = TdlsCommand::instance(handle);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkFunctionPointerTypes.inl | 5 typedef VKAPI_ATTR void (VKAPI_CALL* DestroyInstanceFunc) (VkInstance instance, const VkAllocationCallbacks* pAllocator); 6 typedef VKAPI_ATTR VkResult (VKAPI_CALL* EnumeratePhysicalDevicesFunc) (VkInstance instance, deUint32* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices); 13 typedef VKAPI_ATTR PFN_vkVoidFunction (VKAPI_CALL* GetInstanceProcAddrFunc) (VkInstance instance, const char* pName); 141 typedef VKAPI_ATTR void (VKAPI_CALL* DestroySurfaceKHRFunc) (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator); 157 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateDisplayPlaneSurfaceKHRFunc) (VkInstance instance, const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); 159 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateXlibSurfaceKHRFunc) (VkInstance instance, const VkXlibSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); 161 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateXcbSurfaceKHRFunc) (VkInstance instance, const VkXcbSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); 163 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateWaylandSurfaceKHRFunc) (VkInstance instance, const VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); 165 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateMirSurfaceKHRFunc) (VkInstance instance, const VkMirSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); 167 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateAndroidSurfaceKHRFunc) (VkInstance instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurf (…) [all...] |
/external/guice/core/test/com/google/inject/ |
TypeListenerTest.java | 78 public void injectMembers(Object instance) { 433 public void injectMembers(D instance) { 434 instance.userInjected++; 435 assertEquals(instance.guiceInjected, instance.userInjected); 634 public void injectMembers(D instance) { 635 ++instance.userInjected;
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
HandleApiCalls.java | 380 private void setupInstance(AlarmInstance instance, boolean skipUi) { 381 instance = AlarmInstance.addInstance(this.getContentResolver(), instance); 382 AlarmStateManager.registerInstance(this, instance, true); 383 AlarmUtils.popAlarmSetToast(this, instance.getAlarmTime().getTimeInMillis()); 385 Intent showAlarm = Alarm.createIntent(this, DeskClock.class, instance.mAlarmId); 387 showAlarm.putExtra(AlarmClockFragment.SCROLL_TO_ALARM_INTENT_EXTRA, instance.mAlarmId);
|