/ndk/sources/cxx-stl/stlport/src/ |
D | sparc_atomic.s | 20 cmp %o2, %o3 ! Check whether successful 39 cmp %o3, %o2 ! Check whether successful 61 cmp %o3, %o2 ! Check whether successful
|
D | sparc_atomic64.s | 17 cmp %o2, %o3 ! Check whether successful 36 cmp %o3, %o2 ! Check whether successful 56 cmp %o3, %o2 ! Check whether successful
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | autoboot | 198 echo "$str" | sort -u - $file | cmp -s - $file \ 375 cmp -s "$src" "$dst" || { 410 if cmp -s "$cp_src" "$GNULIB_SRCDIR/$cp_dst"; then 412 elif cmp -s "$cp_src" "$local_gl_dir/$cp_dst"; then 428 cmp -s "$cp_src" "$cp_dst" || { 446 if cmp -s "$cp_dst-t" "$cp_dst"; then 489 sed "$remove_intl" $1/$dir/$file | cmp -s - $dir/$gnulib_mk || {
|
D | Makefile.am | 26 cmp bootstrap.sh $(srcdir)/bootstrap.sh > /dev/null 2>&1 || \
|
D | Makefile.in | 1040 cmp bootstrap.sh $(srcdir)/bootstrap.sh > /dev/null 2>&1 || \
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | Makefile.am | 21 if cmp $(srcdir)/sed.texi $(srcdir)/sed-tmp.texi; then \
|
D | Makefile.in | 668 @cmp -s vti.tmp $(srcdir)/version.texi \ 1038 if cmp $(srcdir)/sed.texi $(srcdir)/sed-tmp.texi; then \
|
/ndk/build/tools/ |
D | dev-platform-compress.sh | 96 if cmp --quiet $PFILE $CFILE; then
|
D | build-host-toolbox.sh | 114 builder_host_executable cmp
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | Rules-quot | 24 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
|
D | Makefile.in.in | 139 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ 367 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
|
D | cs.po | 4 # Jaroslav Fojtik <fojtik@cmp.felk.cvut.cz>, 1998.
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Rules-quot | 24 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
|
D | Makefile.in.in | 112 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ 337 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
|
/ndk/sources/android/support/src/stdio/ |
D | strtod.c | 1136 cmp in cmp() function 1195 i = cmp(a,b); 1991 i = cmp(delta, bs); 1999 if (cmp(delta, bs) > 0) 2263 if (cmp(b, S) >= 0) { 2856 if (cmp(b,S) < 0) { 2865 if (ilim < 0 || cmp(b,S = multadd(S,5,0)) <= 0) { 2896 j = cmp(b, mlo); 2898 jj1 = delta->sign ? 1 : cmp(b, delta); 2917 jj1 = cmp(b, S); [all …]
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | install-sh | 64 cmpprog=${CMPPROG-cmp}
|
D | texi2dvi | 613 if cmp -s "$this_file" "$tmpdir_bak/$this_file"; then :; else
|
/ndk/build/core/ |
D | init.mk | 352 HOST_CMP := $(strip $(wildcard $(HOST_PREBUILT)/cmp$(HOST_EXEEXT))) 356 HOST_CMP := cmp
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | Makefile.tests | 16 CMP=cmp
|
/ndk/docs/text/ |
D | NDK-BUILD.text | 128 NDK_HOST_CMP=<path-to-cmp>
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | gnulib.mk | 142 if test -f $@ && cmp $@-t $@ > /dev/null; then \
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string.h | 1075 const int cmp = _Traits::compare(__f1, __f2, (min) (__n1, __n2)); in _M_compare() local 1076 return cmp != 0 ? cmp : (__n1 < __n2 ? -1 : (__n1 > __n2 ? 1 : 0)); in _M_compare()
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 1371 int cmp; in __ConvertName() local 1379 if ((cmp = lstrcmpiA(lname, (*(ConvTable + i)).name)) == 0) in __ConvertName() 1381 else if (cmp < 0) in __ConvertName()
|
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 1705 int cmp = strcmp (dep_name (dx), dep_name (dy)); in dep_hash_cmp() local 1711 if (!cmp && dx->ignore_mtime != dy->ignore_mtime) in dep_hash_cmp() 1714 return cmp; in dep_hash_cmp()
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | Makefile.in | 295 @cmp -s vti.tmp $(srcdir)/version.texi \
|