/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
launchspecification.py | 31 from boto.ec2.instance import SubParse
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesBufferMemoryAliasing.cpp | 155 const InstanceInterface& instance = m_context.getInstanceInterface(); local 158 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice); 180 const VkPhysicalDeviceMemoryProperties deviceMemoryProperties = getPhysicalDeviceMemoryProperties(instance, physicalDevice); 219 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice);
|
vktSparseResourcesBufferSparseResidency.cpp | 139 const InstanceInterface& instance = m_context.getInstanceInterface(); local 144 instance.getPhysicalDeviceFeatures(physicalDevice, &deviceFeatures); 152 instance.getPhysicalDeviceProperties(physicalDevice, &deviceProperties); 164 const VkPhysicalDeviceMemoryProperties deviceMemoryProperties = getPhysicalDeviceMemoryProperties(instance, physicalDevice);
|
/external/guice/core/test/com/google/inject/ |
TypeLiteralTypeResolutionTest.java | 69 Field instance; field in class:TypeLiteralTypeResolutionTest 84 instance = HasGenericFields.class.getField("instance"); 133 assertEquals(Short.class, resolver.getFieldType(instance).getType()); 138 public T instance; field in class:TypeLiteralTypeResolutionTest.HasGenericFields
|
/external/libchrome/base/memory/ |
singleton.h | 38 BASE_EXPORT subtle::AtomicWord WaitForInstance(subtle::AtomicWord* instance); 88 // for the singleton instance from a static buffer. The singleton will 93 // tracing, where the singleton instance is of a type carefully constructed to 99 // may call into an object residing in unallocated memory. If the instance is 144 // instance of Type which will be created on first use and will be destroyed at 228 // Return a pointer to the one true instance of the class. 271 // AtExit should only ever be register after the singleton instance was
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
Internal.java | 48 // Needed in tests to ensure that the instance is actually pointing to something. 52 public static Internal instance; field in class:Internal
|
/external/testng/src/main/java/org/testng/internal/ |
NoOpTestClass.java | 177 public void addInstance(Object instance) {
|
/external/testng/src/main/java/org/testng/junit/ |
JUnitTestClass.java | 41 public void addInstance(Object instance) {
|
/external/v8/test/mjsunit/ |
debug-liveedit-2.js | 62 // New instance of closure is patched. 65 // Old instance of closure is not patched.
|
/external/v8/test/mjsunit/es6/ |
templates.js | 549 var instance = new tag`x``y``z`; 550 assertInstanceof(instance, tag); 551 assertSame(tag.prototype, Object.getPrototypeOf(instance)); 552 assertEquals({ x: null }, instance); 557 instance = new tag`x2` `y2` `z2` (`test`); 558 assertInstanceof(instance, tag); 559 assertSame(tag.prototype, Object.getPrototypeOf(instance)); 560 assertEquals({ x: "test" }, instance);
|
/external/vulkan-validation-layers/layers/ |
image.cpp | 86 vkCreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, 88 layer_data *my_data = get_my_data_ptr(get_dispatch_key(instance), layer_data_map); 89 VkResult res = my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback); 96 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(VkInstance instance, 99 layer_data *my_data = get_my_data_ptr(get_dispatch_key(instance), layer_data_map); 100 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); 105 vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, 107 layer_data *my_data = get_my_data_ptr(get_dispatch_key(instance), layer_data_map); 108 my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, 142 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator) [all...] |
/external/webrtc/webrtc/test/channel_transport/ |
traffic_control_win.h | 78 static TrafficControlWindows* instance; member in class:webrtc::test::TrafficControlWindows
|
/hardware/intel/common/libmix/mix_video/src/ |
mixdisplay.h | 28 * @returns: reference to cloned instance. 30 * Virtual function prototype for methods to create duplicate of instance. 41 * Virtual function prototype for methods to create copies of instance. 91 * @instance: type instance 98 GTypeInstance instance; member in struct:_MixDisplay 140 * Create new instance of the object. 150 * Copy data from one instance to the other. This method internally invoked the #MixDisplay::copy method such that derived object will be copied correctly. 185 * Duplicate the given #MixDisplay and allocate a new instance. This method is chained up properly and derive object will be dupped properly. 195 * Note that the parameter comparison compares the values that are hold inside the object, not for checking if the 2 pointers are of the same instance [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
nancommand.h | 94 static NanCommand* instance(wifi_handle handle);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
unit_test_log.hpp | 152 << (::boost::unit_test::lazy_ostream::instance() << M) \
|
/packages/apps/Camera2/src/com/android/camera/ |
AccessibilityUtil.java | 93 return AndroidServices.instance().provideAccessibilityManager();
|
/packages/apps/Camera2/src/com/android/camera/stats/ |
CaptureSessionStatsCollector.java | 19 * CaptureSession instance is available for the lifetime of the request and the 56 mUsageStatistics = UsageStatistics.instance();
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
Profilers.java | 36 private static final Profilers INSTANCE = new Profilers( 45 /** get a single shared Profilers instance */ 46 public static Profilers instance() { method in class:Profilers 47 return Singleton.INSTANCE;
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageLoader.java | 166 BitmapManager.instance().cancelThreadDecoding(t, mCr);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/ |
ReviewPermissionsActivity.java | 112 ReviewPermissionsFragment instance = new ReviewPermissionsFragment(); local 113 instance.setArguments(arguments); 114 instance.setRetainInstance(true); 115 return instance;
|
/system/bt/service/ipc/binder/ |
bluetooth_gatt_server_binder_server.h | 96 // Returns a pointer to the IBluetoothGattServerCallback instance 102 // Returns a pointer to the GattServer instance associated with |server_id|. 103 // Returns NULL if such an instance cannot be found. 110 bluetooth::BluetoothInstance* instance) override;
|
/system/core/adb/ |
usb_windows.cpp | 220 const HINSTANCE instance = GetModuleHandleW(NULL); local 221 if (!instance) { 231 wndclass.hInstance = instance; 240 NULL, NULL, instance, NULL)) {
|
/cts/tests/tests/rscpp/librscpptest/ |
Android.mk | 37 instance.rs \
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_object/d/ |
T_iget_object_21.d | 27 new-instance v0, java/lang/Object
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/ |
T_new_instance_3.d | 42 new-instance v1, dot/junit/opcodes/new_instance/d/T_new_instance_3
|