/external/ltp/include/mk/ |
D | 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' > $@
|
/external/llvm/test/Object/ |
D | archive-move.test | 33 RUN: llvm-ar t %t.a | FileCheck --check-prefix=BEFORE %s 35 BEFORE: very_long_bytecode_file_name.bc 36 BEFORE-NEXT: evenlen 37 BEFORE-NEXT: oddlen 38 BEFORE-NEXT: IsNAN.o
|
/external/testng/src/main/java/org/testng/reporters/ |
D | SuiteHTMLReporter.java | 346 public static final String BEFORE = ">>"; field in SuiteHTMLReporter 352 bw.append("<h3>" + BEFORE + " means before, " + AFTER + " means after</h3><p/>"); in generateMethodsChronologically() 408 String configurationClassMethod = isClassConfiguration ? (bc ? BEFORE : AFTER) + methodName : SP; in generateMethodsChronologically() 409 String configurationTestMethod = isTestConfiguration ? (bt ? BEFORE : AFTER) + methodName : SP; in generateMethodsChronologically() 410 String configurationGroupsMethod = isGroupsConfiguration ? (bg ? BEFORE : AFTER) + methodName : SP; in generateMethodsChronologically() 411 String configurationSuiteMethod = isSuiteConfiguration ? (bs ? BEFORE : AFTER) + methodName : SP; in generateMethodsChronologically() 412 String setUpOrTearDownMethod = isSetupOrTearDown ? (setUp ? BEFORE : AFTER) + methodName : SP; in generateMethodsChronologically() 471 if (s.startsWith(BEFORE)) { in td() 472 prefix = BEFORE; in td()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CurrencyData.java | 54 public static enum SpacingType { BEFORE, AFTER, COUNT }; enumConstant 88 return symbols[SpacingType.BEFORE.ordinal()]; in getBeforeSymbols()
|
D | DayPeriodRules.java | 57 BEFORE, enumConstant 64 if ("before".contentEquals(str)) { return CutoffType.BEFORE; } in fromStringOrNull() 180 if ((cutoffs[hour] & (1 << CutoffType.BEFORE.ordinal())) > 0) { in setDayPeriodForHoursFromCutoffs()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CurrencyData.java | 50 public static enum SpacingType { BEFORE, AFTER, COUNT }; enumConstant 84 return symbols[SpacingType.BEFORE.ordinal()]; in getBeforeSymbols()
|
D | DayPeriodRules.java | 53 BEFORE, enumConstant 60 if ("before".contentEquals(str)) { return CutoffType.BEFORE; } in fromStringOrNull() 176 if ((cutoffs[hour] & (1 << CutoffType.BEFORE.ordinal())) > 0) { in setDayPeriodForHoursFromCutoffs()
|
/external/ltp/runtest/ |
D | net.rpc | 3 # PLEASE READ THE README FILE IN /rpc BEFORE RUNNING THESE.
|
D | net.multicast | 3 # PLEASE READ THE README FILE IN /multicast BEFORE RUNNING THESE.
|
D | net.tcp_cmds | 3 # PLEASE READ THE README FILE IN /tcp_cmds BEFORE RUNNING THESE.
|
D | net.nfs | 3 # PLEASE READ THE README FILE IN /nfs BEFORE RUNNING THESE.
|
/external/llvm/tools/llvm-mc-fuzzer/ |
D | CMakeLists.txt | 2 include_directories(BEFORE
|
/external/icu/icu4c/source/data/translit/ |
D | Thai_ThaiSemi.txt | 9 # since they have to come BEFORE the break iterator.
|
D | ru_ru_Latn_BGN.txt | 81 # BUG(ftang)- the following two lines said BEFORE the vowels, instead of AFTER 88 # BUG(ftang)- the following line said BEFORE the vowels, instead of AFTER 107 # BUG(ftang)- the following two lines said BEFORE the vowels, instead of AFTER 113 # BUG(ftang)- the following line said BEFORE the vowels, instead of AFTER
|
D | Thai_ThaiLogical.txt | 10 # since they have to come BEFORE the break iterator
|
/external/eigen/bench/btl/libs/eigen2/ |
D | CMakeLists.txt | 6 include_directories(BEFORE ${EIGEN2_INCLUDE_DIR})
|
/external/opencv/ |
D | NOTICE | 1 IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 121 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 198 IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 282 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 324 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 366 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 408 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 450 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 492 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 534 // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. [all …]
|
D | LICENSE_OpenCV | 1 IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationRuleParser.java | 124 private static final String BEFORE = "[before"; field in CollationRuleParser 212 if(rules.regionMatches(i, BEFORE, 0, BEFORE.length()) && in parseResetAndPosition() 213 (j = i + BEFORE.length()) < rules.length() && in parseResetAndPosition()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationRuleParser.java | 128 private static final String BEFORE = "[before"; field in CollationRuleParser 216 if(rules.regionMatches(i, BEFORE, 0, BEFORE.length()) && in parseResetAndPosition() 217 (j = i + BEFORE.length()) < rules.length() && in parseResetAndPosition()
|
/external/valgrind/memcheck/tests/amd64/ |
D | fxsave-amd64.stdout.exp | 6 BEFORE 111 BEFORE
|
/external/valgrind/memcheck/tests/x86/ |
D | fxsave.stdout.exp | 4 BEFORE
|
/external/libyuv/files/ |
D | CMakeLists.txt | 23 INCLUDE_DIRECTORIES( BEFORE ${ly_inc_dir} )
|
/external/libxml2/ |
D | HACKING | 15 BEFORE READING FURTHER: DO NOT COMMIT DIRECTLY !
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | AddLLVM.cmake | 128 include_directories(BEFORE
|