HomeSort by relevance Sort by last modified time
    Searched full:instance (Results 51 - 75 of 17684) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/proxy/
flash_file_resource.h 22 FlashFileResource(Connection connection, PP_Instance instance);
29 virtual int32_t OpenFile(PP_Instance instance,
33 virtual int32_t RenameFile(PP_Instance instance,
36 virtual int32_t DeleteFileOrDir(PP_Instance instance,
39 virtual int32_t CreateDir(PP_Instance instance, const char* path) OVERRIDE;
40 virtual int32_t QueryFile(PP_Instance instance,
43 virtual int32_t GetDirContents(PP_Instance instance,
46 virtual void FreeDirContents(PP_Instance instance,
48 virtual int32_t CreateTemporaryFile(PP_Instance instance,
50 virtual int32_t OpenFileRef(PP_Instance instance,
    [all...]
flash_resource.h 25 PP_Instance instance,
33 virtual PP_Var GetProxyForURL(PP_Instance instance,
35 virtual void UpdateActivity(PP_Instance instance) OVERRIDE;
36 virtual PP_Bool SetCrashData(PP_Instance instance,
39 virtual double GetLocalTimeZoneOffset(PP_Instance instance,
41 virtual PP_Var GetSetting(PP_Instance instance,
43 virtual void SetInstanceAlwaysOnTop(PP_Instance instance,
46 PP_Instance instance,
57 virtual int32_t Navigate(PP_Instance instance,
61 virtual PP_Bool IsRectTopmost(PP_Instance instance,
    [all...]
ppp_content_decryptor_private_proxy.h 34 void OnMsgInitialize(PP_Instance instance,
36 void OnMsgSetServerCertificate(PP_Instance instance,
39 void OnMsgCreateSession(PP_Instance instance,
44 void OnMsgLoadSession(PP_Instance instance,
47 void OnMsgUpdateSession(PP_Instance instance,
51 void OnMsgCloseSession(PP_Instance instance,
54 void OnMsgRemoveSession(PP_Instance instance,
57 void OnMsgGetUsableKeyIds(PP_Instance instance,
60 void OnMsgDecrypt(PP_Instance instance,
64 PP_Instance instance,
    [all...]
  /hardware/qcom/media/mm-core/src/8660/
qc_registry_table.c 44 NULL, // Create instance function
45 // Unique instance handle
60 NULL, // Create instance function
61 // Unique instance handle
76 NULL, // Create instance function
77 // Unique instance handle
92 NULL, // Create instance function
93 // Unique instance handle
108 NULL, // Create instance function
109 // Unique instance handl
    [all...]
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_instance_view.css 11 .tcmalloc-instance-view #args {
15 .tcmalloc-instance-view #snapshots > * {
19 .tcmalloc-instance-view {
23 .tcmalloc-instance-view * {
27 .tcmalloc-instance-view .title {
33 .tcmalloc-instance-view td,
34 .tcmalloc-instance-view th {
  /external/chromium_org/ppapi/generators/test_thunk/
simple.idl 19 PP_Resource Create([in] PP_Instance instance);
24 void PostMessage([in] PP_Instance instance, [in] PP_Var message);
26 uint32_t DoUint32Instance([in] PP_Instance instance);
29 uint32_t DoUint32Instance([in] PP_Instance instance,
32 uint32_t DoUint32Resource([in] PP_Resource instance);
35 uint32_t DoUint32ResourceNoErrors([in] PP_Resource instance);
38 int32_t OnFailure12([in] PP_Instance instance);
simple_thunk.cc 21 PP_Resource Create(PP_Instance instance) {
23 EnterResourceCreation enter(instance);
26 return enter.functions()->CreateSimple(instance);
35 void PostMessage(PP_Instance instance, PP_Var message) {
37 EnterInstance enter(instance);
40 enter.functions()->PostMessage(instance, message);
43 uint32_t DoUint32Instance_0_5(PP_Instance instance) {
45 EnterInstance enter(instance);
48 return enter.functions()->DoUint32Instance0_5(instance);
51 uint32_t DoUint32Instance(PP_Instance instance, PP_Resource resource)
    [all...]
  /external/chromium_org/content/renderer/pepper/
mock_renderer_ppapi_host.cc 13 PP_Instance instance)
17 pp_instance_(instance),
27 bool MockRendererPpapiHost::IsValidInstance(PP_Instance instance) const {
28 return instance == pp_instance_;
32 PP_Instance instance) const {
37 PP_Instance instance) const {
42 PP_Instance instance) const {
43 if (instance == pp_instance_)
49 PP_Instance instance) const {
59 bool MockRendererPpapiHost::HasUserGesture(PP_Instance instance) const
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 36 public static void registerNextAlarmWithAlarmManager(Context context, AlarmInstance instance) {
43 int flags = instance == null ? PendingIntent.FLAG_NO_CREATE : 0;
47 if (instance != null) {
48 long alarmTime = instance.getAlarmTime().getTimeInMillis();
51 PendingIntent viewIntent = PendingIntent.getActivity(context, instance.hashCode(),
52 createViewAlarmIntent(context, instance), PendingIntent.FLAG_UPDATE_CURRENT);
62 public static void showLowPriorityNotification(Context context, AlarmInstance instance) {
63 LogUtils.v("Displaying low priority notification for alarm instance: " + instance.mId);
70 .setContentText(AlarmUtils.getAlarmText(context, instance))
    [all...]
  /hardware/qcom/media/mm-core/src/8974/
qc_registry_table_android.c 44 NULL, // Create instance function
45 // Unique instance handle
57 NULL, // Create instance function
58 // Unique instance handle
70 NULL, // Create instance function
71 // Unique instance handle
83 NULL, // Create instance function
84 // Unique instance handle
96 NULL, // Create instance function
97 // Unique instance handl
    [all...]
  /external/chromium_org/mojo/public/cpp/bindings/
interface_impl.h 29 // until this instance is deleted.
40 // Called when the client has connected to this instance.
43 // Called when the client is no longer connected to this instance. NOTE: The
59 // Takes an instance of an InterfaceImpl<..> subclass and binds it to the given
60 // MessagePipe. The instance is returned for convenience in member initializer
63 // If the pipe is closed, the instance's OnConnectionError method will be called
64 // and then the instance will be deleted.
66 // The instance is also bound to the current thread. Its methods will only be
71 // Before returning, the instance's OnConnectionEstablished method is called.
74 Impl* instance,
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
cursor_control_dev.cc 23 bool CursorControl_Dev::SetCursor(const InstanceHandle& instance,
29 instance.pp_instance(), type, custom_image.pp_resource(),
35 bool LockCursor(const InstanceHandle& instance) {
38 instance.pp_instance()));
43 bool UnlockCursor(const InstanceHandle& instance) {
46 instance.pp_instance()));
51 bool HasCursorLock(const InstanceHandle& instance) {
54 instance.pp_instance()));
59 bool CanLockCursor(const InstanceHandle& instance) {
62 instance.pp_instance()))
    [all...]
widget_client_dev.cc 11 #include "ppapi/cpp/instance.h"
25 void Widget_Invalidate(PP_Instance instance,
28 void* object = Instance::GetPerInstanceObject(instance, kPPPWidgetInterface);
43 void Scrollbar_ValueChanged(PP_Instance instance,
47 Instance::GetPerInstanceObject(instance, kPPPScrollbarInterface);
54 void Scrollbar_OverlayChanged(PP_Instance instance,
58 Instance::GetPerInstanceObject(instance, kPPPScrollbarInterface)
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_flash_file_api.h 25 virtual int32_t OpenFile(PP_Instance instance,
29 virtual int32_t RenameFile(PP_Instance instance,
32 virtual int32_t DeleteFileOrDir(PP_Instance instance,
35 virtual int32_t CreateDir(PP_Instance instance, const char* path) = 0;
36 virtual int32_t QueryFile(PP_Instance instance,
39 virtual int32_t GetDirContents(PP_Instance instance,
42 virtual void FreeDirContents(PP_Instance instance,
44 virtual int32_t CreateTemporaryFile(PP_Instance instance,
48 virtual int32_t OpenFileRef(PP_Instance instance,
52 virtual int32_t QueryFileRef(PP_Instance instance,
    [all...]
ppb_flash_functions_api.h 24 virtual PP_Var GetProxyForURL(PP_Instance instance,
26 virtual void UpdateActivity(PP_Instance instance) = 0;
27 virtual PP_Bool SetCrashData(PP_Instance instance, PP_FlashCrashKey key,
29 virtual double GetLocalTimeZoneOffset(PP_Instance instance, PP_Time t) = 0;
30 virtual PP_Var GetSetting(PP_Instance instance, PP_FlashSetting setting) = 0;
31 virtual void SetInstanceAlwaysOnTop(PP_Instance instance, PP_Bool on_top) = 0;
33 PP_Instance instance,
44 virtual int32_t Navigate(PP_Instance instance,
48 virtual PP_Bool IsRectTopmost(PP_Instance instance, const PP_Rect* rect) = 0;
49 virtual void InvokePrinting(PP_Instance instance) = 0
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
TimezoneGetter.java 25 private static TimezoneGetter instance; field in class:TimezoneGetter
28 * Retrieves the singleton instance of this class.
30 * @return TimezoneGetter the single instance of this class.
33 return instance;
37 * Sets the singleton instance of this class.
39 * @param instance
40 * TimezoneGetter the single instance of this class.
43 if (instance != null) {
44 throw new UnsupportedOperationException("TimezoneGetter instance already set");
46 instance = getter
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
MutabilityControl.java 26 /** whether this instance is mutable */
30 * Constructs an instance. It is initially mutable.
37 * Constructs an instance, explicitly indicating the mutability.
39 * @param mutable {@code true} iff this instance is mutable
46 * Makes this instance immutable.
53 * Checks to see whether or not this instance is immutable. This is the
56 * @return {@code true} iff this instance is immutable
63 * Checks to see whether or not this instance is mutable.
65 * @return {@code true} iff this instance is mutable
72 * Throws {@link MutabilityException} if this instance i
    [all...]
  /dalvik/dx/src/com/android/dx/util/
MutabilityControl.java 26 /** whether this instance is mutable */
30 * Constructs an instance. It is initially mutable.
37 * Constructs an instance, explicitly indicating the mutability.
39 * @param mutable {@code true} iff this instance is mutable
46 * Makes this instance immutable.
53 * Checks to see whether or not this instance is immutable. This is the
56 * @return {@code true} iff this instance is immutable
63 * Checks to see whether or not this instance is mutable.
65 * @return {@code true} iff this instance is mutable
72 * Throws {@link MutabilityException} if this instance i
    [all...]
  /external/chromium_org/ppapi/cpp/private/
flash.h 37 static void SetInstanceAlwaysOnTop(const InstanceHandle& instance,
39 static bool DrawGlyphs(const InstanceHandle& instance,
50 static Var GetProxyForURL(const InstanceHandle& instance,
55 static void RunMessageLoop(const InstanceHandle& instance);
56 static void QuitMessageLoop(const InstanceHandle& instance);
57 static double GetLocalTimeZoneOffset(const InstanceHandle& instance,
61 static bool IsRectTopmost(const InstanceHandle& instance, const Rect& rect);
62 static void UpdateActivity(const InstanceHandle& instance);
63 static Var GetDeviceID(const InstanceHandle& instance);
64 static Var GetSetting(const InstanceHandle& instance,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
MutabilityControl.java 26 /** whether this instance is mutable */
30 * Constructs an instance. It is initially mutable.
37 * Constructs an instance, explicitly indicating the mutability.
39 * @param mutable {@code true} iff this instance is mutable
46 * Makes this instance immutable.
53 * Checks to see whether or not this instance is immutable. This is the
56 * @return {@code true} iff this instance is immutable
63 * Checks to see whether or not this instance is mutable.
65 * @return {@code true} iff this instance is mutable
72 * Throws {@link MutabilityException} if this instance i
    [all...]
  /external/mockito/src/org/mockito/internal/util/reflection/
Fields.java 26 * Instance fields declared in the class and superclasses of the given instance.
28 * @param instance Instance from which declared fields will be retrieved.
29 * @return InstanceFields of this object instance.
31 public static InstanceFields allDeclaredFieldsOf(Object instance) {
33 for (Class<?> clazz = instance.getClass(); clazz != Object.class; clazz = clazz.getSuperclass()) {
34 instanceFields.addAll(instanceFieldsIn(instance, clazz.getDeclaredFields()));
36 return new InstanceFields(instance, instanceFields);
40 * Instance fields declared in the class of the given instance
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_vidc.h 22 int msm_vidc_close(void *instance);
23 int msm_vidc_querycap(void *instance, struct v4l2_capability *cap);
24 int msm_vidc_enum_fmt(void *instance, struct v4l2_fmtdesc *f);
25 int msm_vidc_s_fmt(void *instance, struct v4l2_format *f);
26 int msm_vidc_g_fmt(void *instance, struct v4l2_format *f);
27 int msm_vidc_s_ctrl(void *instance, struct v4l2_control *a);
28 int msm_vidc_s_ext_ctrl(void *instance, struct v4l2_ext_controls *a);
29 int msm_vidc_g_ctrl(void *instance, struct v4l2_control *a);
30 int msm_vidc_reqbufs(void *instance, struct v4l2_requestbuffers *b);
31 int msm_vidc_prepare_buf(void *instance, struct v4l2_buffer *b)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStoreTest.cpp 43 ImageDecodingStore::instance()->setCacheLimitInBytes(1024 * 1024);
51 ImageDecodingStore::instance()->clear();
77 size_t memoryUsageInBytes = ImageDecodingStore::instance()->memoryUsageInBytes();
79 ImageDecodingStore::instance()->setCacheLimitInBytes(memoryUsageInBytes - 1);
81 ImageDecodingStore::instance()->setCacheLimitInBytes(0);
95 ImageDecodingStore::instance()->insertDecoder(m_generator.get(), decoder.release());
96 EXPECT_EQ(1, ImageDecodingStore::instance()->cacheEntries());
97 EXPECT_EQ(4u, ImageDecodingStore::instance()->memoryUsageInBytes());
100 EXPECT_TRUE(ImageDecodingStore::instance()->lockDecoder(m_generator.get(), size, &testDecoder));
103 ImageDecodingStore::instance()->unlockDecoder(m_generator.get(), testDecoder)
    [all...]
  /external/mockito/src/org/mockito/internal/configuration/injection/scanner/
MockScanner.java 23 private final Object instance; field in class:MockScanner
29 * @param instance The test instance
30 * @param clazz The class in the type hierarchy of this instance.
32 public MockScanner(Object instance, Class<?> clazz) {
33 this.instance = instance;
38 * Add the scanned and prepared mock instance to the given collection.
59 FieldReader fieldReader = new FieldReader(instance, field);
69 private Object preparedMock(Object instance, Field field)
    [all...]
  /hardware/qcom/media/mm-core/src/8226/
qc_registry_table_android.c 45 NULL, // Create instance function
46 // Unique instance handle
58 NULL, // Create instance function
59 // Unique instance handle
71 NULL, // Create instance function
72 // Unique instance handle
84 NULL, // Create instance function
85 // Unique instance handle
97 NULL, // Create instance function
98 // Unique instance handl
    [all...]

Completed in 313 milliseconds

1 23 4 5 6 7 8 91011>>