/external/libusb/libusb/os/ |
linux_usbfs.c | 152 struct libusb_device_handle *handle) 154 return (struct linux_device_handle_priv *) handle->os_priv; 852 /* FIXME: should handle valid race conditions like hub unplugged 1049 static int op_open(struct libusb_device_handle *handle) 1051 struct linux_device_handle_priv *hpriv = __device_handle_priv(handle); 1054 __get_usbfs_path(handle->dev, filename); 1066 usbi_err(HANDLE_CTX(handle), 1072 return usbi_add_pollfd(HANDLE_CTX(handle), hpriv->fd, POLLOUT); 1082 static int op_get_configuration(struct libusb_device_handle *handle, 1089 r = sysfs_get_active_config(handle->dev, config) 2110 struct libusb_device_handle *handle; local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SlidingDrawerTest.java | 85 View handle = drawer.getHandle(); local 86 assertTrue(handle instanceof ImageView); 87 assertEquals(R.id.handle, handle.getId()); 229 View handle = drawer.getHandle(); local 234 handle.performClick(); 238 handle.performClick(); 243 handle.performClick(); 248 handle.performClick();
|
/external/chromium_org/chrome/renderer/pepper/ |
ppb_nacl_private_impl.cc | 138 // Don't save instance_info if channel handle is invalid. 230 base::PlatformFile handle = local 232 return handle; 248 base::PlatformFile handle = IPC::PlatformFileForTransitToPlatformFile( local 250 return handle; 260 PP_FileHandle* handle, 265 if (!pexe_url || !last_modified || !etag || !is_hit || !handle) 287 handle, local 348 base::PlatformFile handle = local 350 return handle; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_draw.c | 175 struct svga_winsys_surface *handle; local 184 handle = svga_buffer_handle(svga, hwtnl->cmd.vdecl_vb[i]); 185 if (handle == NULL) 188 vb_handle[i] = handle; 196 handle = svga_buffer_handle(svga, hwtnl->cmd.prim_ib[i]); 197 if (handle == NULL) 201 handle = NULL; 203 ib_handle[i] = handle; 222 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL,
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
graw_util.h | 154 void *handle; local 157 handle = info->ctx->create_blend_state(info->ctx, &blend); 158 info->ctx->bind_blend_state(info->ctx, handle); 163 void *handle; local 168 handle = info->ctx->create_depth_stencil_alpha_state(info->ctx, 170 info->ctx->bind_depth_stencil_alpha_state(info->ctx, handle); 175 void *handle; local 179 handle = info->ctx->create_rasterizer_state(info->ctx, &rasterizer); 180 info->ctx->bind_rasterizer_state(info->ctx, handle);
|
/external/chromium_org/third_party/sqlite/src/src/ |
loadext.c | 396 void *handle; local 421 handle = sqlite3OsDlOpen(pVfs, zFile); 422 if( handle==0 ){ 434 sqlite3OsDlSym(pVfs, handle, zProc); 443 sqlite3OsDlClose(pVfs, handle); 451 sqlite3OsDlClose(pVfs, handle); 455 /* Append the new shared library handle to the db->aExtension array. */ 456 aHandle = sqlite3DbMallocZero(db, sizeof(handle)*(db->nExtension+1)); 461 memcpy(aHandle, db->aExtension, sizeof(handle)*db->nExtension); 466 db->aExtension[db->nExtension++] = handle; [all...] |
/external/iproute2/tc/ |
tc_class.c | 72 __u32 handle; local 76 if (get_tc_classid(&handle, *argv)) 78 req.t.tcm_handle = handle; 79 } else if (strcmp(*argv, "handle") == 0) { 80 fprintf(stderr, "Error: try \"classid\" instead of \"handle\"\n"); 89 __u32 handle; local 93 if (get_tc_classid(&handle, *argv)) 95 req.t.tcm_parent = handle; 269 __u32 handle; local 273 if (get_tc_classid(&handle, *argv) [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_draw.c | 175 struct svga_winsys_surface *handle; local 184 handle = svga_buffer_handle(svga, hwtnl->cmd.vdecl_vb[i]); 185 if (handle == NULL) 188 vb_handle[i] = handle; 196 handle = svga_buffer_handle(svga, hwtnl->cmd.prim_ib[i]); 197 if (handle == NULL) 201 handle = NULL; 203 ib_handle[i] = handle; 222 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL,
|
/external/mesa3d/src/gallium/tests/graw/ |
graw_util.h | 154 void *handle; local 157 handle = info->ctx->create_blend_state(info->ctx, &blend); 158 info->ctx->bind_blend_state(info->ctx, handle); 163 void *handle; local 168 handle = info->ctx->create_depth_stencil_alpha_state(info->ctx, 170 info->ctx->bind_depth_stencil_alpha_state(info->ctx, handle); 175 void *handle; local 179 handle = info->ctx->create_rasterizer_state(info->ctx, &rasterizer); 180 info->ctx->bind_rasterizer_state(info->ctx, handle);
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_public.c | 93 * pStream - stream handle 104 return (*pParserModule->pfSetData)(pEASData, pStream->handle, param, value); 115 * pStream - stream handle 126 return (*pParserModule->pfGetData)(pEASData, pStream->handle, param, pValue); 135 * fails, it attempts to get the synth handle from the parser and 146 if (pParserModule->pfState(pEASData, pStream->handle, &state) != EAS_SUCCESS) 156 * fails, it attempts to get the synth handle from the parser and 223 * fails, it attempts to get the synth handle from the parser and 271 * Allocates a stream handle 286 if (pEASData->streams[0].handle != NULL [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_public.c | 93 * pStream - stream handle 104 return (*pParserModule->pfSetData)(pEASData, pStream->handle, param, value); 115 * pStream - stream handle 126 return (*pParserModule->pfGetData)(pEASData, pStream->handle, param, pValue); 135 * fails, it attempts to get the synth handle from the parser and 146 if (pParserModule->pfState(pEASData, pStream->handle, &state) != EAS_SUCCESS) 156 * fails, it attempts to get the synth handle from the parser and 223 * fails, it attempts to get the synth handle from the parser and 271 * Allocates a stream handle 286 if (pEASData->streams[0].handle != NULL [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_public.c | 93 * pStream - stream handle 104 return (*pParserModule->pfSetData)(pEASData, pStream->handle, param, value); 115 * pStream - stream handle 126 return (*pParserModule->pfGetData)(pEASData, pStream->handle, param, pValue); 135 * fails, it attempts to get the synth handle from the parser and 146 if (pParserModule->pfState(pEASData, pStream->handle, &state) != EAS_SUCCESS) 156 * fails, it attempts to get the synth handle from the parser and 223 * fails, it attempts to get the synth handle from the parser and 271 * Allocates a stream handle 286 if (pEASData->streams[0].handle != NULL [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_sock.c | 76 int handle = btsock_thread_create(btsock_signaled, NULL); local 77 if(handle >= 0 && btsock_rfc_init(handle) == BT_STATUS_SUCCESS)
|
/external/chromium_org/base/ |
sync_socket_posix.cc | 32 const SyncSocket::Handle SyncSocket::kInvalidHandle = -1; 50 Handle handles[2] = { kInvalidHandle, kInvalidHandle }; 121 CancelableSyncSocket::CancelableSyncSocket(Handle handle) 122 : SyncSocket(handle) { 126 return HANDLE_EINTR(shutdown(handle(), SHUT_RDWR)) >= 0;
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
advanced_options_utils_x11.cc | 95 base::ProcessHandle handle; local 96 if (!base::LaunchProcess(argv, base::LaunchOptions(), &handle)) { 100 base::EnsureProcessGetsReaped(handle);
|
/external/chromium_org/chrome/installer/util/ |
copy_tree_work_item.cc | 38 // handle overwrite_option_ = IF_DIFFERENT case. 53 // handle overwrite_option_ = NEW_NAME_IF_IN_USE case. 68 // handle overwrite_option_ = IF_NOT_PRESENT case. 132 HANDLE handle = ::CreateFile(path.value().c_str(), FILE_ALL_ACCESS, 134 if (handle == INVALID_HANDLE_VALUE) 137 CloseHandle(handle);
|
/external/chromium_org/cloud_print/service/win/ |
service_listener.cc | 88 base::win::ScopedHandle handle( 93 if (handle.IsValid()) { 94 channel_.reset(new IPC::Channel(IPC::ChannelHandle(handle),
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
SelectionHandleController.java | 70 * Updates the selection for a movement of the given handle (which 71 * should be the start handle or end handle) to coordinates x,y. 72 * Note that this will not actually result in the handle moving to (x,y): 77 public void updatePosition(HandleView handle, int x, int y) { 82 public void beforeStartUpdatingPosition(HandleView handle) { 83 HandleView fixedHandle = (handle == mStartHandle) ? mEndHandle : mStartHandle; 90 * coordinates and (possibly asynchronously) set the actual handle positions 121 * Moves the start handle so that it points at the given coordinates. 122 * @param x The start handle position X in physical pixels [all...] |
/external/chromium_org/ppapi/proxy/ |
ppb_image_data_proxy.h | 51 virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE; 83 ImageHandle handle); 112 const base::SharedMemoryHandle& handle);
|
serialized_handle.h | 23 // SerializedHandle is a unified structure for holding a handle (e.g., a shared 24 // memory handle, socket descriptor, etc). This is useful for passing handles in 41 // Create an invalid handle of the given type. 44 // Create a shared memory handle. 45 SerializedHandle(const base::SharedMemoryHandle& handle, uint32 size); 47 // Create a socket, channel or file handle. 71 void set_shmem(const base::SharedMemoryHandle& handle, uint32 size) { 73 shm_handle_ = handle; 119 // Closes the handle and sets it to invalid. 122 // Write/Read a Header, which contains all the data except the handle. Thi [all...] |
video_source_resource.cc | 108 base::SharedMemoryHandle handle; local 109 if (!reply_params.TakeSharedMemoryHandleAtIndex(0, &handle)) 113 image_data, image_desc, handle))->GetReference();
|
/external/chromium_org/ppapi/shared_impl/ |
var_tracker.h | 107 // Returns an "id" for a shared memory handle that can be safely sent between 108 // the host and plugin, and resolved back into the original handle on the 111 base::SharedMemoryHandle handle, 115 // a SharedMemory handle and its size on the host. 120 base::SharedMemoryHandle *handle, 202 base::SharedMemoryHandle handle) = 0;
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/ |
Shader.h | 56 Shader(ResourceManager *manager, const rx::Renderer *renderer, GLuint handle); 152 VertexShader(ResourceManager *manager, const rx::Renderer *renderer, GLuint handle); 172 FragmentShader(ResourceManager *manager,const rx::Renderer *renderer, GLuint handle);
|
/external/chromium_org/ui/surface/ |
transport_dib_gtk.cc | 72 TransportDIB* TransportDIB::Map(Handle handle) { 73 scoped_ptr<TransportDIB> dib(CreateWithHandle(handle)); 80 TransportDIB* TransportDIB::CreateWithHandle(Handle shmkey) { 87 bool TransportDIB::is_valid_handle(Handle dib) { 132 TransportDIB::Handle TransportDIB::handle() const { function in class:TransportDIB
|
/external/iproute2/examples/diffserv/ |
Edge32-ca-u32 | 46 $TC qdisc add dev $INDEV handle ffff: ingress 150 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64 173 handle 1 tcindex classid 1:1 175 handle 2 tcindex classid 1:2 177 handle 3 tcindex classid 1:3 179 handle 4 tcindex classid 1:4
|