HomeSort by relevance Sort by last modified time
    Searched full:handles (Results 201 - 225 of 5516) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ui/aura/client/
dispatcher_client.h 16 // An interface implemented by an object which handles nested dispatchers.
visibility_client.cc 15 // A property key to store a client that handles window visibility changes.
  /external/chromium_org/ui/base/ime/
input_method_delegate.h 16 // An interface implemented by the object that handles events sent back from an
  /external/chromium_org/ui/views/controls/webview/
unhandled_keyboard_event_handler.h 18 // This class handles unhandled keyboard messages coming back from the renderer
  /external/chromium_org/ui/views/
repeat_controller.h 17 // An object that handles auto-repeating UI actions. There is a longer initial
  /external/chromium_org/win8/metro_driver/
settings_handler.h 13 // This class handles the settings charm.
  /external/icu4c/tools/toolutil/
swapimpl.h 29 * This function handles single data pieces (but not .dat data packages)
  /external/linux-tools-perf/Documentation/
manpage-suppress-sp.xsl 3 handles erroneous, inline .sp in manpage output of some
  /external/llvm/test/MC/COFF/
symbol-mangling.ll 1 ; The purpose of this test is to see if the MC layer properly handles symbol
  /external/valgrind/main/docs/internals/
m_syswrap.txt 2 This module handles the complex business of handing system calls off
  /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;
490 eloop.handles[count++] = eloop.events[i].event;
493 eloop.handles[count++] = eloop.readers[i].event
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockHandler.java 23 * Mock implementation of {@link Handler} that handles all messages synchronously.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 7 # Also ensure poll() handles an errno.ECHILD appropriately.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 7 # Also ensure poll() handles an errno.ECHILD appropriately.
  /sdk/sdklauncher/
sdklauncher.c 109 TRUE, /* yes, inherit some handles */
113 &startup, /* startup info, i.e. std handles */
126 TRUE, /* yes, inherit some handles */
130 &startup, /* startup info, i.e. std handles */
  /external/chromium_org/sandbox/win/src/
sandbox_policy.h 29 SUBSYS_HANDLES // Duplication of handles to other processes.
40 HANDLES_DUP_ANY, // Allows duplicating handles opened with any
42 HANDLES_DUP_BROKER, // Allows duplicating handles to the broker process.
45 // over the resulting process and thread handles.
49 // access on the returned handles.
102 // JOB_OBJECT_UILIMIT_HANDLES : grant access to all user-mode handles. These
191 // Set the handles the target process should inherit for stdout and
192 // stderr. The handles the caller passes must remain valid for the
195 // file handles, but not console handles
    [all...]
  /external/chromium_org/base/metrics/
histogram_snapshot_manager.h 19 // HistogramSnapshotManager handles the logistics of gathering up available
52 // |histogram_flattener_| handles the logistics of recording the histogram
  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry.h 25 // ExtensionCommandsGlobalRegistry is a class that handles the cross-platform
28 // Note: It handles regular extension commands (not browserAction and pageAction
  /external/chromium_org/chrome/browser/resources/options/
settings_dialog.js 39 * Handles the confirm button by saving the dialog preferences.
53 * Handles the cancel button by closing the overlay.
  /external/chromium_org/chrome/browser/resources/sync_file_system_internals/
extension_statuses.js 6 * Handles the Extension ID -> SyncStatus tab for syncfs-internals.
35 * Handles callback from onGetExtensionStatuses.
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_view.h 17 // A view class that handles rendering the tab strip and drops of URLS with
26 // Handles being a drag-and-drop target.
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_keybinding_registry_views.h 24 // ExtensionKeybindingRegistryViews is a class that handles Views-specific
26 // Note: It handles regular extension commands (not browserAction and pageAction
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_handler.h 43 // Handles the Javascript message 'removePrefItem'. This message is sent
47 // Handles the Javascript message 'requestInfo'. This message is sent
  /external/chromium_org/chrome/browser/usb/
usb_service.h 32 // The USB service handles creating and managing an event handler thread that is
34 // discovery on the system, which allows it to re-use device handles to prevent
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_client.h 45 // Handles events until the given function reports the condition is met
53 // Handles events that have been received but not yet handled.

Completed in 1163 milliseconds

1 2 3 4 5 6 7 891011>>