/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-trace/trace-viewer/src/tracing/trace_model/ |
time_to_object_instance_map.js | 64 var instance; 66 instance = this.instances[0]; 67 if (ts > instance.deletionTs || 68 instance.creationTsWasExplicit) { 70 'At the provided timestamp, no instance was still alive'); 73 if (instance.snapshots.length != 0) { 77 instance.snapshots[0].ts + ' and creationTs was ' + 78 instance.creationTs); 80 instance.creationTs = ts; 82 instance = this.instances[this.instances.length - 1] [all...] |
/art/test/073-mismatched-field/ |
info.txt | 1 Test behavior when an instance field is overlapped (through separate
|
/device/lge/hammerhead/ |
sec_config | 2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */
|
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
default_object_view.js | 17 * Displays an object instance in a human readable form. 39 var instance = snapshot.objectInstance; 42 html += '<div class="title">Snapshot of <a id="instance-link"></a> @ ' + 53 instanceLinkEl.objectInstance = instance; 54 var tmp = this.querySelector('#instance-link'); 66 * Displays an object instance in a human readable form. 70 'default-object-instance-view', 79 this.classList.add('default-object-instance-view'); 83 var instance = this.objectInstance; 84 if (!instance) { [all...] |
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
chrome_browser_pepper_host_factory.cc | 38 PP_Instance instance, 42 // Make sure the plugin is giving us a valid instance for this resource. 43 if (!host_->IsValidInstance(instance)) 52 new PepperBrokerMessageFilter(instance, host_)); 55 instance, 62 new PepperPlatformVerificationMessageFilter(host_, instance)); 64 host_->GetPpapiHost(), instance, params.pp_resource(), pv_filter)); 69 new PepperTalkHost(host_, instance, params.pp_resource())); 73 new PepperOutputProtectionMessageFilter(host_, instance)); 76 instance, [all...] |
/external/chromium_org/pdf/ |
number_image_generator.h | 14 class Instance; 18 explicit NumberImageGenerator(Instance* instance); 28 Instance* instance_;
|
/external/chromium_org/ppapi/api/ |
ppp_mouse_lock.idl | 22 * MouseLockLost() is called when the instance loses the mouse lock, such as 25 * @param[in] instance A <code>PP_Instance</code> identifying one instance 28 void MouseLockLost([in] PP_Instance instance);
|
/external/chromium_org/ppapi/c/ |
ppb_instance.h | 24 * the module instance on a web page. 34 * related to the module instance on a web page. 39 * The contents of this device is what will be displayed in the instance's 43 * unbind all devices from the given instance. The instance will then appear 48 * a device when it is already bound to another instance. If you want 55 * @param[in] instance A PP_Instance identifying one instance of a module. 61 * instance, so the caller can release its reference if it chooses. 63 PP_Bool (*BindGraphics)(PP_Instance instance, PP_Resource device) [all...] |
/external/chromium_org/ppapi/generators/test_parser/ |
interface.idl | 17 /* OK Param(instance) */ 18 [in] PP_Instance instance, 45 /* OK Param(instance) */ 46 [in] PP_Instance instance,
|
/external/chromium_org/ppapi/proxy/ |
flash_fullscreen_resource.h | 20 PP_Instance instance); 28 virtual PP_Bool IsFullscreen(PP_Instance instance) OVERRIDE; 29 virtual PP_Bool SetFullscreen(PP_Instance instance, 31 virtual void SetLocalIsFullscreen(PP_Instance instance,
|
/external/chromium_org/ppapi/thunk/ |
ppb_uma_singleton_api.h | 18 virtual void HistogramCustomTimes(PP_Instance instance, 25 virtual void HistogramCustomCounts(PP_Instance instance, 32 virtual void HistogramEnumeration(PP_Instance instance, 38 PP_Instance instance,
|
ppb_char_set_thunk.cc | 15 char* UTF16ToCharSetDeprecated(PP_Instance instance, 20 // We validate the instance just to make sure we can make changes in the 22 EnterInstance enter(instance); 37 // (GetDefaultCharSet) that must be called on the instance object and 42 // functions, and then have the instance impl and proxy call through to the 51 uint16_t* CharSetToUTF16Deprecated(PP_Instance instance, 56 // We validate the instance just to make sure we can make changes in the 58 EnterInstance enter(instance); 77 PP_Var GetDefaultCharSet(PP_Instance instance) { 78 EnterInstance enter(instance); [all...] |
/external/chromium_org/remoting/client/plugin/ |
pepper_audio_player.h | 10 #include "ppapi/cpp/instance.h" 18 explicit PepperAudioPlayer(pp::Instance* instance); 27 pp::Instance* instance_;
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/ |
noise_suppression.h | 23 * This function creates an instance to the noise suppression structure 26 * - NS_inst : Pointer to noise suppression instance that should be 30 * - NS_inst : Pointer to created noise suppression instance 40 * instance. 43 * - NS_inst : Pointer to NS instance that should be freed 52 * This function initializes a NS instance and has to be called before any other 56 * - NS_inst : Instance that should be initialized 60 * - NS_inst : Initialized instance 71 * - NS_inst : Noise suppression instance. 75 * - NS_inst : Updated instance [all...] |
/external/clang/test/SemaObjC/ |
objc-container-subscripting-1.m | 14 id oldObject = array[10]; // expected-warning {{instance method '-objectAtIndexedSubscript:' not found (return type defaults to 'id')}} 16 array[10] = 0; // expected-warning {{instance method '-setObject:atIndexedSubscript:' not found (return type defaults to 'id')}} 19 oldObject = p_array[10]; // expected-warning {{instance method '-objectAtIndexedSubscript:' not found (return type defaults to 'id')}} 21 p_array[10] = 0; // expected-warning {{instance method '-setObject:atIndexedSubscript:' not found (return type defaults to 'id')}}
|
property-ivar-mismatch.m | 6 char ivar; // expected-note{{instance variable is declared here}} 12 @synthesize prop = ivar; // expected-error {{type of property 'prop' ('int') does not match type of instance variable 'ivar' ('char')}} 18 void * _P; // expected-note {{instance variable is declared here}} 24 @synthesize P=_P; // expected-error {{ype of property 'P' ('int') does not match type of instance variable '_P' ('void *')}}
|
/external/clang/test/SemaObjCXX/ |
ivar-reference-type.mm | 3 int &r; // expected-error {{instance variables cannot be of reference type}}
|
/external/hamcrest/src/org/hamcrest/core/ |
IsInstanceOf.java | 12 * Tests whether the value is an instance of a class. 18 * Creates a new instance of IsInstanceOf 32 description.appendText("an instance of ") 37 * Is the value an instance of a particular type?
|
/external/smali/baksmali/src/test/resources/DuplicateTest/ |
DuplicateInstanceFields.smali | 5 # instance fields
|
/dalvik/hit/src/com/android/hit/ |
RootObj.java | 21 public class RootObj extends Instance { 54 Instance instance = state.findReference(mId); local 56 theClass = state.findClass(instance.mClassId); 68 Instance instance = null; local 71 instance = mHeap.mState.findClass(mId); 73 instance = mHeap.mState.findReference(mId); 76 if (instance == null) { 80 return instance.getSize() [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_in_process_resource_creation.h | 40 PepperPluginInstanceImpl* instance); 45 PP_Instance instance, 47 virtual PP_Resource CreateFileChooser(PP_Instance instance, 50 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE; 51 virtual PP_Resource CreateFileRef(PP_Instance instance, 54 virtual PP_Resource CreateFileSystem(PP_Instance instance, 59 virtual PP_Resource CreatePrinting(PP_Instance instance) OVERRIDE; 61 PP_Instance instance, 63 virtual PP_Resource CreateURLLoader(PP_Instance instance) OVERRIDE; 64 virtual PP_Resource CreateURLRequestInfo(PP_Instance instance) OVERRIDE [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
DexClassLoaderHelper.java | 23 * to obtain appropriate {@code DexClassLoader} instance, which can be then used for 29 private static final DexClassLoaderHelper INSTANCE = new DexClassLoaderHelper(); 37 * Returns the sole instance of {@code DexClassLoaderHelper}. 39 * @return dex {@code DexClassLoaderHelper} sole instance 42 return DexClassLoaderHelperHolder.INSTANCE; 46 * Creates and returns DexClassLoader instance with its classpath 50 * classes canned into a working PathHolder instance. 51 * @return dex class loader instance with its classpath set to location
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERNull.java | 11 public static final DERNull INSTANCE = new DERNull(); 16 * @deprecated use DERNull.INSTANCE
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
heap_instance_track.css | 6 .heap-instance-track { 10 .heap-instance-track ul {
|