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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 1037 PSH_Point first, start, end, before, after; local
1090 after = end;
1095 end = after;
1096 after = after->next;
1097 if ( after == first )
1100 out_x = after->org_u - end->org_u;
1101 out_y = after->org_v - end->org_v;
1122 end = after;
1401 PSH_Point point, before, after; local
1468 PSH_Point point, before, after; local
1963 PSH_Point before, after; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 1138 after = UTEXT_INITIALIZER; local
1186 after = UTEXT_INITIALIZER; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 698 unsigned long nitems, after; local
704 &nitems, &after, &data);
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 61 bool SkOpAngle::after(const SkOpAngle* test) const { function in class:SkOpAngle
640 // OPTIMIZE: if this loops to only one other angle, after first compare fails, insert on other side
666 if (singleton || angle->after(this)) {
682 if (angle->after(last)) {
750 // OPTIMIZATION: can this be done better in after when angles are sorted?
789 SkASSERT(working->after(last));
    [all...]
  /external/chromium_org/third_party/webrtc/base/
linuxwindowpicker.cc 681 unsigned long nitems, after; local
687 &nitems, &after, &data);
  /external/clang/test/CXX/drs/
dr4xx.cpp 1209 void after() { function in namespace:dr497
  /external/freetype/src/autofit/
afcjk.c 448 /* we simply take the median value after a simple sort */
2042 AF_Edge before, after; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1037 PSH_Point first, start, end, before, after; local
1090 after = end;
1095 end = after;
1096 after = after->next;
1097 if ( after == first )
1100 out_x = after->org_u - end->org_u;
1101 out_y = after->org_v - end->org_v;
1122 end = after;
1401 PSH_Point point, before, after; local
1467 PSH_Point point, before, after; local
1962 PSH_Point before, after; local
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 667 TimeZoneTransition after; local
668 UBool afterTrs = btz->getNextTransition(date, FALSE, after);
670 && (after.getTime() - date < kDstCheckRange)
671 && after.getTo()->getDSTSavings() != 0) {
928 UBool isStandard = FALSE; // TODO: Temporary hack (on hack) for short standard name/location name conflict (found in zh_Hant), should be removed after CLDR 21m1 integration
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.c 1037 PSH_Point first, start, end, before, after; local
1090 after = end;
1095 end = after;
1096 after = after->next;
1097 if ( after == first )
1100 out_x = after->org_u - end->org_u;
1101 out_y = after->org_v - end->org_v;
1122 end = after;
1401 PSH_Point point, before, after; local
1468 PSH_Point point, before, after; local
1963 PSH_Point before, after; local
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 61 bool SkOpAngle::after(const SkOpAngle* test) const { function in class:SkOpAngle
640 // OPTIMIZE: if this loops to only one other angle, after first compare fails, insert on other side
666 if (singleton || angle->after(this)) {
682 if (angle->after(last)) {
750 // OPTIMIZATION: can this be done better in after when angles are sorted?
789 SkASSERT(working->after(last));
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 244 static __inline__ void after ( char* fnname, int err ) function
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 142 final int after = oldLength - (mGapStart + mGapLength); local
143 System.arraycopy(mText, oldLength - after, newText, newLength - after, after);
518 // Span watchers need to be called after text watchers, which may update the layout
811 // Expensive test, should be performed after the previous tests
868 * Return the next offset after <code>start</code> but less than or
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 31 * a moment in time, specified with second precision. It is modelled after
381 * fields, call {@link #normalize(boolean)} after parsing.
722 * after adding or subtracting days or explicitly setting the "monthDay"
730 * or {@link #set(Time)} or after parsing a date string.
738 * Sets the fields in this Time object given the UTC milliseconds. After
834 * Returns true if the time represented by this Time object occurs after
840 public boolean after(Time that) { method in class:Time
954 * After this method returns all the fields will be normalized and the time
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 66 long after = System.currentTimeMillis(); local
77 assertTrue(e2.getTimeMillis() < after);
93 long after = System.currentTimeMillis();
733 int after = countOpenFiles(); local
734 assertTrue(after > 0);
735 assertTrue(after < before + 20);
  /libcore/luni/src/main/java/java/util/
Calendar.java 172 * return {@code value} after the fields have been recomputed. The
183 * 30, 1999, since no recomputation occurs after {@code set()} itself.
193 * <strong>Add rule 1</strong>. The value of field {@code f} after the
203 * changes in its minimum or maximum after field {@code f} is changed,
234 * <strong>Roll rule</strong>. Larger fields are unchanged after the call. A
594 * whether the {@code HOUR} is before or after noon. E.g., at
751 * Returns whether the {@code Date} represented by this {@code Calendar} instance is after the {@code Date}
757 * @return {@code true} when this Calendar is after calendar, {@code false} otherwise.
762 public boolean after(Object calendar) { method in class:Calendar
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 331 assertTrue(actual.after(c.getTime()));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 368 final ContentValues after = new ContentValues();
371 after.put(Data.MIMETYPE, kind.mimeType);
375 after.putAll(kind.defaultValues);
380 after.put(kind.typeColumn, type.rawValue);
383 final ValuesDelta child = ValuesDelta.fromAfter(after);
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 365 int after = index + component.length(); local
367 (after == classList.length() || classList.charAt(after) == ' ')) return;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 68 * cursor or selection start may end up after all the keyboard-triggered updates have passed. We
235 // TODO: this is not correct! The cursor is not necessarily after the composing text.
329 * Gets the caps modes we should be in after this specific string.
332 * This method also supports faking an additional space after the string passed in argument,
340 * @param hasSpaceBefore if we should consider there should be a space after the string.
358 // information but not enough to determine the caps mode accurately. This may happen after
415 // TODO: the following is incorrect if the cursor is not immediately after the composition.
653 final CharSequence after = mIC.getTextAfterCursor(Constants.EDITOR_CONTENTS_CACHE_SIZE, local
655 if (before == null || after == null) {
718 final CharSequence after = getTextAfterCursor(1, 0); local
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 612 final File after = new File(afterDir, before.getName()); local
613 if (before.renameTo(after)) {
614 mInfoDelta.mFileName = after.getAbsolutePath();
746 long retryAfter = conn.getHeaderFieldInt("Retry-After", -1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 207 List<RuleAction> after = actions; local
213 if (!before.equals(after) || after.size() > mLayoutToolBar.getItemCount()) {
239 RuleAction newAction = after.get(actionIndex);
270 // Flag used to indicate that if there are any actions -after- this, it
  /art/compiler/dex/
mir_graph.cc 628 * not automatically terminated after the work portion, and may
1345 static const struct { const char before; const char after; } match[] = { member in struct:art::__anon6
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 735 assertReadingClipNotAllowed(subClip, "shouldn't read after losing granted URI");
736 assertReadingClipNotAllowed(sub2Clip, "shouldn't read after losing granted URI");
1286 long after = System.currentTimeMillis(); local
1453 long after = System.currentTimeMillis(); local
1506 long after = System.currentTimeMillis(); local
1575 long after = System.currentTimeMillis(); local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 73 u64 after; member in struct:nfs4_change_info

Completed in 2806 milliseconds

1 2 3 4 56 7 8 91011>>