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/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/libs/androidfw/tests/data/basic/
H A DR.h53 struct integer { struct in namespace:com
/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.cpp265 *out_error = "compiled value is not an integer";
270 Maybe<uint32_t> integer = ResourceUtils::ParseInt(attr.value); local
271 if (integer) {
272 return integer;
275 error_msg << "'" << attr.value << "' is not a valid integer";
288 *out_error = "compiled value is not an integer or string";
302 *out_error = "compiled value is not an integer or string";
/frameworks/base/core/java/android/view/
H A DViewDebug.java147 * A flags mapping can be defined to map flags encoded in an integer to
149 * for the flags of an integer:
1370 * Converts an integer from a field that is mapped with {@link IntToString} to its string
1375 * @param integer The value to convert.
1379 public static String intToString(Class<?> clazz, String field, int integer) { argument
1382 return Integer.toString(integer);
1387 if (map.from() == integer) {
1391 return Integer.toString(integer);
1730 throw new RuntimeException("Only integer layout parameters can be set. Field "
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java795 protected void onCancelled(Integer integer) { argument
/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp618 // Try parsing this as an integer.
619 auto integer = TryParseInt(value); local
620 if (integer) {
621 return std::move(integer);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 249 milliseconds