/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | AttributePolicy.java | 70 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/ |
D | 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 …]
|
D | 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))
|
/external/ltp/testcases/kernel/power_management/ |
D | pm_include.sh | 80 | 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/ |
D | unique_op.cc | 109 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/ |
D | uname.test | 7 check_prog uniq 11 uniq < "$LOG" > "$OUT" 15 uniq < "$LOG" >> "$OUT"
|
D | getuid.test | 7 check_prog uniq 10 uniq < "$LOG" > "$OUT"
|
/external/strace/tests/ |
D | uname.test | 7 check_prog uniq 11 uniq < "$LOG" > "$OUT" 15 uniq < "$LOG" >> "$OUT"
|
D | getuid.test | 7 check_prog uniq 10 uniq < "$LOG" > "$OUT"
|
/external/strace/tests-mx32/ |
D | uname.test | 7 check_prog uniq 11 uniq < "$LOG" > "$OUT" 15 uniq < "$LOG" >> "$OUT"
|
D | getuid.test | 7 check_prog uniq 10 uniq < "$LOG" > "$OUT"
|
/external/ltp/testcases/kernel/tracing/dynamic_debug/ |
D | dynamic_debug01.sh | 130 | sort | uniq) 132 | sort | uniq) 134 | sort | uniq) 136 | sort | uniq)
|
/external/tensorflow/tensorflow/contrib/bigtable/kernels/ |
D | bigtable_lib.cc | 88 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/ |
D | build-whitelist.sh | 37 |sort |uniq >scripts/config_whitelist.txt.tmp1; 44 |sort |uniq >scripts/config_whitelist.txt.tmp2 48 |sort |uniq >scripts/config_whitelist.txt.tmp3
|
D | check-config.sh | 33 cat ${path} |sed -n 's/^#define \(CONFIG_[A-Za-z0-9_]*\).*/\1/p' |sort |uniq \ 41 |sort |uniq > ${ok}
|
D | get_maintainer.pl | 572 @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/ |
D | lint_config.sh | 106 echo "$combined_config" | sort | uniq > $out_file 108 echo "$combined_config" | sort | uniq
|
/external/protobuf/ |
D | update_file_lists.sh | 19 | 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/ |
D | perf-helper.py | 249 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/ |
D | Makefile.am | 178 | sort | uniq > $@.tmp && mv $@.tmp $@ 180 $(AM_V_GEN)cat $^ | sort | uniq > $@.tmp; mv $@.tmp $@ 184 | sort | uniq > $@.tmp && mv $@.tmp $@
|
/external/libxml2/doc/ |
D | queries.py | 35 uniq = int(row[0]) 40 total, uniq, number, date))
|
/external/kernel-headers/original/uapi/linux/ |
D | uhid.h | 48 __u8 uniq[64]; member 132 __u8 uniq[64]; member
|
/external/scapy/scapy/ |
D | dadict.py | 51 def _branch(self, br, uniq=0): argument 52 if uniq and br._name in self:
|
/external/mesa3d/scripts/ |
D | get_reviewer.pl | 502 @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/ |
D | uhid.txt | 22 uniq string[uhid_names, 64] 36 uniq string[uhid_names, 64]
|