Home
last modified time | relevance | path

Searched refs:uniq (Results 1 – 25 of 135) sorted by relevance

123456

/external/owasp/sanitizer/src/main/org/owasp/html/
DAttributePolicy.java70 Set<AttributePolicy> uniq = new LinkedHashSet<AttributePolicy>(); in join() local
73 uniq.addAll(((JoinedAttributePolicy) p).policies); in join()
75 uniq.add(p); in join()
79 if (uniq.contains(REJECT_ALL_ATTRIBUTE_POLICY)) { in join()
82 uniq.remove(IDENTITY_ATTRIBUTE_POLICY); in join()
83 switch (uniq.size()) { in join()
85 case 1: return uniq.iterator().next(); in join()
86 default: return new JoinedAttributePolicy(uniq); in join()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_bars.sh35 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 …]
Dplot_dynamics.sh33 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))
/external/v8/src/crankshaft/
Dunique.h59 template <class S> Unique(Unique<S> uniq) { in Unique() argument
66 raw_address_ = uniq.raw_address_; in Unique()
67 handle_ = uniq.handle_; in Unique()
141 inline std::ostream& operator<<(std::ostream& os, Unique<T> uniq) {
142 return os << Brief(*uniq.handle());
160 UniqueSet(Unique<T> uniq, Zone* zone) in UniqueSet() argument
162 array_[0] = uniq; in UniqueSet()
166 void Add(Unique<T> uniq, Zone* zone) { in Add() argument
167 DCHECK(uniq.IsInitialized()); in Add()
170 if (array_[i] == uniq) return; in Add()
[all …]
/external/ltp/testcases/kernel/power_management/
Dpm_include.sh80 | uniq
85 | uniq
89 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
90 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
128 | uniq | wc -l`
133 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
134 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
144 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
145 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq \
/external/strace/tests-mx32/
Duname.test7 check_prog uniq
11 uniq < "$LOG" > "$OUT"
15 uniq < "$LOG" >> "$OUT"
Dgetuid.test7 check_prog uniq
10 uniq < "$LOG" > "$OUT"
/external/strace/tests-m32/
Duname.test7 check_prog uniq
11 uniq < "$LOG" > "$OUT"
15 uniq < "$LOG" >> "$OUT"
Dgetuid.test7 check_prog uniq
10 uniq < "$LOG" > "$OUT"
/external/strace/tests/
Duname.test7 check_prog uniq
11 uniq < "$LOG" > "$OUT"
15 uniq < "$LOG" >> "$OUT"
Dgetuid.test7 check_prog uniq
10 uniq < "$LOG" > "$OUT"
/external/libvpx/
Dlint_config.sh106 echo "$combined_config" | sort | uniq > $out_file
108 echo "$combined_config" | sort | uniq
/external/ltp/tools/pounder21/src/
Dlibidecd.sh26 … -F " " '{print $1}') /dev/cdr* /dev/dvd* /dev/cdrom/* /dev/sr* 2> /dev/null | sort | uniq | wc -l`
31 …tab | awk -F " " '{print $1}') /dev/cdr* /dev/dvd* /dev/cdrom/* /dev/sr* 2> /dev/null | sort | uniq
/external/protobuf/
Dupdate_file_lists.sh19 | LC_ALL=C sort | uniq
41 done | LC_ALL=C sort | uniq
135 done | sort | uniq | sed "s/^/mkdir include\\\\/" >> $EXTRACT_INCLUDES_BAT
/external/protobuf/util/
Dupdate_file_lists.sh19 | LC_ALL=C sort | uniq
41 done | LC_ALL=C sort | uniq
135 done | sort | uniq | sed "s/^/mkdir include\\\\/" >> $EXTRACT_INCLUDES_BAT
/external/fmtlib/support/
Ddocopt.py45 def fix_identities(self, uniq=None): argument
49 uniq = list(set(self.flat())) if uniq is None else uniq
52 assert child in uniq
53 self.children[i] = uniq[uniq.index(child)]
55 child.fix_identities(uniq)
/external/clang/utils/perf-training/
Dperf-helper.py249 def uniq(list): function
259 return uniq(s for symbols in symbol_lists for s in symbols)
267 uniq_lists = [list(uniq(symbols)) for symbols in symbol_lists]
283 return uniq(s
303 merged_symbols = uniq(s for symbols in symbol_lists
/external/libxml2/doc/
Dqueries.py35 uniq = int(row[0])
40 total, uniq, number, date))
/external/kernel-headers/original/uapi/linux/
Duhid.h47 __u8 uniq[64]; member
131 __u8 uniq[64]; member
/external/libvpx/libvpx/tools/
Dauthor_first_release.sh15 done | sort -k2 | uniq -f2
Dgen_authors.sh9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google \
/external/mesa3d/scripts/
Dget_reviewer.pl502 @file_emails = uniq(@file_emails);
524 @scm = uniq(@scm);
529 @status = uniq(@status);
534 @subsystem = uniq(@subsystem);
539 @web = uniq(@web);
1960 my @tmp_authors = uniq(@authors);
1964 @tmp_authors = uniq(@tmp_authors);
2002 @commits = uniq(@all_commits);
2053 @commits = uniq(@commits);
2117 sub uniq { subroutine
/external/harfbuzz_ng/test/api/
DMakefile.am139 | sort | uniq > $@.tmp && mv $@.tmp $@
143 | sort | uniq > $@.tmp && mv $@.tmp $@
/external/autotest/contrib/
Dservo-summary55 sed "$SED_SCRIPT" $FILE | sort | uniq -c |
Dshow_offload_failures31 ) | sort | uniq -u

123456