HomeSort by relevance Sort by last modified time
    Searched refs:after (Results 301 - 325 of 1215) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/
regexp-capture-3.js 92 // Set the internal lastMatchInfoOverride. After calling this we do a normal
147 // failure that came after.
168 NoHang(/(((.*)*)*x)?/); // Continuation after loop is filtered, so is loop.
170 NoHang(/?(((.*)*)*x)/); // Everything after a filtered character is filtered.
172 NoHang(/[???](((.*)*)*x)/); // Everything after a filtered class is filtered.
174 NoHang(/[^\x00-\xff](((.*)*)*x)/); // After negated class.
  /external/chromium_org/v8/test/preparser/
strict-octal-use-strict-after.js 29 // "use strict", after "use strict" directive.
  /external/chromium_org/v8/test/webkit/
delete-then-put.js 25 'This tests for a problem with put after delete that existed at one point in the past.'
dfg-bool-to-int32-reuse.js 25 "Tests that using a value predicted boolean after it is converted to an int32 doesn't crash the compiler while causing bad code gen."
dfg-double-addition-simplify-to-int.js 25 "Tests that the DFG doesn't get confused about an edge being a double edge after we perform CFG simplification."
dfg-double-use-of-post-simplification-double-prediction.js 25 "Tests stability of the DFG compiler when you have a double use of a variable that is not revealed to be a double until after CFG simplification."
resize-array-assign.js 24 description("Tests that assignments into arrays behave properly after the array is resized.")
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractStreamingHasherTest.java 191 int after = processCalled;
192 assertEquals(before + 1, after); // default implementation pads and calls process()
198 // we should have seen as many bytes as the next multiple of chunk after expectedBytes - 1
  /external/skia/tools/lua/
scrape.lua 74 lua_pictures will call this function after all of the pictures have been
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 28 // This is a test of making an API call after an exception thrown in JavaScript
  /external/v8/test/mjsunit/compiler/
regress-4.js 28 // Test deoptimization after a loop.
regress-lazy-deopt.js 30 // Test lazy deoptimization after CallFunctionStub.
  /external/v8/test/preparser/
strict-octal-use-strict-after.js 29 // "use strict", after "use strict" directive.
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 53 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2
54 @ Leftover samples after the loop, in r6:
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 191 * after a layout.
245 protected void onTextChanged(CharSequence text, int start, int before, int after) {
246 super.onTextChanged(text, start, before, after);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardAbsKeyInputView.java 122 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
232 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 193 int after = countLines(process); local
196 assertEquals(before, after);
  /ndk/tests/device/test-gnustl_shared-exception/jni/
Android.mk 31 # Note: Symbol lookup from lib at exec fixed in bionic after android-14
  /ndk/tests/device/test-gnustl_static-exception/jni/
Android.mk 31 # Note: Symbol lookup from lib at exec fixed in bionic after android-14
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 185 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
201 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 3 After ToolTip.py, which uses ideas gleaned from PySol
87 self.widget.after(CHECKHIDE_TIME, self.checkhide_event)
109 self.widget.after(CHECKHIDE_TIME, self.checkhide_event)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 3 After ToolTip.py, which uses ideas gleaned from PySol
87 self.widget.after(CHECKHIDE_TIME, self.checkhide_event)
109 self.widget.after(CHECKHIDE_TIME, self.checkhide_event)
  /external/chromium_org/remoting/host/
chromoting_host_unittest.cc 336 .After(client_authenticated);
339 .After(client_authenticated)
346 .After(video_packet_sent)
351 // Return an expectation that a client will disconnect after a given
352 // expectation. The given action will be done after the event executor is
357 Expectation after,
363 .After(after)
370 after,
375 // Expect the side-effects of a client disconnection, after a give
    [all...]
  /external/linux-tools-perf/util/
map.c 427 struct map *after = map__clone(pos); local
429 if (after == NULL) {
434 after->start = map->end + 1;
435 map_groups__insert(self, after);
437 map__fprintf(after, fp);
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 165 * Uses {@link Utils#calculateRadiusOffset(float, float, float)} after fetching the values
317 s.play(grow.setDuration(SLIDE_TIME/2)).after(shrink);
329 s.play(xMove.setDuration(0)).after(FADE_TIME);
330 s.play(yMove.setDuration(0)).after(FADE_TIME);
331 s.play(fadein).after(FADE_TIME);
332 s.play(grow).after(FADE_TIME);

Completed in 2245 milliseconds

<<11121314151617181920>>