HomeSort by relevance Sort by last modified time
    Searched full:uniq (Results 101 - 125 of 246) sorted by null

1 2 3 45 6 7 8 910

  /ndk/build/core/
definitions-utils.mk 50 # Note : This is equivalent to the 'uniq' function provided by GMSL,
53 # items like 'uniq' does.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
288 dest = os.path.join(self._path, subdir, uniq + suffix)
304 return uniq
475 uniq = "%s.M%sP%sQ%s.%s" % (int(now), int(now % 1 * 1e6), os.getpid(),
477 path = os.path.join(self._path, 'tmp', uniq)
527 uniq = entry.split(self.colon)[0]
528 self._toc[uniq] = os.path.join(subdir, entry)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
288 dest = os.path.join(self._path, subdir, uniq + suffix)
304 return uniq
475 uniq = "%s.M%sP%sQ%s.%s" % (int(now), int(now % 1 * 1e6), os.getpid(),
477 path = os.path.join(self._path, 'tmp', uniq)
527 uniq = entry.split(self.colon)[0]
528 self._toc[uniq] = os.path.join(subdir, entry)
    [all...]
  /external/chromium_org/tools/checkperms/
checkperms.py 64 # git ls-files | grep "\\." | sed 's/.*\.//' | sort | uniq -c | sort -b -g
  /external/harfbuzz_ng/
git.mk 289 LC_ALL=C sort | uniq > $@.tmp && \
  /external/llvm/utils/
GenLibDeps.pl 206 "$nmPath -u $Directory/$lib | sed -e 's/^[ 0]* U //' | sort | uniq |";
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 422 /* If we're using Host-Uniq, copy it over */
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
Makefile.in 652 xbxcx3 recall recall2 xemacs fasts uniq manis khadafy linecnt \
712 uniq.good uniq.inp uniq.sed \
    [all...]
Makefile.tests 23 appquit fasts uniq manis linecnt khadafy allsub flipcase space modulo \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 448 # sort s | uniq
451 # sort s | uniq -d
454 # sort s | uniq -c
457 # sort s | uniq -c | sort -rn | head -3
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 448 # sort s | uniq
451 # sort s | uniq -d
454 # sort s | uniq -c
457 # sort s | uniq -c | sort -rn | head -3
    [all...]
  /external/e2fsprogs/
configure.in 966 uniq tmp_config.$$ >> public_config.h
971 uniq tmp_config.$$ >> public_config.h
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /build/
envsetup.sh 25 for i in `cat $T/build/envsetup.sh | sed -n "/^[ \t]*function /s/function \([a-z_]*\).*/\1/p" | sort | uniq`; do
    [all...]
  /external/bison/m4/
gnulib-comp.m4 781 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
827 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
    [all...]
  /external/chromium_org/build/
install-chroot.sh 524 # "sort | uniq -u" to do what amounts to a "set substraction operation".
530 echo "${other_pids}"; } | sort | uniq -u) >/dev/null 2>&1
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed-in.texi 125 * uniq:: Make duplicate lines unique
126 * uniq -d:: Print duplicated lines of input
127 * uniq -u:: Remove all duplicated lines
    [all...]
sed.texi 126 * uniq:: Make duplicate lines unique
127 * uniq -d:: Print duplicated lines of input
128 * uniq -u:: Remove all duplicated lines
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 533 token_names.uniq!
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 735 myOrigins.uniq!
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 205 // find common i18n -name '*.h' -print | xargs fgrep ClassID | cut -d: -f1 | cut -d\/ -f2- | sort | uniq | sed -e 's%.*%#include "&"%'
  /external/chromium_org/third_party/libvpx/
generate_gypi.sh 259 echo "$combined_config" | sort | uniq
  /external/chromium_org/third_party/libvpx/source/libvpx/
configure 228 CODEC_FAMILIES="$(for c in ${CODECS}; do echo ${c%_*}; done | sort | uniq)"
  /external/chromium_org/third_party/tcmalloc/vendor/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/cmockery/cmockery_0_1_2/
depcomp 502 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"

Completed in 580 milliseconds

1 2 3 45 6 7 8 910