Searched refs:addValue (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/tools/aapt2/test/
H A DBuilders.h50 return addValue(name, id, util::make_unique<Id>());
59 return addValue(name, id, util::make_unique<Reference>(parseNameOrDie(ref)));
68 return addValue(name, id, util::make_unique<String>(mTable->stringPool.makeRef(str)));
73 return addValue(name, id, config,
83 return addValue(name, id,
89 return addValue(name, {}, config,
93 ResourceTableBuilder& addValue(const StringPiece16& name, function in class:aapt::test::ResourceTableBuilder
95 return addValue(name, {}, std::move(value));
98 ResourceTableBuilder& addValue(const StringPiece16& name, const ResourceId id, function in class:aapt::test::ResourceTableBuilder
100 return addValue(nam
103 ResourceTableBuilder& addValue(const StringPiece16& name, const ResourceId id, function in class:aapt::test::ResourceTableBuilder
[all...]
/frameworks/base/tools/aapt2/process/
H A DSymbolTable_test.cpp26 .addValue(u"@android:attr/foo", ResourceId(0x01010000),
42 .addValue(u"@android:^attr-private/foo", ResourceId(0x01010000),
/frameworks/base/tools/aapt2/link/
H A DTableMerger_test.cpp50 .addValue(u"@com.app.a:styleable/view", test::StyleableBuilder()
147 .addValue(u"@bool/foo", ResourceUtils::tryParseBool(u"true"))
151 .addValue(u"@bool/foo", ResourceUtils::tryParseBool(u"false"))
174 .addValue(u"@bool/foo", ResourceUtils::tryParseBool(u"true"))
190 .addValue(u"@bool/foo", ResourceUtils::tryParseBool(u"true"))
208 .addValue(u"@bool/foo", ResourceUtils::tryParseBool(u"true"))
H A DReferenceLinker_test.cpp69 .addValue(u"@com.app.test:style/Theme", test::StyleBuilder()
141 .addValue(u"@com.app.test:style/Theme", ResourceId(0x7f020000),
204 .addValue(u"@com.app.test:style/Theme", test::StyleBuilder()
H A DAutoVersioner_test.cpp57 .addValue(u"@app:style/Foo", ResourceId(0x7f020000), test::parseConfigOrDie("v4"),
68 .addValue(u"@app:style/Foo", ResourceId(0x7f020000), test::parseConfigOrDie("v21"),
/frameworks/base/core/java/android/os/health/
H A DHealthKeys.java118 keys[type].addValue(field.getInt(null));
197 void addValue(int value) { method in class:HealthKeys.SortedIntArray
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator_test.cpp46 .addValue(u"@android:attr/cool.attr", ResourceId(0x01010000),
48 .addValue(u"@android:styleable/hey.dude", ResourceId(0x01030000),
203 .addValue(u"@android:attr/bar", ResourceId(0x01010000),
205 .addValue(u"@com.lib:attr/bar", ResourceId(0x02010000),
207 .addValue(u"@android:styleable/foo", ResourceId(0x01030000),
270 .addValue(u"@android:attr/one", util::make_unique<Attribute>(attr))
271 .addValue(u"@android:styleable/Container",
299 .addValue(u"@android:attr/one", util::make_unique<Attribute>(attr))
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h50 bool addValue(int key, TValue value) { function in class:android::SessionMap
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener_test.cpp149 .addValue(u"@com.app.test:id/three", ResourceId(0x7f020002),
151 .addValue(u"@com.app.test:integer/one", ResourceId(0x7f030000),
153 .addValue(u"@com.app.test:integer/one", ResourceId(0x7f030000),
216 .addValue(u"@android:attr/foo", ResourceId(0x01010000),
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageMeasurement.java239 addValue(mDetails.usersSize, stats.userHandle, dataSize);
246 addValue(mDetails.appsSize, mCurrentUser,
382 addValue(details.miscSize, userId, measureMisc(imcs, basePath));
391 addValue(details.usersSize, user.id, size);
467 private static void addValue(SparseLongArray array, int key, long value) { method in class:StorageMeasurement
/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer_test.cpp36 .addValue(u"@com.app.a:id/foo", {}, util::make_unique<Id>())
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp394 convertSessionMap.addValue(convertId, newSession);
506 decodeSessionMap.addValue(decryptHandle->decryptId, decodeSession);
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1374 private void addValue(String key, int value, Bundle results) { method in class:Instrumentation
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 382 milliseconds