Searched refs:core (Results 1 – 25 of 862) sorted by relevance
12345678910>>...35
47 define all-core-resource-dirs55 test_resource_dirs := $(call all-core-resource-dirs,test)61 …nojcore_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenera…62 core_resource_dirs += ../external/emma/core/res ../external/emma/pregenerated/res89 LOCAL_DX_FLAGS := --core-library92 LOCAL_MODULE := core-all104 LOCAL_DX_FLAGS := --core-library107 LOCAL_MODULE := core-oj109 LOCAL_JAVA_LIBRARIES := core-all121 LOCAL_DX_FLAGS := --core-library[all …]
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core*)51 $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/core*)53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core*)54 $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/core*)55 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core*)56 $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/core*)
24 LOCAL_STATIC_JAVA_LIBRARIES := mockwebserver core-tests-support28 core-oj \29 core-libart \31 core-junit \
101 core-tests-hostdex.jar102 core-libart-hostdex.jar103 core-lambda-stubs-hostdex.jar105 core-ojtests-hostdex.jar # This is the *one* addition that makes our OJ tests actually run. The re…106 core-oj-hostdex.jar
7 Main-Class: org.w3c.domts.level2.core.alltests9 Name: org/w3c/domts/level2/core
20 package org.w3c.domts.level1.core;
23 package org.w3c.domts.level2.core;
46 domSuite = new org.w3c.domts.level2.core.alltests(factory1); in suite()