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

1 2 3

  /external/ltp/include/mk/
gitignore.mk 25 BEFORE:= .gitignore-before
35 $(RM) -f $(BEFORE) $(AFTER)
37 $(BEFORE):
50 .gitignore: | $(BEFORE) $(AFTER)
51 diff -u $(BEFORE) $(AFTER) | grep '^+' | sed -e 's,^\+,,g' > $@
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ApkPreconditionCheck.java 27 mWhen = When.BEFORE;
ApkInstrumentationPreparer.java 54 BEFORE, AFTER, BOTH;
98 if (mWhen == When.BEFORE) {
DeviceInfoCollector.java 87 mWhen = When.BEFORE;
  /cts/tests/tests/telephony/preconditions/src/android/telephony/cts/preconditions/
TelephonyPreparer.java 28 mWhen = When.BEFORE;
  /frameworks/minikin/include/minikin/
GraphemeBreak.h 27 enum MoveOpt { AFTER = 0, AT_OR_AFTER = 1, BEFORE = 2, AT_OR_BEFORE = 3, AT = 4 };
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CurrencyData.java 60 public static enum SpacingType { BEFORE, AFTER, COUNT };
94 return symbols[SpacingType.BEFORE.ordinal()];
DayPeriodRules.java 57 BEFORE,
64 if ("before".contentEquals(str)) { return CutoffType.BEFORE; }
114 // Key-value pairs (e.g. before{6:00})
118 // Arrays (e.g. before{6:00, 24:00}
142 private int cutoffs[] = new int[25]; // [0] thru [24]; 24 is allowed is "before 24".
170 // FROM/AFTER and BEFORE must come in a pair.
175 // We've gone around the array once and can't find a BEFORE.
177 "FROM/AFTER cutoffs must have a matching BEFORE cutoff.");
180 if ((cutoffs[hour] & (1 << CutoffType.BEFORE.ordinal())) > 0)
    [all...]
ICUCurrencyDisplayInfoProvider.java 568 type = CurrencySpacingInfo.SpacingType.BEFORE;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CurrencyData.java 56 public static enum SpacingType { BEFORE, AFTER, COUNT };
90 return symbols[SpacingType.BEFORE.ordinal()];
DayPeriodRules.java 53 BEFORE,
60 if ("before".contentEquals(str)) { return CutoffType.BEFORE; }
110 // Key-value pairs (e.g. before{6:00})
114 // Arrays (e.g. before{6:00, 24:00}
138 private int cutoffs[] = new int[25]; // [0] thru [24]; 24 is allowed is "before 24".
166 // FROM/AFTER and BEFORE must come in a pair.
171 // We've gone around the array once and can't find a BEFORE.
173 "FROM/AFTER cutoffs must have a matching BEFORE cutoff.");
176 if ((cutoffs[hour] & (1 << CutoffType.BEFORE.ordinal())) > 0)
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
SuiteHTMLReporter.java 346 public static final String BEFORE = "&gt;&gt;";
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...]
  /external/pdfium/fxjs/
cjs_util.cpp 194 // pre-existing %-directives before inserting our own.
396 enum State { BEFORE, FLAGS, WIDTH, PRECISION, SPECIFIER, AFTER };
399 State state = BEFORE;
405 case BEFORE:
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 175 case SpanSet.BEFORE:
209 case SpanSet.BEFORE:
337 static final int BEFORE = 0;
360 if (position < replaceStart) return BEFORE;
  /external/curl/docs/cmdline-opts/
quote.d 3 Help: Send command(s) to server before transfer
8 sent BEFORE the transfer takes place (just after the initial PWD command in an
11 has changed the working directory, just before the transfer command(s), prefix
24 itself before sending them to the server. File names may be quoted
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRuleParser.java 71 * strength=UCOL_PRIMARY/UCOL_SECONDARY/UCOL_TERTIARY for &[before n]str where n=1/2/3.
91 * The Sink must be set before parsing.
128 private static final String BEFORE = "[before";
188 // reset-before rule chain
191 setParseError("reset-before strength differs from its first relation");
196 setParseError("reset-before strength followed by a stronger relation");
216 if(rules.regionMatches(i, BEFORE, 0, BEFORE.length()) &&
217 (j = i + BEFORE.length()) < rules.length() &
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRuleParser.java 67 * strength=UCOL_PRIMARY/UCOL_SECONDARY/UCOL_TERTIARY for &[before n]str where n=1/2/3.
87 * The Sink must be set before parsing.
124 private static final String BEFORE = "[before";
184 // reset-before rule chain
187 setParseError("reset-before strength differs from its first relation");
192 setParseError("reset-before strength followed by a stronger relation");
212 if(rules.regionMatches(i, BEFORE, 0, BEFORE.length()) &&
213 (j = i + BEFORE.length()) < rules.length() &
    [all...]
  /frameworks/minikin/libs/minikin/
GraphemeBreak.cpp 45 // allow a grapheme break before it.
118 // we definitely know that it cannot form a grapheme with the character(s) before it. So we
133 // ligature, we allow a break before the modifier.
151 // ligature is actually formed and we also require the character before the ZWJ to also be an
154 // look at character before ZWJ to see that both can participate in an emoji zwj sequence
220 case BEFORE:
  /external/icu/icu4c/source/i18n/
collationruleparser.cpp 43 static const UChar BEFORE[] = { 0x5b, 0x62, 0x65, 0x66, 0x6f, 0x72, 0x65, 0 }; // "[before"
148 // reset-before rule chain
151 setParseError("reset-before strength differs from its first relation", errorCode);
156 setParseError("reset-before strength followed by a stronger relation", errorCode);
179 if(rules->compare(i, BEFORE_LENGTH, BEFORE, 0, BEFORE_LENGTH) == 0 &&
185 // &[before n] with n=1 or 2 or 3
838 // before ruleIndex
  /toolchain/binutils/binutils-2.27/ld/
ldgram.y 128 %token SECTIONS PHDRS INSERT_K AFTER BEFORE
363 | INSERT_K BEFORE NAME
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyDisplayInfoProvider.java 564 type = CurrencySpacingInfo.SpacingType.BEFORE;
  /external/v8/src/crankshaft/arm/
lithium-arm.h 307 parallel_moves_[BEFORE] = NULL;
326 BEFORE,
330 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 362 parallel_moves_[BEFORE] = NULL;
381 BEFORE,
385 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 309 parallel_moves_[BEFORE] = NULL;
328 BEFORE,
332 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 305 parallel_moves_[BEFORE] = NULL;
324 BEFORE,
328 FIRST_INNER_POSITION = BEFORE,
    [all...]

Completed in 515 milliseconds

1 2 3