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

1 2 3 4 5 6 7 891011>>

  /frameworks/support/v4/ics/android/support/v4/app/
NotificationCompatIceCreamSandwich.java 32 .setWhen(n.when)
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 87 TextView whenView = (TextView) view.findViewById(R.id.when);
112 // When
113 String when; local
137 when = sb.toString();
138 whenView.setText(when);
  /packages/providers/ContactsProvider/
Android.mk 15 # The Emma tool analyzes code coverage when running unit tests on the
22 # The Emma tool analyzes code coverage when running unit tests on the
  /prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg 30 (eval-when (compile eval)
53 (when (or (and (eq lastcase :upper) (eq newcase :lower))
84 `(eval-when (compile load eval)
89 `(eval-when (compile load eval)
96 `(eval-when (compile load eval)
101 ) ;; eval-when
  /external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
braille_ime.js 10 * This method is automatically enabled when a braille display is connected
21 * Sent when the {code onReset} IME event fires.
23 * Sent when the user typed a braille cell using the standard keyboard.
27 * Sent when the user presses the backspace key.
152 * Called by the IME framework when this IME is activated.
171 * Called by the IME framework when this IME is deactivated.
182 * Called by the IME framework when a text field receives focus.
192 * Called by the IME framework when a text field looses focus.
202 * Called by the IME framework when the current input context is updated.
212 * Called by the system when this IME is active and a key event is generated
    [all...]
  /external/chromium_org/native_client_sdk/src/resources/
common.js 5 // Set to true when the Document is loaded IFF "test=true" is in the query
9 // Set to true when loading a "Release" NaCl module, false when loading a
67 * Inject a script into the DOM, and call a callback when it is loaded.
70 * @param {Function} onload The callback to call when the script is loaded.
185 * The "load" event is sent when the module is successfully loaded. The
186 * "message" event is sent when the naclModule posts a message using
202 * Called when the NaCl module fails to load.
214 * Called when the Browser can not communicate with the Module
230 * Called when the NaCl module is loaded
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 98 * Called when the Browser can not communicate with the Module
122 * Called when the NaCl module is loaded.
141 * Called when the plugin fails to load.
150 * Called when the plugin reports progress events.
183 * Listen for the DOM content to be loaded. This event is fired when parsing of
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 69 when TokenSource then TokenRewriteStream.new( input, options )
70 when IO, String
243 when SETTER_FORM then return( self[ $1 ] = args.first )
244 when ATTR_FORM
312 when Parameter then name
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl 49 {case when BOOL then EXPR else EXPR end}
53 {case when BOOL then EXPR when BOOL then EXPR else EXPR end}
57 {case EXPR when EXPR then EXPR else EXPR end}
143 {case AGG when AGG then AGG else AGG end}
  /external/compiler-rt/lib/asan/
asan_mac.cc 329 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when,
338 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt,
361 void dispatch_after(dispatch_time_t when, dispatch_queue_t queue,
399 dispatch_time_t when, dispatch_queue_t queue, void(^work)(void)) {
402 REAL(dispatch_after)(when, queue, asan_block);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 161 when nil
164 when :identifier then @text = @scanner.matched
165 when :argument
202 when :open then return parse_tree
203 when :identifier
220 when :open
223 when :identifier, :percent, :dot
352 when Integer then find_token_type( tree, what )
353 when String then find_pattern( tree, what )
354 when Symbol then find_token_type( tree, @token_scheme[ what ]
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_background.js 80 // TODO(plundblad): Implement when the background page handles commands
87 * called when something changed (such as a preference) to make sure that
120 // TODO(plundblad): ONly update when user explicitly chooses a table
140 // If the user explicitly set an 8 dot table, use that when looking
167 * Called when a Braille message is received from a page content script.
215 * @param {cvox.NavBraille} content Content of display when event fired.
230 * @param {cvox.NavBraille} content Content of display when event fired.
braille_input_handler.js 6 * @fileoverview Handles braille input keys when the user is typing or editing
29 * {code true} when the Braille IME is connected and has signaled that it is
85 * selection. This is populated when we send text changes to the IME so that
146 * Called when the content on the braille display is updated. Modifies the
260 * Called when a user typed a braille cell.
274 // Avoid accumulating cells forever when typing without moving the cursor
275 // by flushing the input when we see a blank cell.
311 console.error('Error when backtranslating braille cells');
330 // Queue this text up to be ignored when the change comes in.
380 * Called when another extension connects to this extension. Accept
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
braille_captions_background.js 15 * Key set in local storage when this feature is enabled.
32 * @param {function()} stateCallback Called when the state of the captions
99 * This is used when no actual hardware display is connected.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
initial_speech.js 19 // INJECTED_AFTER_LOAD is set true by ChromeVox itself or ChromeOS when this
20 // script is injected after page load (i.e. when manually enabling ChromeVox).
26 * Initial speech when the page loads. This may happen only after we get
  /external/chromium_org/chrome/browser/resources/cryptotoken/
countdown.js 19 * @param {Function=} cb called back when the countdown expires.
48 * @param {Function=} cb called back when the countdown expires.
64 * @param {Function=} cb called back when the countdown expires.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 19 // Handler that gets called when the NaCl module starts loading. This
20 // event is always triggered when an <EMBED> tag has a MIME type of
63 // When the NaCl module has loaded indicate success.
69 // Handler that gets called when the NaCl module loading has completed.
  /external/chromium_org/net/http/
http_server_properties_impl.cc 303 entry.when = base::TimeTicks::Now() + delay * (1 << (count - 1));
306 // Otherwse it will be rescheduled automatically when the pending
427 if (now < entry.when) {
443 base::TimeTicks when = broken_alternate_protocol_list_.front().when; local
444 base::TimeDelta delay = when > now ? when - now : base::TimeDelta();
  /external/chromium_org/tools/telemetry/telemetry/core/
network_quiescence.js 9 * determines when network quiescence has been reached based on the time since
44 // so we can clear new entries when they're added.
47 // True when no resource has been loaded from the network for
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2261.js 30 // Test materialization of the arguments object when deoptimizing a
54 // Test materialization of the arguments object when deoptimizing an
82 // Test materialization of the multiple arguments objects when
  /external/libunwind/doc/
unw_init_local.tex 40 However, unwind performance may be better when using
42 available even when \Const{UNW\_LOCAL\_ONLY} has been defined before
62 (this normally happens when calling \Func{unw\_init\_local}() for a
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 113 // TODO: Remove the wifiOnly test when auto-timezone is implemented based on wifi-location.
195 // We use December 31st because it's unambiguous when demonstrating the date format.
372 long when = c.getTimeInMillis(); local
374 if (when / 1000 < Integer.MAX_VALUE) {
375 ((AlarmManager) context.getSystemService(Context.ALARM_SERVICE)).setTime(when);
386 long when = c.getTimeInMillis(); local
388 if (when / 1000 < Integer.MAX_VALUE) {
389 ((AlarmManager) context.getSystemService(Context.ALARM_SERVICE)).setTime(when);
  /cts/tests/ProcessTest/
Android.mk 20 # and when built explicitly put it in the data partition
  /cts/tests/ProcessTest/NoShareUidApp/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/ProcessTest/ShareUidApp/
Android.mk 21 # and when built explicitly put it in the data partition

Completed in 425 milliseconds

1 2 3 4 5 6 7 891011>>