/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
VideoRendererGui.java | 51 * and then for each video stream either create instance of VideoRenderer using 53 * Only one instance of the class can be created. 56 // |instance|, |instance.surface|, |eglContext|, and |eglContextReady| are synchronized on 58 private static VideoRendererGui instance = null; field in class:VideoRendererGui 417 instance = new VideoRendererGui(surface); 427 if (instance == null){ 431 synchronized (instance.yuvImageRenderers) { 432 for (YuvImageRenderer yuvImageRenderer : instance.yuvImageRenderers) { 435 instance.yuvImageRenderers.clear() [all...] |
/external/autotest/client/common_lib/ |
decorators.py | 39 This function will get called with the instance method pulled off 69 def __get__(self, instance, owner): 70 value = self._func(instance) 71 setattr(instance, self._name, value)
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
ImmutableSortedMap_CustomFieldSerializerBase.java | 50 static void serialize(SerializationStreamWriter writer, ImmutableSortedMap<?, ?> instance) 52 writer.writeObject(instance.comparator()); 54 Map_CustomFieldSerializerBase.serialize(writer, instance);
|
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
push_back_exception_safety.pass.cpp | 70 CMyClass instance(42); 73 vec.push_back(instance); 81 vec.push_back(instance);
|
/external/libxml2/python/tests/ |
nsdel.py | 9 instance="""<?xml version="1.0"?> 28 doc = libxml2.parseDoc(instance) 37 doc = libxml2.parseDoc(instance)
|
/external/mockito/src/test/java/org/mockito/internal/creation/instance/ |
ConstructorInstantiatorTest.java | 5 package org.mockito.internal.creation.instance; 68 @Test(expected = org.mockito.creation.instance.InstantiationException.class) 78 } catch (org.mockito.creation.instance.InstantiationException e) { 79 assertThat(e).hasMessageContaining("Unable to create instance of 'SomeClass2'.\n" +
|
/external/testng/src/test/java/test/methodinterceptors/ |
Issue392Test.java | 26 for (IMethodInstance instance : methods) { 27 if (!instance.getMethod().getMethodName().equals("test1")) { 28 instances.add(instance);
|
Issue521Test.java | 26 for (IMethodInstance instance : methods) { 27 if (!instance.getMethod().getMethodName().equals("test1")) { 28 instances.add(instance);
|
/frameworks/native/vulkan/libvulkan/ |
api.h | 29 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator); 39 inline InstanceData& GetData(VkInstance instance) { 40 return driver::GetData(instance).opaque_api_data;
|
/frameworks/rs/tests/lldb/tests/harness/ |
util_lldb.py | 50 '''Create an lldb debugger instance. 53 The SBDebugger instance that was created. 65 '''Destroy the lldb debugger instance. 68 dbg: Instance of SBDebugger that is to be destroyed.
|
/libcore/benchmarks/src/benchmarks/regression/ |
ReflectionBenchmark.java | 77 C instance = new C(); local 79 f.setInt(instance, 1); 86 C instance = new C(); local 88 f.getInt(instance); 95 C instance = new C(); local 97 m.invoke(instance); 112 C instance = new C(); local 114 m.invoke(instance, 1); 121 C instance = new C(); local 124 m.invoke(instance, one) 146 C instance = new C(); local [all...] |
/libcore/ojluni/src/main/java/java/text/ |
AttributedCharacterIterator.java | 93 * to look up the corresponding predefined instance when deserializing 94 * an instance. 154 * an instance of {@code Attribute} 161 Attribute instance = instanceMap.get(getName()); local 162 if (instance != null) { 163 return instance;
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.modifiers/ |
push_back_exception_safety.pass.cpp | 70 CMyClass instance(42); 73 vec.push_back(instance); 81 vec.push_back(instance);
|
/system/bt/service/ipc/binder/ |
bluetooth_gatt_client_binder_server.cc | 77 bluetooth::BluetoothInstance* instance) { 78 VLOG(1) << __func__ << " client ID: " << instance->GetInstanceId() 84 ? instance->GetInstanceId()
|
interface_with_instances_base.cc | 51 std::unique_ptr<bluetooth::BluetoothInstance> instance) { 56 VLOG(2) << "InterfaceWithInstancesBase was deleted while instance was" 62 std::move(instance)); 67 LOG(ERROR) << "Failed to register instance"; 104 std::unique_ptr<bluetooth::BluetoothInstance> instance) { 115 << "returned; unregistering instance"; 121 LOG(ERROR) << "Failed to register instance: " << status; 127 int instance_id = instance->GetInstanceId(); 137 std::shared_ptr<bluetooth::BluetoothInstance>(instance.release());
|
/system/tools/hidl/utils/include/hidl-util/ |
FqInstance.h | 28 // A wrapper around FQName to include instance name as well. 52 // android.hardware.foo@1.0::IFoo/instance 53 // @1.0::IFoo/instance 54 // IFoo/instance 64 // If no "/instance", hasInstance() will return false afterwards. 74 const std::string& instance); 77 const std::string& instance); 79 const std::string& instance);
|
/art/test/046-reflect/src/ |
Main.java | 62 private void showStrings(Target instance) 70 one = (String) field.get(instance); 73 two = (String) field.get(instance); 76 three = (String) field.get(instance); 84 Object instance = new otherpackage.Other(); local 88 meth.invoke(instance); 98 instance = otherpackage.Other.getInnerClassInstance(); 99 target = instance.getClass(); 103 meth.invoke(instance); 111 int x = field.getInt(instance); 145 Target instance = new Target(); local [all...] |
/external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/ |
network_WiFi_VerifyAttenuator.py | 83 self._all_ssids.append(self.context.router.get_ssid(instance=i)) 86 def _get_phy_num_for_instance(self, instance): 87 """Get the phy number corresponding to a hostapd instance. 89 @param instance: int hostapd instance to test against. 94 phy = self.context.router.get_hostapd_phy(instance) 142 @param ap_num: int hostapd instance to test against. 163 ssid=self.context.router.get_ssid(instance=ap_num)) 237 def _verify_phy_attenuator_correspondence(self, instance): 244 @param instance: int hostapd instance to verify corresponds t [all...] |
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
crash_generation_app.cc | 67 HINSTANCE current_instance; // Current instance. 71 ATOM MyRegisterClass(HINSTANCE instance); 92 ATOM MyRegisterClass(HINSTANCE instance) { 99 wcex.hInstance = instance; 100 wcex.hIcon = LoadIcon(instance, 111 // Saves instance handle and creates main window 113 // In this function, we save the instance handle in a global variable and 115 BOOL InitInstance(HINSTANCE instance, int command_show) { 116 current_instance = instance; 126 instance, 366 HINSTANCE instance = (HINSTANCE)GetWindowLongPtr(wnd, GWLP_HINSTANCE); local [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
threading.cpp | 68 my_data->instance = *pInstance; 83 VKAPI_ATTR void VKAPI_CALL DestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator) { 84 dispatch_key key = get_dispatch_key(instance); 99 startWriteObject(my_data, instance); 101 pTable->DestroyInstance(instance, pAllocator); 103 finishWriteObject(my_data, instance); 137 PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->instance, "vkCreateDevice"); 268 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetInstanceProcAddr(VkInstance instance, const char *funcName) { 279 assert(instance); 281 my_data = get_my_data_ptr(get_dispatch_key(instance), layer_data_map) [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkDeviceUtil.cpp | 21 * \brief Instance and device initialization utilities. 84 deUint32 chooseDeviceIndex (const InstanceInterface& vkInstance, const VkInstance instance, const tcu::CommandLine& cmdLine) 86 const vector<VkPhysicalDevice> devices = enumeratePhysicalDevices(vkInstance, instance); 115 VkPhysicalDevice chooseDevice (const InstanceInterface& vkInstance, const VkInstance instance, const tcu::CommandLine& cmdLine) 117 const vector<VkPhysicalDevice> devices = enumeratePhysicalDevices(vkInstance, instance); 122 const size_t deviceId = chooseDeviceIndex(vkInstance, instance, cmdLine);
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
MarshalHashtable.java | 52 Hashtable instance = new Hashtable(); local 55 SoapObject item = new ItemSoapObject(instance); 71 return instance; 74 public void writeInstance(XmlSerializer writer, Object instance) throws IOException { 75 Hashtable h = (Hashtable) instance;
|
/external/tensorflow/tensorflow/compiler/aot/ |
compile.cc | 64 xla::CompileOnlyClient::AotComputationInstance instance; local 65 instance.computation = &computation; 66 instance.argument_layouts = std::move(arg_layouts); 67 instance.result_layout = &pshape->result(); 69 aot_or = client->CompileAheadOfTime({instance}, aot_opts);
|
/external/testng/src/test/java/test/dependent/ |
DependentTest.java | 109 String instance = s[1]; local 110 Assert.assertEquals(log.get(i), "prepare#" + instance); local 111 Assert.assertEquals(log.get(i + 1), "test1#" + instance); local 112 Assert.assertEquals(log.get(i + 2), "test2#" + instance); local 113 Assert.assertEquals(log.get(i + 3), "clean#" + instance); local
|
/external/guava/guava/src/com/google/common/base/ |
Suppliers.java | 90 * Returns a supplier which caches the instance retrieved during the first 97 * get()} is called on the reserialized instance. 99 * <p>If {@code delegate} is an instance created by an earlier call to {@code 143 * Returns a supplier that caches the instance supplied by the delegate and 152 * get()} is called on the reserialized instance. 216 * Returns a supplier that always supplies {@code instance}. 218 public static <T> Supplier<T> ofInstance(@Nullable T instance) { 219 return new SupplierOfInstance<T>(instance); 224 final T instance; field in class:Suppliers.SupplierOfInstance 226 SupplierOfInstance(@Nullable T instance) { [all...] |