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

<<21222324252627282930>>

  /external/libcups/cups/
dest-job.c 84 DEBUG_printf(("cupsCloseDestJob(http=%p, dest=%p(%s/%s), info=%p, job_id=%d)", (void *)http, (void *)dest, dest ? dest->name : NULL, dest ? dest->instance : NULL, (void *)info, job_id));
172 "job_id=%p, title=\"%s\", num_options=%d, options=%p)", (void *)http, (void *)dest, dest ? dest->name : NULL, dest ? dest->instance : NULL, (void *)info, (void *)job_id, title, num_options, (void *)options));
252 DEBUG_printf(("cupsFinishDestDocument(http=%p, dest=%p(%s/%s), info=%p)", (void *)http, (void *)dest, dest ? dest->name : NULL, dest ? dest->instance : NULL, (void *)info));
307 DEBUG_printf(("cupsStartDestDocument(http=%p, dest=%p(%s/%s), info=%p, job_id=%d, docname=\"%s\", format=\"%s\", num_options=%d, options=%p, last_document=%d)", (void *)http, (void *)dest, dest ? dest->name : NULL, dest ? dest->instance : NULL, (void *)info, job_id, docname, format, num_options, (void *)options, last_document));
  /external/libxml2/include/libxml/
schematron.h 135 xmlDocPtr instance);
  /external/mockito/src/main/java/org/mockito/internal/util/
JavaEightUtil.java 7 import org.mockito.internal.creation.instance.InstantiationException;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
StreamAllocation.java 162 RealConnection pooledConnection = Internal.instance.get(connectionPool, address, this);
179 Internal.instance.put(connectionPool, newConnection);
207 return Internal.instance.routeDatabase(connectionPool);
247 if (Internal.instance.connectionBecameIdle(connectionPool, connection)) {
  /external/testng/src/main/java/org/testng/internal/
TestNGMethod.java 41 public TestNGMethod(Method method, IAnnotationFinder finder, XmlTest xmlTest, Object instance) {
42 this(method, finder, true, xmlTest, instance);
46 XmlTest xmlTest, Object instance) {
47 super(method.getName(), method, finder, instance); local
TestResult.java 42 Object instance,
49 init(testClass, instance, method, throwable, start, end, context);
55 * @param instance
62 Object instance,
80 m_instance = instance;
123 * If this result's related instance implements ITest or use @Test(testName=...), returns its test name,
  /external/v8/src/
external-reference-table.h 20 static ExternalReferenceTable* instance(Isolate* isolate);
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.h 25 BlinkGCPluginConsumer(clang::CompilerInstance& instance,
  /external/vulkan-validation-layers/layers/
unique_objects.h 87 VkInstance instance; member in struct:unique_objects::layer_data
  /external/vulkan-validation-layers/tests/
vktestframework.h 66 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
vktestframeworkandroid.cpp 29 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) {
  /external/webrtc/webrtc/base/
dbus.cc 90 // Forwards the message to the given instance.
93 void *instance) {
94 ASSERT(instance);
95 if (instance) {
96 return static_cast<DBusSigFilter *>(instance)->Callback(message);
314 // Creates an instance of DBusMonitor
dbus.h 77 void *instance);
79 // Handles callback on DBus messages to each DBusSigFilter instance.
133 // Creates an instance of DBusMonitor.
  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 20 int PASCAL wWinMain(HINSTANCE instance, HINSTANCE prev_instance,
24 rtc::ThreadManager::Instance()->SetCurrentThread(&w32_thread);
  /frameworks/av/media/libmedia/include/media/
mediascanner.h 50 static void init(MediaAlbumArt* instance, int32_t size, const void* data);
  /frameworks/base/core/java/android/hardware/camera2/
CameraMetadata.java 127 * Optionally, if {@code instance} is not null, then filter out any keys with null values.
139 CameraMetadata<TKey> instance,
163 key = (TKey) field.get(instance);
170 if (instance == null || instance.getProtected(key) != null) {
    [all...]
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ButtonActivity.java 39 final ButtonActivity instance = this; local
  /frameworks/native/vulkan/libvulkan/
driver_gen.h 32 INSTANCE,
95 bool InitDriverTable(VkInstance instance,
  /hardware/interfaces/media/omx/1.0/vts/functional/master/
VtsHalMediaOmxV1_0TargetMasterTest.cpp 55 ComponentTestEnvironment() : instance("default") {}
57 void setInstance(const char* _instance) { instance = _instance; }
59 const hidl_string getInstance() const { return instance; }
63 {"instance", required_argument, 0, 'I'}, {0, 0, 0, 0}};
86 "-I, --instance: HAL instance to test\n",
94 hidl_string instance; member in class:ComponentTestEnvironment
  /hardware/qcom/wlan/qcwcn/wifi_hal/
tdlsCommand.h 88 static TdlsCommand* instance(wifi_handle handle);
wifiloggercmd.h 88 static WifiLoggerCommand* instance(wifi_handle handle);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 104 private static synchronized void setA2dpSinkService(A2dpSinkService instance) {
105 if (instance != null && instance.isAvailable()) {
107 sA2dpSinkService = instance;
  /packages/apps/Camera2/src/com/android/camera/device/
ActiveCameraDeviceTracker.java 35 * Singleton instance.
38 public static final ActiveCameraDeviceTracker INSTANCE = new ActiveCameraDeviceTracker();
41 public static ActiveCameraDeviceTracker instance() { method in class:ActiveCameraDeviceTracker
42 return Singleton.INSTANCE;
  /packages/apps/Camera2/src/com/android/camera/one/
OneCameraModule.java 73 Optional<LegacyOneCameraManagerImpl> legacyHwManager = LegacyOneCameraManagerImpl.instance();
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 104 mProcessingServiceManager = ProcessingServiceManager.instance();
108 PowerManager powerManager = AndroidServices.instance().providePowerManager();
117 mNotificationManager = AndroidServices.instance().provideNotificationManager();
251 return CameraServicesImpl.instance();

Completed in 440 milliseconds

<<21222324252627282930>>