HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 851 - 875 of 3441) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 374 void *handle; local
400 handle = cso->data;
403 handle = ((struct cso_blend *)cso_hash_iter_data(iter))->data;
406 if (ctx->blend != handle) {
407 ctx->blend = handle;
408 ctx->pipe->bind_blend_state(ctx->pipe, handle);
440 void *handle; local
462 handle = cso->data;
465 handle = ((struct cso_depth_stencil_alpha *)
469 if (ctx->depth_stencil != handle) {
503 void *handle = NULL; local
823 void *handle; local
974 void *handle = NULL; local
    [all...]
cso_context.h 127 void *handle );
128 void cso_delete_fragment_shader(struct cso_context *ctx, void *handle );
134 void *handle );
135 void cso_delete_vertex_shader(struct cso_context *ctx, void *handle );
141 void *handle);
142 void cso_delete_geometry_shader(struct cso_context *ctx, void *handle);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 374 void *handle; local
400 handle = cso->data;
403 handle = ((struct cso_blend *)cso_hash_iter_data(iter))->data;
406 if (ctx->blend != handle) {
407 ctx->blend = handle;
408 ctx->pipe->bind_blend_state(ctx->pipe, handle);
440 void *handle; local
462 handle = cso->data;
465 handle = ((struct cso_depth_stencil_alpha *)
469 if (ctx->depth_stencil != handle) {
503 void *handle = NULL; local
823 void *handle; local
974 void *handle = NULL; local
    [all...]
cso_context.h 127 void *handle );
128 void cso_delete_fragment_shader(struct cso_context *ctx, void *handle );
134 void *handle );
135 void cso_delete_vertex_shader(struct cso_context *ctx, void *handle );
141 void *handle);
142 void cso_delete_geometry_shader(struct cso_context *ctx, void *handle);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 55 uint32_t handle; member in struct:vmw_region
241 *pfence = vmw_fence_create(rep.handle, rep.mask);
247 (void) vmw_ioctl_fence_finish(vws, rep.handle, rep.mask);
248 vmw_ioctl_fence_unref(vws, rep.handle);
285 region->handle = rep->handle;
315 arg.handle = region->handle;
361 uint32_t handle)
367 arg.handle = handle
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 55 uint32_t handle; member in struct:vmw_region
241 *pfence = vmw_fence_create(rep.handle, rep.mask);
247 (void) vmw_ioctl_fence_finish(vws, rep.handle, rep.mask);
248 vmw_ioctl_fence_unref(vws, rep.handle);
285 region->handle = rep->handle;
315 arg.handle = region->handle;
361 uint32_t handle)
367 arg.handle = handle
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeP2pDevice.cpp 108 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status)
121 phLibNfc_Handle handle = 0; local
136 handle = nfc_jni_get_p2p_device_handle(e, o);
146 status = phLibNfc_RemoteDev_Connect(handle, nfc_jni_connect_callback, (void*)&cb_data);
202 phLibNfc_Handle handle = 0; local
209 handle = nfc_jni_get_p2p_device_handle(e, o);
218 TRACE("Disconnecting from target (handle = 0x%x)", handle);
227 status = phLibNfc_RemoteDev_Disconnect(handle, NFC_DISCOVERY_CONTINUE,nfc_jni_disconnect_callback, (void *)&cb_data);
278 phLibNfc_Handle handle = nfc_jni_get_p2p_device_handle(e, o) local
360 phLibNfc_Handle handle; local
416 phLibNfc_Handle handle = nfc_jni_get_p2p_device_handle(e, o); local
    [all...]
com_android_nfc_NativeNfcTag.cpp 26 static phLibNfc_Handle handle; variable
134 phLibNfc_Handle handle, phNfc_sData_t *pResBuffer, NFCSTATUS status)
181 phLibNfc_Handle handle = 0; local
193 handle = nfc_jni_get_connected_handle(e, o);
200 status = phLibNfc_Ndef_Read(handle, &nfc_jni_ndef_rw,
243 phLibNfc_Handle handle = nfc_jni_get_connected_handle(e, o); local
257 TRACE("Ndef Handle :0x%x\n",handle);
260 status = phLibNfc_Ndef_Write(handle, &nfc_jni_ndef_rw,nfc_jni_tag_rw_callback, (void *)&cb_data);
441 jobject o, phLibNfc_Handle handle)
554 phLibNfc_Handle handle = nfc_jni_get_connected_handle(e,o); local
569 phLibNfc_Handle handle = 0; local
710 phLibNfc_Handle handle = nfc_jni_get_connected_handle(e, o); local
935 phLibNfc_Handle handle = 0; local
1008 phLibNfc_Handle handle = 0; local
1103 phLibNfc_Handle handle = 0; local
1154 phLibNfc_Handle handle = 0; local
    [all...]
  /external/libsepol/src/
link.c 72 sepol_handle_t *handle; member in struct:link_state
151 ERR(state->handle, "Memory error");
158 ERR(state->handle, "Memory error");
166 ERR(state->handle,
174 ERR(state->handle,
190 ERR(state->handle, "Out of memory!");
214 ERR(state->handle, "Found conflicting default user definitions");
221 ERR(state->handle, "Found conflicting default role definitions");
228 ERR(state->handle, "Found conflicting default range definitions");
264 ERR(state->handle,
    [all...]
  /external/chromium/base/files/
file_path_watcher_win.cc 37 virtual void OnObjectSignaled(HANDLE object);
42 // Setup a watch handle for directory |dir|. Returns true if no fatal error
43 // occurs. |handle| will receive the handle value if |dir| is watchable,
45 static bool SetupWatchHandle(const FilePath& dir, HANDLE* handle)
48 // (Re-)Initialize the watch handle.
51 // Destroy the watch handle.
63 // Handle for FindFirstChangeNotification.
64 HANDLE handle_
    [all...]
  /external/chromium/chrome/common/
multi_process_lock_unittest.cc 53 base::ProcessHandle handle = SpawnChild("MultiProcessLockTryFailMain", false); local
54 ASSERT_TRUE(handle);
56 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
63 base::ProcessHandle handle = SpawnChild("MultiProcessLockTrySucceedMain", local
65 ASSERT_TRUE(handle);
67 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
86 "have a path that is to long for linux to handle");
  /external/chromium_org/base/files/
file_path_watcher_win.cc 40 virtual void OnObjectSignaled(HANDLE object);
45 // Setup a watch handle for directory |dir|. Set |recursive| to true to watch
46 // the directory sub trees. Returns true if no fatal error occurs. |handle|
47 // will receive the handle value if |dir| is watchable, otherwise
51 HANDLE* handle) WARN_UNUSED_RESULT;
53 // (Re-)Initialize the watch handle.
56 // Destroy the watch handle.
68 // Handle for FindFirstChangeNotification.
69 HANDLE handle_
    [all...]
  /external/chromium_org/chrome/common/
multi_process_lock_unittest.cc 54 base::ProcessHandle handle = SpawnChild("MultiProcessLockTryFailMain", false); local
55 ASSERT_TRUE(handle);
57 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
64 base::ProcessHandle handle = SpawnChild("MultiProcessLockTrySucceedMain", local
66 ASSERT_TRUE(handle);
68 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
90 "Mac OS X when we have a path that is too long for Mac OS X to handle");
94 "when we have a path that is too long for the system to handle");
98 "have a path that is too long for Windows to handle "
  /external/chromium_org/content/browser/
power_save_blocker_win.cc 20 HANDLE CreatePowerRequest(POWER_REQUEST_TYPE type, const std::string& reason) {
21 typedef HANDLE (WINAPI* PowerCreateRequestPtr)(PREASON_CONTEXT);
22 typedef BOOL (WINAPI* PowerSetRequestPtr)(HANDLE, POWER_REQUEST_TYPE);
48 base::win::ScopedHandle handle(PowerCreateRequestFn(&context));
49 if (!handle.IsValid())
52 if (PowerSetRequestFn(handle, type))
53 return handle.Take();
59 // Takes ownership of the |handle|.
60 void DeletePowerRequest(POWER_REQUEST_TYPE type, HANDLE handle) {
    [all...]
  /external/chromium_org/content/renderer/device_orientation/
device_motion_event_pump_unittest.cc 65 base::SharedMemoryHandle handle; local
72 shared_memory.ShareToProcess(base::kNullProcessHandle, &handle);
84 motion_pump->OnDidStart(handle);
122 base::SharedMemoryHandle handle; local
129 shared_memory.ShareToProcess(base::kNullProcessHandle, &handle);
141 motion_pump->OnDidStart(handle);
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.cc 174 void SetThreadPriorityToIdle(base::PlatformThreadHandle handle) {
176 handle, base::kThreadPriority_Background);
178 void SetThreadPriorityToDefault(base::PlatformThreadHandle handle) {
180 handle, base::kThreadPriority_Normal);
183 void SetThreadPriorityToIdle(base::PlatformThreadHandle handle) {}
184 void SetThreadPriorityToDefault(base::PlatformThreadHandle handle) {}
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.cc 161 int KernelObject::AllocateFD(const ScopedKernelHandle& handle) {
171 handle_map_[id] = handle;
174 handle_map_.push_back(handle);
179 void KernelObject::FreeAndReassignFD(int fd, const ScopedKernelHandle& handle) {
180 if (NULL == handle) {
189 handle_map_[fd] = handle;
  /external/jpeg/
jmemdos.c 107 extern short far jdos_open JPP((short far * handle, char far * filename));
108 extern short far jdos_close JPP((short handle));
109 extern short far jdos_seek JPP((short handle, long offset));
110 extern short far jdos_read JPP((short handle, void far * buffer,
112 extern short far jdos_write JPP((short handle, void far * buffer,
247 if (jdos_seek(info->handle.file_handle, file_offset))
252 if (jdos_read(info->handle.file_handle, buffer_address,
263 if (jdos_seek(info->handle.file_handle, file_offset))
268 if (jdos_write(info->handle.file_handle, buffer_address,
277 jdos_close(info->handle.file_handle); /* close the file *
291 short handle; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 107 extern short far jdos_open JPP((short far * handle, char far * filename));
108 extern short far jdos_close JPP((short handle));
109 extern short far jdos_seek JPP((short handle, long offset));
110 extern short far jdos_read JPP((short handle, void far * buffer,
112 extern short far jdos_write JPP((short handle, void far * buffer,
247 if (jdos_seek(info->handle.file_handle, file_offset))
252 if (jdos_read(info->handle.file_handle, buffer_address,
263 if (jdos_seek(info->handle.file_handle, file_offset))
268 if (jdos_write(info->handle.file_handle, buffer_address,
277 jdos_close(info->handle.file_handle); /* close the file *
291 short handle; local
    [all...]
  /external/qemu/
tap-win32.c 91 HANDLE handle; member in struct:tap_win32_overlapped
92 HANDLE read_event;
93 HANDLE write_event;
94 HANDLE output_queue_semaphore;
95 HANDLE free_list_semaphore;
96 HANDLE tap_semaphore;
388 static int tap_win32_set_status(HANDLE handle, int status)
392 return DeviceIoControl(handle, TAP_IOCTL_SET_MEDIA_STATUS
569 HANDLE handle; local
632 tap_win32_overlapped_t *handle; member in struct:TAPState
    [all...]
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 94 int usage, buffer_handle_t* handle, int32_t* stride)
105 err = mAllocDev->alloc(mAllocDev, w, h, format, usage, handle, stride);
126 list.add(*handle, rec);
132 status_t GraphicBufferAllocator::free(buffer_handle_t handle)
137 err = mAllocDev->free(mAllocDev, handle);
143 list.removeItem(handle);
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 180 virtual void GetAdditionalErrorState(ClientSocketHandle* handle) {
183 handle->set_is_ssl_error(true);
186 handle->set_ssl_error_response_info(info);
392 ClientSocketHandle* handle,
398 handle, callback, net_log);
413 ClientSocketHandle* handle) {
414 base_.CancelRequest(group_name, handle);
439 const ClientSocketHandle* handle) const {
440 return base_.GetLoadState(group_name, handle);
671 ClientSocketHandle handle; local
707 ClientSocketHandle handle; local
951 ClientSocketHandle handle; local
1116 ClientSocketHandle handle; local
1132 ClientSocketHandle handle; local
1210 ClientSocketHandle handle; local
1225 ClientSocketHandle handle; local
1369 ClientSocketHandle handle; local
1388 ClientSocketHandle handle; local
1457 ClientSocketHandle handle; local
1523 ClientSocketHandle handle; local
1560 ClientSocketHandle handle; local
1598 ClientSocketHandle handle; local
1767 ClientSocketHandle handle; local
1796 ClientSocketHandle handle; local
1812 ClientSocketHandle handle; local
1832 ClientSocketHandle handle; local
1852 ClientSocketHandle handle; local
1882 ClientSocketHandle handle; local
1956 ClientSocketHandle handle; local
2030 ClientSocketHandle handle; local
2200 ClientSocketHandle* handle() { return &handle_; } function in class:net::__anon5602::TestReleasingSocketRequest
2272 ClientSocketHandle handle; local
2291 ClientSocketHandle handle; local
2361 ClientSocketHandle handle; local
2388 ClientSocketHandle handle; local
2430 ClientSocketHandle handle; local
2459 ClientSocketHandle handle; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 33 #define GATT_WRITE_LONG_HDR_SIZE 5 /* 1 opcode + 2 handle + 2 offset */
115 else /* end of handle range */
158 msg.handle = p_clcb->s_handle;
171 msg.read_blob.handle = p_clcb->s_handle;
178 msg.read_blob.handle = p_clcb->s_handle;
189 msg.handle = p_clcb->s_handle;
227 p_clcb->s_handle = p_attr->handle;
232 p_attr->handle,
241 p_clcb->s_handle = p_attr->handle;
246 p_attr->handle,
545 UINT16 handle; local
731 UINT16 handle = 0; local
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 154 BOOLEAN l2c_link_hci_conn_comp (UINT8 status, UINT16 handle, BD_ADDR p_bda)
184 l2c_link_hci_disc_comp (p_lcb->handle, status);
189 /* Save the handle */
190 p_lcb->handle = handle;
203 p_dev_info->sec_bd_name, handle,
206 btm_acl_created (ci.bd_addr, NULL, NULL, handle, p_lcb->link_role, FALSE);
213 if (l2cu_start_post_bond_timer(handle))
243 p_lcb->handle = HCI_INVALID_HANDLE;
357 BOOLEAN l2c_link_hci_disc_comp (UINT16 handle, UINT8 reason
1376 UINT16 handle; local
1503 UINT16 handle; local
1677 UINT16 handle; local
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 20 Contains several RequestHandler subclasses used to handle post operations.
205 handle = contact.handle
210 DeletedContactData(updated_contacts, handle, high_water_mark)
213 UpdatedContactData(updated_contacts, handle, None, base_url, high_water_mark)
242 contact = datastore.Contact(handle='temp')
250 logging.info('Deleted contact: ' + contact.handle)
263 contact.handle = contact.firstname + '_' + contact.lastname
264 logging.info('Created new contact handle: ' + contact.handle)
    [all...]

Completed in 420 milliseconds

<<31323334353637383940>>