/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
RelativeDateTimeFormatterTest.java | 57 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, 58 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, 59 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, 60 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, 61 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, 62 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, 63 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, 64 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, 65 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, 66 {0.5, Direction.LAST, RelativeUnit.HOURS, "0.5 hours ago"} [all...] |
/development/tools/yuv420sp2rgb/ |
debug.c | 9 int i, last; local 13 for (i = last = 0; i < len; i++) { 22 while (last < i) { 23 if (isprint(pchr[last])) 24 fputc(pchr[last], s); 29 last++;
|
/external/apache-http/src/org/apache/http/ |
svn.info | 6 Last Changed Author: olegk 7 Last Changed Rev: 677250 8 Last Changed Date: 2008-07-16 04:45:47 -0700 (Wed, 16 Jul 2008)
|
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
hello-world.cs | 1 Hello <?cs var:name.first ?> <?cs var:name.last ?>.
|
/external/kernel-headers/original/uapi/asm-generic/ |
ucontext.h | 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/external/llvm/test/YAMLParser/ |
spec-06-05.test | 3 { first: Sammy, last: Sosa }:
|
spec-10-06.test | 4 - {inner: entry,last : entry}
|
/external/snakeyaml/src/test/resources/pyyaml/ |
spec-09-30.canonical | 7 last line\n"
|
spec-09-31.canonical | 7 last line\n"
|
spec-09-32.canonical | 7 last line\n"
|
spec-09-33.canonical | 7 last line\n"
|
spec-06-05.canonical | 7 ? !!str "last"
|
spec-10-06.canonical | 13 ? !!str "last"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
ucontext.h | 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/ |
ucontext.h | 9 sigset_t uc_sigmask; /* mask last for extensibility */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
fold_impl.hpp | 19 , typename Last 27 , typename Last 31 struct fold_impl< 0,First,Last,State,ForwardOp > 41 , typename Last 45 struct fold_impl< 1,First,Last,State,ForwardOp > 59 , typename Last 63 struct fold_impl< 2,First,Last,State,ForwardOp > 79 , typename Last 83 struct fold_impl< 3,First,Last,State,ForwardOp > 101 , typename Last [all...] |
iter_fold_impl.hpp | 19 , typename Last 27 , typename Last 31 struct iter_fold_impl< 0,First,Last,State,ForwardOp > 41 , typename Last 45 struct iter_fold_impl< 1,First,Last,State,ForwardOp > 59 , typename Last 63 struct iter_fold_impl< 2,First,Last,State,ForwardOp > 79 , typename Last 83 struct iter_fold_impl< 3,First,Last,State,ForwardOp > 101 , typename Last [all...] |
/external/eigen/bench/btl/data/ |
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%.dat} 27 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot 37 if [ $FILE != $LAST ] 43 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat} 44 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot 52 if [ $FILE != $LAST ] [all...] |
/external/v8/test/mjsunit/ |
cyrillic.js | 35 LAST: "\u042f", // YA 36 last: "\u044f", // ya 50 LAST: "\u03a9", // OMEGA 51 last: "\u03c9", // omega 71 var last = lc ? chars.last : chars.LAST; 74 var last_other_case = lc ? chars.LAST : chars.last; 76 assertTrue(Range(first, last).test(first), 1) [all...] |
/external/libdivsufsort/lib/ |
trsort.c | 79 tr_insertionsort(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { 83 for(a = first + 1; a < last; ++a) { 167 tr_pivot(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { 171 t = last - first; 176 return tr_median3(ISAd, first, middle, last - 1); 179 return tr_median5(ISAd, first, first + t, middle, last - 1 - t, last - 1); 185 last = tr_median3(ISAd, last - 1 - (t << 1), last - 1 - t, last - 1) 557 saidx_t *first, *last; local [all...] |
/external/clang/test/Preprocessor/ |
invalid-__has_warning1.c | 3 // These must be the last lines in this test.
|
invalid-__has_warning2.c | 3 // These must be the last lines in this test.
|
/external/fio/os/windows/posix/include/sys/ |
shm.h | 28 pid_t shm_lpid; /* process ID of last shared memory operation */ 31 time_t shm_atime; /* time of last shmat() */ 32 time_t shm_dtime; /* time of last shmdt() */ 33 time_t shm_ctime; /* time of last change by shmctl() */
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
shmbuf.h | 16 __kernel_time_t shm_atime; /* last attach time */ 17 __kernel_time_t shm_dtime; /* last detach time */ 18 __kernel_time_t shm_ctime; /* last change time */ 20 __kernel_pid_t shm_lpid; /* pid of last operator */
|
/external/markdown/MarkdownTest/Tests_2007/ |
Code Blocks.text | 14 code block on the last lin
|