Home
last modified time | relevance | path

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

1234567

/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/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/tensorflow/tensorflow/core/kernels/
Dunique_op.cc109 std::unordered_map<T, TIndex> uniq; in Compute() local
110 uniq.reserve(2 * N); in Compute()
112 auto it = uniq.insert(std::make_pair(Tin(i), j)); in Compute()
119 uniq_size = static_cast<int64>(uniq.size()); in Compute()
127 for (auto it : uniq) { in Compute()
157 uniq(0, hash_fn, equal_to_fn); in Compute() local
159 uniq.reserve(2 * Tin.dimension(1)); in Compute()
162 auto it = uniq.insert(std::make_pair(i, j)); in Compute()
169 uniq_size = static_cast<int64>(uniq.size()); in Compute()
178 for (auto it : uniq) { in Compute()
/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/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/ltp/testcases/kernel/tracing/dynamic_debug/
Ddynamic_debug01.sh130 | sort | uniq)
132 | sort | uniq)
134 | sort | uniq)
136 | sort | uniq)
/external/tensorflow/tensorflow/contrib/bigtable/kernels/
Dbigtable_lib.cc88 std::unordered_set<string> uniq(strs.begin(), strs.end()); in RegexFromStringSet() local
89 if (uniq.size() == 1) { in RegexFromStringSet()
90 return *uniq.begin(); in RegexFromStringSet()
92 return str_util::Join(uniq, "|"); in RegexFromStringSet()
/external/u-boot/scripts/
Dbuild-whitelist.sh37 |sort |uniq >scripts/config_whitelist.txt.tmp1;
44 |sort |uniq >scripts/config_whitelist.txt.tmp2
48 |sort |uniq >scripts/config_whitelist.txt.tmp3
Dcheck-config.sh33 cat ${path} |sed -n 's/^#define \(CONFIG_[A-Za-z0-9_]*\).*/\1/p' |sort |uniq \
41 |sort |uniq > ${ok}
Dget_maintainer.pl572 @file_emails = uniq(@file_emails);
594 @scm = uniq(@scm);
599 @status = uniq(@status);
604 @subsystem = uniq(@subsystem);
609 @web = uniq(@web);
2178 my @tmp_authors = uniq(@authors);
2182 @tmp_authors = uniq(@tmp_authors);
2220 @commits = uniq(@all_commits);
2271 @commits = uniq(@commits);
2370 sub uniq { subroutine
/external/libvpx/
Dlint_config.sh106 echo "$combined_config" | sort | uniq > $out_file
108 echo "$combined_config" | 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/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/harfbuzz_ng/test/api/
DMakefile.am178 | sort | uniq > $@.tmp && mv $@.tmp $@
180 $(AM_V_GEN)cat $^ | sort | uniq > $@.tmp; mv $@.tmp $@
184 | sort | uniq > $@.tmp && mv $@.tmp $@
/external/libxml2/doc/
Dqueries.py35 uniq = int(row[0])
40 total, uniq, number, date))
/external/kernel-headers/original/uapi/linux/
Duhid.h48 __u8 uniq[64]; member
132 __u8 uniq[64]; member
/external/scapy/scapy/
Ddadict.py51 def _branch(self, br, uniq=0): argument
52 if uniq and br._name in self:
/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/syzkaller/sys/linux/
Duhid.txt22 uniq string[uhid_names, 64]
36 uniq string[uhid_names, 64]

1234567