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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/cpp/private/
network_monitor_private.cc 7 #include "ppapi/cpp/instance.h"
21 const InstanceHandle& instance,
26 instance.pp_instance(), callback, user_data));
  /external/chromium_org/ppapi/host/
message_filter_host.cc 15 PP_Instance instance,
18 : ResourceHost(host, instance, resource) {
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.cc 19 NaClPpapiPluginInstance::NaClPpapiPluginInstance(PP_Instance instance)
20 : pp::Instance(instance) {
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
internal_utils.cc 18 void set_pp_instance(PP_Instance instance) { global_pp_instance = instance; }
  /external/chromium_org/ppapi/proxy/
browser_font_singleton_resource.h 21 BrowserFontSingletonResource(Connection connection, PP_Instance instance);
29 virtual PP_Var GetFontFamilies(PP_Instance instance) OVERRIDE;
  /external/chromium_org/ppapi/tests/
test_audio_config.h 16 explicit TestAudioConfig(TestingInstance* instance) : TestCase(instance) {}
test_browser_font.h 12 TestBrowserFont(TestingInstance* instance) : TestCase(instance) {}
test_buffer.h 15 explicit TestBuffer(TestingInstance* instance) : TestCase(instance) {}
test_core.h 14 explicit TestCore(TestingInstance* instance) : TestCase(instance) {}
test_empty.cc 12 TestEmpty::TestEmpty(TestingInstance* instance)
13 : TestCase(instance) {
test_file_system.h 14 explicit TestFileSystem(TestingInstance* instance) : TestCase(instance) {}
test_memory.h 15 explicit TestMemory(TestingInstance* instance) : TestCase(instance) {}
test_uma.h 15 explicit TestUMA(TestingInstance* instance) : TestCase(instance) {}
test_video_decoder.h 16 explicit TestVideoDecoder(TestingInstance* instance) : TestCase(instance) {}
  /external/chromium_org/ppapi/thunk/
ppb_truetype_font_singleton_api.h 23 PP_Instance instance,
28 PP_Instance instance,
  /external/chromium_org/ppapi/utility/private/
network_list_observer_private.cc 13 const InstanceHandle& instance)
15 monitor_(instance,
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
current_allocated_bytes_test.cc 55 MallocExtension::instance()->GetNumericProperty(kCurrent, &before_bytes);
57 MallocExtension::instance()->GetNumericProperty(kCurrent, &after_bytes);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
current_allocated_bytes_test.cc 55 MallocExtension::instance()->GetNumericProperty(kCurrent, &before_bytes);
57 MallocExtension::instance()->GetNumericProperty(kCurrent, &after_bytes);
  /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/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) {
  /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;

Completed in 892 milliseconds

1 2 3 4 5 6 7 8 91011>>