HomeSort by relevance Sort by last modified time
    Searched refs:uniq (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/libvpx/libvpx/tools/
author_first_release.sh 15 done | sort -k2 | uniq -f2
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /external/apache-harmony/
run-harmony-tests 14 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
  /external/strace/linux/mips/
ioctlent.sh 68 file_list=`(ls $file_find $file_stop $file_stop 2>/dev/null) | sort | uniq -u`
  /libcore/
run-libcore-tests 13 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
  /external/valgrind/main/include/
pub_tool_execontext.h 98 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq );
  /build/core/
node_fns.mk 97 define uniq-word
160 $(call uniq-word,$($(_eiv_tv)),$(INHERIT_TAG)$(i))) \
definitions.mk 616 define uniq-pairs-by-first-component
    [all...]
  /bionic/libc/kernel/common/linux/
uhid.h 44 __u8 uniq[64]; member in struct:uhid_create_req
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 34 $body::decls.uniq!
  /external/kernel-headers/original/linux/
uhid.h 42 __u8 uniq[64]; member in struct:uhid_create_req
  /external/linux-tools-perf/util/
help.c 37 static void uniq(struct cmdnames *cmds) function
173 uniq(main_cmds);
193 uniq(other_cmds);
293 uniq(&main_cmds);
  /bootable/recovery/applypatch/
imgdiff_test.sh 104 sort | uniq -d | egrep -e '[.](apk|jar|zip)$'); do
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
makedep.sh 49 search_deps $src | sort | uniq >>${output}.new
  /ndk/build/tools/
build-libportable.sh 154 sed 's/_wrap_/|/' | awk -F'|' '{print $2}' | sort | uniq | \
  /external/bouncycastle/
Android.mk 64 | sed -e 's/^/-keep class /' -e 's/$$/ { public protected \*; } /' | sort | uniq` \
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 80 static atomic_uintptr_t uniq = {(uintptr_t)&foo}; // Some real address. local
84 uintptr_t addr = atomic_fetch_add(&uniq, size, memory_order_relaxed);
  /ndk/build/core/
definitions-utils.mk 43 # Note : This is equivalent to the 'uniq' function provided by GMSL,
46 # items like 'uniq' does.
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 778 String uniq = r0[col]; local
781 if (uniq.charAt(0) == '0') {
897 String uniq = r0[col]; local
900 if (uniq.charAt(0) == '0') {
1317 String uniq = r0[col]; local
    [all...]
  /external/chromium/sdch/open-vcdiff/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/elfutils/config/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/genext2fs/
depcomp 502 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/grub/
depcomp 494 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/grub/util/
grub-install.in 352 | sort | uniq -d | sed -n 1p`
  /external/libffi/
depcomp 556 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"

Completed in 1021 milliseconds

1 2 3 4