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

1 2 3 4 5 6 7 8 91011>>

  /developers/samples/android/common/src/java/com/example/android/common/util/
Pools.java 53 * MyPooledClass instance = sPool.acquire();
54 * return (instance != null) ? instance : new MyPooledClass();
79 * @return An instance from the pool if available, null otherwise.
84 * Releases an instance to the pool. This marks the object as reusable
88 * @param instance The instance to release.
89 * @return True if the instance was put in the pool.
90 * @throws IllegalStateException If the instance is already in the pool.
92 public boolean release(T instance);
135 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
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...]
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
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/athena/content/
app_registry_impl.cc 34 AppRegistryImpl* instance = NULL; member in namespace:athena::__anon6736
72 DCHECK(!instance);
73 instance = new AppRegistryImpl();
78 DCHECK(instance);
79 return instance;
84 DCHECK(instance);
85 delete instance;
91 instance = NULL;
  /external/chromium_org/chromeos/ime/
input_method_manager.cc 25 void InputMethodManager::Initialize(InputMethodManager* instance) {
27 g_input_method_manager = instance;
  /external/chromium_org/content/browser/renderer_host/pepper/
content_browser_pepper_host_factory.cc 60 PP_Instance instance,
64 // Make sure the plugin is giving us a valid instance for this resource.
65 if (!host_->IsValidInstance(instance))
72 new PepperFileIOHost(host_, instance, params.pp_resource()));
82 host_, instance, params.pp_resource(), file_system_type));
86 new PepperGamepadHost(host_, instance, params.pp_resource()));
90 new PepperNetworkProxyHost(host_, instance, params.pp_resource()));
94 new PepperHostResolverMessageFilter(host_, instance, false));
97 instance,
110 host_, instance, params.pp_resource(), file_system, internal_path))
    [all...]
  /external/chromium_org/content/common/android/
surface_texture_peer.cc 28 void SurfaceTexturePeer::InitInstance(SurfaceTexturePeer* instance) {
30 g_instance_ = instance;
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc 19 SynchronousCompositorFactory* instance) {
25 g_instance = instance;
  /external/chromium_org/content/renderer/pepper/
host_var_tracker.cc 21 : instance(object_var->instance()->pp_instance()) {
26 HostVarTracker::V8ObjectVarKey::V8ObjectVarKey(PP_Instance instance,
28 : instance(instance),
35 if (instance == other.instance)
37 return instance < other.instance;
57 v8::HandleScope handle_scope(object_var->instance()->GetIsolate())
113 PepperPluginInstanceImpl* instance = local
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
mojo_ppapi_globals.h 41 PP_Instance AddInstance(PluginInstance* instance);
42 void InstanceDeleted(PP_Instance instance);
43 PluginInstance* GetInstance(PP_Instance instance);
51 PP_Instance instance) OVERRIDE;
52 virtual void LogWithSource(PP_Instance instance,
61 PP_Instance instance) OVERRIDE;
63 PP_Instance instance) OVERRIDE;
64 virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE;
  /external/chromium_org/ppapi/api/dev/
ppp_selection_dev.idl 20 PP_Var GetSelectedText([in] PP_Instance instance,
ppp_text_input_dev.idl 25 void RequestSurroundingText([in] PP_Instance instance,
ppp_video_capture_dev.idl 31 void OnDeviceInfo([in] PP_Instance instance,
41 void OnStatus([in] PP_Instance instance,
52 void OnError([in] PP_Instance instance,
61 void OnBufferReady([in] PP_Instance instance,
ppp_video_decoder_dev.idl 30 * |instance| the plugin instance to which the callback is responding.
39 [in] PP_Instance instance,
50 * |instance| the plugin instance to which the callback is responding.
55 [in] PP_Instance instance,
65 * |instance| the plugin instance to which the callback is responding.
70 [in] PP_Instance instance,
79 * |instance| the plugin instance to which the callback is responding
    [all...]
ppp_widget_dev.idl 19 * Informs the instance that the given rectangle needs to be repainted.
21 void Invalidate([in] PP_Instance instance,
ppp_zoom_dev.idl 23 void Zoom([in] PP_Instance instance,
  /external/chromium_org/ppapi/api/
ppb_text_input_controller.idl 53 void SetTextInputType([in] PP_Instance instance,
61 void UpdateCaretPosition([in] PP_Instance instance,
67 void CancelCompositionText([in] PP_Instance instance);
91 void UpdateSurroundingText([in] PP_Instance instance,
ppp_input_event.idl 25 * handler. So it is important that an instance respond accurately with
29 * event, typically the instance will be given focus. Returning false from
31 * the click will be given to a lower part of the page and your instance will
32 * not receive focus. This allows an instance to be partially transparent,
48 * handler) for mouse events. Otherwise, the instance will not receive focus
60 PP_Bool HandleInputEvent([in] PP_Instance instance,
ppp_messaging.idl 25 * is invoked on the DOM element for the module instance in JavaScript. Note
30 * @param[in] instance A <code>PP_Instance</code> identifying one instance
44 * the module instance on which it was invoked, with <code>message</code>
62 void HandleMessage([in] PP_Instance instance, [in] PP_Var message);
  /external/chromium_org/ppapi/api/private/
ppb_content_decryptor_private.idl 32 [in] PP_Instance instance,
44 [in] PP_Instance instance,
58 [in] PP_Instance instance,
76 [in] PP_Instance instance,
108 [in] PP_Instance instance,
124 [in] PP_Instance instance,
140 [in] PP_Instance instance,
161 [in] PP_Instance instance,
175 [in] PP_Instance instance,
195 [in] PP_Instance instance,
    [all...]
ppb_ext_crx_file_system_private.idl 28 int32_t Open([in] PP_Instance instance,
ppb_input_event_private.idl 31 * the plugin instance.
50 * @param[in] instance The <code>PP_Instance</code> of the instance requesting
53 void StartTrackingLatency([in] PP_Instance instance);
  /external/chromium_org/ppapi/c/
ppb_console.h 48 * given plugin instance with the given logging level. The name of the plugin
52 void (*Log)(PP_Instance instance, PP_LogLevel level, struct PP_Var value);
63 void (*LogWithSource)(PP_Instance instance,
  /external/chromium_org/ppapi/c/private/
ppb_platform_verification_private.h 46 * @pram[in] instance A <code>PP_Instance</code> identifying one instance of
53 PP_Resource (*Create)(PP_Instance instance);
94 int32_t (*ChallengePlatform)(PP_Resource instance,
ppp_pdf.h 25 PP_Var (*GetLinkAtPosition)(PP_Instance instance,
29 void (*Transform)(PP_Instance instance, PP_PrivatePageTransformType type);

Completed in 172 milliseconds

1 2 3 4 5 6 7 8 91011>>