HomeSort by relevance Sort by last modified time
    Searched refs:after (Results 51 - 75 of 289) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Calculator/src/com/android/calculator2/
ColorButton.java 83 protected void onTextChanged(CharSequence text, int start, int before, int after) {
  /sdk/eclipse/scripts/
create_test_symlinks.sh 24 rsync -avW --delete-after $2 $1
  /build/core/combo/
TARGET_linux-arm.mk 139 -fgcse-after-reload \
140 -frerun-cse-after-loop \
TARGET_linux-sh.mk 60 -fgcse-after-reload \
61 -frerun-cse-after-loop \
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 49 /** text after transformation: ************(12 dots) */
168 // it will get transformed after a while
276 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
277 super.beforeTextChanged(s, start, count, after);
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 20 bl .L${opcode}_continue @ make call; will return after
entry.S 113 cmp r1, #kInterpEntryResume @ resuming after Jit single-step?
119 b jitSVShadowRunStart @ re-enter the translation after the
  /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
undeletable-functions.js 136 assertFalse(hasOwnProperty.call(type, prop), "still there after delete: " + prop);
149 assertTrue(type.hasOwnProperty(prop), "not there after delete: " + prop);
164 assertTrue(type.hasOwnProperty(prop), "not there after delete: " + prop);
176 assertTrue(type.hasOwnProperty(prop), "not there after delete: " + prop);
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 133 int after = mText.length - (mGapStart + mGapLength); local
136 System.arraycopy(mText, mText.length - after,
137 newtext, newlen - after, after);
800 * Return the next offset after <code>start</code> but less than or
873 private TextWatcher[] sendTextWillChange(int start, int before, int after) {
878 recip[i].beforeTextChanged(this, start, before, after);
885 int after) {
889 recip[i].onTextChanged(this, start, before, after);
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 187 * after a layout.
241 protected void onTextChanged(CharSequence text, int start, int before, int after) {
242 super.onTextChanged(text, start, before, after);
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 234 int after = countLines(process); local
237 assertEquals(before, after);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 186 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
202 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 329 final ContentValues after = new ContentValues();
332 after.put(Data.MIMETYPE, kind.mimeType);
336 after.putAll(kind.defaultValues);
341 after.put(kind.typeColumn, type.rawValue);
344 final ValuesDelta child = ValuesDelta.fromAfter(after);
  /external/bluetooth/glib/gobject/
gsignal.c 75 * 2 - Invocation of normal user-provided signal handlers (<emphasis>after</emphasis> flag %FALSE)
81 * 4 - Invocation of user provided signal handlers, connected with an <emphasis>after</emphasis> flag of %TRUE
139 static inline Handler* handler_new (gboolean after);
253 guint after : 1; member in struct:_Handler
556 handler_new (gboolean after)
570 handler->after = after != FALSE;
612 if (!handler->after && (!handler->next || handler->next->after))
656 if (!handler->after)
2236 gboolean swapped, after; local
    [all...]
  /external/icu4c/test/intltest/
utxttest.cpp 1139 after = UTEXT_INITIALIZER; local
1187 after = UTEXT_INITIALIZER; local
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 160 // In a mailto: URL, host names come after a '@' character and end with a '>' or ',' or '?' character.
260 // It comes after a "://" sequence, with scheme characters preceding.
262 // If there is a "@" character, the host part is just the part after the "@".
286 // Start after the separator.
524 char *after = static_cast<char *>(malloc(bufferLength)); // large enough to %-escape every character
525 char *q = after;
553 NSString *result = [NSString stringWithUTF8String:after];
560 int afterlength = q - after;
561 char *p = after + bufferLength - afterlength - 1;
562 memmove(p, after, afterlength + 1); // copies trailing '\0
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntitySetTests.java 107 final ContentValues after = new ContentValues(); local
108 after.put(RawContacts.ACCOUNT_NAME, EntityDeltaTests.TEST_ACCOUNT_NAME);
109 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
111 final ValuesDelta values = ValuesDelta.fromAfter(after);
140 final EntityDelta after = new EntityDelta(ValuesDelta.fromAfter(contact)); local
142 after.addEntry(ValuesDelta.fromAfter(entry));
144 return after;
  /external/skia/src/views/
SkWidgets.cpp 353 SkScalar before, after; local
354 (void)fPaint.measureText(0, NULL, &before, &after);
356 this->setHeight(lines * (after - before) + fMargin.fY * 2);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 532 long after = System.currentTimeMillis(); local
533 long error = (after - before - delay);
541 toLong[count][2] = after;
552 sb.append(" after: ");
635 assertTrue("Thread did not wake after 1 ms. (status = "
  /libcore/luni/src/test/java/tests/api/java/util/
DateTest.java 160 * @tests java.util.Date#after(java.util.Date)
165 method = "after",
169 // Test for method boolean java.util.Date.after(java.util.Date)
172 assertTrue("Older was returned as newer", d2.after(d1));
173 assertTrue("Newer was returned as older", !d1.after(d2));
176 d1.after(null);
714 * method is called after a test is executed.
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_adpcm.c 254 #define PUT16_END after
257 after:
302 #define GET16_END after
305 after:
pcm_iec958.c 171 #define PUT32_END after
174 after:
210 #define GET32_END after
213 after:
  /external/chromium/third_party/icu/source/i18n/
tzrule.cpp 273 UBool after = TRUE;
281 after = FALSE;
290 after = FALSE;
300 if (after) {
  /external/gtest/test/
gtest-typed-test_test.cc 113 // The second test makes sure shared_ is not deleted after the first
254 // The second test makes sure shared_ is not deleted after the first
306 IntAfterTypedTestCaseP after = 0; variable

Completed in 2900 milliseconds

1 23 4 5 6 7 8 91011>>