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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/storage/
read-transactions-running-concurrently-expected.txt 1 This test tests that two read-only transactions on different handles to the same database run concurrently.
multiple-transactions-on-different-handles-expected.txt 1 This is a test to see if queueing up multiple transactions on different handles to the same database results in a deadlock.
read-and-write-transactions-dont-run-together-expected.txt 1 This test tests that read and write transactions on different handles to the same database don't run together.
read-transactions-running-concurrently.html 20 "Test to make sure that multiple read transactions on different DB handles to the same DB run concurrently.",
65 This test tests that two read-only transactions on different handles to the same database run concurrently.<br>
  /dalvik/tests/080-oom-throw/
info.txt 2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
  /dalvik/tests/081-hot-exceptions/
info.txt 1 Make a hot exception-throwing path to stress test how the trace builder handles
  /external/chromium/base/
sync_socket_posix.cc 31 Handle handles[2] = { kInvalidHandle, kInvalidHandle }; local
46 if (socketpair(AF_UNIX, SOCK_STREAM, 0, handles) != 0) {
52 if (0 != setsockopt(handles[0], SOL_SOCKET, SO_NOSIGPIPE,
54 0 != setsockopt(handles[1], SOL_SOCKET, SO_NOSIGPIPE,
59 // Copy the handles out for successful return.
60 tmp_sockets[0]->handle_ = handles[0];
62 tmp_sockets[1]->handle_ = handles[1];
67 if (handles[0] != kInvalidHandle)
68 (void) close(handles[0]);
69 if (handles[1] != kInvalidHandle
    [all...]
sync_socket_win.cc 37 Handle handles[2]; local
59 handles[0] = CreateNamedPipeW(
68 if (handles[0] == INVALID_HANDLE_VALUE &&
73 } while (handles[0] == INVALID_HANDLE_VALUE);
74 handles[1] = CreateFileW(name,
82 if (handles[1] == INVALID_HANDLE_VALUE) {
83 CloseHandle(handles[0]);
86 if (ConnectNamedPipe(handles[0], NULL) == FALSE) {
89 CloseHandle(handles[0]);
90 CloseHandle(handles[1])
    [all...]
waitable_event_win.cc 78 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; local
83 handles[i] = events[i]->handle();
88 handles,
scoped_handle_win.h 15 // IsValid() method since invalid handles on windows can be either NULL or
51 // Windows is inconsistent about invalid handles, so we always use NULL
83 // Like ScopedHandle, but for HANDLEs returned from FindFile().
87 // Windows is inconsistent about invalid handles, so we always use NULL
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
configMgr.h 78 /* SME handles */
83 /* MLME handles */
88 /* Data handles */
99 /* HAL handles */
116 /* Utils handles */
123 /* Power handles */
127 /* Event Handler Handles */
130 /* AP Connection Handles */
133 /* Current BSS Handles */
136 /* SwitchChannel Handles */
    [all...]
  /external/v8/src/
global-handles.h 36 // Structure for tracking global handles.
37 // A single list keeps all the allocated global handles.
38 // Destroyed handles stay in the list but is added to the free list.
39 // At GC the destroyed global handles are removed from the free list
42 // Callback function on handling weak global handles.
70 // handles point to an object the handles are cleared and the callback
78 // Returns the current number of weak handles.
83 // Returns the current number of weak handles to global objects.
84 // These handles are also included in NumberOfWeakHandles()
    [all...]
  /external/dropbear/
filelist.txt 11 session.c Contains the main select() loop, and handles setting
23 packet.c Handles the basic packet encryption/decryption,
27 service.c Handles service requests (userauth or connection)
36 authpasswd.c Handles /etc/passwd or /etc/shadow auth
38 authpubkey.c Handles ~/.ssh/authorized_keys auth
47 chansession.c Handles shell/exec requests
53 loginrec.c From OpenSSH, handles utmp/wtmp logging
55 x11fwd.c Handles X11 forwarding
57 agentfwd.c Handles auth-agent forwarding requests
59 localtcpfwd.c Handles -L style tcp forwarding requests, settin
    [all...]
  /external/junit/src/junit/swingui/
TestRunContext.java 14 * Handles the selection of a Test.
  /external/libffi/
configure.host 3 # This shell script handles all host based configuration for libffi.
  /external/bluetooth/glib/glib/
gpoll.c 136 HANDLE *handles,
148 /* Wait for either messages or handles
154 ready = MsgWaitForMultipleObjectsEx (nhandles, handles, timeout,
166 /* No handles to wait for, just the timeout */
177 /* Wait for just handles
183 ready = WaitForMultipleObjectsEx (nhandles, handles, FALSE, timeout, TRUE);
210 /* If we have a timeout, or no handles to poll, be satisfied
216 /* If no timeout and handles to poll, recurse to poll them,
219 recursed_result = poll_rest (FALSE, handles, nhandles, fds, nfds, 0);
226 if ((HANDLE) f->fd == handles[ready - WAIT_OBJECT_0]
259 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_net.h 9 #define VIRTIO_NET_F_CSUM 0 /* Host handles pkts w/ partial csum */
10 #define VIRTIO_NET_F_GUEST_CSUM 1 /* Guest handles pkts w/ partial csum */
12 #define VIRTIO_NET_F_GSO 6 /* Host handles pkts w/ any GSO type */
  /external/chromium/net/base/
keygen_handler.h 12 // This class handles keypair generation for generating client
  /packages/apps/Nfc/jni/
com_android_nfc.cpp 337 jint* handles = e->GetIntArrayElements(techHandles, 0); local
338 if (handles != NULL) {
339 connectedHandle = handles[connectedTechIndex];
340 e->ReleaseIntArrayElements(techHandles, handles, JNI_ABORT);
472 int handles[MAX_NUM_TECHNOLOGIES]; local
488 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
490 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
496 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
498 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
503 index = addTechIfNeeded(technologies, handles, libnfctypes
    [all...]
  /external/v8/test/mjsunit/
debug-handle.js 101 lookupRequest(exec_state, '{"handles":["a"]}', false);
102 lookupRequest(exec_state, '{"handles":[-1]}', false);
104 // Evaluate and get some handles.
115 response = lookupRequest(exec_state, '{"handles":[' + handle_o + ']}', true);
133 response = lookupRequest(exec_state, '{"handles":[' + handle_p + ']}', true);
138 // Check handles for functions on the stack.
146 response = lookupRequest(exec_state, '{"handles":[' + handle_f + ']}', true);
153 var arguments = '{"handles":[' + ref + ']}';
184 var arguments = '{"handles":[' + refs.join(',') + ']}';
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnDrvSM.h 143 * \brief SM action - handles a start scan event (by requesting the SCR)
154 * \brief SM action - handles a FW reset event (by calling the complete CB)
165 * \brief SM action - handles a passive scan event (by starting a passive scan)
176 * \brief SM action - handles an active scan event (by starting an active scan)
187 * \brief SM action - handles an abort scan or stop scan event (by stopping the actual scan)
198 * \brief SM action - handles a recovery event (calls the scan SRV abort on FW reset and than finishes scan)
209 * \brief SM action - handles a scan complete event (by releasing the SCR and calling the scan complete CB)
220 * \brief SM action - handles a scan reject event (abort scan before scan acrually started)\n
242 * \brief Handles an error during scan operation
  /dalvik/vm/mterp/x86/
bindiv.S 4 * 32-bit binary div/rem operation. Handles special case of op0=minint and
bindiv2addr.S 3 * 32-bit binary div/rem operation. Handles special case of op0=minint and
bindivLit8.S 3 * 32-bit div/rem "lit8" binary operation. Handles special case of
  /external/chromium/net/disk_cache/
mem_rankings.h 16 // This class handles the ranking information for the memory-only cache.

Completed in 436 milliseconds

1 2 3 4 5 6 7 8 91011>>