Home
last modified time | relevance | path

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

123456

/third_party/mindspore/tests/st/ops/cpu/
Dtest_unique_op.py30 self.uniq = P.Unique()
33 return self.uniq(x)
38 uniq = Net()
39 output = uniq(x)
51 uniq = Net()
52 output = uniq(x)
64 uniq = Net()
65 output = uniq(x)
78 uniq = Net()
79 output = uniq(x)
/third_party/node/deps/npm/node_modules/lodash.uniq/
DREADME.md1 # lodash.uniq v4.5.0
3 The [lodash](https://lodash.com/) method `_.uniq` exported as a [Node.js](https://nodejs.org/) modu…
10 $ npm i --save lodash.uniq
15 var uniq = require('lodash.uniq');
18 …ion](https://lodash.com/docs#uniq) or [package source](https://github.com/lodash/lodash/blob/4.5.0…
/third_party/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 \
/third_party/boost/libs/beast/tools/
Dmake_field.sh7 cat $1 | sort -f | uniq | sed 's/^/ \"/; s/$/\",/'
15 cat $1 | sort -f | uniq | sed 's/\(.*\)/ \L\1,/; s/-/_/g'
21 cat $1 | sort -f | uniq | perl -nE 'chomp; $a=lc($_); $a=~s/-/_/g; say " match(field::$a, \"…
/third_party/node/deps/npm/node_modules/unique-slug/
Dindex.js5 module.exports = function (uniq) { argument
6 if (uniq) {
7 var hash = new MurmurHash3(uniq)
/third_party/ltp/testcases/kernel/tracing/dynamic_debug/
Ddynamic_debug01.sh113 | sort | uniq)
115 | sort | uniq)
117 | sort | uniq)
119 | sort | uniq)
/third_party/eudev/src/shared/
Dmacro.h56 #define UNIQ_T(x, uniq) CONCATENATE(__unique_prefix_, CONCATENATE(x, uniq)) argument
86 #define __container_of(uniq, ptr, type, member) \ argument
88 const typeof( ((type*)0)->member ) *UNIQ_T(A, uniq) = (ptr); \
89 (type*)( (char *)UNIQ_T(A, uniq) - offsetof(type,member) ); \
/third_party/node/deps/npm/node_modules/unique-filename/
Dindex.js6 module.exports = function (filepath, prefix, uniq) { argument
7 return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq))
/third_party/node/deps/npm/node_modules/worker-farm/tests/
Dindex.js10 function uniq (ar) { function
83 t.equal(1, uniq(pids).length, 'only a single process (by pid)')
108 t.equal(2, uniq(pids).length, 'only two child processes (by pid)')
133 t.equal(10, uniq(pids).length, 'pids are all the same (by pid)')
186 t.equal(count, uniq(pids).length, 'one process for each call (by pid)')
216 t.equal(count / 2, uniq(pids).length, 'one process for each call (by pid)')
355 …t.ok(uniq(pids).length > 2, 'processed by many (' + uniq(pids).length + ') workers, but got there …
356 t.ok(uniq(ids).length == count, 'received a single result for each unique call')
/third_party/libffi/testsuite/libffi.bhaible/
DMakefile19 LC_ALL=C uniq -u < test-call.out > failed-call
24 LC_ALL=C uniq -u < test-callback.out > failed-callback
/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/node/deps/npm/lib/install/
Dcheck-permissions.js5 var uniq = require('lodash.uniq') variable
33uniq(errors.map(function (er) { return 'Missing write access to ' + er.path })).forEach(function (…
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/
Dcrop.sh90 DUPLICATES=`ar t "${MD_LIB_FILENAME}" | sort | uniq -d`
109 UNIQUES=`ar t "${MD_LIB_FILENAME}" | sort | uniq -u`
/third_party/libxml2/doc/
Dqueries.py35 uniq = int(row[0])
40 total, uniq, number, date))
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
DMakefile.am181 | sort | uniq > $@.tmp && mv $@.tmp $@
183 $(AM_V_GEN)cat $^ | sort | uniq > $@.tmp; mv $@.tmp $@
187 | sort | uniq > $@.tmp && mv $@.tmp $@
/third_party/mindspore/scripts/
Dget_op_use_count.sh17 ./scripts/get_shape_from_ir.sh "$1" |awk -F'\t' '{print $2}' | sort |uniq -c |sort -r
/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/harfbuzz/test/api/
DMakefile.am195 | sort | uniq > $@.tmp && mv $@.tmp $@
197 $(AM_V_GEN)cat $^ | sort | uniq > $@.tmp; mv $@.tmp $@
201 | sort | uniq > $@.tmp && mv $@.tmp $@
/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/python/Modules/
Dmakexp_aix71 | sort | uniq >> $expFileName
/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/mesa3d/src/gallium/tools/
Daddr2line.sh10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do

123456