Searched defs:integer (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/libs/androidfw/tests/data/system/
H A DR.h38 struct integer { struct
/frameworks/base/libs/androidfw/tests/data/appaslib/
H A DR.h29 struct integer { struct in struct:com::android::appaslib::lib::R
47 struct integer { struct in struct:com::app::R
/frameworks/base/libs/androidfw/tests/data/sparse/
H A DR.h27 struct integer { struct in struct:com::android::sparse::R
/frameworks/base/libs/androidfw/tests/data/basic/
H A DR.h52 struct integer { struct in namespace:com
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DR$integer.class ... android.layoutlib.test.myapplication.R$integer extends java.lang.Object { public static final int ...
/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp212 std::string input = R"(<integer name="foo">@null</integer>)";
219 Reference* null_ref = test::GetValue<Reference>(&table_, "integer/foo");
227 std::string input = R"(<integer name="foo">@empty</integer>)";
230 BinaryPrimitive* integer = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); local
231 ASSERT_THAT(integer, NotNull());
232 EXPECT_THAT(integer->value.dataType, Eq(Res_value::TYPE_NULL));
233 EXPECT_THAT(integer
[all...]
H A DResourceUtils.cpp609 // Try parsing this as an integer.
610 auto integer = TryParseInt(value); local
611 if (integer) {
612 return std::move(integer);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupPasswordManager.java262 * The password version file contains a single 32-bit integer.
267 public void serialize(Integer integer, DataOutputStream dataOutputStream) argument
269 dataOutputStream.write(integer);
282 * <li>A 32-bit integer representing the number of bytes in the salt;
/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp249 *out_error = "compiled value is not an integer";
254 Maybe<uint32_t> integer = ResourceUtils::ParseInt(attr->value); local
255 if (integer) {
256 return integer;
259 error_msg << "'" << attr->value << "' is not a valid integer";
272 *out_error = "compiled value is not an integer or string";
286 *out_error = "compiled value is not an integer or string";
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java795 protected void onCancelled(Integer integer) { argument
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 907 milliseconds