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

1234567891011>>

/external/valgrind/none/tests/
H A Dpth_atfork1.stdout.exp0 all ok
/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/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/chromium-trace/trace-viewer/tracing/third_party/tvcm/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/nanopb-c/generator/proto/
H A DMakefile0 all: nanopb_pb2.py plugin_pb2.py
/external/selinux/policycoreutils/man/
H A DMakefile4 all:
8 install: all
/external/selinux/sepolgen/src/share/
H A DMakefile3 all:
5 install: all
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/
H A DAndroid.mk3 include $(call all-makefiles-under,$(LOCAL_PATH))
/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, NULL);
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/dnsmasq/contrib/wrt/
H A DMakefile3 all: dhcp_release dhcp_lease_time
/external/eigen/doc/snippets/
H A DMatrixBase_all.cpp5 << ((boxMin.array()<p0.array()).all() && (boxMax.array()>p0.array()).all()) << endl;
7 << ((boxMin.array()<p1.array()).all() && (boxMax.array()>p1.array()).all()) << endl;
/external/llvm/tools/llc/
H A DMakefile12 LINK_COMPONENTS := all-targets bitreader asmparser irreader
/external/llvm/tools/llvm-cxxdump/
H A DMakefile12 LINK_COMPONENTS := bitreader object all-targets
/external/llvm/tools/llvm-nm/
H A DMakefile12 LINK_COMPONENTS := all-targets bitreader object
/external/llvm/tools/llvm-readobj/
H A DMakefile12 LINK_COMPONENTS := bitreader object all-targets
/external/selinux/policycoreutils/hll/
H A DMakefile3 all install relabel clean indent:
/external/glide/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-java-files-under, library/src)
5 LOCAL_SRC_FILES += $(call all-java-files-under, third_party/disklrucache/src)
6 LOCAL_SRC_FILES += $(call all-java-files-under, third_party/gif_decoder/src)
7 LOCAL_SRC_FILES += $(call all-java-files-under, third_party/gif_encoder/src)

Completed in 1021 milliseconds

1234567891011>>