Lines Matching refs:java
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 := $(filter-out %/Platform.java, $(okhttp_common_src_files))
24 okhttp_system_src_files += $(call all-java-files-under, android/main/java)
26 okhttp_test_src_files := $(call all-java-files-under,android/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,okhttp-testing-support/src/main/java)
29 okhttp_test_src_files += $(call all-java-files-under,okhttp-tests/src/test/java)
30 okhttp_test_src_files += $(call all-java-files-under,okhttp-urlconnection/src/test/java)
31 okhttp_test_src_files += $(call all-java-files-under,okhttp-ws/src/main/java)
32 okhttp_test_src_files += $(call all-java-files-under,okhttp-ws-tests/src/test/java)
33 okhttp_test_src_files += $(call all-java-files-under,okio/okio/src/test/java)
34 okhttp_test_src_files += $(call all-java-files-under,mockwebserver/src/main/java)
35 okhttp_test_src_files += $(call all-java-files-under,mockwebserver/src/test/java)
39 okhttp-tests/src/test/java/com/squareup/okhttp/WebPlatformUrlTest.java