Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DBasicTest.java59 Basic basic = new Basic(); in testElementName() local
62 assertEquals(Basic.ELEMENT_NAME, basic.getElementName()); in testElementName()
68 Basic basic = new Basic(Basic.OPEN); in testSerializingWithBasicOpen() local
74 basic.serialize(serializer); in testSerializingWithBasicOpen()
87 Basic basic = new Basic(Basic.CLOSED); in testSerializingWithBasicClosed() local
93 basic.serialize(serializer); in testSerializingWithBasicClosed()
117 Basic basic = null; in testParsingWithBasicOpen() local
124 basic = new Basic(); in testParsingWithBasicOpen()
125 basic.parse(parser); in testParsingWithBasicOpen()
133 assertNotNull(basic); in testParsingWithBasicOpen()
[all …]
/aosp12/frameworks/base/libs/androidfw/tests/
H A DResTable_test.cpp30 namespace basic = com::android::basic;
80 EXPECT_TRUE(IsStringEqual(table, basic::R::string::test1, "test1")); in TEST()
97 ASSERT_EQ(basic::R::string::test1, resID); in TEST()
109 ASSERT_EQ(NO_ERROR, theme.applyStyle(basic::R::style::Theme1)); in TEST()
118 index = theme.getAttribute(basic::R::attr::attr2, &val, &specFlags); in TEST()
121 ASSERT_EQ(basic::R::integer::number1, val.data); in TEST()
133 ASSERT_EQ(NO_ERROR, theme.applyStyle(basic::R::style::Theme2)); in TEST()
145 ASSERT_EQ(basic::R::integer::number1, val.data); in TEST()
185 ASSERT_EQ(basic::R::array::integerArray1, val.data); in TEST()
190 EXPECT_EQ(basic::R::array::integerArray1, val.data); in TEST()
[all …]
H A DAssetManager2_test.cpp34 namespace basic = com::android::basic;
420 EXPECT_EQ(basic::R::integer::ref2, value->data); in TEST_F()
426 EXPECT_EQ(basic::R::integer::ref2, value->resid); in TEST_F()
502 value.resid = basic::R::string::test1; in TEST_F()
507 EXPECT_EQ(basic::R::string::test1, value.resid); in TEST_F()
515 value.data = basic::R::string::test1; in TEST_F()
523 EXPECT_EQ(basic::R::string::test1, value.resid); in TEST_F()
528 value.data = basic::R::string::test1; in TEST_F()
651 EXPECT_EQ(basic::R::layout::main, *resid); in TEST_F()
655 EXPECT_EQ(basic::R::layout::main, *resid); in TEST_F()
[all …]
H A DAssetManager2_bench.cpp31 namespace basic = com::android::basic;
87 BENCHMARK_CAPTURE(BM_AssetManagerGetResource, number1, basic::R::integer::number1);
88 BENCHMARK_CAPTURE(BM_AssetManagerGetResource, deep_ref, basic::R::integer::deep_ref);
94 BENCHMARK_CAPTURE(BM_AssetManagerGetResourceOld, number1, basic::R::integer::number1);
95 BENCHMARK_CAPTURE(BM_AssetManagerGetResourceOld, deep_ref, basic::R::integer::deep_ref);
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DStatus.java55 public void setBasic(Basic basic) { in setBasic() argument
56 mBasic = basic; in setBasic()
89 Basic basic = new Basic(); in parse() local
90 basic.parse(parser); in parse()
91 mBasic = basic; in parse()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterBasicRepresentation.java81 FilterBasicRepresentation basic = (FilterBasicRepresentation) representation; in equals() local
82 if (basic.mMinimum == mMinimum in equals()
83 && basic.mMaximum == mMaximum in equals()
84 && basic.mValue == mValue in equals()
85 && basic.mDefaultValue == mDefaultValue in equals()
86 && basic.mPreviewValue == mPreviewValue) { in equals()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorButton.java115 BasicSettingPopup basic = (BasicSettingPopup) inflater.inflate( in initializePopup() local
117 basic.initialize(mPreference); in initializePopup()
118 basic.setSettingChangedListener(this); in initializePopup()
119 mPopup = basic; in initializePopup()
/aosp12/art/test/1931-monitor-events/
H A Dinfo.txt1 Tests basic functions in the jvmti plugin.
3 Tests that the basic monitor-events work as we expect them to.
/aosp12/art/test/928-jni-table/
H A Dinfo.txt1 Tests basic functions in the jvmti plugin.
3 Tests that we can do basic things by replacing the JNIEnv vtable.
/aosp12/frameworks/base/libs/androidfw/tests/data/feature/
H A Dbuild26 -I ../basic/basic.apk \
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/overlay/
H A DFeatureFactoryImplX.java21 import com.android.tv.settings.basic.BasicModeFeatureProvider;
22 import com.android.tv.settings.basic.BasicModeFeatureProviderImplX;
/aosp12/art/test/006-args/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/007-count10/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/008-exceptions/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/009-instanceof/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/010-instance/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/011-array-copy/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/012-math/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/013-math2/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/014-math3/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/015-switch/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/016-intern/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/017-float/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/018-stack-overflow/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic
/aosp12/art/test/019-wrong-array-type/
H A Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
3 and as such cannot be build on top of junit, since failure of such basic

12345678910>>...12