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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/base/
audio_renderer_mixer.h 53 // Handles mixing and resampling between input and output parameters.
56 // Handles physical stream pause when no inputs are playing. For latency
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.h 58 // Handles decoding an unencrypted encoded buffer.
63 // Handles (re-)initializing the decoder with a (new) config.
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_main.cc 18 // GetStdHandle() returns pseudo-handles for stdin and stdout even if
20 // handles are invalid in that case unless standard input and output are
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.h 29 // Creator of this object is responsible for passing the registry key handles
40 // the passed handles.
desktop_session_agent.h 113 // Handles StartSessionAgent request from the client.
118 // Handles CaptureFrame requests from the client.
121 // Handles SharedBufferCreated notification from the client.
124 // Handles event executor requests from the client.
129 // Handles ChromotingNetworkDesktopMsg_SetScreenResolution request from
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
htab.c 42 /* Make sure handle table handles match VAAPI handles. */
  /external/chromium_org/ui/webui/resources/js/cr/ui/
splitter.js 132 * Handles the mousedown event which starts the dragging of the splitter.
143 * Handles the touchstart event which starts the dragging of the splitter.
155 * Handles the mousemove event which moves the splitter as the user moves
165 * Handles the touch move event.
188 * Handles the mouse up event which ends the dragging of the splitter.
197 * Handles start of the splitter dragging. Saves current width of the
211 * Handles splitter moves. Updates width of the element being resized.
221 * Handles end of the splitter dragging. This fires a 'resize' event if the
  /external/mesa3d/src/gallium/state_trackers/va/
htab.c 42 /* Make sure handle table handles match VAAPI handles. */
  /frameworks/av/media/mtp/
MtpTypes.h 41 // object handles are unique across all storage but only within a single session.
42 // object handles cannot be reused after an object is deleted.
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEventSource.java 32 * Handles the request for sending an {@link AccessibilityEvent} given
49 * Handles the request for sending an {@link AccessibilityEvent}. The
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
splitter.js 108 * Handles the mousedown event which starts the dragging of the splitter.
119 * Handles the mousemove event which moves the splitter as the user moves
133 * Handles the mouse up event which ends the dragging of the splitter.
142 * Handles start of the splitter dragging. Saves current width of the
156 * Handles splitter moves. Updates width of the element being resized.
166 * Handles end of the splitter dragging. This fires a 'resize' event if the
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.h 152 // Reference to NetworkStateInformer that handles changes in network
156 // Reference to CoreOobeHandler that handles common requests of Oobe page.
159 // Reference to NetworkDropdownHandler that handles interaction with
176 // Reference to ErrorScreenHandler that handles error screen
180 // Reference to GaiaScreenHandler that handles gaia screen requests and
184 // Reference to SigninScreenHandler that handles sign-in screen requests and
  /external/chromium_org/v8/test/cctest/
test-unique.cc 33 #include "global-handles.h"
43 Handle<String> handles[] = { \
55 Unique<String> A(handles[0]); \
56 Unique<String> B(handles[1]); \
57 Unique<String> C(handles[2])
60 Unique<String> A(handles[0]); \
61 Unique<String> B(handles[1]); \
62 Unique<String> C(handles[2]); \
63 Unique<String> D(handles[3]); \
64 Unique<String> E(handles[4]);
    [all...]
  /external/chromium_org/ash/wm/
sticky_keys.h 69 // Handles keyboard event. Returns true if Sticky key consumes keyboard event.
72 // Handles mouse event. Returns true if sticky key consumes mouse event.
75 // Handles scroll event. Returns true if sticky key consumes scroll event.
94 // StickyKeysHandler handles key event and performs StickyKeys for specific
161 // Handles key event. Returns true if key is consumed.
164 // Handles a mouse event. Returns true if mouse event is consumed.
167 // Handles a scroll event. Returns true if scroll event is consumed.
187 // Handles key event in DISABLED state.
190 // Handles key event in ENABLED state.
193 // Handles key event in LOCKED state
    [all...]
  /external/chromium_org/third_party/icu/source/common/
brkeng.h 50 * <p>Indicate whether this engine handles a particular character for
55 * @return TRUE if this engine handles the particular character and break
58 virtual UBool handles(UChar32 c, int32_t breakType) const = 0;
142 * handles characters that no other LanguageBreakEngine is available to
175 * <p>Indicate whether this engine handles a particular character for
180 * @return TRUE if this engine handles the particular character and break
183 virtual UBool handles(UChar32 c, int32_t breakType) const;
  /external/icu4c/common/
brkeng.h 50 * <p>Indicate whether this engine handles a particular character for
55 * @return TRUE if this engine handles the particular character and break
58 virtual UBool handles(UChar32 c, int32_t breakType) const = 0;
142 * handles characters that no other LanguageBreakEngine is available to
175 * <p>Indicate whether this engine handles a particular character for
180 * @return TRUE if this engine handles the particular character and break
183 virtual UBool handles(UChar32 c, int32_t breakType) const;
  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 122 Syncer::UnsyncedMetaHandles handles; local
123 GetUnsyncedEntries(&trans, &handles);
124 EXPECT_TRUE(handles.empty());
165 Syncer::UnsyncedMetaHandles handles; local
166 GetUnsyncedEntries(&trans, &handles);
167 EXPECT_EQ(2*batch_s+1, handles.size());
183 Syncer::UnsyncedMetaHandles handles; local
184 GetUnsyncedEntries(&trans, &handles);
185 EXPECT_EQ(2*batch_s+1, handles.size());
210 Syncer::UnsyncedMetaHandles handles; local
235 Syncer::UnsyncedMetaHandles handles; local
280 Syncer::UnsyncedMetaHandles handles; local
300 Syncer::UnsyncedMetaHandles handles; local
    [all...]
  /external/openssh/
sftp-server.c 175 /* handle handles */
193 Handle *handles = NULL; variable
199 handles[i].use = HANDLE_UNUSED;
200 handles[i].next_unused = first_unused_handle;
213 handles = xrealloc(handles, num_handles, sizeof(Handle));
218 first_unused_handle = handles[i].next_unused;
220 handles[i].use = use;
221 handles[i].dirp = dirp;
222 handles[i].fd = fd
    [all...]
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_daemon_client.cc 248 // Handles the result of EnumerateStorages and calls |callback| or
267 // Handles the result of GetStorageInfo and calls |callback| or
288 // Handles the result of OpenStorage and calls |callback| or |error_callback|.
306 // Handles the result of CloseStorage and calls |callback| or
318 // Handles the result of ReadDirectoryByPath/Id and calls |callback| or
342 // Handles the result of ReadFileChunkByPath/Id and calls |callback| or
363 // Handles the result of GetFileInfoByPath/Id and calls |callback| or
383 // Handles MTPStorageAttached/Dettached signals and calls |handler|.
398 // Handles the result of signal connection setup.
  /external/chromium/chrome/browser/password_manager/
password_store_default.cc 22 // MigrateHelper handles migration from WebDB to PasswordStore. It runs
43 typedef std::set<WebDataService::Handle> Handles;
53 // Set of handles from requesting data from the WebDB.
54 Handles handles_;
60 for (Handles::const_iterator i = handles_.begin(); i != handles_.end(); ++i)
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.h 115 // Handles a successful download, merging |updated_contacts| and saving the
121 // Handles a failed update. A new update is scheduled.
124 // Handles |db_|'s initialization. On success, we start loading the contacts
129 // Handles contacts being loaded from |db_|. On success, we merge the loaded
135 // Handles contacts being saved to |db_|. Now that the contacts are no longer
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectionHandleController.java 27 /** Whether handles should show automatically when text is selected. */
144 * If the handles are not visible, sets their visibility to View.VISIBLE and begins fading them
153 * Sets the start and end handles to the given visibility.
161 * Shows the handles if allowed.
173 * Sets both start and end position and show the handles.
  /external/chromium_org/mojo/system/
core_impl.h 40 virtual MojoResult WaitMany(const MojoHandle* handles,
50 const MojoHandle* handles,
56 MojoHandle* handles,
95 // the dispatchers for the handles that it is sending (and fail with
136 MojoResult WaitManyInternal(const MojoHandle* handles,
  /external/chromium_org/sandbox/win/src/
handle_closer_agent.cc 14 // called for invalid handles so it catches STATUS_INVALID_HANDLE exceptions
37 // Memory buffer mapped from the parent, with the list of handles.
95 // Keep incrementing until we hit the number of handles reported by
97 // handles we assume that we've run past the end of the table.
128 // Empty set means close all handles of this type; otherwise check name.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaMimeTest.java 74 // Checks the MediaPlaybackActivity handles audio/mp3.
80 // Checks the MediaPlaybackActivity handles audio/*.
87 // Checks the MediaPlaybackActivity handles application/itunes. Some servers
125 // Helper method to check the media playback activity handles the given mime type.
133 // Helper method to check that NO activity handles the given mime type.

Completed in 3800 milliseconds

1 2 3 4 5 6 7 8 91011>>