/external/harfbuzz_ng/ |
git.mk | 17 # then do "make -f git.mk". This modifies all Makefile.am files in 52 # - all: "make all" will build all gitignore files. 53 # - gitignore: makes all gitignore files in the current dir and subdirs. 55 # - gitignore-recurse: makes all gitignore files in the subdirs. 90 # All modules should also be fine including the following variable, which 111 # Default rule is to install ourselves in all Makefile.am files: 114 git-all: git-mk-install 138 .PHONY: git-all git-mk-instal [all...] |
/libcore/ |
JavaLibrary.mk | 38 # All subdirectories are optional (hence the "2> /dev/null"s below). 40 define all-main-java-files-under 44 define all-test-java-files-under 48 define all-core-resource-dirs 53 core_src_files := $(call all-main-java-files-under,dalvik dom json luni support xml) 54 core_resource_dirs := $(call all-core-resource-dirs,main) 55 test_resource_dirs := $(call all-core-resource-dirs,test) 59 core_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenerated) 65 #local_javac_flags+=-Xlint:all -Xlint:-serial,-deprecation,-unchecked 96 LOCAL_SRC_FILES := $(call all-test-java-files-under,dalvik dom json luni support xml [all...] |
/packages/inputmethods/LatinIME/native/jni/src/ |
defines.h | 173 float all = 0.0f; local 175 all += profile_buf[i]; 177 if (all < 1.0f) all = 1.0f; 181 i, (profile_buf[i] * 100.0f / all),
|
/external/blktrace/ |
Makefile | 8 ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay \ 11 all: $(ALL) 43 $(MAKE) -C doc all 80 install: all 84 $(INSTALL) -m 755 $(ALL) $(DESTDIR)$(bindir)
|
/external/compiler-rt/test/Unit/ |
ashrti3_test.c | 31 at.all = a; 33 xt.all = x; 35 expectedt.all = expected;
|
lshrti3_test.c | 31 at.all = a; 33 xt.all = x; 35 expectedt.all = expected;
|
/external/e2fsprogs/misc/ |
lsattr.c | 56 static int all; variable 143 if (de->d_name[0] != '.' || all) { 182 all = 1;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/content/ |
TestSharedPreferencesTest.java | 55 Map<String, ?> all = sharedPreferences.getAll(); local 56 assertThat(all.size(), equalTo(5)); 57 assertThat((Integer) all.get("int"), equalTo(2));
|
/external/srtp/crypto/ |
Makefile | 38 .PHONY: dummy all runtest clean superclean 40 dummy : all runtest 107 all: libcryptomodule.a $(testapp)
|
/device/generic/goldfish/opengl/ |
Android.mk | 12 # Top-level for all modules 31 # Include common definitions used by all the modules included later 32 # in this build file. This contains the definition of all useful
|
/external/smali/smali/ |
Android.mk | 50 $(call all-java-files-under, src/main/java) \ 51 $(call all-java-files-under, ../dexlib/src/main/java) \ 52 $(call all-java-files-under, ../util/src/main/java)
|
/external/valgrind/main/massif/tests/ |
thresholds_0_10.post.exp | 53 | ->06.50% (5,200B) in 3+ places, all below ms_print's threshold (10.00%) 58 | ->13.00% (10,400B) in 3+ places, all below ms_print's threshold (10.00%) 60 ->00.50% (400B) in 1+ places, all below ms_print's threshold (10.00%)
|
thresholds_10_10.post.exp | 53 | ->06.50% (5,200B) in 1+ places, all below ms_print's threshold (10.00%) 58 | ->13.00% (10,400B) in 3 places, all below massif's threshold (10.00%) 60 ->00.50% (400B) in 1+ places, all below ms_print's threshold (10.00%)
|
thresholds_5_10.post.exp | 53 | ->06.50% (5,200B) in 2+ places, all below ms_print's threshold (10.00%) 58 | ->13.00% (10,400B) in 2+ places, all below ms_print's threshold (10.00%) 60 ->00.50% (400B) in 1+ places, all below ms_print's threshold (10.00%)
|
/frameworks/ml/bordeaux/service/ |
Android.mk | 7 LOCAL_SRC_FILES := $(call all-java-files-under, src) 61 LOCAL_SRC_FILES := $(call all-java-files-under, src) 80 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/libcore/luni/src/test/java/libcore/java/util/beans/ |
PropertyChangeSupportTest.java | 64 EventLog all = new EventLog(); local 65 support.addPropertyChangeListener(all); 93 assertEquals(Arrays.asList(eventA, eventB, eventC), all.log); 110 EventLog all = new EventLog(); local 111 support.addPropertyChangeListener(all); 138 support.removePropertyChangeListener(all);
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
mac-mf.good | 2 ## common Macintosh prefix for all Makefile.in in the Kerberos V5 tree 160 all ?? 172 all ?? {OBJS} 186 # put all ?? first just in case no other rules occur here 188 all ??
|
mac-mf.inp | 2 ## common Macintosh prefix for all Makefile.in in the Kerberos V5 tree. 160 all:: 172 all:: $(OBJS) 186 # put all:: first just in case no other rules occur here 188 all::
|
/packages/apps/Email/ |
Android.mk | 18 # static library. All tests can be run via runtest email 28 LOCAL_SRC_FILES := $(call all-java-files-under, src/com/android/email) 29 LOCAL_SRC_FILES += $(call all-java-files-under, src/com/beetstra) 55 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/cts/hostsidetests/appsecurity/test-apps/ |
Android.mk | 20 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/ |
Android.mk | 22 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/ |
Android.mk | 22 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/ |
Android.mk | 22 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/hostsidetests/monkey/test-apps/ |
Android.mk | 19 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/cts/libs/runner/ |
Android.mk | 19 LOCAL_SRC_FILES := $(call all-java-files-under, ../../tests/core/runner/src)
|