HomeSort by relevance Sort by last modified time
    Searched refs:BEFORE (Results 1 - 25 of 46) sorted by null

1 2

  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ApkPreconditionCheck.java 27 mWhen = When.BEFORE;
ApkInstrumentationPreparer.java 54 BEFORE, AFTER, BOTH;
93 if (mWhen == When.BEFORE) {
DeviceInfoCollector.java 78 mWhen = When.BEFORE;
  /frameworks/minikin/include/minikin/
GraphemeBreak.h 28 BEFORE = 2,
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java 78 * If you scroll really quickly, you can hit the end of the laid out rows before Android has a
103 @IntDef({BEFORE, AFTER})
105 private static final int BEFORE = 0;
144 * top of the viewport. The Upper page break is the page break before it and the lower page
241 while (shouldLayoutNextRow(state, adjacentRow, BEFORE)) {
242 adjacentRow = layoutNextRow(recycler, adjacentRow, BEFORE);
348 while (shouldLayoutNextRow(state, adjacentRow, BEFORE)) {
349 adjacentRow = layoutNextRow(recycler, adjacentRow, BEFORE);
    [all...]
  /external/libvorbis/lib/
lookups.pl 8 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
  /external/testng/src/main/java/org/testng/reporters/
SuiteHTMLReporter.java 346 public static final String BEFORE = ">>";
352 bw.append("<h3>" + BEFORE + " means before, " + AFTER + " means after</h3><p/>");
408 String configurationClassMethod = isClassConfiguration ? (bc ? BEFORE : AFTER) + methodName : SP;
409 String configurationTestMethod = isTestConfiguration ? (bt ? BEFORE : AFTER) + methodName : SP;
410 String configurationGroupsMethod = isGroupsConfiguration ? (bg ? BEFORE : AFTER) + methodName : SP;
411 String configurationSuiteMethod = isSuiteConfiguration ? (bs ? BEFORE : AFTER) + methodName : SP;
412 String setUpOrTearDownMethod = isSetupOrTearDown ? (setUp ? BEFORE : AFTER) + methodName : SP;
471 if (s.startsWith(BEFORE)) {
472 prefix = BEFORE;
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 162 case SpanSet.BEFORE:
196 case SpanSet.BEFORE:
324 static final int BEFORE = 0;
347 if (position < replaceStart) return BEFORE;
  /frameworks/minikin/libs/minikin/
GraphemeBreak.cpp 54 // allow a grapheme break before it.
154 // look at character before ZWJ to see that both can participate in an emoji zwj sequence
193 case BEFORE:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRuleParser.java 69 * strength=UCOL_PRIMARY/UCOL_SECONDARY/UCOL_TERTIARY for &[before n]str where n=1/2/3.
89 * The Sink must be set before parsing.
126 private static final String BEFORE = "[before";
186 // reset-before rule chain
189 setParseError("reset-before strength differs from its first relation");
194 setParseError("reset-before strength followed by a stronger relation");
214 if(rules.regionMatches(i, BEFORE, 0, BEFORE.length()) &&
215 (j = i + BEFORE.length()) < rules.length() &
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRuleParser.java 65 * strength=UCOL_PRIMARY/UCOL_SECONDARY/UCOL_TERTIARY for &[before n]str where n=1/2/3.
85 * The Sink must be set before parsing.
122 private static final String BEFORE = "[before";
182 // reset-before rule chain
185 setParseError("reset-before strength differs from its first relation");
190 setParseError("reset-before strength followed by a stronger relation");
210 if(rules.regionMatches(i, BEFORE, 0, BEFORE.length()) &&
211 (j = i + BEFORE.length()) < rules.length() &
    [all...]
  /external/icu/icu4c/source/i18n/
collationruleparser.cpp 41 static const UChar BEFORE[] = { 0x5b, 0x62, 0x65, 0x66, 0x6f, 0x72, 0x65, 0 }; // "[before"
146 // reset-before rule chain
149 setParseError("reset-before strength differs from its first relation", errorCode);
154 setParseError("reset-before strength followed by a stronger relation", errorCode);
177 if(rules->compare(i, BEFORE_LENGTH, BEFORE, 0, BEFORE_LENGTH) == 0 &&
183 // &[before n] with n=1 or 2 or 3
836 // before ruleIndex
  /toolchain/binutils/binutils-2.25/ld/
ldgram.y 128 %token SECTIONS PHDRS INSERT_K AFTER BEFORE
359 | INSERT_K BEFORE NAME
ldlex.l 286 <BOTH,SCRIPT>"BEFORE" { RTOKEN(BEFORE);}
  /external/v8/src/crankshaft/arm/
lithium-arm.h 314 parallel_moves_[BEFORE] = NULL;
333 BEFORE,
337 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 369 parallel_moves_[BEFORE] = NULL;
388 BEFORE,
392 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 314 parallel_moves_[BEFORE] = NULL;
333 BEFORE,
337 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 311 parallel_moves_[BEFORE] = NULL;
330 BEFORE,
334 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 314 parallel_moves_[BEFORE] = NULL;
333 BEFORE,
337 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 309 parallel_moves_[BEFORE] = NULL;
328 BEFORE,
332 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 317 parallel_moves_[BEFORE] = NULL;
336 BEFORE,
340 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 319 parallel_moves_[BEFORE] = NULL;
338 BEFORE,
342 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/valgrind/memcheck/tests/x86/
fxsave.stdout.exp 4 BEFORE
  /external/valgrind/memcheck/tests/amd64/
fxsave-amd64.stdout.exp 6 BEFORE
111 BEFORE
  /external/v8/src/crankshaft/
lithium-allocator.cc 254 // Find the last interval that ends before the position. If the
282 UseInterval* before = current; local
283 UseInterval* after = before->next();
284 result->last_interval_ = (last_interval_ == before)
288 last_interval_ = before;
290 // Find the last use position before the split and the first use
322 // Link the new live range in the chain before any of the other
323 // ranges linked from the range before the split.
810 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE,
871 // before the pointer map can be used. I.e. the pointer map at th
    [all...]

Completed in 888 milliseconds

1 2