HomeSort by relevance Sort by last modified time
    Searched full:instance (Results 401 - 425 of 17686) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ppapi/tests/
test_console.cc 15 TestConsole::TestConsole(TestingInstance* instance)
16 : TestCase(instance),
33 PP_Instance instance,
37 console_interface_->Log(instance, PP_LOGLEVEL_ERROR,
39 console_interface_->LogWithSource(instance, PP_LOGLEVEL_LOG,
51 PP_Instance pp_instance = instance()->pp_instance();
  /external/chromium_org/ppapi/thunk/
ppb_audio_thunk.cc 19 PP_Resource Create_1_0(PP_Instance instance,
24 EnterResourceCreation enter(instance);
27 return enter.functions()->CreateAudio1_0(instance,
33 PP_Resource Create(PP_Instance instance,
38 EnterResourceCreation enter(instance);
41 return enter.functions()->CreateAudio(instance,
ppb_broker_thunk.cc 18 PP_Resource CreateTrusted(PP_Instance instance) {
19 EnterResourceCreation enter(instance);
22 return enter.functions()->CreateBroker(instance);
47 PP_Instance instance = 0; local
52 instance = enter_resource.resource()->pp_instance();
54 EnterInstanceAPI<PPB_Broker_Instance_API> enter_instance(instance);
ppb_browser_font_trusted_thunk.cc 18 PP_Var GetFontFamilies(PP_Instance instance) {
19 EnterInstanceAPI<PPB_BrowserFont_Singleton_API> enter(instance);
21 enter.functions()->GetFontFamilies(instance) : PP_MakeUndefined();
24 PP_Resource Create(PP_Instance instance,
26 EnterResourceCreation enter(instance);
28 enter.functions()->CreateBrowserFont(instance, description) : 0;
ppb_net_address_thunk.cc 20 PP_Instance instance,
23 EnterResourceCreation enter(instance);
26 return enter.functions()->CreateNetAddressFromIPv4Address(instance,
31 PP_Instance instance,
34 EnterResourceCreation enter(instance);
37 return enter.functions()->CreateNetAddressFromIPv6Address(instance,
  /external/chromium_org/ppapi/utility/threading/
simple_thread.cc 49 SimpleThread::SimpleThread(const InstanceHandle& instance)
50 : instance_(instance),
51 message_loop_(instance),
56 SimpleThread::SimpleThread(const InstanceHandle& instance,
58 : instance_(instance),
59 message_loop_(instance),
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
method.pxd 9 # This instance of PyTypeObject represents the Python method type. This is exposed to Python programs as types.MethodType.
19 # called. If this method should be bound to an instance, self
20 # should be the instance and class should be the class of self,
27 # if this was created from an instance, it will be the class of
28 # the instance.
44 # Return the instance associated with the method meth if it is bound, otherwise return NULL.
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
FillArrayDataPayloadDecodedInstruction.java 35 * Constructs an instance. This private instance doesn't check the
48 * Constructs an instance.
56 * Constructs an instance.
64 * Constructs an instance.
72 * Constructs an instance.
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
Constant.java 27 * Returns {@code true} if this instance is a category-2 constant,
29 * {@code false} if this instance is category-1.
31 * @return {@code true} iff this instance is category-2
37 * this instance is.
60 * Compare the values of this and another instance, which are guaranteed
63 * @param other {@code non-null;} the instance to compare to
  /external/mockito/src/org/mockito/internal/configuration/injection/
SpyOnInjectedFieldsHandler.java 37 Object instance = fieldReader.read(); local
38 if (new MockUtil().isMock(instance)) {
39 // A. instance has been spied earlier
41 Mockito.reset(instance);
44 Mockito.mock(instance.getClass(), withSettings()
45 .spiedInstance(instance)
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
OfferListener.java 24 * AgentSession instance should implement.<br>
33 * The implementing class instance will be notified via this when the AgentSession has received
34 * an offer for a chat. The instance will then have the ability to accept, reject, or ignore
37 * @param request the Offer instance embodying the details of the offer
42 * The implementing class instance will be notified via this when the AgentSessino has received
45 * @param revokedOffer the RevokedOffer instance embodying the details of the revoked offer
  /external/chromium_org/third_party/npapi/npspy/common/
npn_gate.cpp 62 NPError NPN_GetURLNotify(NPP instance, const char *url, const char *target, void* notifyData)
69 logger->logCall(action_npn_get_url_notify, (DWORD)instance, (DWORD)url, (DWORD)target, (DWORD)notifyData);
72 rv = NPNFuncs.geturlnotify(instance, url, target, notifyData);
82 NPError NPN_GetURL(NPP instance, const char *url, const char *target)
85 logger->logCall(action_npn_get_url, (DWORD)instance, (DWORD)url, (DWORD)target);
87 NPError rv = NPNFuncs.geturl(instance, url, target);
95 NPError NPN_PostURLNotify(NPP instance, const char* url, const char* window, uint32 len, const char* buf, NPBool file, void* notifyData)
102 logger->logCall(action_npn_post_url_notify, (DWORD)instance, (DWORD)url, (DWORD)window, (DWORD)len, (DWORD)buf, (DWORD)file, (DWORD)notifyData);
105 rv = NPNFuncs.posturlnotify(instance, url, window, len, buf, file, notifyData);
115 NPError NPN_PostURL(NPP instance, const char* url, const char* window, uint32 len, const char* buf, NPBool file
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstShort.java 27 /** {@code non-null;} the value {@code 0} as an instance of this class */
31 * Makes an instance for the given value. This may (but does not
32 * necessarily) return an already-allocated instance.
35 * @return {@code non-null;} the appropriate instance
42 * Makes an instance for the given {@code int} value. This
44 * instance.
47 * @return {@code non-null;} the appropriate instance
61 * Constructs an instance. This constructor is private; use {@link #make}.
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
TypeBearer.java 27 * Gets the type associated with this instance.
37 * fact {@link Type#INT}, in which case this method returns an instance
40 * @return {@code non-null;} the frame type for this instance
45 * Gets the basic type corresponding to this instance.
53 * Gets the basic type corresponding to this instance's frame type. This
56 * instance is an int-like type, in which case this method returns
68 * Returns whether this instance represents a constant value.
70 * @return {@code true} if this instance represents a constant value
  /dalvik/dx/src/com/android/dx/rop/cst/
CstShort.java 27 /** {@code non-null;} the value {@code 0} as an instance of this class */
31 * Makes an instance for the given value. This may (but does not
32 * necessarily) return an already-allocated instance.
35 * @return {@code non-null;} the appropriate instance
42 * Makes an instance for the given {@code int} value. This
44 * instance.
47 * @return {@code non-null;} the appropriate instance
61 * Constructs an instance. This constructor is private; use {@link #make}.
  /dalvik/dx/src/com/android/dx/rop/type/
TypeBearer.java 27 * Gets the type associated with this instance.
37 * fact {@link Type#INT}, in which case this method returns an instance
40 * @return {@code non-null;} the frame type for this instance
45 * Gets the basic type corresponding to this instance.
53 * Gets the basic type corresponding to this instance's frame type. This
56 * instance is an int-like type, in which case this method returns
68 * Returns whether this instance represents a constant value.
70 * @return {@code true} if this instance represents a constant value
  /external/chromium_org/chrome/browser/first_run/
upgrade_util.cc 25 DLOG(ERROR) << "Launching a new instance of the browser failed.";
27 DLOG(WARNING) << "Launched a new instance of the browser.";
  /external/chromium_org/chrome/browser/signin/
signin_manager_factory.h 24 // Called when a SigninManager(Base) instance is created.
27 // Called when a SigninManager(Base) instance is being shut down. Observers
36 // Returns the instance of SigninManager associated with this profile
41 // Returns the instance of SigninManager associated with this profile. Returns
42 // null if no SigninManager instance currently exists (will not create a new
43 // instance).
47 // an instance of the extended SigninManager class.
52 // Returns an instance of the SigninManagerFactory singleton.
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_datatype_helper.h 14 // Associates an instance of SyncTest with sync_datatype_helper. Must be
19 // Returns a pointer to the instance of SyncTest associated with the
  /external/chromium_org/chromeos/ime/
input_method_manager.cc 25 void InputMethodManager::Initialize(InputMethodManager* instance) {
27 g_input_method_manager = instance;
  /external/chromium_org/components/gcm_driver/
gcm_client_factory.h 20 // Creates a new instance of GCMClient. The testing code could override this
21 // to provide a mocked instance.
  /external/chromium_org/components/translate/core/browser/
translate_url_util.h 13 // GURL instance.
17 // returns GURL instance.
  /external/chromium_org/content/child/npapi/
npobject_base.h 22 // Returns the underlying NPObject handled by this NPObjectBase instance.
25 // Returns the channel listener for this NPObjectBase instance.
  /external/chromium_org/content/common/android/
surface_texture_peer.cc 28 void SurfaceTexturePeer::InitInstance(SurfaceTexturePeer* instance) {
30 g_instance_ = instance;
  /external/chromium_org/content/public/test/
web_contents_tester.cc 26 SiteInstance* instance) {
27 return TestWebContents::Create(browser_context, instance);

Completed in 1391 milliseconds

<<11121314151617181920>>