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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ppapi/examples/crxfs/
crxfs.js 16 // Attach a listener for the message event. This must happen after the plugin
  /external/chromium_org/third_party/icu/source/i18n/
dtrule.cpp 40 UBool after,
46 if (after) {
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h 102 bool startAfter(const SkIntersectionHelper& after) {
103 fIndex = after.fIndex;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfext.asm 50 section e comment,5 ; after comma is reserved value
  /external/chromium_org/ui/base/gtk/
gtk_signal_registrar.cc 51 bool after) {
62 glong handler_id = after ?
  /external/chromium_org/v8/test/mjsunit/regress/
regress-618.js 36 // Add setter somewhere on the prototype chain after having constructed the
51 // Add setter somewhere on the prototype chain after having constructed the
66 // Add setter somewhere on the prototype chain after having constructed the
81 // Add setter somewhere on the prototype chain after having constructed the
  /external/icu4c/i18n/
dtrule.cpp 40 UBool after,
46 if (after) {
  /external/skia/src/pathops/
SkIntersectionHelper.h 102 bool startAfter(const SkIntersectionHelper& after) {
103 fIndex = after.fIndex;
  /external/v8/test/mjsunit/bugs/
618.js 36 // Add setter somewhere on the prototype chain after having constructed the
51 // Add setter somewhere on the prototype chain after having constructed the
66 // Add setter somewhere on the prototype chain after having constructed the
81 // Add setter somewhere on the prototype chain after having constructed the
  /frameworks/base/services/java/com/android/server/
DiskStatsService.java 67 long after = SystemClock.uptimeMillis(); local
75 pw.print(after - before);
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java 119 long after = 1500; local
124 // Interval disjoint from and after op1.
126 "authority1", b1, after, afterFlex, unimportant, unimportant, true);
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactDeltaTests.java 317 final ContentValues after = new ContentValues(); local
318 after.put(RawContacts.ACCOUNT_NAME, TEST_ACCOUNT_NAME);
319 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
321 final ValuesDelta values = ValuesDelta.fromAfter(after);
338 final ContentValues after = new ContentValues(); local
339 after.put(RawContacts.ACCOUNT_NAME, TEST_ACCOUNT_NAME);
340 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
342 final ValuesDelta values = ValuesDelta.fromAfter(after);
  /bionic/libc/arch-mips/string/
memset.S 190 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks
192 # Find out, if there are any 64-byte chunks after which will be still at least
194 # "pref 30,64(a0)" prefetch, which can be used as "pref 30,0(a0)" after
205 addu t4,a0,t5 # Now t4 is the dst after 64-byte "safe" chunks
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 145 final File[] after = new File[before.length - 1]; local
146 System.arraycopy(before, 1, after, 0, after.length);
147 return after;
  /cts/suite/pts/deviceTests/opengl/jni/graphics/
PerspectiveMeshNode.cpp 64 void PerspectiveMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:PerspectiveMeshNode
  /cts/suite/pts/deviceTests/opengl/jni/reference/scene/glowing/
BlurMeshNode.cpp 55 void BlurMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:BlurMeshNode
  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/networkbasic/
LogFragment.java 42 public void beforeTextChanged(CharSequence s, int start, int count, int after) {}
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/networkconnect/
LogFragment.java 42 public void beforeTextChanged(CharSequence s, int start, int count, int after) {}
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/basicgesturedetect/
LogFragment.java 41 public void beforeTextChanged(CharSequence s, int start, int count, int after) {}
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/basicandroidkeystore/
LogFragment.java 54 public void beforeTextChanged(CharSequence s, int start, int count, int after) {}
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 45 +post_action+ is defined, a node is yielded to the block after all of its
71 after = post_action || @post_action
78 tree = after.call( tree ) unless after.nil? or flat
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 13 @after {
  /external/chromium_org/content/browser/renderer_host/
ime_adapter_android.h 50 void DeleteSurroundingText(JNIEnv*, jobject, int before, int after);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LengthBox.cpp 62 Length LengthBox::after(WritingMode writingMode) const function in class:WebCore::LengthBox
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutBoxExtent.h 62 LayoutUnit after(WritingMode) const;

Completed in 520 milliseconds

1 2 3 4 56 7 8 91011>>