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

1 2

  /frameworks/minikin/include/minikin/
GraphemeBreak.h 28 BEFORE = 2,
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ApkInstrumentationPreparer.java 54 BEFORE, AFTER, BOTH;
93 if (mWhen == When.BEFORE) {
  /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
  /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;
  /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/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...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 76 AFTER, AT_OR_AFTER, BEFORE, AT_OR_BEFORE, AT
    [all...]
  /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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 504 milliseconds

1 2