/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
__init__.py | 22 * router -- a simple middleware component that handles URL traversal
|
/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/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/chromeos/extensions/ |
wallpaper_function_base.h | 34 // Handles cancel case. No error message should be set. 37 // Handles failure case. Sets error message.
|
/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/mojo/public/bindings/lib/ |
connector.cc | 94 message.handles.resize(num_handles); 99 message.handles.empty() ? NULL : 100 reinterpret_cast<MojoHandle*>(&message.handles[0]), 136 message->handles.empty() ? NULL : 137 reinterpret_cast<const MojoHandle*>(&message->handles[0]), 138 static_cast<uint32_t>(message->handles.size()), 141 // The handles were successfully transferred, so we don't need the message 143 message->handles.clear();
|
/external/chromium_org/mojo/system/ |
constants.h | 13 // Maximum of open (Mojo) handles. 14 // TODO(vtl): This doesn't count "live" handles, some of which may live in
|
/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/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/mojo/apps/js/bindings/ |
codec.js | 96 function Decoder(memory, handles, base) { 98 this.handles = handles; 136 return new Decoder(this.memory, this.handles, this.decodePointer()); 140 return this.handles[this.read32()]; 183 function Encoder(buffer, handles, base) { 185 this.handles = handles; 221 return new Encoder(this.buffer, this.handles, pointer); 225 this.handles.push(handle) [all...] |
/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...] |