/external/chromium_org/native_client_sdk/src/examples/api/websocket/ |
websocket.cc | 9 #include "ppapi/cpp/instance.h" 15 class WebSocketInstance : public pp::Instance { 17 explicit WebSocketInstance(PP_Instance instance) 18 : pp::Instance(instance), websocket_(NULL) {} 173 WebSocketInstance* instance = static_cast<WebSocketInstance*>(user_data); local 174 instance->OnConnectCompletion(result); 179 WebSocketInstance* instance = static_cast<WebSocketInstance*>(user_data); local 180 instance->OnCloseCompletion(result); 185 WebSocketInstance* instance = static_cast<WebSocketInstance*>(user_data) local [all...] |
/external/chromium_org/ppapi/shared_impl/ |
ppapi_globals.h | 72 PP_Instance instance) = 0; 76 virtual void LogWithSource(PP_Instance instance, 85 // associated instance. 94 // Returns the given API object associated with the given instance, or NULL 95 // if the instance is invalid. 96 virtual thunk::PPB_Instance_API* GetInstanceAPI(PP_Instance instance) = 0; 98 PP_Instance instance) = 0; 102 virtual PP_Module GetModuleForInstance(PP_Instance instance) = 0; 127 // TODO(brettw) remove this by passing the instance into the API so we don't 140 // Caches an input event's |latency_info| for the plugin |instance| [all...] |
/external/clang/test/Index/skip-parsed-bodies/ |
compile_commands.json | 23 // CHECK: [indexDeclaration]: kind: c++-instance-method | name: method_decl | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 0 24 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 1 26 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 0 27 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedecl: 1 | isDef: 1 | isContainer: 1 38 // CHECK: [indexDeclaration]: kind: c++-instance-method | name: method_decl | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 0 39 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped 40 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 0 41 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isContainer: skipped 48 // CHECK: [indexDeclaration]: kind: c++-instance-method | name: tsmeth | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 1 57 // CHECK: [indexDeclaration]: kind: c++-instance-method | name: method_decl | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: [all...] |
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Init.c | 37 /* hInstance = Instance handle Returns the memory requirements and */ 38 /* allocated base addresses for the instance */ 46 /* When the function is called for free (hInstance = Instance Handle) the */ 51 /* hInstance Instance Handle */ 78 * Instance memory 123 /* This function can be used to create an algorithm instance by calling with */ 124 /* hInstance set to LVM_NULL. In this case the algorithm returns the new instance */ 128 /* by calling with hInstance = Instance Handle. In this case the memory table */ 129 /* should be correct for the instance, this can be ensured by calling the function */ 133 /* hInstance Instance handle * [all...] |
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/ |
LVCS.h | 81 #define LVCS_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */ 103 /* Instance handle */ 219 void *pBundleInstance; /* Bundle instance handle */ 239 /* hInstance = Instance handle Returns the memory requirements and */ 240 /* allocated base addresses for the instance */ 249 /* When the function is called for free (hInstance = Instance Handle) the */ 254 /* hInstance Instance Handle */ 278 /* This function can be used to create an algorithm instance by calling with */ 279 /* hInstance set to NULL. In this case the algorithm returns the new instance */ 283 /* by calling with hInstance = Instance Handle. In this case the memory table * [all...] |
/frameworks/base/media/java/android/media/ |
Rating.java | 28 * be defined as "unrated"), both of which are defined when the rating instance is constructed 119 * Return a Rating instance with no rating. 120 * Create and return a new Rating instance with no rating known for the given 125 * @return null if an invalid rating style is passed, a new Rating instance otherwise. 142 * Return a Rating instance with a heart-based rating. 143 * Create and return a new Rating instance with a rating style of {@link #RATING_HEART}, 146 * @return a new Rating instance. 153 * Return a Rating instance with a thumb-based rating. 154 * Create and return a new Rating instance with a {@link #RATING_THUMB_UP_DOWN} 157 * @return a new Rating instance [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalEnd.java | 25 * register to a named local variable. That is, an instance of this 32 * by this instance. <b>Note:</b> Technically, only the register 40 * Constructs an instance. The output address of this instance is initially 45 * variable introduced by this instance 71 * by this instance.
|
LocalStart.java | 25 * is, an instance of this class in an instruction stream indicates that 32 * by this instance 48 * Constructs an instance. The output address of this instance is initially 53 * variable introduced by this instance 79 * by this instance.
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
EncodedMember.java | 34 * Constructs an instance. 59 * Does a human-friendly dump of this instance. 67 * Populates a {@link DexFile} with items from within this instance. 74 * Encodes this instance to the given output. 76 * @param file {@code non-null;} file this instance is part of 80 * @param dumpSeq {@code >= 0;} sequence number of this instance for
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstFloat.java | 27 /** {@code non-null;} instance representing {@code 0} */ 30 /** {@code non-null;} instance representing {@code 1} */ 33 /** {@code non-null;} instance representing {@code 2} */ 37 * Makes an instance for the given value. This may (but does not 38 * necessarily) return an already-allocated instance. 51 * Constructs an instance. This constructor is private; use {@link #make}.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
LocalStart.java | 26 * is, an instance of this class in an instruction stream indicates that 33 * by this instance 49 * Constructs an instance. The output address of this instance is initially 54 * variable introduced by this instance 80 * by this instance.
|
/dalvik/dx/src/com/android/dx/dex/file/ |
EncodedMember.java | 33 * Constructs an instance. 58 * Does a human-friendly dump of this instance. 66 * Populates a {@link DexFile} with items from within this instance. 73 * Encodes this instance to the given output. 75 * @param file {@code non-null;} file this instance is part of 79 * @param dumpSeq {@code >= 0;} sequence number of this instance for
|
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpec.java | 39 /** {@code non-null;} common comparison instance used while interning */ 55 * Intern the given triple as an instance of this class. 61 * @return {@code non-null;} an appropriately-constructed instance 80 * Returns an instance for the given register number and type, with 87 * @return {@code non-null;} an appropriately-constructed instance 94 * Returns an instance for the given register number, type, and 102 * @return {@code non-null;} an appropriately-constructed instance 114 * Returns an instance for the given register number, type, and 123 * @return {@code non-null;} an appropriately-constructed instance 142 * Constructs an instance. This constructor is private. Us [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstFloat.java | 27 /** {@code non-null;} instance representing {@code 0} */ 30 /** {@code non-null;} instance representing {@code 1} */ 33 /** {@code non-null;} instance representing {@code 2} */ 37 * Makes an instance for the given value. This may (but does not 38 * necessarily) return an already-allocated instance. 51 * Constructs an instance. This constructor is private; use {@link #make}.
|
/external/chromium_org/athena/wm/ |
window_manager_impl.cc | 33 class WindowManagerImpl* instance = NULL; member in namespace:athena::__anon6792 72 instance->window_list_provider_->GetWindowList(); 75 bool is_splitview = instance->split_view_controller_->IsSplitViewModeActive(); 78 CHECK(instance->split_view_controller_->left_window()); 80 instance->split_view_controller_->left_window()->bounds().size(); 88 if (window == instance->split_view_controller_->left_window()) 90 else if (window == instance->split_view_controller_->right_window()) 102 if (!instance->window_list_provider_->IsWindowInList(child)) 105 if (instance->split_view_controller_->IsSplitViewModeActive() && 106 !instance->IsOverviewModeActive()) [all...] |
/external/chromium_org/build/android/pylib/gtest/ |
test_package.py | 23 device: Instance of DeviceUtils. 31 device: Instance of DeviceUtils. 41 device: Instance of DeviceUtils. 52 device: Instance of DeviceUtils. 55 An instance of pexpect spawn class. 63 device: Instance of DeviceUtils.
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_manager_factory_chromeos.h | 36 // invokes CreateForProfile() explicitly, takes ownership, and the instance 46 // Returns an instance of the UserCloudPolicyManagerFactoryChromeOS singleton. 49 // Returns the UserCloudPolicyManagerChromeOS instance associated with 53 // Creates an instance for |profile|. Note that the caller is responsible for 54 // managing the lifetime of the instance. Subsequent calls to GetForProfile() 55 // will return the created instance as long as it lives.
|
/external/chromium_org/content/renderer/pepper/ |
pepper_browser_connection.cc | 41 PP_Instance instance, 46 instance, 52 void PepperBrowserConnection::DidDeleteInProcessInstance(PP_Instance instance) { 53 Send(new ViewHostMsg_DidDeleteInProcessInstance(instance)); 58 PP_Instance instance, 65 routing_id(), child_process_id, params, instance, nested_msgs));
|
pepper_browser_connection.h | 43 // |instance| of a plugin identified by |child_process_id|. |callback| will be 45 void SendBrowserCreate(PP_Instance instance, 50 // Called when the renderer creates an in-process instance. 51 void DidCreateInProcessInstance(PP_Instance instance, 56 // Called when the renderer deletes an in-process instance. 57 void DidDeleteInProcessInstance(PP_Instance instance);
|
ppb_buffer_impl.cc | 22 PPB_Buffer_Impl::PPB_Buffer_Impl(PP_Instance instance) 23 : Resource(ppapi::OBJECT_IS_IMPL, instance), size_(0), map_count_(0) {} 28 PP_Resource PPB_Buffer_Impl::Create(PP_Instance instance, uint32_t size) { 29 scoped_refptr<PPB_Buffer_Impl> new_resource(CreateResource(instance, size)); 37 PP_Instance instance, 39 scoped_refptr<PPB_Buffer_Impl> buffer(new PPB_Buffer_Impl(instance));
|
/external/chromium_org/ppapi/api/ |
ppp_input_event.idl | 25 * handler. So it is important that an instance respond accurately with 29 * event, typically the instance will be given focus. Returning false from 31 * the click will be given to a lower part of the page and your instance will 32 * not receive focus. This allows an instance to be partially transparent, 48 * handler) for mouse events. Otherwise, the instance will not receive focus 60 PP_Bool HandleInputEvent([in] PP_Instance instance,
|
/external/chromium_org/ppapi/c/dev/ |
ppb_cursor_control_dev.h | 39 PP_Bool (*SetCursor)(PP_Instance instance, 45 * instance and be locked, preventing the user from moving it. 63 PP_Bool (*LockCursor)(PP_Instance instance); 68 PP_Bool (*UnlockCursor)(PP_Instance instance); 72 PP_Bool (*HasCursorLock)(PP_Instance instance); 76 PP_Bool (*CanLockCursor)(PP_Instance instance);
|
/external/chromium_org/remoting/host/setup/ |
daemon_controller_delegate_win.h | 43 // Activates an unprivileged instance of the daemon controller and caches it. 46 // Activates an instance of the daemon controller and caches it. If COM 47 // Elevation is supported (Vista+) the activated instance is elevated, 51 // Releases the cached instance of the controller. 65 // |control_| and |control2_| hold references to an instance of the daemon 70 // True if |control_| holds a reference to an elevated instance of the daemon
|
/external/clang/test/SemaObjC/ |
arc-property.m | 5 id __weak myString; // expected-error {{existing instance variable 'myString' for strong property 'myString' may not be __weak}} 7 id __weak myString2; // expected-error {{existing instance variable 'myString2' for strong property 'myString2' may not be __weak}} 9 id StrongIvar5; // expected-error {{existing instance variable 'StrongIvar5' for __weak property 'myString5' must be __weak}} 34 id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for __weak property 'x' must be __weak}} 35 id __strong y; // expected-error {{existing instance variable 'y' for __weak property 'y' must be __weak}} 36 id __autoreleasing z; // expected-error {{instance variables cannot have __autoreleasing ownership}}
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
LocalEnd.java | 25 * register to a named local variable. That is, an instance of this 32 * by this instance. <b>Note:</b> Technically, only the register 40 * Constructs an instance. The output address of this instance is initially 45 * variable introduced by this instance 71 * by this instance.
|