Searched refs:all (Results 1 - 25 of 1719) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/
H A Dpth_atfork1.stdout.exp0 all ok
/external/mmc-utils/man/
H A DMakefile0 all:
5 .PHONY: all clean install
/external/jmonkeyengine/engine/src/bullet-native/android/
H A DApplication.mk2 APP_ABI := all
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A DMakefile0 all: idl
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
H A DMakefile0 all: idl
/external/autotest/client/cros/ui/
H A Dimage_comparison.conf4 [all]
/external/autotest/client/cros/video/
H A Dimage_comparison.conf4 [all]
/external/clang/test/PCH/
H A Dheadersearch.cpp12 // RUN: echo '#include "tmp2.h"' > %t_orig/all.h
13 // RUN: echo '#include "sub/orig_sub.h"' >> %t_orig/all.h
14 // RUN: echo '#include "orig_sub2.h"' >> %t_orig/all.h
15 // RUN: echo 'int all();' >> %t_orig/all.h
21 // RUN: cd %t_orig && %clang_cc1 -triple %itanium_abi_triple -x c++ -emit-pch -o all.h.pch -Isub2 all.h
25 // RUN: %clang_cc1 -triple %itanium_abi_triple -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -Wpadded -emit-llvm-only %s 2> %t.stderr
29 // RUN: not %clang_cc1 -triple %itanium_abi_triple -DREDECL -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-llvm-only %s 2> %t.stderr
33 // RUN: not %clang_cc1 -triple %itanium_abi_triple -DINSTANTIATION -include-pch all
[all...]
/external/icu/
H A DAndroid.mk19 include $(call all-subdir-makefiles)
/external/icu/icu4c/
H A DAndroid.mk19 include $(call all-subdir-makefiles)
/external/icu/tools/
H A DAndroid.mk19 include $(call all-subdir-makefiles)
/external/libcap/contrib/
H A DMakefile1 .PHONY: all clean
2 all clean:
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
H A Dcharset-media.css3 @media all {
/external/iptables/
H A DAndroid.mk5 include $(call all-subdir-makefiles)
/external/libnfc-nci/halimpl/
H A DAndroid.mk2 include $(call all-makefiles-under,$(LOCAL_PATH))
/external/libweave/examples/
H A Dbuild.sh6 # Instead of this script, try running "make all -j" and "make testall".
14 make all -j
/external/nanopb-c/generator/proto/
H A DMakefile0 all: nanopb_pb2.py plugin_pb2.py
/external/rmi4utils/
H A DAndroid.mk2 include $(call all-subdir-makefiles
H A DMakefile4 all:
5 $(MAKE) -C rmidevice all
6 $(MAKE) -C rmi4update all
7 $(MAKE) -C rmihidtool all
8 $(MAKE) -C f54test all
/external/selinux/policycoreutils/man/
H A DMakefile4 all:
8 install: all
/external/selinux/sepolgen/src/share/
H A DMakefile3 all:
5 install: all
/external/zxing/
H A DAndroid.mk3 include $(call all-makefiles-under, $(LOCAL_PATH))
/external/skia/tests/
H A DSkBase64Test.cpp13 char all[256]; local
15 all[index] = (signed char) (index + 1);
20 size_t encodeLength = SkBase64::Encode(all + offset, length, nullptr);
22 SkBase64::Encode(all + offset, length, src.get());
26 REPORTER_ASSERT(reporter, (strcmp((const char*) (all + offset), tryMe.getData()) == 0));
/external/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dall.pass.cpp10 // test bool all() const;
20 assert(v.all() == (N == 0));
22 assert(v.all() == true);
26 assert(v.all() == false);
/external/autotest/client/tests/iosched_bugs/src/
H A DMakefile5 all: $(TESTS)

Completed in 579 milliseconds

1234567891011>>