Lines Matching refs:all
18 okhttp_common_src_files := $(call all-java-files-under,okhttp/src/main/java)
19 okhttp_common_src_files += $(call all-java-files-under,okhttp-urlconnection/src/main/java)
20 okhttp_common_src_files += $(call all-java-files-under,okhttp-android-support/src/main/java)
21 okhttp_common_src_files += $(call all-java-files-under,okio/okio/src/main/java)
23 okhttp_system_src_files += $(call all-java-files-under, android/main/java)
25 okhttp_test_src_files := $(call all-java-files-under,okhttp-tests/src/test/java)
26 okhttp_test_src_files += $(call all-java-files-under,okhttp-urlconnection/src/test/java)
27 okhttp_test_src_files += $(call all-java-files-under,okhttp-android-support/src/test/java)
28 okhttp_test_src_files += $(call all-java-files-under,okio/okio/src/test/java)
29 okhttp_test_src_files += $(call all-java-files-under,mockwebserver/src/main/java)
30 okhttp_test_src_files += $(call all-java-files-under,mockwebserver/src/test/java)
31 okhttp_test_src_files += $(call all-java-files-under,android/test/java)
32 okhttp_test_src_files += $(call all-java-files-under,okhttp-ws/src/main/java)
33 okhttp_test_src_files += $(call all-java-files-under,okhttp-ws-tests/src/test/java)