/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
hello-world.cs | 1 Hello <?cs var:name.first ?> <?cs var:name.last ?>.
|
/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"
|
/external/v8/tools/clang/plugins/tests/ |
enum_last_value.flags | 1 -Xclang -plugin-arg-find-bad-constructs -Xclang check-enum-last-value
|
enum_last_value_from_c.flags | 1 -Xclang -plugin-arg-find-bad-constructs -Xclang check-enum-last-value
|
/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 */
|
/external/python/cpython2/Doc/includes/ |
noddy3.c | 7 PyObject *last; member in struct:__anon32491 15 Py_XDECREF(self->last); 33 self->last = PyString_FromString(""); 34 if (self->last == NULL) 49 PyObject *first=NULL, *last=NULL, *tmp; local 51 static char *kwlist[] = {"first", "last", "number", NULL}; 54 &first, &last, 65 if (last) { 66 tmp = self->last; 67 Py_INCREF(last); [all...] |
noddy4.c | 7 PyObject *last; member in struct:__anon32492 21 if (self->last) { 22 vret = visit(self->last, arg); 39 tmp = self->last; 40 self->last = NULL; 67 self->last = PyString_FromString(""); 68 if (self->last == NULL) 83 PyObject *first=NULL, *last=NULL, *tmp; local 85 static char *kwlist[] = {"first", "last", "number", NULL}; 88 &first, &last, [all...] |
noddy2.c | 7 PyObject *last; /* last name */ member in struct:__anon32490 15 Py_XDECREF(self->last); 33 self->last = PyString_FromString(""); 34 if (self->last == NULL) 49 PyObject *first=NULL, *last=NULL, *tmp; local 51 static char *kwlist[] = {"first", "last", "number", NULL}; 54 &first, &last, 65 if (last) { 66 tmp = self->last; [all...] |
/external/python/cpython3/Doc/includes/ |
noddy3.c | 7 PyObject *last; member in struct:__anon33044 15 Py_XDECREF(self->last); 32 self->last = PyUnicode_FromString(""); 33 if (self->last == NULL) { 47 PyObject *first=NULL, *last=NULL, *tmp; local 49 static char *kwlist[] = {"first", "last", "number", NULL}; 52 &first, &last, 63 if (last) { 64 tmp = self->last; 65 Py_INCREF(last); [all...] |
noddy4.c | 7 PyObject *last; member in struct:__anon33045 21 if (self->last) { 22 vret = visit(self->last, arg); 39 tmp = self->last; 40 self->last = NULL; 66 self->last = PyUnicode_FromString(""); 67 if (self->last == NULL) { 81 PyObject *first=NULL, *last=NULL, *tmp; local 83 static char *kwlist[] = {"first", "last", "number", NULL}; 86 &first, &last, [all...] |
/external/swiftshader/third_party/LLVM/test/TableGen/ |
subst.td | 4 // RUN: llvm-tblgen %s | grep {LAST} | count 1 24 Name<!subst("FIRST", "John", !subst("LAST", "Smith", name)), 27 def JohnSmith : AName<"FIRST LAST", TVAR>; 28 def JaneSmith : AName<"Jane LAST", Ms>; 29 def JohnSmithJones : AName<"FIRST LAST-Jones", Mr>;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
RelativeDateTimeFormatterTest.java | 66 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, 67 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, 68 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, 69 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, 70 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, 71 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, 72 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, 73 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, 74 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, 75 {0.5, Direction.LAST, RelativeUnit.HOURS, "0.5 hours ago"} [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
RelativeDateTimeFormatterTest.java | 63 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, 64 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, 65 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, 66 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, 67 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, 68 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, 69 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, 70 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, 71 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, 72 {0.5, Direction.LAST, RelativeUnit.HOURS, "0.5 hours ago"} [all...] |
/external/autotest/client/site_tests/platform_CleanShutdown/ |
control | 4 Tests that the last shutdown was clean (without errors). 11 PURPOSE = 'Verify the last shutdown was clean.' 13 Fails if the stateful partition was not cleanly unmounted on the last shutdown.
|
/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/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/curl/docs/cmdline-opts/ |
pass.d | 8 If this option is used several times, the last one will be used.
|
/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() */
|