Home
last modified time | relevance | path

Searched refs:LAST (Results 1 – 25 of 161) sorted by relevance

1234567

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java68 {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/
DRelativeDateTimeFormatterTest.java65 {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/
Dmk_gnuplot_script.sh13 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 …]
Dmk_new_gnuplot.sh32 LAST=$FILE
40 if [ $FILE != $LAST ]
/external/llvm-project/llvm/test/TableGen/
Dsubst.td19 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/
Dsubst.td19 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/
Dmemory_dump_request_args.cc34 return MemoryDumpType::LAST; in StringToMemoryDumpType()
60 return MemoryDumpLevelOfDetail::LAST; in StringToMemoryDumpLevelOfDetail()
Dmemory_dump_request_args.h34 LAST = SUMMARY_ONLY enumerator
58 LAST = DETAILED enumerator
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DAwait.kt68 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/
Dmax-configs.test12 CHECK-LAST: ...
24 CHECK2-LAST: ...
/external/easymock/src/org/easymock/
DCapture.java41 this(CaptureType.LAST); in Capture()
115 case LAST: in setValue()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxAwait.kt136 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/
DRxAwait.kt136 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/
Dreturn-block.ll7 …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/
Dexit-block.ll12 ; 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/
DCuda.h86 LAST, enumerator
94 return A >= CudaArch::GFX600 && A < CudaArch::LAST; in IsAMDGpuArch()
/external/libcups/templates/pt_BR/
Dpager.tmpl5LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
/external/libcups/templates/ru/
Dpager.tmpl5LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
/external/libcups/templates/
Dpager.tmpl5LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
/external/libcups/templates/de/
Dpager.tmpl5LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
/external/libcups/templates/ja/
Dpager.tmpl5LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
/external/mesa3d/src/gallium/auxiliary/indices/
Du_indices_gen.py30 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/
Dpager.tmpl5LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
/external/libcups/templates/es/
Dpager.tmpl5LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…
/external/libcups/templates/fr/
Dpager.tmpl5LAST?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INP…

1234567