/external/u-boot/ |
Makefile | 379 UBOOTRELEASE = $(shell cat include/config/uboot.release 2> /dev/null) 885 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT)) 889 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT)) 891 quiet_cmd_cat = CAT $@ 892 cmd_cat = cat $(filter-out $(PHONY), $^) > $@ 894 append = cat $(filter-out $< $(PHONY), $^) >> $@ 896 quiet_cmd_pad_cat = CAT $@ 937 $(call if_changed,cat) 943 $(call if_changed,cat) 986 map_size=$(shell cat u-boot.map | [all...] |
/external/cmockery/cmockery_0_1_2/ |
libtool | 216 cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~ 425 cat <<EOF [all...] |
ltmain.sh | 73 cat <<EOF 862 `cat $lockfile 2>/dev/null` 890 test -z "$run" && cat > ${libobj}T <<EOF 936 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then 939 `cat $lockfile 2>/dev/null` 967 test -z "$run" && cat >> ${libobj}T <<EOF 979 test -z "$run" && cat >> ${libobj}T <<EOF 1008 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then 1011 `cat $lockfile 2>/dev/null` 1040 test -z "$run" && cat >> ${libobj}T <<EO [all...] |
/external/swiftshader/third_party/LLVM/autoconf/ |
ltmain.sh | 73 cat <<EOF 862 `cat $lockfile 2>/dev/null` 890 test -z "$run" && cat > ${libobj}T <<EOF 936 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then 939 `cat $lockfile 2>/dev/null` 967 test -z "$run" && cat >> ${libobj}T <<EOF 979 test -z "$run" && cat >> ${libobj}T <<EOF 1008 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then 1011 `cat $lockfile 2>/dev/null` 1040 test -z "$run" && cat >> ${libobj}T <<EO [all...] |
/build/make/core/ |
soong_java_prebuilt.mk | 70 cat $$f >>$@; \
|
/build/soong/cc/ |
rs.go | 39 (echo '${out}: \' && cat ${depFiles} | awk 'start { sub(/( \\)?$$/, " \\"); print } /:/ { start=1 }') > ${out}.d &&
|
/build/soong/ui/build/paths/ |
config.go | 129 "cat": LinuxOnlyPrebuilt,
|
/external/clang/lib/Basic/ |
DiagnosticIDs.cpp | 717 unsigned cat = getCategoryNumberForDiag(DiagID); 718 return DiagnosticIDs::getCategoryNameFromID(cat).startswith("ARC ");
|
/external/e2fsprogs/debian/attic/libs/ |
rules | 147 cd $(maindir) && rmdir usr/man/cat? bin lib usr/include/* usr/include \
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
instr-a3xx.h | 35 #define _OPC(cat, opc) (((cat) << NOPC_BITS) | opc)
|
disasm-a3xx.c | 792 uint16_t cat; member in struct:opc_info 797 #define OPC(cat, opc, name) [(opc)] = { (cat), (opc), #name, print_instr_cat##cat }
|
/external/robolectric-shadows/ |
run_robolectric_module_tests.mk | 16 test_filter_command := $(if $(ROBOTEST_FILTER),grep -E "$(ROBOTEST_FILTER)",cat)
|
/external/selinux/libsepol/src/ |
link.c | 713 cat_datum_t *cat, *base_cat; local 717 cat = (cat_datum_t *) datum; 745 state->cur->map[SYM_CATS][cat->s.value - 1] = base_cat->s.value; 1058 for (src_cat = src->cat; src_cat; src_cat = src_cat->next) { 1067 new_cat->next = dst->cat; 1068 dst->cat = new_cat; 1071 dst->cat->low = mod->map[SYM_CATS][src_cat->low - 1]; 1073 dst->cat->high = mod->map[SYM_CATS][src_cat->high - 1]; [all...] |
/external/shflags/lib/ |
shunit2 | 718 cat <<EOF >"${_shunit_file_}"
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
command_line.md | 331 cat /tmp/dump
|
/art/runtime/verifier/ |
register_line.h | 82 void CopyRegister1(MethodVerifier* verifier, uint32_t vdst, uint32_t vsrc, TypeCategory cat)
|
/build/soong/java/ |
sdk.go | 301 Text("cat"). 338 cmd.Text("cat").
|
/external/autotest/client/cros/ |
cryptohome.py | 389 utils.system_output('cat %s' % cryptohomed_path))
|
/external/libxml2/doc/ |
buildDocBookCatalog | 5 cat <<EOF 24 CAT=xmlcatalog 44 CAT=`basename $ROOTCATALOG`
|
/external/libxml2/os400/ |
make-src.sh | 114 OS400SYMS=`cat os400/transcode.h os400/rpgsupport.h |
|
/external/llvm/lib/Support/ |
regcomp.c | 1301 cat_t cat; local 1309 cat = g->ncategories++; 1310 cats[c] = cat; 1313 cats[c2] = cat; [all...] |
/external/ltp/testscripts/ |
test_fs_bind.sh | 509 cat - <<-EOF
|
/external/selinux/libsemanage/src/ |
Makefile | 34 VERSION = $(shell cat ../VERSION)
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
regcomp.c | 1263 cat_t cat; local 1271 cat = g->ncategories++; 1272 cats[c] = cat; 1275 cats[c2] = cat; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
regcomp.c | 1428 cat_t cat; local [all...] |