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

1 2 3 4 5 6 7 8 9

  /external/strace/
syscallent.sh 31 sort -k2n | uniq |
signalent.sh 29 sort -k2n | uniq |
  /external/strace/tests/
uname.test 7 check_prog uniq
11 uniq < "$LOG" > "$OUT"
15 uniq < "$LOG" >> "$OUT"
getuid.test 7 check_prog uniq
10 uniq < "$LOG" > "$OUT"
  /external/strace/tests-m32/
uname.test 7 check_prog uniq
11 uniq < "$LOG" > "$OUT"
15 uniq < "$LOG" >> "$OUT"
getuid.test 7 check_prog uniq
10 uniq < "$LOG" > "$OUT"
  /external/strace/tests-mx32/
uname.test 7 check_prog uniq
11 uniq < "$LOG" > "$OUT"
15 uniq < "$LOG" >> "$OUT"
getuid.test 7 check_prog uniq
10 uniq < "$LOG" > "$OUT"
  /external/autotest/contrib/
count_labels 25 sed -e "/$LABEL:/ !d" -e "s=.*$LABEL:\([^,]*\).*=\1=" | sort | uniq -c
servo-summary 55 sed "$SED_SCRIPT" $FILE | sort | uniq -c |
show_offload_failures 31 ) | sort | uniq -u
  /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 | grep -v corp.google \
  /external/owasp/sanitizer/src/main/org/owasp/html/
AttributePolicy.java 70 Set<AttributePolicy> uniq = new LinkedHashSet<AttributePolicy>(); local
73 uniq.addAll(((JoinedAttributePolicy) p).policies);
75 uniq.add(p);
79 if (uniq.contains(REJECT_ALL_ATTRIBUTE_POLICY)) {
82 uniq.remove(IDENTITY_ATTRIBUTE_POLICY);
83 switch (uniq.size()) {
85 case 1: return uniq.iterator().next();
86 default: return new JoinedAttributePolicy(uniq);
  /external/libvpx/
lint_config.sh 79 odd_config="$(echo "$combined_config" | sort | uniq -u)"
80 odd_vars="$(echo "$odd_config" | sed 's/=.*//' | uniq)"
106 echo "$combined_config" | sort | uniq > $out_file
108 echo "$combined_config" | sort | uniq
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_dynamics.sh 33 figures=($(echo "$plots" | cut -f 2 | sort | uniq))
37 data_sets=$(echo "$plots" | grep "^PLOT.$figure" | cut -f 3 | sort | uniq)
40 cut -d '@' -f 1 | uniq))
plot_bars.sh 35 figures=($(echo "$bars" | cut -f 2 | sort | uniq))
67 | cut -f 1 | sort | uniq | head -n 1 )
71 | cut -f 1 | sort | uniq | sed -n 2p)
120 sed 's/_/\t/g' | cut -f 1 | sort | uniq)
133 sort | uniq)
144 data_sets=$(echo "$bars" | grep "BAR.$figure" | cut -f 3 | sort | uniq)
163 data_sets=$(echo "$bars" | grep "BAR.$figure" | cut -f 3 | sort | uniq)
199 data_sets=$(echo "$log" | grep "BASELINE.$figure" | cut -f 3 | sort | uniq)
228 data_sets=$(echo "$bars" | grep "ERRORBAR.$figure" | cut -f 3 | sort | uniq)
259 | sort | uniq)
    [all...]
  /external/v8/src/crankshaft/
unique.h 59 template <class S> Unique(Unique<S> uniq) {
66 raw_address_ = uniq.raw_address_;
67 handle_ = uniq.handle_;
141 inline std::ostream& operator<<(std::ostream& os, Unique<T> uniq) {
142 return os << Brief(*uniq.handle());
160 UniqueSet(Unique<T> uniq, Zone* zone)
162 array_[0] = uniq;
166 void Add(Unique<T> uniq, Zone* zone) {
167 DCHECK(uniq.IsInitialized());
170 if (array_[i] == uniq) return
    [all...]
  /external/ltp/testcases/kernel/power_management/
pm_include.sh 81 | uniq
86 | uniq
90 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
91 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
129 | uniq | wc -l`
134 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
135 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
145 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
146 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq \
  /external/ltp/testcases/network/tcp_cmds/rwho/
rwho01 104 HOST=`grep $LHOST $OUTFILE | sed 's/[^ ]* *//; s/:.*//' | uniq`
106 HOST=`grep $RHOSTNAME $OUTFILE | sed 's/[^ ]* *//; s/:.*//' | uniq`
110 HOST=`grep $LHOST $OUTFILE | sed 's/ .*//' | uniq`
112 HOST=`grep $RHOSTNAME $OUTFILE | sed 's/ .*//' | uniq`
  /external/toolchain-utils/
perf-to-inst-page.sh 58 test awk '{print $3}' out.txt | sort -n | uniq -c > inst-histo.txt
  /external/apache-harmony/
run-harmony-tests 14 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
smt_smp_enabled.sh 64 | sed 's/ //' | uniq`
  /external/ltp/tools/pounder21/src/
libidecd.sh 26 NUM_DEVICES=`/bin/ls $(egrep '(cdr|dvd)' /etc/fstab | awk -F " " '{print $1}') /dev/cdr* /dev/dvd* /dev/cdrom/* /dev/sr* 2> /dev/null | sort | uniq | wc -l`
31 /bin/ls $(egrep '(cdr|dvd)' /etc/fstab | awk -F " " '{print $1}') /dev/cdr* /dev/dvd* /dev/cdrom/* /dev/sr* 2> /dev/null | sort | uniq
  /external/mesa3d/src/gallium/tools/
addr2line.sh 10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 9