Home
last modified time | relevance | path

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

1234

/third_party/ltp/testcases/kernel/power_management/
Dpm_include.sh73 | uniq
78 | uniq
82 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
83 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
126 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
127 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
137 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
138 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq \
/third_party/node/deps/npm/node_modules/unique-slug/lib/
Dindex.js4 module.exports = function (uniq) { argument
5 if (uniq) {
6 var hash = new MurmurHash3(uniq)
/third_party/ltp/testcases/kernel/tracing/dynamic_debug/
Ddynamic_debug01.sh96 | sort | uniq)
98 | sort | uniq)
100 | sort | uniq)
102 | sort | uniq)
/third_party/node/deps/npm/node_modules/unique-filename/lib/
Dindex.js5 module.exports = function (filepath, prefix, uniq) { argument
6 return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
DcheckXrefs18 sort | uniq > $xrefs
22 sort | uniq > $ids
/third_party/protobuf/
Dupdate_file_lists.sh19 | LC_ALL=C sort | uniq
41 done | LC_ALL=C sort | uniq
139 done | sort | uniq >> $EXTRACT_INCLUDES_BAT
/third_party/openssl/test/recipes/
Dtconversion.pl134 sub uniq (@) { subroutine
144 return scalar(uniq @lines);
/third_party/skia/third_party/externals/harfbuzz/test/api/
DMakefile.am198 | sort | uniq > $@.tmp && mv $@.tmp $@
200 $(AM_V_GEN)cat $^ | sort | uniq > $@.tmp; mv $@.tmp $@
204 | sort | uniq > $@.tmp && mv $@.tmp $@
/third_party/ffmpeg/libavcodec/
Dulti.c224 int uniq = 0; in ulti_decode_frame() local
254 uniq = 1; in ulti_decode_frame()
283 if (mode || uniq) { in ulti_decode_frame()
284 uniq = 0; in ulti_decode_frame()
/third_party/cJSON/tests/unity/auto/
Dgenerate_test_runner.rb70 all_files_used.uniq
173 @options[:includes].flatten.uniq.compact.each do |inc|
388 @options[:includes].flatten.uniq.compact.each do |inc|
/third_party/elfutils/
DAUTHORS.sh12 sort | uniq
/third_party/skia/infra/bots/analysis/
Daxis.sh13 mlr --csv uniq -f $1 /tmp/alljobs.csv | mlr --csv sort -f $1 > /tmp/$1.csv
Dmissing.sh37 mlr --csv uniq -f cpu_or_gpu_value | \
/third_party/libwebsockets/scripts/
Dahrefs-topsites.sh5 sed 's/<.*//g' | grep -v Domain | grep -v Josh | sort | uniq
/third_party/node/deps/v8/tools/
Dcheck-unused-symbols.sh21 | uniq -u \
Dcheck-unused-bailouts.sh22 | uniq -u \
Dcollect_deprecation_stats.sh35 cut -f2 -d' ' $UNIQUE_WARNINGS_LOG | sort | uniq -c
/third_party/icu/tools/multi/c/
DMakefile22 ICUVERS:=$(shell cd $(ICUS); ls icu4c*.tgz | cut -d- -f2 | sort | uniq | fgrep -v -f $(MULTICU_ROOT…
23 ICU4JVERS:=$(shell cd $(ICUS); ls icu4j*.jar | cut -d- -f2 | cut -d. -f1 | sort | uniq | fgrep -v …
/third_party/python/Modules/
Dmakexp_aix71 | sort | uniq >> $expFileName
/third_party/mesa3d/src/gallium/tools/
Daddr2line.sh10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do
/third_party/unity/auto/
Dgenerate_test_runner.rb87 all_files_used.uniq
251 @options[:includes].flatten.uniq.compact.each do |inc|
472 @options[:includes].flatten.uniq.compact.each do |inc|
/third_party/mbedtls/docs/architecture/psa-migration/
Dsyms.sh50 | uniq -c | sort -rn > ${PREF}-modules
/third_party/ltp/testcases/network/stress/ns-tools/
Dfind_portbundle85 | uniq > ${port_list}
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
Dsmt_smp_enabled.sh64 | sed 's/ //' | uniq`
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
Dsmt_smp_affinity.sh68 | sed 's/ //' | uniq`

1234