HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 101 - 125 of 342) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
OP_CHECK_CAST.S 22 testl %eax,%eax # have we resolved this before?
OP_INSTANCE_OF.S 27 testl %ecx,%ecx # have we resolved this before?
  /dalvik/vm/mterp/x86-atom/
OP_CHECK_CAST.S 40 cmp $$0, %ecx # check if classes is resolved before?
OP_INSTANCE_OF.S 49 je .L${opcode}_resolve # not resolved before, so resolve now
  /external/v8/test/mjsunit/
arguments-call-apply.js 36 // Try invoking call before sum has been compiled lazily.
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Security2Test.java 141 Integer before = (Integer) table.get(key); local
142 table.put(key, new Integer(before.intValue() + 1));
  /ndk/build/core/
import-locals.mk 58 # due to the way Unix linkers work (depending libraries must appear before
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 323 public void beforeTextChanged(CharSequence s, int start, int before, int after) {
326 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 79 int before, int after) {
80 if (before == 0 && after == 1) { // inserting a character
109 // it will get added to the list of recipients so we end up with the old before-editing
  /external/v8/src/
messages.js 471 * @param {number} opt_before The number of characters to prefer before the
477 var before;
484 before = opt_before;
486 // If no before is specified center for small limits and perfer more source
487 // before the the position that after for longer limits.
489 before = $floor(limit / 2);
491 before = limit - 10;
494 if (before >= limit) {
495 before = limit - 1;
502 var start_limit = this.position - before;
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 873 private TextWatcher[] sendTextWillChange(int start, int before, int after) {
874 TextWatcher[] recip = getSpans(start, start + before, TextWatcher.class);
878 recip[i].beforeTextChanged(this, start, before, after);
884 private void sendTextChange(TextWatcher[] recip, int start, int before,
889 recip[i].onTextChanged(this, start, before, after);
937 " has end before start");
951 " starts before 0");
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntitySetTests.java 101 final Entity before = EntityDeltaTests.getEntity(rawContactId, local
103 return EntityDelta.fromBefore(before);
129 final Entity before = new Entity(contact); local
131 before.addSubValue(Data.CONTENT_URI, entry);
133 return EntityDelta.fromBefore(before);
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 542 UBool before = FALSE; local
597 if(before == TRUE) { /* swap first and second */
631 before = (UBool)((specs & UCOL_TOK_BEFORE) != 0);
632 if(before) {
640 if(before == TRUE && strength != UCOL_TOK_RESET) { /* first and second were swapped */
641 before = FALSE;
1091 UBool before = FALSE; local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 542 UBool before = FALSE; local
597 if(before == TRUE) { /* swap first and second */
631 before = (UBool)((specs & UCOL_TOK_BEFORE) != 0);
632 if(before) {
640 if(before == TRUE && strength != UCOL_TOK_RESET) { /* first and second were swapped */
641 before = FALSE;
1091 UBool before = FALSE; local
    [all...]
  /external/libpng/
CHANGES 327 than num_palette entries -- test was done before num_palette was defined.
421 Added check if png_ptr->trans is defined before freeing it in pngread.c
443 consistent with PNG-1.2, and allow variance of 500 before complaining.
552 before calling png_set_text(). It must be set to NULL if you want to
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 165 $last_char = substr($t, -1); # Remember last char of this token before processing.
181 # Note: backticks need to be processed before quotes.
274 $last_char = substr($t, -1); # Remember last char of this token before processing.
562 # entries written before SmartyPants 1.1, back when "--" was
745 'Twas the night before Christmas.
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 151 SkScalar before = paint.measureText(lineStart, index * sizeof(uint16_t), 0); local
153 rect.fLeft = pos[0] + before;
167 canvas->drawText(glyphs, countInBytes, pos[0] + before, y, paint);
321 // checked for that before saving the working region.
  /build/core/
cleanspec.mk 34 # run before.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java 175 public void onTextChanged(CharSequence s, int start, int before, int count) {
195 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /external/gtest/test/
Android.mk 40 # before the test-target call).
  /external/icu4c/common/unicode/
platform.h.in 31 /* This file should be included before uvernum.h. */
33 # error Do not include unicode/uvernum.h before #including unicode/platform.h. Instead of unicode/uvernum.h, #include unicode/uversion.h
  /external/openssl/apps/
CA.com 2 $! some setup stuff to be done before you can use it and this makes
  /external/v8/test/es5conform/
harness-adapt.js 52 // Drop the before/after stuff, just run the test.
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 349 PolicySet before = sp.getAggregatePolicy(); local
352 assertEquals(before, after1);
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java 140 if (date.before(this.getNotBefore()))

Completed in 534 milliseconds

1 2 3 45 6 7 8 91011>>