Searched refs:core (Results 1 – 25 of 860) sorted by relevance
12345678910>>...35
48 define all-core-resource-dirs54 core_resource_dirs := $(call all-core-resource-dirs,main)55 test_resource_dirs := $(call all-core-resource-dirs,test)58 …core_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenerated)59 core_resource_dirs += ../external/emma/core/res ../external/emma/pregenerated/res76 LOCAL_DX_FLAGS := --core-library81 LOCAL_MODULE := core85 core-intermediates := ${intermediates}92 LOCAL_JAVA_LIBRARIES := core94 LOCAL_MODULE := core-junit[all …]
20 # adb shell run-core-tests22 tmp=/data/core-tests.tmp27 classpath="/system/framework/core-junitrunner.jar:/system/framework/core-tests.jar"31 classpath="$classpath:/system/framework/core-tests-$module.jar"
26 define all-core-native-dirs42 define include-core-native-dir57 core_native_dirs := $(strip $(call all-core-native-dirs,main))73 $(eval $(call include-core-native-dir,$(dir))))
16 # Run all the tests contained in the core-tests library on an RI that21 java -cp $top/cts/tools/utils/lib/junit.jar:$top/out/host/common/core-tests.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()