Searched defs:handles (Results 1 - 25 of 41) sorted by relevance

12

/external/v8/test/cctest/compiler/
H A Dtest-pipeline.cc10 #include "src/handles.h"
19 InitializedHandleScope handles; local
H A Dtest-linkage.cc45 InitializedHandleScope handles; local
53 InitializedHandleScope handles; local
59 i::HandleScope handles(CcTest::i_isolate());
87 HandleAndZoneScope handles; local
H A Dtest-codegen-deopt.cc182 InitializedHandleScope handles; local
203 InitializedHandleScope handles; local
292 InitializedHandleScope handles; local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DLanguageBreakEngine.java22 boolean handles(int c, int breakType); method in interface:LanguageBreakEngine
H A DUnhandledBreakEngine.java26 public boolean handles(int c, int breakType) { method in class:UnhandledBreakEngine
H A DBurmeseBreakEngine.java78 public boolean handles(int c, int breakType) { method in class:BurmeseBreakEngine
H A DKhmerBreakEngine.java82 public boolean handles(int c, int breakType) { method in class:KhmerBreakEngine
H A DLaoBreakEngine.java81 public boolean handles(int c, int breakType) { method in class:LaoBreakEngine
H A DThaiBreakEngine.java93 public boolean handles(int c, int breakType) { method in class:ThaiBreakEngine
H A DDictionaryBreakEngine.java166 public boolean handles(int c, int breakType) { method in class:DictionaryBreakEngine
/external/libdrm/tests/planetest/
H A Dbo.c57 uint32_t handles[4], pitches[4], offsets[4]; local
59 handles[0] = bo->handle;
64 format, handles, pitches, offsets,
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc101 // Setup STARTUPINFO to redirect handles.
125 TRUE, // inherit handles?
161 HANDLE handles[2]; local
165 handles[handle_count++] = child_stdin_;
168 handles[handle_count++] = child_stdout_;
172 WaitForMultipleObjects(handle_count, handles, FALSE, INFINITE);
177 signaled_handle = handles[wait_result - WAIT_OBJECT_0];
/external/drm_gralloc/
H A Dgralloc_drm.cpp201 * Unregister a buffer handle. It is no-op for handles created locally.
327 uint32_t *pitches, uint32_t *offsets, uint32_t *handles)
336 pitches, offsets, handles);
373 /* kernel handles the synchronization here */
326 gralloc_drm_resolve_format(buffer_handle_t _handle, uint32_t *pitches, uint32_t *offsets, uint32_t *handles) argument
H A Dgralloc_drm_intel.c197 uint32_t *pitches, uint32_t *offsets, uint32_t *handles)
208 memset(handles, 0, 4 * sizeof(uint32_t));
211 handles[0] = ib->base.fb_handle;
226 handles[1] = handles[2] = handles[0];
236 handles[1] = handles[0];
195 intel_resolve_format(struct gralloc_drm_drv_t *drv, struct gralloc_drm_bo_t *bo, uint32_t *pitches, uint32_t *offsets, uint32_t *handles) argument
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DImageHeaderParser.java123 if (!handles(magicNumber)) {
288 private static boolean handles(int imageMagicNumber) { method in class:ImageHeaderParser
/external/icu/icu4c/source/common/
H A Dbrkeng.cpp72 UnhandledEngine::handles(UChar32 c, int32_t breakType) const { function in class:UnhandledEngine
157 if (lbe != NULL && lbe->handles(c, breakType)) {
203 if (lbe != NULL && lbe->handles(c, breakType)) {
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_context.c75 struct vmw_svga_winsys_surface *handles[VMW_SURFACE_RELOCS]; member in struct:vmw_svga_winsys_context::__anon12493
170 vswc->surface.handles[i];
172 vmw_svga_winsys_surface_reference(&vswc->surface.handles[i], NULL);
265 vmw_svga_winsys_surface_reference(&vswc->surface.handles[vswc->surface.used + vswc->surface.staged], vsurf);
355 p_atomic_dec(&vswc->surface.handles[i]->validated);
356 vmw_svga_winsys_surface_reference(&vswc->surface.handles[i], NULL);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_ndis.c162 HANDLE handles[2]; local
189 handles[0] = l2_ndisuio_global->stop_request;
190 handles[1] = l2_ndisuio_global->rx_processed;
191 WaitForMultipleObjects(2, handles, FALSE, INFINITE);
200 HANDLE handles[2]; local
204 handles[0] = l2_ndisuio_global->stop_request;
205 handles[1] = l2_ndisuio_global->ready_for_read;
225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_ndis.c162 HANDLE handles[2]; local
189 handles[0] = l2_ndisuio_global->stop_request;
190 handles[1] = l2_ndisuio_global->rx_processed;
191 WaitForMultipleObjects(2, handles, FALSE, INFINITE);
200 HANDLE handles[2]; local
204 handles[0] = l2_ndisuio_global->stop_request;
205 handles[1] = l2_ndisuio_global->ready_for_read;
225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_ndis.c162 HANDLE handles[2]; local
189 handles[0] = l2_ndisuio_global->stop_request;
190 handles[1] = l2_ndisuio_global->rx_processed;
191 WaitForMultipleObjects(2, handles, FALSE, INFINITE);
200 HANDLE handles[2]; local
204 handles[0] = l2_ndisuio_global->stop_request;
205 handles[1] = l2_ndisuio_global->ready_for_read;
225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE);
/external/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c560 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; local
626 handles[0] = bo->handle;
631 DRM_FORMAT_RGBA8888, handles,
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop_win.c68 HANDLE *handles; member in struct:eloop_data
80 eloop.handles = os_malloc(eloop.num_handles *
81 sizeof(eloop.handles[0]));
82 if (eloop.handles == NULL)
89 os_free(eloop.handles);
103 n = os_realloc_array(eloop.handles, eloop.num_handles * 2,
104 sizeof(eloop.handles[0]));
107 eloop.handles = n;
554 eloop.handles[count++] = eloop.events[i].event;
557 eloop.handles[coun
[all...]
/external/wpa_supplicant_8/src/utils/
H A Deloop_win.c68 HANDLE *handles; member in struct:eloop_data
80 eloop.handles = os_malloc(eloop.num_handles *
81 sizeof(eloop.handles[0]));
82 if (eloop.handles == NULL)
89 os_free(eloop.handles);
103 n = os_realloc_array(eloop.handles, eloop.num_handles * 2,
104 sizeof(eloop.handles[0]));
107 eloop.handles = n;
554 eloop.handles[count++] = eloop.events[i].event;
557 eloop.handles[coun
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop_win.c68 HANDLE *handles; member in struct:eloop_data
80 eloop.handles = os_malloc(eloop.num_handles *
81 sizeof(eloop.handles[0]));
82 if (eloop.handles == NULL)
89 os_free(eloop.handles);
103 n = os_realloc_array(eloop.handles, eloop.num_handles * 2,
104 sizeof(eloop.handles[0]));
107 eloop.handles = n;
554 eloop.handles[count++] = eloop.events[i].event;
557 eloop.handles[coun
[all...]
/external/libdrm/tests/modetest/
H A Dbuffers.c1088 unsigned int handles[4], unsigned int pitches[4],
1199 handles[0] = bo->handle;
1210 handles[0] = bo->handle;
1214 handles[1] = bo->handle;
1223 handles[0] = bo->handle;
1227 handles[1] = bo->handle;
1230 handles[2] = bo->handle;
1274 handles[0] = bo->handle;
1086 bo_create(int fd, unsigned int format, unsigned int width, unsigned int height, unsigned int handles[4], unsigned int pitches[4], unsigned int offsets[4], enum fill_pattern pattern) argument

Completed in 493 milliseconds

12