HomeSort by relevance Sort by last modified time
    Searched defs:before (Results 251 - 275 of 630) sorted by null

<<11121314151617181920>>

  /build/tools/ijar/
classfile.cc 158 fprintf(stderr, "Constant::slot() called before output phase.\n");
1367 u1* before = p; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java 664 * within 80 years before and 20 years after the time the SimpleDateFormat
2551 Object before = items[itemIndex-1]; local
2577 Object before = items[itemIndex-1]; local
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 16 * 05/01/97 aliu Made equals(), before(), after() arguments const.
154 /* Max value for stamp allowable before recalculation */
1050 Calendar::before(const Calendar& when, UErrorCode& status) const function in class:Calendar
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 307 c->before(*d,status) ||
308 c->before(*c,status) ||
1180 UDate before = ADDROLL_date[i]; local
2039 int32_t before; \/\/ ms before cutover member in struct:__anon12997
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java 663 * within 80 years before and 20 years after the time the SimpleDateFormat
2564 Object before = items[itemIndex-1]; local
2590 Object before = items[itemIndex-1]; local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 86 // If more advanced computation is required before the assert then access the
12564 RegisterDump before; local
12583 RegisterDump before; local
12650 RegisterDump before; local
14119 RegisterDump before; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 117 * Called when a notification is tentatively enqueued by an app, before rate checking.
1246 final int before = r.stats.requestedImportance; local
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 247 // Cache the methods ids before we throw, so we don't call GetMethodID with a pending exception.
1398 timespec before; local
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 101 * designate the week before week 1 of a year as week <em>n</em> of the previous
145 * Calendar resolves the time using the UTC offset before the transition by default.
205 * call to <code>set(Calendar.DAY_OF_MONTH, 30)</code> before the call to
215 * after the call minus the value of field <code>f</code> before the
475 * number of the day before the first day of the month. The month
607 * dates before the historical onset of the calendar by extending the
609 * <code>HebrewCalendar</code> extends backward before the start of
2356 public boolean before(Object when) { method in class:Calendar
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegression.java 141 c.before(d) ||
142 c.before(c) ||
729 Date before = (Date)ADDROLL[i+2]; local
732 testCal.setTime(before);
736 amount + ") " + before + " => " +
750 if (!before.equals(testCal.getTime())) {
751 logln(" exp:" + before + " FAIL");
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 144 * These strings contain the last character before [variable top]
155 * which means that LAST_VARIABLE_CHAR_STRING sorts before [last variable].
169 * which means that LAST_REGULAR_CHAR_STRING sorts before [last regular].
176 // "&[before 3][last primary ignorable]<<<k",
178 /* "you cannot go before ...": The parser now sets an error for such nonsensical rules.
179 "&[before 3][first tertiary ignorable]<<<a",
180 "&[before 3][last tertiary ignorable]<<<a", */
183 * and it *is* possible to "go before" that.
185 "&[before 3][first secondary ignorable]<<<a",
186 "&[before 3][last secondary ignorable]<<<a"
3066 String before = "\\u0e01"; \/* ko kai *\/ local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 100 * designate the week before week 1 of a year as week <em>n</em> of the previous
144 * Calendar resolves the time using the UTC offset before the transition by default.
204 * call to <code>set(Calendar.DAY_OF_MONTH, 30)</code> before the call to
214 * after the call minus the value of field <code>f</code> before the
474 * number of the day before the first day of the month. The month
606 * dates before the historical onset of the calendar by extending the
608 * <code>HebrewCalendar</code> extends backward before the start of
2449 public boolean before(Object when) { method in class:Calendar
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java 140 * These strings contain the last character before [variable top]
151 * which means that LAST_VARIABLE_CHAR_STRING sorts before [last variable].
165 * which means that LAST_REGULAR_CHAR_STRING sorts before [last regular].
172 // "&[before 3][last primary ignorable]<<<k",
174 /* "you cannot go before ...": The parser now sets an error for such nonsensical rules.
175 "&[before 3][first tertiary ignorable]<<<a",
176 "&[before 3][last tertiary ignorable]<<<a", */
179 * and it *is* possible to "go before" that.
181 "&[before 3][first secondary ignorable]<<<a",
182 "&[before 3][last secondary ignorable]<<<a"
3062 String before = "\\u0e01"; \/* ko kai *\/ local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegression.java 137 c.before(d) ||
138 c.before(c) ||
725 Date before = (Date)ADDROLL[i+2]; local
728 testCal.setTime(before);
732 amount + ") " + before + " => " +
746 if (!before.equals(testCal.getTime())) {
747 logln(" exp:" + before + " FAIL");
    [all...]
  /external/skia/src/core/
SkPath.cpp 1440 SkVector before, after; local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 469 // Find the last interval that ends before the position. If the
501 UseInterval* before = current; local
503 (last_interval_ == before)
507 last_interval_ = before;
509 // Find the last use position before the split and the first use
944 // First is in order before second.
949 // First is in order before its successor (or second), so advance first.
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 219 * to their margins, before the edges of the resulting rectangle are aligned.
799 // before we are set up.
2360 public int before; field in class:Bounds
2397 int before = alignment.getAlignmentValue(c, size, gl.getLayoutMode()); local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 207 * to their margins, before the edges of the resulting rectangle are aligned.
790 // before we are set up.
2254 public int before; field in class:Bounds
2291 int before = alignment.getAlignmentValue(c, size, ViewGroupCompat.getLayoutMode(gl)); local
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js     [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 483 /* Tailor b and c before U+4E00. */
484 "&[before 1]\\u4e00 < b < c "
485 /* Now, before U+4E00 is c; put d and e after that. */
486 "&[before 1]\\u4e00 < d < e",
489 { "&[before 1]\\u4e00 < \\u4e01 < \\u4e02", { "\\u4e01", "\\u4e02", "\\u4e00"}, 3},
490 { "&[before 1]\\u4e01 < \\u4e02 < \\u4e03", { "\\u4e02", "\\u4e03", "\\u4e01"}, 3}
772 "&[before 1]a<\\u0101<\\u00e1<\\u01ce<\\u00e0"
773 "&[before 1]e<\\u0113<\\u00e9<\\u011b<\\u00e8"
774 "&[before 1]i<\\u012b<\\u00ed<\\u01d0<\\u00ec"
775 "&[before 1]o<\\u014d<\\u00f3<\\u01d2<\\u00f2
4551 UChar before[] = { 0x0e01 }; \/* ko kai *\/ local
    [all...]
  /external/v8/src/debug/
debug.js     [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 2558 lang_statement_union_type *before; local
    [all...]
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 

Completed in 2481 milliseconds

<<11121314151617181920>>