/external/chromium_org/ash/ |
media_delegate.h | 15 // Handles the Next Track Media shortcut key. 18 // Handles the Play/Pause Toggle Media shortcut key. 21 // Handles the Previous Track Media shortcut key.
|
/art/test/080-oom-throw/ |
info.txt | 2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
|
/art/test/081-hot-exceptions/ |
info.txt | 1 Make a hot exception-throwing path to stress test how the trace builder handles
|
/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_org/mojo/public/bindings/lib/ |
message.cc | 20 for (std::vector<Handle>::iterator it = handles.begin(); it != handles.end(); 29 std::swap(handles, other->handles);
|
bindings_serialization.cc | 47 void EncodeHandle(Handle* handle, std::vector<Handle>* handles) { 49 handles->push_back(*handle); 50 handle->set_value(static_cast<MojoHandle>(handles->size() - 1)); 57 bool DecodeHandle(Handle* handle, std::vector<Handle>* handles) { 63 if (handle->value() >= handles->size()) 66 *handle = FetchAndReset(&handles->at(handle->value())); 74 std::vector<Handle>* handles) { 76 EncodeHandle(&elements[i], handles); 85 if (!DecodeHandle(&elements[i], &message->handles))
|
message_queue.h | 25 // This method transfers ownership of |message->data| and |message->handles| 30 // data and handles to the given |message|. 33 // Removes the next message from the queue, discarding its data and handles.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
sample_doctest_no_docstrings.py | 3 # This module is for testing how doctest handles a module with no
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
sample_doctest_no_docstrings.py | 3 # This module is for testing how doctest handles a module with no
|
/external/chromium/base/ |
sync_socket_win.cc | 36 Handle handles[2]; local 58 handles[0] = CreateNamedPipeW( 67 if (handles[0] == INVALID_HANDLE_VALUE && 72 } while (handles[0] == INVALID_HANDLE_VALUE); 73 handles[1] = CreateFileW(name, 81 if (handles[1] == INVALID_HANDLE_VALUE) { 82 CloseHandle(handles[0]); 85 if (ConnectNamedPipe(handles[0], NULL) == FALSE) { 88 CloseHandle(handles[0]); 89 CloseHandle(handles[1]) [all...] |
sync_socket_posix.cc | 30 Handle handles[2] = { kInvalidHandle, kInvalidHandle }; local 45 if (socketpair(AF_UNIX, SOCK_STREAM, 0, handles) != 0) { 51 if (0 != setsockopt(handles[0], SOL_SOCKET, SO_NOSIGPIPE, 53 0 != setsockopt(handles[1], SOL_SOCKET, SO_NOSIGPIPE, 58 // Copy the handles out for successful return. 59 tmp_sockets[0]->handle_ = handles[0]; 61 tmp_sockets[1]->handle_ = handles[1]; 66 if (handles[0] != kInvalidHandle) { 67 if (HANDLE_EINTR(close(handles[0])) < 0) 70 if (handles[1] != kInvalidHandle) [all...] |
/external/v8/src/ |
global-handles.h | 38 // Structure for tracking global handles. 39 // A single list keeps all the allocated global handles. 40 // Destroyed handles stay in the list but is added to the free list. 41 // At GC the destroyed global handles are removed from the free list 49 static ObjectGroup* New(Object*** handles, 57 CopyWords(group->objects_, handles, static_cast<int>(length)); 125 // handles point to an object the handles are cleared and the callback 135 // Returns the current number of weak handles. 140 // Returns the current number of weak handles to global objects [all...] |
/external/chromium_org/mojo/system/ |
core_impl_unittest.cc | 151 MojoHandle handles[2] = { MOJO_HANDLE_INVALID, MOJO_HANDLE_INVALID }; local 155 core()->WaitMany(handles, flags, 0, MOJO_DEADLINE_INDEFINITE)); 159 core()->WaitMany(handles, NULL, 0, MOJO_DEADLINE_INDEFINITE)); 164 core()->WaitMany(handles, NULL, 1, MOJO_DEADLINE_INDEFINITE)); 166 core()->WaitMany(handles, flags, 1, MOJO_DEADLINE_INDEFINITE)); 169 handles[0] = CreateMockHandle(&info[0]); 172 core()->WaitMany(handles, flags, 1, MOJO_DEADLINE_INDEFINITE)); 174 core()->WaitMany(handles, flags, 2, MOJO_DEADLINE_INDEFINITE)); 175 handles[1] = handles[0] + 1; // Invalid handle 207 MojoHandle handles[2] = { MOJO_HANDLE_INVALID, MOJO_HANDLE_INVALID }; local 434 MojoHandle handles[10]; local [all...] |
/external/chromium_org/mojo/public/system/ |
core_private.cc | 31 MojoResult MojoWaitMany(const MojoHandle* handles, 36 return g_core->WaitMany(handles, flags, num_handles, deadline); 49 const MojoHandle* handles, 53 return g_core->WriteMessage(message_pipe_handle, bytes, num_bytes, handles, 60 MojoHandle* handles, 64 return g_core->ReadMessage(message_pipe_handle, bytes, num_bytes, handles,
|
/external/chromium_org/chrome/browser/tab_contents/ |
language_state_observer.h | 15 // Handles when the value of IsPageTranslated is changed. 18 // Handles when the value of translate_enabled is changed.
|
/external/chromium_org/chrome/browser/task_manager/ |
os_resource_win.h | 12 // Get the current number of GDI handles in use (and peak on >= Win7+). 17 // Get the current number of USER handles in use (and peak on >= Win7).
|
/external/chromium_org/ppapi/proxy/ |
nacl_message_scanner.cc | 24 typedef std::vector<ppapi::proxy::SerializedHandle> Handles; 29 // Vector to hold handles found in the message. 30 Handles handles; member in struct:__anon9860::ScanningResults 32 // be less than or equal to handles.size(). After the scan it should be equal. 57 results->handles.push_back(handle); 68 // Overload to match SerializedVar, which can contain handles. 72 // Copy any handles and then rewrite the message. 74 results->handles.push_back(*var_handles[i]); 81 // the handles are carried inside the ResourceMessageReplyParams [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...] |
/dalvik/dx/tests/122-switch-with-high-register/ |
info.txt | 1 This test ensures that dx correctly handles switches on data in a high
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
fullscreen_exit_bubble_view.h | 10 // A view that handles painting the background for the Fullscreen Exit Bubble.
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
network_dropdown_handler.h | 45 // Handles choosing of the network menu item. 47 // Handles network drop-down showing. 50 // Handles network drop-down hiding. 52 // Handles network drop-down refresh.
|
/external/chromium_org/mojo/public/bindings/generators/cpp_templates/ |
params_serialization | 10 std::vector<Handle>* handles) {
|
struct_serialization | 3 $CLASS* $NAME, std::vector<mojo::Handle>* handles) {
|
struct_serialization_traits | 8 std::vector<mojo::Handle>* handles);
|