Searched refs:tests (Results 1 - 25 of 462) sorted by relevance

1234567891011>>

/frameworks/compile/libbcc/tests/
H A Drun-lit-tests.sh3 LIT_PATH=$ANDROID_BUILD_TOP/frameworks/compile/libbcc/tests/debuginfo/llvm-lit
4 LIBBCC_TESTS=$ANDROID_BUILD_TOP/frameworks/compile/libbcc/tests/libbcc
/frameworks/compile/slang/lit-tests/
H A Drun-lit-tests.sh3 LIT_PATH=$ANDROID_BUILD_TOP/frameworks/compile/libbcc/tests/debuginfo/llvm-lit
4 TESTS=$ANDROID_BUILD_TOP/frameworks/compile/slang/lit-tests
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DTestGroupingTest.java24 * Unit tests for {@link TestGrouping}
42 List<TestMethod> tests = mGrouping.getTests();
44 assertEquals(1, tests.size());
45 assertEquals("testPublicConstructor", tests.get(0).getName());
/frameworks/base/tools/aapt2/integration-tests/AutoVersionTest/
H A DAndroid.mk22 LOCAL_MODULE_TAGS := tests
/frameworks/base/tools/aapt2/integration-tests/SymlinkTest/
H A DAndroid.mk22 LOCAL_MODULE_TAGS := tests
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVNode.java16 package com.android.vcard.tests.testutils;
/frameworks/compile/slang/tests/
H A Drun_slang_tests.sh17 # A script which runs the unittest tests in slang_test.py
23 /usr/bin/python2.7 frameworks/compile/slang/tests/slang_test.py -z 2> "$1"/slang_tests/slang_tests_out.txt
25 # if any tests fail, return code will be zero due to '-z' flag passed to slang_test.py
/frameworks/base/libs/hwui/
H A DAndroid.mk125 $(call all-cpp-files-under, tests/common/scenes) \
126 tests/common/LeakChecker.cpp \
127 tests/common/TestListViewSceneBase.cpp \
128 tests/common/TestContext.cpp \
129 tests/common/TestScene.cpp \
130 tests/common/TestUtils.cpp
265 # unit tests
271 LOCAL_MODULE_TAGS := tests
282 tests/unit/main.cpp \
283 tests/uni
[all...]
/frameworks/base/tools/aapt/
H A DAndroid.mk51 tests/AaptConfig_test.cpp \
52 tests/AaptGroupEntry_test.cpp \
53 tests/Pseudolocales_test.cpp \
54 tests/ResourceFilter_test.cpp \
55 tests/ResourceTable_test.cpp
114 # Build the host tests: libaapt_tests
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
H A DPreloadDebugeeWrapper.java19 import org.apache.harmony.jpda.tests.framework.LogWriter;
20 import org.apache.harmony.jpda.tests.jdwp.share.JDWPManualDebuggeeWrapper;
21 import org.apache.harmony.jpda.tests.share.JPDATestOptions;
/frameworks/av/services/mediadrm/tests/
H A DAndroid.mk1 # Build the unit tests.
7 LOCAL_MODULE_TAGS := tests
/frameworks/base/libs/usb/tests/AccessoryChat/
H A DAndroid.mk20 LOCAL_MODULE_TAGS := tests
/frameworks/base/location/tests/locationtests/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
/frameworks/base/packages/MtpDocumentsProvider/tests/
H A DAndroid.mk4 LOCAL_MODULE_TAGS := tests
11 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/base/tests/BandwidthTests/
H A DAndroid.mk19 LOCAL_MODULE_TAGS := tests
/frameworks/base/tests/FeatureSplit/base/
H A DAndroid.mk24 LOCAL_MODULE_TAGS := tests
/frameworks/base/tests/GridLayoutTest/
H A DAndroid.mk24 LOCAL_MODULE_TAGS := tests
/frameworks/base/tests/HwAccelerationTest/
H A DAndroid.mk24 LOCAL_MODULE_TAGS := tests
/frameworks/base/tests/SerialChat/
H A DAndroid.mk20 LOCAL_MODULE_TAGS := tests
/frameworks/base/tests/UsesFeature2Test/
H A DAndroid.mk23 LOCAL_MODULE_TAGS := tests
/frameworks/base/tests/VectorDrawableTest/
H A DAndroid.mk24 LOCAL_MODULE_TAGS := tests
/frameworks/base/tests/WindowManagerStressTest/
H A DAndroid.mk24 LOCAL_MODULE_TAGS := tests
/frameworks/base/tests/notification/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
/frameworks/base/tests/utils/DummyIME/
H A DAndroid.mk20 LOCAL_MODULE_TAGS := tests
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/
H A DAndroid.mk20 LOCAL_MODULE_TAGS := tests

Completed in 9509 milliseconds

1234567891011>>