/external/toybox/tests/ |
rev.test | 9 testing "rev" "rev && echo yes" "orez\nyes\n" "" "zero\n" 10 testing "-" "rev - && echo yes" "orez\nyes\n" "" "zero\n" 11 testing "file1 file2" "rev file1 file2" "eno\nowt\n" "" "" 12 testing "- file" "rev - file1" "orez\neno\n" "" "zero\n" 13 testing "file -" "rev file1 -" "eno\norez\n" "" "zero\n" 14 testing "no trailing newline" "rev -" "cba\nfed\n" "" "abc\ndef" 17 "rev file1 notfound file2 2>stderr && echo ok ; cat stderr; rm stderr" \ 21 "rev"\
|
/external/testng/ant/ |
ivy.xml | 5 <dependency org="org.apache.ant" name="ant" rev="1.7.0" /> 6 <dependency org="junit" name="junit" rev="4.10" /> 7 <dependency org="org.beanshell" name="bsh" rev="2.0b4" /> 8 <dependency org="com.google.inject" name="guice" rev="2.0" /> 9 <dependency org="org.yaml" name="snakeyaml" rev="1.15" /> 10 <dependency org="com.beust" name="jcommander" rev="1.48" />
|
/external/vixl/test/aarch32/traces/ |
assembler-cond-rd-rn-a32-rev.h | 38 0x31, 0xcf, 0xbf, 0x26 // rev cs r12 r1 41 0x3c, 0x6f, 0xbf, 0x86 // rev hi r6 r12 44 0x3a, 0xbf, 0xbf, 0xb6 // rev lt r11 r10 47 0x38, 0xaf, 0xbf, 0x66 // rev vs r10 r8 50 0x38, 0x5f, 0xbf, 0x56 // rev pl r5 r8 53 0x3e, 0xef, 0xbf, 0x96 // rev ls r14 r14 56 0x36, 0x8f, 0xbf, 0xc6 // rev gt r8 r6 59 0x3b, 0x7f, 0xbf, 0x76 // rev vc r7 r11 62 0x3c, 0x4f, 0xbf, 0x56 // rev pl r4 r12 65 0x3c, 0xcf, 0xbf, 0xc6 // rev gt r12 r1 [all...] |
assembler-cond-rd-rn-t32-rev.h | 38 0x00, 0xba // rev al r0 r0 41 0x08, 0xba // rev al r0 r1 44 0x10, 0xba // rev al r0 r2 47 0x18, 0xba // rev al r0 r3 50 0x20, 0xba // rev al r0 r4 53 0x28, 0xba // rev al r0 r5 56 0x30, 0xba // rev al r0 r6 59 0x38, 0xba // rev al r0 r7 62 0x98, 0xfa, 0x88, 0xf0 // rev al r0 r8 65 0x99, 0xfa, 0x89, 0xf0 // rev al r0 r [all...] |
/external/llvm/utils/crosstool/ |
create-snapshots.sh | 3 # Creates LLVM SVN snapshots: llvm-$REV.tar.bz2 and llvm-gcc-4.2-$REV.tar.bz2, 4 # where $REV is an SVN revision of LLVM. This is used for creating stable 8 # $0 [REV] -- grabs the revision $REV from SVN; if not specified, grabs the 20 readonly REV="${1:-$(getLatestRevisionFromSVN)}" 25 echo "Running: svn export -r ${REV} ${module}; log in ${log}" 26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \ 30 local tarball="${module}-${REV}.tar.bz2"
|
/external/swiftshader/third_party/LLVM/utils/crosstool/ |
create-snapshots.sh | 3 # Creates LLVM SVN snapshots: llvm-$REV.tar.bz2 and llvm-gcc-4.2-$REV.tar.bz2, 4 # where $REV is an SVN revision of LLVM. This is used for creating stable 8 # $0 [REV] -- grabs the revision $REV from SVN; if not specified, grabs the 20 readonly REV="${1:-$(getLatestRevisionFromSVN)}" 25 echo "Running: svn export -r ${REV} ${module}; log in ${log}" 26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \ 30 local tarball="${module}-${REV}.tar.bz2"
|
/external/icu/icu4j/ |
ivy.xml | 5 <dependency org="junit" name="junit" rev="4.12"/> 6 <dependency org="pl.pragmatists" name="JUnitParams" rev="1.0.5"/>
|
/external/toybox/toys/other/ |
rev.c | 0 /* rev.c - reverse lines of a set of given input files 5 USE_REV(NEWTOY(rev, NULL, TOYFLAG_USR|TOYFLAG_BIN)) 7 config REV 8 bool "rev" 11 usage: rev [FILE...]
|
/external/fio/doc/ |
fio_man.rst | 6 (rev. |release|)
|
/external/compiler-rt/lib/builtins/arm/ |
bswapdi2.S | 30 // before armv6 does not have "rev" instruction 31 // r2 = rev(r0) 36 // r0 = rev(r1) 42 rev r2, r0 // r2 = rev(r0) 43 rev r0, r1 // r0 = rev(r1) 45 mov r1, r2 // r1 = r2 = rev(r0)
|
/external/libcups/ |
update_libcups.sh | 14 echo "== get current rev ==" 18 echo "Current rev is $CURRENT_REV" 32 echo "== find new stable rev ==" 34 echo "Stable rev is $NEW_REV" 38 echo ">>> Rev $CURRENT_REV is already the newest stable rev" 41 echo "== create diff in between rev $CURRENT_REV and rev $NEW_REV =="
|
/external/llvm/test/CodeGen/ARM/ |
bswap-inline-asm.ll | 6 ; CHECK: rev 7 %asmtmp = tail call i32 asm "rev $0, $1\0A", "=l,l"(i32 %x) nounwind
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
bswap-inline-asm.ll | 6 ; CHECK: rev 7 %asmtmp = tail call i32 asm "rev $0, $1\0A", "=l,l"(i32 %x) nounwind
|
/system/libufdt/utils/tests/data/ |
mkdtimg.cfg | 4 rev=/:board_rev # Read the value form the path in dtb 13 rev=0x201 # override with another value
|
/external/llvm/utils/git/ |
find-rev | 16 repo,rev = args 19 rev = int(rev) 24 p = subprocess.Popen(['git', 'rev-list', opts.branch, '--pretty'], 36 if lrev<=rev: 41 if lrev == rev:
|
/external/swiftshader/third_party/LLVM/utils/git/ |
find-rev | 16 repo,rev = args 19 rev = int(rev) 24 p = subprocess.Popen(['git', 'rev-list', 'git-svn', '--pretty'], 36 if lrev<=rev: 41 if lrev == rev:
|
/external/llvm/utils/release/ |
merge.sh | 17 rev="" 25 echo " -rev NUM The revision to merge into the project" 32 -rev | --rev | -r ) 34 rev=${$1#r} 64 if [ "x$rev" = "x" -o "x$proj" = "x" ]; then 79 echo "Reverting r$rev:" > $tempfile 81 echo "Merging r$rev:" > $tempfile 83 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1 90 echo "# Reverting r$rev in $proj locally [all...] |
/external/syslinux/gpxe/src/util/ |
diffsize.pl | 3 # [somebody@somewhere ~/gpxe/src]$ ./util/diffsize.pl [<old rev> [<new rev>]] 4 # by default <old rev> is HEAD and <new rev> is the working tree 26 $oldrev = `git rev-parse $oldname`; 30 $newrev = `git rev-parse $newname`; 35 my($name, $rev) = @_; 41 return if -e ".sizes/$rev.sizes"; 46 $lastrev = `git name-rev --name-only HEAD`; 51 system("make bin/gpxe.lkrn.sizes > .sizes/$rev.sizes"); $res ||= $? [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
Rev.py | 7 >>> chars = list(Rev('Hello World!'))
20 >>> rnn = Rev(nnn)
47 >>> WH = Rev('Hello World!')
50 >>> nnn = Rev(range(1, 10))
56 >>> rrr = Rev(nnn)
62 class Rev:
91 import doctest, Rev
92 return doctest.testmod(Rev)
|
/external/python/cpython2/Demo/classes/ |
Rev.py | 7 >>> chars = list(Rev('Hello World!')) 20 >>> rnn = Rev(nnn) 47 >>> WH = Rev('Hello World!') 50 >>> nnn = Rev(range(1, 10)) 56 >>> rrr = Rev(nnn) 62 class Rev: 91 import doctest, Rev 92 return doctest.testmod(Rev)
|
/external/libyuv/files/unit_test/testdata/ |
arm_v7.txt | 1 Processor : ARMv7 Processor rev 5 (v7l)
|
juno.txt | 1 Processor : AArch64 Processor rev 0 (aarch64)
|
/external/markdown/tests/extensions-x-footnotes/ |
named_markers.html | 9  <a href="#fnref:foo" rev="footnote" title="Jump back to footnote 1 in the text">↩</a></p> 13  <a href="#fnref:bar" rev="footnote" title="Jump back to footnote 2 in the text">↩</a></p> 17  <a href="#fnref:56" rev="footnote" title="Jump back to footnote 3 in the text">↩</a></p> 21  <a href="#fnref:99" rev="footnote" title="Jump back to footnote 4 in the text">↩</a></p>
|
/frameworks/opt/vcard/tests/res/raw/ |
v30_simple.vcf | 12 REV:20081031T065854Z
|
/packages/apps/Contacts/tests/assets/ |
v30_simple.vcf | 12 REV:20081031T065854Z
|