/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/ |
OptReport.cpp | 47 cl::cat(OptReportCategory)); 51 cl::cat(OptReportCategory)); 55 cl::cat(OptReportCategory)); 59 cl::init(false), cl::cat(OptReportCategory)); 63 cl::init(false), cl::cat(OptReportCategory));
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
categorical_test.py | 282 cat = categorical.Categorical(probs=cat_params_tf) 290 "cat_prob": cat.prob(disc_event_tf), 291 "cat_log_prob": cat.log_prob(disc_event_tf), 292 "cat_cdf": cat.cdf(disc_event_tf), 293 "cat_log_cdf": cat.log_cdf(disc_event_tf),
|
/external/ltp/testcases/kernel/controllers/freezer/ |
libcgroup_freezer | 187 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null' 195 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null' 201 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill -s SIGKILL $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null' 206 xargs -0r -n 1 ${XARGS_REPL_OPT} cat "${XARGS_REPL_STR}/tasks" | wc -l) 299 tasks=( $(cat "${cgroup_name}/tasks") ) # don't assign directly (bash bug) 313 local nlines=$(( `cat tasks | wc -l` + 0)) 329 cat "${cgroup_name}/tasks" | grep -E "^${task_pid}\$" > /dev/null 2>&1 && return 0 342 cat "${cgroup_name}/tasks" | grep -E "^${task_pid}\$" > /dev/null 2>&1 || return 0 504 local state="$(cat freezer.state)"
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UCharacter.java | 3970 int cat = getType(ch); local 3989 int cat = getType(ch); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
UCharacter.java | 4553 int cat = getType(ch); local 4573 int cat = getType(ch); local [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
IntentFilterTest.java | 607 Set<String> cat = new HashSet<String>(); local 806 Set<String> cat = new HashSet<String>(); local [all...] |
/external/syzkaller/vendor/golang.org/x/net/idna/ |
idna.go | 566 func (p *Profile) simplify(cat category) category { 567 switch cat { 570 cat = disallowed 572 cat = mapped 576 cat = disallowed 578 cat = valid 582 cat = valid 586 cat = valid 588 return cat
|
/external/mesa3d/src/mapi/glapi/gen/ |
gl_XML.py | 929 def process_category(self, cat): 930 cat_name = cat.get( "name" ) 931 cat_number = cat.get( "number" ) 936 for child in cat.getchildren(): 964 def functionIterateByCategory(self, cat = None): 967 If cat is None, all known functions are iterated in category 969 Within a category, functions are sorted by name. If cat is 977 if (cat == None) or (cat == cat_name): [all...] |
/external/selinux/checkpolicy/ |
module_compiler.c | 62 [SYM_CATS] = "cat" 1074 cat_datum_t *cat = NULL; local 1084 cat = malloc(sizeof(cat_datum_t)); 1085 if (!cat) { 1090 cat_datum_init(cat); 1092 retval = require_symbol(SYM_CATS, id, (hashtab_datum_t *) cat, 1093 &cat->s.value, &cat->s.value); 1096 cat_datum_destroy(cat); 1097 free(cat); [all...] |
/external/ImageMagick/config/ |
depcomp | 34 cat <<\EOF 609 cat < "$tmpdepfile" > "$depfile" 714 cat < "$tmpdepfile" >> "$depfile"
|
/external/autotest/site_utils/lxc/ |
container_unittest.py | 201 cat = lambda path: container.attach_run('cat %s' % path).stdout 202 test0 = cat(os.path.join(constants.CONTAINER_AUTOTEST_DIR, 204 test1 = cat(os.path.join(constants.CONTAINER_AUTOTEST_DIR, 237 test_string = container.attach_run('cat %s' % dst).stdout 257 test_string = container.attach_run('cat %s' % test_file).stdout
|
zygote_unittest.py | 138 cmd = 'cat %s' % os.path.join(lxc.CONTAINER_HOST_DIR, 162 cat = lambda path: zygote.attach_run('cat %s' % path).stdout 163 test0 = cat(os.path.join(constants.CONTAINER_AUTOTEST_DIR, 165 test1 = cat(os.path.join(constants.CONTAINER_AUTOTEST_DIR, 200 test_string = zygote.attach_run('cat %s' % dst).stdout 220 test_string = zygote.attach_run('cat %s' % test_file).stdout
|
/external/bzip2/ |
Makefile | 57 @cat words1 70 @cat words3 117 @cat words0
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
CaseIterator.java | 228 int cat = UCharacter.getType(i); external variable declarations 229 if (cat == Character.UNASSIGNED || cat == Character.PRIVATE_USE) continue;
|
VerifyCompactNumbers.java | 312 String cat = pluralInfo.getPluralRules().select(i); local 313 if (ones.containsKey(cat)) { 316 ones.put(cat, i);
|
/external/compiler-rt/lib/asan/scripts/ |
asan_device_setup | 43 $ADB shell su -c "cat \\\"/data/local/tmp/$FILENAME\\\" > \\\"$2/$FILENAME\\\"" 86 $ADB shell su -c "[ -f \\\"$1\\\" ] && cat \\\"$1\\\" > \\\"/data/local/tmp/$FILENAME\\\" && chown root.shell \\\"/data/local/tmp/$FILENAME\\\" && chmod 755 \\\"/data/local/tmp/$FILENAME\\\"" && 325 cat <<EOF >"$TMPDIR/$_from" 361 cat <<EOF >"$TMPDIR/asanwrapper" 369 cat <<EOF >"$TMPDIR/asanwrapper64"
|
/external/curl/ |
depcomp | 34 cat <<\EOF 609 cat < "$tmpdepfile" > "$depfile" 714 cat < "$tmpdepfile" >> "$depfile"
|
/external/expat/conftools/ |
depcomp | 34 cat <<\EOF 609 cat < "$tmpdepfile" > "$depfile" 714 cat < "$tmpdepfile" >> "$depfile"
|
/external/google-breakpad/autotools/ |
depcomp | 34 cat <<\EOF 609 cat < "$tmpdepfile" > "$depfile" 714 cat < "$tmpdepfile" >> "$depfile"
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
CaseIterator.java | 225 int cat = UCharacter.getType(i); external variable declarations 226 if (cat == Character.UNASSIGNED || cat == Character.PRIVATE_USE) continue;
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
UnicodeSetCloseOver.java | 85 int cat = UCharacter.getType(i); local 86 if (cat == Character.UNASSIGNED || cat == Character.PRIVATE_USE)
|
/external/iperf3/config/ |
depcomp | 34 cat <<\EOF 609 cat < "$tmpdepfile" > "$depfile" 714 cat < "$tmpdepfile" >> "$depfile"
|
/external/libevent/ |
depcomp | 34 cat <<\EOF 609 cat < "$tmpdepfile" > "$depfile" 714 cat < "$tmpdepfile" >> "$depfile"
|
/external/libnetfilter_conntrack/build-aux/ |
depcomp | 34 cat <<\EOF 609 cat < "$tmpdepfile" > "$depfile" 714 cat < "$tmpdepfile" >> "$depfile"
|
/external/libpng/ |
depcomp | 34 cat <<\EOF 609 cat < "$tmpdepfile" > "$depfile" 714 cat < "$tmpdepfile" >> "$depfile"
|