Home
last modified time | relevance | path

Searched refs:framework (Results 1 – 25 of 840) sorted by relevance

12345678910>>...34

/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
DAbstractService.java17 package com.android.framework.multidexlegacytestservices;
39 new com.android.framework.multidexlegacytestservices.manymethods.Big043().get43();
41 new com.android.framework.multidexlegacytestservices.manymethods.Big044().get44();
44 …instanceFieldNotInited = new com.android.framework.multidexlegacytestservices.manymethods.Big042()… in AbstractService()
130 new com.android.framework.multidexlegacytestservices.manymethods.Big001().get1() + in getValue()
131 new com.android.framework.multidexlegacytestservices.manymethods.Big002().get2() + in getValue()
132 new com.android.framework.multidexlegacytestservices.manymethods.Big003().get3() + in getValue()
133 new com.android.framework.multidexlegacytestservices.manymethods.Big004().get4() + in getValue()
134 new com.android.framework.multidexlegacytestservices.manymethods.Big005().get5() + in getValue()
135 new com.android.framework.multidexlegacytestservices.manymethods.Big006().get6() + in getValue()
[all …]
/frameworks/base/test-base/api/
Dcurrent.txt4 @Deprecated public class AndroidTestCase extends junit.framework.TestCase {
20 @Deprecated public class InstrumentationTestCase extends junit.framework.TestCase {
33 @Deprecated public class InstrumentationTestSuite extends junit.framework.TestSuite {
89 package junit.framework {
138 public class ComparisonFailure extends junit.framework.AssertionFailedError {
150 method public void run(junit.framework.TestResult);
153 public abstract class TestCase extends junit.framework.Assert implements junit.framework.Test {
157 method protected junit.framework.TestResult createResult();
159 method public junit.framework.TestResult run();
160 method public void run(junit.framework.TestResult);
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/
DAndroid.mk16 PFW_CORE := external/parameter-framework
41 LOCAL_MODULE_RELATIVE_PATH := parameter-framework
70 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Structure/Policy
79 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Structure/Policy
88 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Structure/Policy
97 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Structure/Policy
117 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Structure/Policy
127 LOCAL_MODULE_RELATIVE_PATH := parameter-framework
143 LOCAL_MODULE := parameter-framework.policy
147 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Settings/Policy
[all …]
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DUnitTestSuiteBuilderTest.java21 import junit.framework.Assert;
22 import junit.framework.AssertionFailedError;
23 import junit.framework.Test;
24 import junit.framework.TestCase;
25 import junit.framework.TestListener;
26 import junit.framework.TestResult;
27 import junit.framework.TestSuite;
/frameworks/base/core/tests/coretests/src/android/animation/
DEventsTest.java90 } catch (junit.framework.AssertionFailedError e) { in run()
120 } catch (junit.framework.AssertionFailedError e) { in run()
143 } catch (junit.framework.AssertionFailedError e) { in run()
166 } catch (junit.framework.AssertionFailedError e) { in run()
286 } catch (junit.framework.AssertionFailedError e) { in testStartCancel()
307 } catch (junit.framework.AssertionFailedError e) { in testStartEnd()
328 } catch (junit.framework.AssertionFailedError e) { in testStartDelayedCancel()
349 } catch (junit.framework.AssertionFailedError e) { in testStartDelayedEnd()
370 } catch (junit.framework.AssertionFailedError e) { in testPlayingCancel()
391 } catch (junit.framework.AssertionFailedError e) { in testPlayingEnd()
[all …]
DViewPropertyAnimatorTest.java88 } catch (junit.framework.AssertionFailedError e) { in run()
211 } catch (junit.framework.AssertionFailedError e) { in testStartCancel()
232 } catch (junit.framework.AssertionFailedError e) { in testStartDelayedCancel()
253 } catch (junit.framework.AssertionFailedError e) { in testPlayingCancel()
275 } catch (junit.framework.AssertionFailedError e) { in testPlayingDelayedCancel()
299 } catch (junit.framework.AssertionFailedError e) { in testPlayingDelayedCancelMidDelay()
321 } catch (junit.framework.AssertionFailedError e) { in testStartDoubleCancel()
343 } catch (junit.framework.AssertionFailedError e) { in testStartDelayedDoubleCancel()
/frameworks/base/core/tests/bugreports/
Drun.sh27 TMP_SYS_CONFIG=/var/tmp/framework-sysconfig.xml
42 adb pull /system/etc/sysconfig/framework-sysconfig.xml "${TMP_SYS_CONFIG}" &&
43 …se/core/tests/bugreports/config/test-sysconfig.xml /system/etc/sysconfig/framework-sysconfig.xml &&
58 adb push "${TMP_SYS_CONFIG}" /system/etc/sysconfig/framework-sysconfig.xml &&
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/
DAndroid.mk13 PFW_CORE := external/parameter-framework
28 LOCAL_MODULE := parameter-framework.policy
32 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Settings/Policy
42 PFW_TOPLEVEL_FILE := $(TARGET_OUT_VENDOR_ETC)/parameter-framework/ParameterFrameworkConfigurationPo…
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/
DAndroid.mk13 PFW_CORE := external/parameter-framework
28 LOCAL_MODULE := parameter-framework.policy
32 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Settings/Policy
41 PFW_TOPLEVEL_FILE := $(TARGET_OUT_VENDOR_ETC)/parameter-framework/ParameterFrameworkConfigurationPo…
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/
DAndroid.mk14 PFW_CORE := external/parameter-framework
27 LOCAL_MODULE := parameter-framework.policy
31 LOCAL_MODULE_RELATIVE_PATH := parameter-framework/Settings/Policy
49 PFW_TOPLEVEL_FILE := $(TARGET_OUT_VENDOR_ETC)/parameter-framework/ParameterFrameworkConfigurationPo…
/frameworks/base/test-runner/src/junit/textui/
DResultPrinter.java10 import junit.framework.AssertionFailedError;
11 import junit.framework.Test;
12 import junit.framework.TestFailure;
13 import junit.framework.TestListener;
14 import junit.framework.TestResult;
/frameworks/base/test-base/src/android/test/
DInstrumentationTestSuite.java21 import junit.framework.TestSuite;
22 import junit.framework.Test;
23 import junit.framework.TestResult;
/frameworks/base/
DCleanSpec.mk165 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/framework-res_intermediates)
169 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermedia…
170 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermedia…
171 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermedia…
172 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermedia…
173 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermedia…
174 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermedia…
175 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermedia…
176 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermedia…
177 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermedia…
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/
Drun_tests.sh24 --skip-framework
25 Skip the framework based pods tests.
45 --skip-framework )
46 TEST_MODES=(${TEST_MODES[@]/framework})
/frameworks/base/core/res/
DAndroid.bp18 name: "framework-res",
22 // Soong special-cases framework-res to install this alongside
23 // the libraries at /system/framework/framework-res.apk.
/frameworks/base/core/tests/featureflagtests/src/android/util/
DFeatureFlagUtilsTest.java19 import static junit.framework.Assert.assertEquals;
20 import static junit.framework.Assert.assertFalse;
21 import static junit.framework.Assert.assertNotNull;
22 import static junit.framework.Assert.assertTrue;
/frameworks/base/tests/net/java/android/net/util/
DInterfaceSetTest.java19 import static junit.framework.Assert.assertEquals;
20 import static junit.framework.Assert.assertFalse;
21 import static junit.framework.Assert.assertTrue;
/frameworks/base/core/tests/overlaytests/host/test-apps/UpdateOverlay/
DAndroid.mk38 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/framework/v1/res
39 LOCAL_MANIFEST_FILE := framework/AndroidManifest.xml
50 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/framework/v2/res
51 LOCAL_MANIFEST_FILE := framework/AndroidManifest.xml
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/src/com/android/framework/externallocallpermstestapp/
DExternalLocAllPermsTest.java16 package com.android.framework.externallocallpermstestapp;
21 import junit.framework.TestCase;
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DTestResultInstrumentation.java22 import junit.framework.AssertionFailedError;
23 import junit.framework.Test;
24 import junit.framework.TestListener;
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorInstrumentationTestRunner.java24 import junit.framework.AssertionFailedError;
25 import junit.framework.Test;
26 import junit.framework.TestListener;
/frameworks/base/test-runner/src/android/test/
DNoExecTestResult.java18 import junit.framework.TestCase;
19 import junit.framework.TestResult;
DComparisonFailure.java26 private junit.framework.ComparisonFailure mComparison;
29 mComparison = new junit.framework.ComparisonFailure(message, expected, actual); in ComparisonFailure()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFooterViewTest.java19 import static junit.framework.Assert.assertFalse;
20 import static junit.framework.Assert.assertNotNull;
21 import static junit.framework.Assert.assertTrue;
/frameworks/base/core/tests/coretests/src/android/os/
DVibrationEffectTest.java19 import static junit.framework.Assert.assertEquals;
20 import static junit.framework.Assert.assertNotNull;
21 import static junit.framework.Assert.assertNull;
22 import static junit.framework.Assert.assertTrue;
23 import static junit.framework.Assert.fail;

12345678910>>...34