HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 276 - 300 of 2823) sorted by null

<<11121314151617181920>>

  /external/smack/src/org/jivesoftware/smack/util/
Base64Encoder.java 24 private static Base64Encoder instance = new Base64Encoder(); field in class:Base64Encoder
31 return instance;
  /frameworks/base/core/java/android/hardware/location/
IActivityRecognitionHardwareWatcher.aidl 31 void onInstanceChanged(in IActivityRecognitionHardware instance);
  /frameworks/base/core/java/android/util/
Pools.java 28 * MyPooledClass instance = sPool.acquire();
29 * return (instance != null) ? instance : new MyPooledClass();
53 * @return An instance from the pool if such, null otherwise.
58 * Release an instance to the pool.
60 * @param instance The instance to release.
61 * @return Whether the instance was put in the pool.
63 * @throws IllegalStateException If the instance is already in the pool.
65 public boolean release(T instance);
101 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /frameworks/base/location/java/android/location/
IFusedProvider.aidl 27 * Provides access to a FusedLocationHardware instance needed for the provider to work.
29 * @param instance The FusedLocationHardware available for the provider to use.
31 void onFusedLocationHardwareChange(in IFusedLocationHardware instance);
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
ClassWithNative_Delegate.java 27 public static int native_instance(ClassWithNative instance, int a, double d, Object[] o) {
29 o[0] = instance;
OuterClass_Delegate.java 26 public static int get(OuterClass instance, int a, long b) {
30 public static String privateMethod(OuterClass instance) {
  /frameworks/support/v4/java/android/support/v4/util/
Pools.java 30 * MyPooledClass instance = sPool.acquire();
31 * return (instance != null) ? instance : new MyPooledClass();
54 * @return An instance from the pool if such, null otherwise.
59 * Release an instance to the pool.
61 * @param instance The instance to release.
62 * @return Whether the instance was put in the pool.
64 * @throws IllegalStateException If the instance is already in the pool.
66 public boolean release(T instance);
102 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
singleton.cpp 7 // singleton::instance() is considered constructed although the ctor
12 static singleton& instance() { function in class:singleton
35 return singleton::instance().check()-2;
  /ndk/tests/device/test-stlport_static-exception/jni/
singleton.cpp 7 // singleton::instance() is considered constructed although the ctor
12 static singleton& instance() { function in class:singleton
35 return singleton::instance().check()-2;
  /packages/apps/Camera2/src/android/util/
Pools.java 28 * MyPooledClass instance = sPool.acquire();
29 * return (instance != null) ? instance : new MyPooledClass();
53 * @return An instance from the pool if such, null otherwise.
58 * Release an instance to the pool.
60 * @param instance The instance to release.
61 * @return Whether the instance was put in the pool.
63 * @throws IllegalStateException If the instance is already in the pool.
65 public boolean release(T instance);
101 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /packages/apps/Gallery2/src/android/util/
Pools.java 28 * MyPooledClass instance = sPool.acquire();
29 * return (instance != null) ? instance : new MyPooledClass();
53 * @return An instance from the pool if such, null otherwise.
58 * Release an instance to the pool.
60 * @param instance The instance to release.
61 * @return Whether the instance was put in the pool.
63 * @throws IllegalStateException If the instance is already in the pool.
65 public boolean release(T instance);
101 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/android/util/
Pools.java 28 * MyPooledClass instance = sPool.acquire();
29 * return (instance != null) ? instance : new MyPooledClass();
53 * @return An instance from the pool if such, null otherwise.
58 * Release an instance to the pool.
60 * @param instance The instance to release.
61 * @return Whether the instance was put in the pool.
63 * @throws IllegalStateException If the instance is already in the pool.
65 public boolean release(T instance);
101 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /external/chromium_org/chrome/browser/dom_distiller/
lazy_dom_distiller_service.cc 31 DomDistillerServiceInterface* LazyDomDistillerService::instance() const { function in class:dom_distiller::LazyDomDistillerService
45 return instance()->GetSyncableService();
49 return instance()->HasEntry(entry_id);
54 return instance()->GetUrlForEntry(entry_id);
61 return instance()->AddToList(url, distiller_page.Pass(), article_cb);
65 return instance()->GetEntries();
70 return instance()->RemoveEntry(entry_id);
77 return instance()->ViewEntry(delegate, distiller_page.Pass(), entry_id);
84 return instance()->ViewUrl(delegate, distiller_page.Pass(), url);
90 return instance()->CreateDefaultDistillerPage(render_view_size)
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/pepper/
chrome_browser_pepper_host_factory.cc 38 PP_Instance instance,
42 // Make sure the plugin is giving us a valid instance for this resource.
43 if (!host_->IsValidInstance(instance))
52 new PepperBrokerMessageFilter(instance, host_));
55 instance,
62 new PepperPlatformVerificationMessageFilter(host_, instance));
64 host_->GetPpapiHost(), instance, params.pp_resource(), pv_filter));
69 new PepperTalkHost(host_, instance, params.pp_resource()));
73 new PepperOutputProtectionMessageFilter(host_, instance));
76 instance,
    [all...]
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_flash_file.idl 29 [in] PP_Instance instance,
38 [in] PP_Instance instance,
48 [in] PP_Instance instance,
56 [in] PP_Instance instance,
63 [in] PP_Instance instance,
73 [in] PP_Instance instance,
79 [in] PP_Instance instance,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 37 int instance = 0; field in class:ServiceDeclaration.Entry
44 Entry(UUID uuid, int serviceType, int instance) {
47 this.instance = instance;
51 Entry(UUID uuid, int serviceType, int instance, boolean advertisePreferred) {
54 this.instance = instance;
59 Entry(UUID uuid, int properties, int permissions, int instance) {
62 this.instance = instance;
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
url_util_dev.h 30 Var ResolveRelativeToDocument(const InstanceHandle& instance,
35 bool DocumentCanRequest(const InstanceHandle& instance, const Var& url) const;
38 Var GetDocumentURL(const InstanceHandle& instance,
41 Var GetPluginInstanceURL(const InstanceHandle& instance,
43 Var GetPluginReferrerURL(const InstanceHandle& instance,
zoom_dev.cc 8 #include "ppapi/cpp/instance.h"
19 void Zoom(PP_Instance instance,
22 void* object = Instance::GetPerInstanceObject(instance, kPPPZoomInterface);
38 Zoom_Dev::Zoom_Dev(Instance* instance) : associated_instance_(instance) {
40 instance->AddPerInstanceObject(kPPPZoomInterface, this);
44 Instance::RemovePerInstanceObject(associated_instance_,
  /external/chromium_org/ppapi/cpp/
mouse_lock.cc 10 #include "ppapi/cpp/instance.h"
21 void MouseLockLost(PP_Instance instance) {
23 Instance::GetPerInstanceObject(instance, kPPPMouseLockInterface);
39 MouseLock::MouseLock(Instance* instance)
40 : associated_instance_(instance) {
42 instance->AddPerInstanceObject(kPPPMouseLockInterface, this);
46 Instance::RemovePerInstanceObject(associated_instance_,
  /external/chromium_org/ppapi/proxy/
ppb_x509_certificate_private_proxy.cc 19 X509CertificatePrivate(PP_Instance instance);
31 X509CertificatePrivate::X509CertificatePrivate(PP_Instance instance)
32 : PPB_X509Certificate_Private_Shared(OBJECT_IS_PROXY, instance) {
64 PP_Instance instance) {
65 return (new X509CertificatePrivate(instance))->GetReference();
ppp_graphics_3d_proxy.cc 19 void ContextLost(PP_Instance instance) {
20 HostDispatcher::GetForInstance(instance)->Send(
21 new PpapiMsg_PPPGraphics3D_ContextLost(API_ID_PPP_GRAPHICS_3D, instance));
64 void PPP_Graphics3D_Proxy::OnMsgContextLost(PP_Instance instance) {
66 CallWhileUnlocked(ppp_graphics_3d_impl_->Graphics3DContextLost, instance);
ppp_instance_proxy.h 44 void OnPluginMsgDidCreate(PP_Instance instance,
48 void OnPluginMsgDidDestroy(PP_Instance instance);
49 void OnPluginMsgDidChangeView(PP_Instance instance,
52 void OnPluginMsgDidChangeFocus(PP_Instance instance, PP_Bool has_focus);
53 void OnPluginMsgHandleDocumentLoad(PP_Instance instance,
ppp_mouse_lock_proxy.cc 18 void MouseLockLost(PP_Instance instance) {
19 HostDispatcher* dispatcher = HostDispatcher::GetForInstance(instance);
27 API_ID_PPP_MOUSE_LOCK, instance));
70 void PPP_MouseLock_Proxy::OnMsgMouseLockLost(PP_Instance instance) {
72 CallWhileUnlocked(ppp_mouse_lock_impl_->MouseLockLost, instance);
ppp_text_input_proxy.cc 18 void RequestSurroundingText(PP_Instance instance,
21 proxy::HostDispatcher::GetForInstance(instance);
29 API_ID_PPP_TEXT_INPUT, instance, desired_number_of_characters));
73 PP_Instance instance, uint32_t desired_number_of_characters) {
76 instance, desired_number_of_characters);
uma_private_resource.h 21 UMAPrivateResource(Connection connection, PP_Instance instance);
28 virtual void HistogramCustomTimes(PP_Instance instance,
35 virtual void HistogramCustomCounts(PP_Instance instance,
42 virtual void HistogramEnumeration(PP_Instance instance,
48 PP_Instance instance,

Completed in 454 milliseconds

<<11121314151617181920>>