HomeSort by relevance Sort by last modified time
    Searched defs:handles (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/v8/test/cctest/compiler/
test-pipeline.cc 10 #include "src/handles.h"
19 InitializedHandleScope handles; local
test-linkage.cc 45 InitializedHandleScope handles; local
53 InitializedHandleScope handles; local
59 i::HandleScope handles(CcTest::i_isolate());
87 HandleAndZoneScope handles; local
test-codegen-deopt.cc 182 InitializedHandleScope handles; local
203 InitializedHandleScope handles; local
292 InitializedHandleScope handles; local
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LanguageBreakEngine.java 22 boolean handles(int c, int breakType); method in interface:LanguageBreakEngine
UnhandledBreakEngine.java 26 public boolean handles(int c, int breakType) { method in class:UnhandledBreakEngine
BurmeseBreakEngine.java 78 public boolean handles(int c, int breakType) { method in class:BurmeseBreakEngine
DictionaryBreakEngine.java 166 public boolean handles(int c, int breakType) { method in class:DictionaryBreakEngine
KhmerBreakEngine.java 82 public boolean handles(int c, int breakType) { method in class:KhmerBreakEngine
LaoBreakEngine.java 81 public boolean handles(int c, int breakType) { method in class:LaoBreakEngine
ThaiBreakEngine.java 93 public boolean handles(int c, int breakType) { method in class:ThaiBreakEngine
  /external/libdrm/tests/planetest/
bo.c 57 uint32_t handles[4], pitches[4], offsets[4]; local
59 handles[0] = bo->handle;
64 format, handles, pitches, offsets,
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
rpmsg_omx.h 27 * number of handles associated with fd
28 * @handles: opaque pointers pointing to buffers
33 void *handles[2]; member in struct:omx_pvr_data
  /art/runtime/
monitor_test.cc 62 std::vector<MutableHandle<mirror::Object>>* handles)
90 handles->push_back(h);
98 handles->push_back(h);
311 std::vector<MutableHandle<mirror::Object>> handles; local
317 FillHeap(self, class_linker, &hsp, &handles);
320 auto it = handles.begin();
321 auto end = handles.end();
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 101 // 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];
  /bootable/recovery/minui/
graphics_drm.cpp 166 uint32_t handles[4], pitches[4], offsets[4]; local
168 handles[0] = surface->handle;
173 format, handles, pitches, offsets,
  /external/icu/icu4c/source/common/
brkeng.cpp 72 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/
vmw_context.c 75 struct vmw_svga_winsys_surface *handles[VMW_SURFACE_RELOCS]; member in struct:vmw_svga_winsys_context::__anon16809
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/src/l2_packet/
l2_packet_ndis.c 162 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);
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java 350 int[] handles = device.getObjectHandles(storageId, 0, objectHandle); local
351 if (handles == null) {
355 int length = handles.length;
358 MtpObjectInfo info = device.getObjectInfo(handles[i]);
  /frameworks/base/services/core/java/com/android/server/camera/
CameraService.java 168 // Some user handles have been added or removed, update mediaserver.
176 Set<Integer> handles = new HashSet<>(userProfiles.size()); local
179 handles.add(i.id);
182 return handles;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 376 int[] handles = device.getObjectHandles(storageId, 0, objectHandle); local
377 if (handles == null) {
381 int length = handles.length;
384 MtpObjectInfo info = device.getObjectInfo(handles[i]);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 412 int handles[MAX_NUM_TECHNOLOGIES]; local
428 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
434 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
436 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
441 index = addTechIfNeeded(technologies, handles, libnfctypes,
449 index = addTechIfNeeded(technologies, handles, libnfctypes,
451 index = addTechIfNeeded(technologies, handles, libnfctypes,
456 index = addTechIfNeeded(technologies, handles, libnfctypes,
470 index = addTechIfNeeded(technologies, handles, libnfctypes,
474 index = addTechIfNeeded(technologies, handles, libnfctypes
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 123 if (!handles(magicNumber)) {
288 private static boolean handles(int imageMagicNumber) { method in class:ImageHeaderParser
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 560 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/src/utils/
eloop_win.c 68 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[count++] = eloop.readers[i].event
    [all...]

Completed in 1347 milliseconds

1 2 3