Searched refs:uniq (Results 1 - 25 of 78) sorted by relevance

1234

/external/libvpx/tools/
H A Dgen_authors.sh9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
/external/apache-harmony/
H A Drun-harmony-tests14 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
/external/strace/linux/mips/
H A Dioctlent.sh68 file_list=`(ls $file_find $file_stop $file_stop 2>/dev/null) | sort | uniq -u`
/external/valgrind/main/include/
H A Dpub_tool_execontext.h98 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq );
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dvia-parser.rb34 $body::decls.uniq!
/external/kernel-headers/original/linux/
H A Duhid.h42 __u8 uniq[64]; member in struct:uhid_create_req
/external/linux-tools-perf/util/
H A Dhelp.c37 static void uniq(struct cmdnames *cmds) function
173 uniq(main_cmds);
193 uniq(other_cmds);
293 uniq(&main_cmds);
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dmakedep.sh49 search_deps $src | sort | uniq >>${output}.new
/external/bouncycastle/
H A DAndroid.mk60 | sed -e 's/^/-keep class /' -e 's/$$/ { public protected \*; } /' | sort | uniq` \
/external/compiler-rt/lib/tsan/rtl_tests/
H A Dtsan_test_util_linux.cc80 static atomic_uintptr_t uniq = {(uintptr_t)&foo}; // Some real address. local
84 uintptr_t addr = atomic_fetch_add(&uniq, size, memory_order_relaxed);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java778 String uniq = r0[col];
781 if (uniq.charAt(0) == '0') {
897 String uniq = r0[col];
900 if (uniq.charAt(0) == '0') {
1317 String uniq = r0[col];
1320 if (unique && uniq.charAt(0) == '0') {
1347 row[3] = (uniq.charAt(0) != '0' ||
/external/bison/build-aux/
H A Ddepcomp502 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/chromium/sdch/open-vcdiff/
H A Ddepcomp561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/elfutils/config/
H A Ddepcomp561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/genext2fs/
H A Ddepcomp502 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/grub/
H A Ddepcomp494 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/grub/util/
H A Dgrub-install.in352 | sort | uniq -d | sed -n 1p`
/external/libffi/
H A Ddepcomp556 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/libogg/
H A Ddepcomp502 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/libusb/
H A Ddepcomp556 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/libusb-compat/
H A Ddepcomp561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/libvorbis/
H A Ddepcomp502 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/llvm/autoconf/
H A Ddepcomp494 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/protobuf/
H A Ddepcomp561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/external/protobuf/gtest/build-aux/
H A Ddepcomp561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"

Completed in 974 milliseconds

1234