/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 68 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, in TestRelativeDateWithQuantity() 69 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, in TestRelativeDateWithQuantity() 70 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, in TestRelativeDateWithQuantity() 71 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, in TestRelativeDateWithQuantity() 72 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, in TestRelativeDateWithQuantity() 73 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, in TestRelativeDateWithQuantity() 74 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, in TestRelativeDateWithQuantity() 75 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, in TestRelativeDateWithQuantity() 76 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, in TestRelativeDateWithQuantity() 77 {0.5, Direction.LAST, RelativeUnit.HOURS, "0.5 hours ago"}, in TestRelativeDateWithQuantity() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 65 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, in TestRelativeDateWithQuantity() 66 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, in TestRelativeDateWithQuantity() 67 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, in TestRelativeDateWithQuantity() 68 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, in TestRelativeDateWithQuantity() 69 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, in TestRelativeDateWithQuantity() 70 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, in TestRelativeDateWithQuantity() 71 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, in TestRelativeDateWithQuantity() 72 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, in TestRelativeDateWithQuantity() 73 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, in TestRelativeDateWithQuantity() 74 {0.5, Direction.LAST, RelativeUnit.HOURS, "0.5 hours ago"}, in TestRelativeDateWithQuantity() [all …]
|
/external/eigen/bench/btl/data/ |
D | mk_gnuplot_script.sh | 13 LAST=$FILE 16 echo LAST=$LAST 20 if [ $FILE != $LAST ] 26 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC… 27 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot 37 if [ $FILE != $LAST ] 43 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC… 44 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot 52 if [ $FILE != $LAST ] 58 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC… [all …]
|
D | mk_new_gnuplot.sh | 32 LAST=$FILE 40 if [ $FILE != $LAST ]
|
/external/llvm-project/llvm/test/TableGen/ |
D | subst.td | 19 Name<!subst("FIRST", "John", !subst("LAST", "Smith", name)), 22 def JohnSmith : AName<"FIRST LAST", TVAR>; 23 def JaneSmith : AName<"Jane LAST", Ms>; 24 def JohnSmithJones : AName<"FIRST LAST-Jones", Mr>; 29 // CHECK-NEXT: string name = !subst("FIRST", "John", !subst("LAST", "Smith", AName:name));
|
/external/llvm/test/TableGen/ |
D | subst.td | 19 Name<!subst("FIRST", "John", !subst("LAST", "Smith", name)), 22 def JohnSmith : AName<"FIRST LAST", TVAR>; 23 def JaneSmith : AName<"Jane LAST", Ms>; 24 def JohnSmithJones : AName<"FIRST LAST-Jones", Mr>; 29 // CHECK-NEXT: string name = !subst("FIRST", "John", !subst("LAST", "Smith", AName:name));
|
/external/libchrome/base/trace_event/ |
D | memory_dump_request_args.cc | 34 return MemoryDumpType::LAST; in StringToMemoryDumpType() 60 return MemoryDumpLevelOfDetail::LAST; in StringToMemoryDumpLevelOfDetail()
|
D | memory_dump_request_args.h | 34 LAST = SUMMARY_ONLY enumerator 58 LAST = DETAILED enumerator
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/ |
D | Await.kt | 68 public suspend fun <T> Publisher<T>.awaitLast(): T = awaitOne(Mode.LAST) in <lambda>() 127 LAST("awaitLast"), in <lambda>() 157 Mode.LAST, Mode.SINGLE, Mode.SINGLE_OR_DEFAULT -> { in awaitOne()
|
/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/ |
D | max-configs.test | 12 CHECK-LAST: ... 24 CHECK2-LAST: ...
|
/external/easymock/src/org/easymock/ |
D | Capture.java | 41 this(CaptureType.LAST); in Capture() 115 case LAST: in setValue()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/ |
D | RxAwait.kt | 136 public suspend fun <T> ObservableSource<T>.awaitLast(): T = awaitOne(Mode.LAST) in awaitFirst() 159 LAST("awaitLast"), 187 Mode.LAST, Mode.SINGLE -> { in toString()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/ |
D | RxAwait.kt | 136 public suspend fun <T> ObservableSource<T>.awaitLast(): T = awaitOne(Mode.LAST) in awaitFirst() 159 LAST("awaitLast"), 187 Mode.LAST, Mode.SINGLE -> { in toString()
|
/external/llvm/test/Transforms/GCOVProfiling/ |
D | return-block.ll | 7 …cov -n -dump %T/return-block.gcno 2>&1 | FileCheck -check-prefix=CHECK -check-prefix=RETURN-LAST %s 16 …cov -n -dump %T/return-block.gcno 2>&1 | FileCheck -check-prefix=CHECK -check-prefix=RETURN-LAST %s 77 ; RETURN-LAST: Destination Edges 81 ; RETURN-LAST-NOT: Destination Edges
|
/external/llvm-project/llvm/test/Transforms/GCOVProfiling/ |
D | exit-block.ll | 12 ; RUN: llvm-cov gcov -n -dump %t/exit-block.gcno 2>&1 | FileCheck --check-prefixes=CHECK,EXIT-LAST … 21 ; RUN: llvm-cov gcov -n -dump %t/exit-block.gcno 2>&1 | FileCheck --check-prefixes=CHECK,EXIT-LAST … 78 ; EXIT-LAST: Destination Edges 82 ; EXIT-LAST-NOT: Destination Edges
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Cuda.h | 86 LAST, enumerator 94 return A >= CudaArch::GFX600 && A < CudaArch::LAST; in IsAMDGpuArch()
|
/external/libcups/templates/pt_BR/ |
D | pager.tmpl | 5 …LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
|
/external/libcups/templates/ru/ |
D | pager.tmpl | 5 …LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
|
/external/libcups/templates/ |
D | pager.tmpl | 5 …LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
|
/external/libcups/templates/de/ |
D | pager.tmpl | 5 …LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
|
/external/libcups/templates/ja/ |
D | pager.tmpl | 5 …LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_indices_gen.py | 30 FIRST, LAST = 'first', 'last' variable 35 PVS=(FIRST, LAST) 165 if inpv == LAST: 340 if inpv == LAST: 392 for inpv in (FIRST, LAST): 393 for outpv in (FIRST, LAST):
|
/external/libcups/templates/da/ |
D | pager.tmpl | 5 …LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
|
/external/libcups/templates/es/ |
D | pager.tmpl | 5 …LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
|
/external/libcups/templates/fr/ |
D | pager.tmpl | 5 …LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
|