HomeSort by relevance Sort by last modified time
    Searched refs:when (Results 151 - 175 of 1572) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
tts_interface.js 17 * An interface for clients who want to get notified when an utterance
23 * Called when any utterance starts.
28 * Called when any utterance ends.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.cpp 48 // Higher than expected rates can be useful when playing back oversampled buffers
144 // If we're not looping, then stop playing when we get to the end.
367 void AudioBufferSourceNode::start(double when, ExceptionState& exceptionState)
369 AudioScheduledSourceNode::start(when, exceptionState);
372 void AudioBufferSourceNode::start(double when, double grainOffset, ExceptionState& exceptionState)
374 start(when, grainOffset, buffer() ? buffer()->duration() : 0, exceptionState);
377 void AudioBufferSourceNode::start(double when, double grainOffset, double grainDuration, ExceptionState& exceptionState)
405 m_startTime = when;
409 // When aligned to the sample-frame the playback will be identical to the PCM data stored in the buffer.
  /external/chromium_org/ui/keyboard/resources/
constants.js 50 * The ratio between the width and height of the key when in portrait mode.
56 * The ratio between the width and height of the key when in landscape mode.
103 * enable the same sound to be overlayed, for example, when a repeat key is
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 80 long when) {
118 when = System.currentTimeMillis();
127 .setWhen(when)
132 UpdateService.getPendingIntent(context, update + 1, id, when))
141 public static Notification makeUploadNotification(Context context, int progress, long when) {
147 .setWhen(when)
218 + "see what my new camera feels like when shooting landscapes.")
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 139 when AST::Tree
141 when nil
310 when /^\d+$/ then Integer( elem )
311 when /^\d+\.\d+$/ then Float( elem )
312 when /^true$/ then true
313 when /^false$/ then false
314 when /^"(.*)"$/ then parse_string( $1 )
340 when ?\\ # escape
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 51 occurs when::
116 when TokenStream
120 when CharacterStream
124 when AST::TreeNodeStream
149 when TokenStream
151 when AST::TreeNodeStream
211 occurs when::
252 occurs when::
317 occurs when::
342 occurs when:
    [all...]
tree.rb 147 when DOWN then level += 1
148 when UP
479 when CommonTree then # copy-constructor style init
483 when nil, Token then @token = payload
632 when Token
636 when Tree
645 when MissingToken
647 when UnwantedToken
649 when MismatchedToken
651 when NoViableAlternativ
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
cryptohome.js 19 // Auto-refresh when interval is given as pathname.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 19 * Opens history.html when the browser action is clicked.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
background.js 6 * Returns a handler which will open a new window when activated.
  /external/chromium_org/remoting/webapp/
host_install_dialog.js 52 * @param {function():void} onDone Callback called when user clicks Ok,
55 * @param {function(remoting.Error):void} onError Callback called when user
75 // TODO(jamiewalch): Use chrome.downloads when it is available to
92 * and onError callbacks will be used when user clicks Ok or Cancel.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-350434.js 22 // a lazy deopt when that map dies.
  /external/lldb/source/Interpreter/
wrap_python.mk 9 # device-specific path when we want the host-specific path.
  /external/llvm/test/MC/Mips/
nooddspreg-error.s 12 # FIXME: Test should include gnu_attributes directive when implemented.
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 5 # when it Android.mk is included in make -f $NDK/build/core/build-local.mk DUMP_*
  /ndk/tests/build/stdint-c++/jni/
Android.mk 7 # - All constants should be defined when <stdint.h> is included from a C program
9 # - When included from a C++ program, limit-related macros should only be
12 # - When included from a C++ program, constant-related macros should only be
  /packages/apps/Settings/src/com/android/settings/drawable/
DrawableWrapper.java 154 public void scheduleDrawable(Drawable who, Runnable what, long when) {
155 scheduleSelf(what, when);
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclsh.i 12 when using dynamic loading. To make an interface file work with
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 56 // when support for key types other than plain text password is added.
175 * Invoked when the login UI is initialized or reset.
185 * Invoked when the background script sends a message to indicate that the
198 * Invoked when the signin flow is complete.
218 * Invoked when 'enableSAML' event is received to initialize SAML support on
219 * Chrome OS, or when initDesktopChannel_ is called on desktop.
241 // Abort the login flow when content served over an unencrypted connection
253 * Invoked when the background page sends 'onHostedPageLoaded' message.
276 * Invoked when the background page sends an 'onInsecureContentBlocked'
288 * Invoked when one of the credential passing API methods is called by a SAM
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
NotificationTest.java 50 assertTrue(System.currentTimeMillis() - mNotification.when < TOLERANCE);
55 assertEquals(notificationTime, mNotification.when);
99 assertEquals(mNotification.when, result.when);
  /cts/tests/tests/net/
Android.mk 21 # and when built explicitly put it in the data partition
39 # uncomment when b/13249961 is fixed
  /cts/tests/tests/os/
Android.mk 21 # and when built explicitly put it in the data partition
38 # uncomment when b/13282254 is fixed
  /device/asus/grouper/
BoardConfig.mk 27 # we use the camera stub when the vendor tree isn't present, and
28 # the true camera library when the vendor tree is available. Similarly,
  /device/asus/tilapia/
BoardConfig.mk 27 # we use the camera stub when the vendor tree isn't present, and
28 # the true camera library when the vendor tree is available. Similarly,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
parameter.rb 35 when Parameter then name

Completed in 407 milliseconds

1 2 3 4 5 67 8 91011>>