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

<<31323334353637383940>>

  /external/vulkan-validation-layers/demos/smoke/
ShellWin32.cpp 141 VkSurfaceKHR ShellWin32::create_surface(VkInstance instance)
149 vk::assert_success(vk::CreateWin32SurfaceKHR(instance, &surface_info, nullptr, &surface));
  /external/webrtc/webrtc/base/
profiler.cc 91 Profiler* Profiler::Instance() {
92 RTC_DEFINE_STATIC_LOCAL(Profiler, instance, ());
93 return &instance;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
CircleFramedDrawable.java 54 CircleFramedDrawable instance = new CircleFramedDrawable(icon, (int) iconSize); local
55 return instance;
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleObjectPool.h 34 #define INC_METRIC_IF_DEBUG(val) PoolStats::instance()->val++;
40 static PoolStats* instance() { function in struct:android::hardware::automotive::vehicle::V2_0::PoolStats
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.h 56 static GrallocImpl *instance = new GrallocImpl(module); local
57 return instance;
  /libcore/ojluni/src/main/java/sun/security/util/
ManifestEntryVerifier.java 54 private static final Provider instance = Providers.getSunProvider(); field in class:ManifestEntryVerifier.SunProviderHolder
136 (algorithm, SunProviderHolder.instance);
  /packages/apps/Camera2/src/com/android/camera/util/
AndroidServices.java 52 private static final AndroidServices INSTANCE =
53 new AndroidServices(AndroidContext.instance().get());
56 public static AndroidServices instance() { method in class:AndroidServices
57 return Singleton.INSTANCE;
  /packages/apps/EmergencyInfo/src/com/android/emergency/
CircleFramedDrawable.java 51 CircleFramedDrawable instance = new CircleFramedDrawable(icon, (int) iconSize); local
52 return instance;
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 146 BitmapManager.instance().decodeFileDescriptor(
172 b = BitmapManager.instance().getThumbnail(mContentResolver, id,
  /packages/services/BuiltInPrintService/jni/plugins/
pdf_render.c 163 jobject instance = (*self->env)->CallStaticObjectMethod(self->env, gPdfRenderClass, methodId, local
165 self->obj = (*self->env)->NewGlobalRef(self->env, instance);
  /prebuilts/go/darwin-x86/src/bytes/
bytes_decl.go 9 // IndexByte returns the index of the first instance of c in s, or -1 if c is not present in s.
  /prebuilts/go/darwin-x86/src/cmd/cover/
doc.go 14 For instance, it does not probe inside && and || expressions, and can
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand.go 11 // Reader is a global, shared instance of a cryptographically
  /prebuilts/go/darwin-x86/src/strings/
strings_generic.go 12 // Index returns the index of the first instance of sep in s, or -1 if sep is not present in s.
  /prebuilts/go/linux-x86/src/bytes/
bytes_decl.go 9 // IndexByte returns the index of the first instance of c in s, or -1 if c is not present in s.
  /prebuilts/go/linux-x86/src/cmd/cover/
doc.go 14 For instance, it does not probe inside && and || expressions, and can
  /prebuilts/go/linux-x86/src/crypto/rand/
rand.go 11 // Reader is a global, shared instance of a cryptographically
  /prebuilts/go/linux-x86/src/strings/
strings_generic.go 12 // Index returns the index of the first instance of sep in s, or -1 if sep is not present in s.
  /prebuilts/sdk/16/
uiautomator.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/
aws-java-sdk-ssm-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf-lite/1.0.1/
grpc-protobuf-lite-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf-lite/1.0.3/
grpc-protobuf-lite-1.0.3.jar 
  /system/bt/service/ipc/binder/
bluetooth_le_advertiser_binder_server.cc 173 bluetooth::BluetoothInstance* instance) {
179 ? instance->GetInstanceId()
  /system/core/init/
init_parser.cpp 34 static Parser instance; local
35 return instance;
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 

Completed in 854 milliseconds

<<31323334353637383940>>