HomeSort by relevance Sort by last modified time
    Searched refs:after (Results 126 - 150 of 1232) 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/ContactsCommon/tests/src/com/android/contacts/common/
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/suite/cts/deviceTests/opengl/jni/graphics/
PerspectiveMeshNode.cpp 64 void PerspectiveMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:PerspectiveMeshNode
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/
BlurMeshNode.cpp 55 void BlurMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:BlurMeshNode
  /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;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtrule.h 41 DOW_GEQ_DOM, /**< The first occurence of the day of week on or after the day of monnth,
42 for example, first Sunday on or after March 8. */
92 * on or after/before the day of month and the time rule. The date rule
99 * @param after true if the rule date is on or after the day of month.
105 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after,
  /external/chromium_org/ui/base/ime/
text_input_client.h 139 // before and after the selection or caret. This function should be used
143 virtual void ExtendSelectionAndDelete(size_t before, size_t after) = 0;
  /external/chromium_org/ui/views/controls/
prefix_selector.h 52 virtual void ExtendSelectionAndDelete(size_t before, size_t after) OVERRIDE;
  /external/chromium_org/ui/webui/resources/css/
expandable_bubble.css 19 .expandable-bubble::after {
38 .expandable-bubble-title::after {
table.css 91 .table-header-sort-image-desc::after {
99 .table-header-sort-image-asc::after {

Completed in 637 milliseconds

1 2 3 4 56 7 8 91011>>