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

<<31323334353637383940>>

  /external/chromium_org/ppapi/thunk/
ppb_camera_capabilities_private_thunk.cc 20 PP_Resource Create(PP_Instance instance) {
22 EnterResourceCreation enter(instance);
25 return enter.functions()->CreateCameraCapabilitiesPrivate(instance);
ppb_display_color_profile_private_thunk.cc 21 PP_Resource Create(PP_Instance instance) {
23 EnterResourceCreation enter(instance);
26 return enter.functions()->CreateDisplayColorProfilePrivate(instance);
ppb_file_system_thunk.cc 20 PP_Resource Create(PP_Instance instance, PP_FileSystemType type) {
22 EnterResourceCreation enter(instance);
25 return enter.functions()->CreateFileSystem(instance, type);
ppb_flash_device_id_thunk.cc 22 PP_Resource Create(PP_Instance instance) {
24 EnterResourceCreation enter(instance);
27 return enter.functions()->CreateFlashDRM(instance);
ppb_flash_menu_thunk.cc 19 PP_Resource Create(PP_Instance instance, const PP_Flash_Menu* menu_data) {
20 EnterResourceCreation enter(instance);
23 return enter.functions()->CreateFlashMenu(instance, menu_data);
ppb_flash_message_loop_thunk.cc 17 PP_Resource Create(PP_Instance instance) {
18 EnterResourceCreation enter(instance);
21 return enter.functions()->CreateFlashMessageLoop(instance);
ppb_host_resolver_private_thunk.cc 20 PP_Resource Create(PP_Instance instance) {
21 EnterResourceCreation enter(instance);
24 return enter.functions()->CreateHostResolverPrivate(instance);
ppb_network_monitor_thunk.cc 20 PP_Resource Create(PP_Instance instance) {
22 EnterResourceCreation enter(instance);
25 return enter.functions()->CreateNetworkMonitor(instance);
ppb_output_protection_private_thunk.cc 21 PP_Resource Create(PP_Instance instance) {
23 EnterResourceCreation enter(instance);
26 return enter.functions()->CreateOutputProtectionPrivate(instance);
ppb_printing_dev_thunk.cc 20 PP_Resource Create(PP_Instance instance) {
22 EnterResourceCreation enter(instance);
25 return enter.functions()->CreatePrinting(instance);
ppb_video_destination_private_thunk.cc 21 PP_Resource Create(PP_Instance instance) {
22 EnterResourceCreation enter(instance);
25 return enter.functions()->CreateVideoDestination(instance);
ppb_video_source_private_thunk.cc 20 PP_Resource Create(PP_Instance instance) {
21 EnterResourceCreation enter(instance);
24 return enter.functions()->CreateVideoSource(instance);
ppb_x509_certificate_private_thunk.cc 19 PP_Resource Create(PP_Instance instance) {
20 EnterResourceCreation enter(instance);
23 return enter.functions()->CreateX509CertificatePrivate(instance);
  /external/chromium_org/remoting/client/plugin/
pepper_audio_player.cc 17 PepperAudioPlayer::PepperAudioPlayer(pp::Instance* instance)
18 : instance_(instance),
  /external/chromium_org/remoting/host/
host_window.h 22 // Creates a platform-specific instance of the continue window.
25 // Creates a platform-specific instance of the disconnect window.
37 // Let |HostWindowProxy| to call DetachFromThread() when passing an instance
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PostMessage.h 22 void postMessageMethodCommon(const char* interfaceName, Type* instance, const v8::FunctionCallbackInfo<v8::Value>& info)
37 // FIXME: Only pass context/exceptionState if instance really requires it.
39 instance->postMessage(context, message.release(), &ports, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
CallbackStack.h 13 // objects. A specific CallbackStack instance contains at most bufferSize elements.
14 // If more space is needed a new CallbackStack instance is created and chained
15 // together with the former instance. I.e. a logical CallbackStack can be made of
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_pcma.cc 39 // This codec does not need initialization, PCM has no instance.
46 // PCM has no instance.
51 // PCM has no instance.
acm_pcmu.cc 40 // This codec does not need initialization, PCM has no instance.
47 // PCM has no instance.
52 // PCM has no instance.
  /external/chromium_org/tools/telemetry/telemetry/core/
extension_dict.py 15 """Given an ExtensionToLoad instance, returns the corresponding
16 ExtensionPage instance."""
22 """Checks if this ExtensionToLoad instance has been loaded"""
  /external/chromium_org/ui/base/ime/
text_input_focus_manager.cc 17 TextInputFocusManager* instance = Singleton<TextInputFocusManager>::get(); local
18 // DCHECK(instance->thread_checker_.CalledOnValidThread());
19 return instance;
  /external/clang/test/SemaCXX/
vtable-instantiation.cc 36 static Target<T> Instance;
40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}}
44 Target<int*>* traits = &Provider<int*>::Instance;
  /external/clang/test/SemaObjC/
arc-property-lifetime.m 6 id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property 'x' may not be __unsafe_unretained}}
7 id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be __weak}}
8 id __autoreleasing z; // expected-error {{instance variables cannot have __autoreleasing ownership}}
23 id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property 'x' may not be __unsafe_unretained}}
24 id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be __weak}}
25 id __autoreleasing z; // expected-error {{instance variables cannot have __autoreleasing ownership}}
40 id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property 'x' may not be __unsafe_unretained}}
41 id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be __weak}}
42 id __autoreleasing z; // expected-error {{instance variables cannot have __autoreleasing ownership}}
73 id y; // expected-error {{existing instance variable 'y' for property 'y' with assign attribute must be __unsafe_unretained}
    [all...]
ivar-ref-misuse.m 18 sprite = foo; // expected-error {{instance variable 'sprite' accessed in class method}}
36 sprite = 15; // expected-warning {{local declaration of 'sprite' hides instance variable}}
38 spree = 17; // expected-warning {{local declaration of 'spree' hides instance variable}}
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
Annotations.java 32 /** {@code non-null;} immutable empty instance */
43 * Constructs an immutable instance which is the combination of the
47 * @param a1 {@code non-null;} an instance
48 * @param a2 {@code non-null;} the other instance
63 * Constructs an immutable instance which is the combination of the
64 * given instance with the given additional annotation. The latter's
67 * @param annotations {@code non-null;} the instance to augment
84 * Constructs an empty instance.
153 * Gets the number of elements in this instance.
162 * Adds an element to this instance. There must not already be a
    [all...]

Completed in 723 milliseconds

<<31323334353637383940>>