HomeSort by relevance Sort by last modified time
    Searched full:handles (Results 76 - 100 of 5314) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/base/win/
scoped_handle.h 19 // IsValid() method since invalid handles on windows can be either NULL or
55 // Windows is inconsistent about invalid handles, so we always use NULL
  /external/chromium/chrome/browser/sync/syncable/
nigori_util.cc 81 std::vector<int64> handles; local
82 browser_sync::SyncerUtil::GetUnsyncedEntries(trans, &handles);
83 for (size_t i = 0; i < handles.size(); ++i) {
84 MutableEntry entry(trans, GET_BY_HANDLE, handles[i]);
128 std::vector<int64> handles; local
129 browser_sync::SyncerUtil::GetUnsyncedEntries(trans, &handles);
130 for (size_t i = 0; i < handles.size(); ++i) {
131 Entry entry(trans, GET_BY_HANDLE, handles[i]);
  /external/chromium/chrome/browser/ui/cocoa/
dev_tools_controller.h 20 // A class that handles updates of the devTools view within a browser window.
42 // should be shown or hidden and adjusts its height (|delegate_| handles
sidebar_controller.h 19 // A class that handles updates of the sidebar view within a browser window.
41 // should be shown or hidden and adjusts its width (|delegate_| handles
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_view.h 17 // A view class that handles rendering the tab strip and drops of URLS with
24 // Handles being a drag-and-drop target.
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.h 17 // Per-tab search engine manager. Handles dealing search engine processing
34 // Handles when a page specifies an OSDD (OpenSearch Description Document).
  /external/chromium_org/ash/system/chromeos/network/
network_connect.h 23 // Requests a network connection and handles any errors and notifications.
29 // Requests network activation and handles any errors and notifications.
  /external/chromium_org/ash/wm/gestures/
tray_gesture_handler.h 19 // Handles gesture events on the shelf to show the system tray bubble.
25 // Handles a gesture-update event and updates the dragging state of the tray
  /external/chromium_org/chrome/browser/ui/cocoa/
dev_tools_controller.h 21 // A class that handles updates of the devTools view within a browser window.
48 // should be shown or hidden and adjusts its height (|delegate_| handles
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper.h 16 // Per-tab search engine manager. Handles dealing search engine processing
37 // Handles when a page specifies an OSDD (OpenSearch Description Document).
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
w32_CancelableWait.c 60 HANDLE handles[2]; local
64 handles[0] = waitHandle;
77 if ((handles[1] = sp->cancelEvent) != NULL)
85 handles[1] = NULL;
88 status = WaitForMultipleObjects (nHandles, handles, PTW32_FALSE, timeout);
95 * In the event that both handles are signalled, the smallest index
106 * In the event that both handles are signaled, the cancel will
109 ResetEvent (handles[1]);
  /external/chromium_org/ppapi/proxy/
resource_message_params.cc 78 // Note: we must not invalidate the handles. This is used for converting
79 // handles from the host OS to NaCl, and that conversion will not work if we
80 // invalidate the handles (see HandleConverter).
130 std::vector<base::SharedMemoryHandle>* handles) const {
134 handles->push_back(handle);
184 // non-handle data first, then the handles. When transferring to NaCl on
185 // Windows, we need to be able to translate Windows-style handles to POSIX-
186 // style handles, and it's easier to put all the regular stuff at the front.
  /external/chromium_org/remoting/client/
client_context.h 37 // A thread that handles all video decode operations.
40 // A thread that handles all audio decode operations.
  /external/chromium_org/sync/syncable/
directory_change_delegate.h 27 // Returns the handles of changed entries in |entry_changed|.
32 // Returns the handles of changed entries in |entry_changed|.
syncable_util.cc 22 std::vector<int64> *handles) {
23 trans->directory()->GetUnsyncedMetaHandles(trans, handles);
24 DVLOG_IF(1, !handles->empty()) << "Have " << handles->size()
26 return handles->size();
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
HandleAllocator.cpp 9 // to allocate GL handles.
56 // Only free handles that we own - don't drop below the base value
  /external/mockito/src/org/mockito/invocation/
MockHandler.java 21 * Takes an invocation object and handles it.
23 * The default implementation provided by Mockito handles invocations by recording
  /external/skia/tests/
PipeTest.cpp 17 // Ensures that the pipe gracefully handles drawing an invalid bitmap.
24 // Ensure that pipe gracefully handles attempting to draw after endRecording is called on the
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 414 int handles[MAX_NUM_TECHNOLOGIES]; local
430 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
436 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
438 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
443 index = addTechIfNeeded(technologies, handles, libnfctypes,
451 index = addTechIfNeeded(technologies, handles, libnfctypes,
453 index = addTechIfNeeded(technologies, handles, libnfctypes,
458 index = addTechIfNeeded(technologies, handles, libnfctypes,
472 index = addTechIfNeeded(technologies, handles, libnfctypes,
476 index = addTechIfNeeded(technologies, handles, libnfctypes
    [all...]
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.h 6 // DebuggerRemoteService class which handles commands directed to the
34 // Handles V8 debugger-related messages from the remote debugger (like
45 // Handles a JSON message from the tab_uid-associated V8 debugger.
48 // Handles a frame navigation event.
51 // Handles a tab closing event.
  /external/chromium_org/components/nacl/loader/
nacl_listener.cc 159 // On Windows, valid handles are 32 bit unsigned integers so this is safe.
262 std::vector<nacl::FileDescriptor> handles = params.handles; local
273 CHECK(handles.size() >= 1);
274 g_shm_fd = nacl::ToNativeHandle(handles[handles.size() - 1]);
275 handles.pop_back();
280 CHECK(handles.size() >= 1);
281 NaClHandle irt_handle = nacl::ToNativeHandle(handles[handles.size() - 1])
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 70 // Handles the messages sent to the main UI window. The return value is the
77 // Handles the messages sent to the SpawnTarget dialog. The return value is
89 // Handles the WM_CREATE message for the main UI window. Returns TRUE on
93 // Handles the WM_DESTROY message for the main UI window.
96 // Handles the WM_SIZE message for the main UI window.
99 // Handles the WM_PAINT message for the main UI window.
102 // Handles the menu command File \ Exit for the main UI window.
105 // Handles the menu command Commands \ Launch for the main UI window.
108 // Handles the Launch button in the SpawnTarget dialog (normally clicked
  /external/chromium_org/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(',') + ']}';
  /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(',') + ']}';
  /external/chromium/base/synchronization/
waitable_event_win.cc 78 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; local
83 handles[i] = events[i]->handle();
88 handles,

Completed in 1489 milliseconds

1 2 34 5 6 7 8 91011>>