HomeSort by relevance Sort by last modified time
    Searched defs:after (Results 76 - 100 of 125) sorted by null

1 2 34 5

  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 429 /* we simply take the median value after a simple sort */
2273 AF_Edge before, after; local
    [all...]
aflatin2.c 361 /* we simply take the median value after a simple sort */
2253 AF_Edge before, after; local
    [all...]
  /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/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...]
calendar.cpp 16 * 05/01/97 aliu Made equals(), before(), after() arguments const.
996 Calendar::after(const Calendar& when, UErrorCode& status) const function in class:Calendar
    [all...]
  /external/chromium_org/third_party/webrtc/base/
x11windowpicker.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...]
aflatin.c 636 /* all constraints are met; update segment after finding */
741 /* we simply take the median value after a simple sort */
2724 AF_Edge before, after; local
    [all...]
aflatin2.c 362 /* we simply take the median value after a simple sort */
2254 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...]
calendar.cpp 16 * 05/01/97 aliu Made equals(), before(), after() arguments const.
996 Calendar::after(const Calendar& when, UErrorCode& status) const function in class:Calendar
    [all...]
  /art/compiler/dex/
mir_graph.cc 628 * not automatically terminated after the work portion, and may
1347 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 736 assertReadingClipNotAllowed(subClip, "shouldn't read after losing granted URI");
737 assertReadingClipNotAllowed(sub2Clip, "shouldn't read after losing granted URI");
1287 long after = System.currentTimeMillis(); local
1454 long after = System.currentTimeMillis(); local
1507 long after = System.currentTimeMillis(); local
1576 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
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 173 hb_set_t *old_after = after;
174 before = input = after = hb_set_get_empty ();
182 after = old_after;
190 hb_set_t *after; member in struct:OT::hb_collect_glyphs_context_t
205 after (glyphs_after ? glyphs_after : hb_set_get_empty ()),
    [all...]
  /external/chromium_org/v8/src/compiler/
register-allocator.cc 55 UseInterval* after = new (zone) UseInterval(pos, end_); local
56 after->next_ = next_;
57 next_ = after;
278 UseInterval* after = before->next(); local
281 ? after // Only interval in the range after split.
283 result->first_interval_ = after;
287 // position after it.
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 61 UseInterval* after = new(zone) UseInterval(pos, end_); local
62 after->next_ = next_;
63 next_ = after;
282 UseInterval* after = before->next(); local
284 ? after // Only interval in the range after split.
286 result->first_interval_ = after;
290 // position after it.
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 173 hb_set_t *old_after = after;
174 before = input = after = hb_set_get_empty ();
182 after = old_after;
190 hb_set_t *after; member in struct:OT::hb_collect_glyphs_context_t
205 after (glyphs_after ? glyphs_after : hb_set_get_empty ()),
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 620 if (delims != null && delims.after != null && !"".equals(delims.after)) {
621 e.push(delims.after);
653 private String after; field in class:EmitUtils.ArrayDelimiters
655 public ArrayDelimiters(String before, String inside, String after) {
658 this.after = after;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 194 printdate(cal1, "cal1 after adding 1 day:") ;
222 printdate(cal1.getAlias(), "cal1 (lenient) after adding 8 months:") ;
305 if (c->after(*d,status) ||
306 c->after(*c,status) ||
668 logln("foo1@%.0f - %d-%d-%d %d:%d:%d.%ds after +\n", foo1->getTime(status),
677 logln("foo1@%.0f - %d-%d-%d %d:%d:%d.%ds after -\n", foo1->getTime(status),
874 // setTime to be called in order to update the time fields after the time
1181 UDate after = ADDROLL_date[i+1]; local
2040 int32_t after; \/\/ ms after cutover member in struct:__anon16919
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 120 4. if we encounter Line | Quad | Cubic after Close, cons up a Move
1287 SkVector before, after; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 1542 float after; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 194 printdate(cal1, "cal1 after adding 1 day:") ;
222 printdate(cal1.getAlias(), "cal1 (lenient) after adding 8 months:") ;
305 if (c->after(*d,status) ||
306 c->after(*c,status) ||
668 logln("foo1@%.0f - %d-%d-%d %d:%d:%d.%ds after +\n", foo1->getTime(status),
677 logln("foo1@%.0f - %d-%d-%d %d:%d:%d.%ds after -\n", foo1->getTime(status),
874 // setTime to be called in order to update the time fields after the time
1181 UDate after = ADDROLL_date[i+1]; local
2040 int32_t after; \/\/ ms after cutover member in struct:__anon1655
    [all...]

Completed in 671 milliseconds

1 2 34 5