Searched refs:integer (Results 1 - 25 of 182) sorted by relevance

12345678

/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/system/
H A DR.h38 struct integer { struct
/frameworks/base/tools/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/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java204 XmlResourceParser parser = mResources.getXml(R.xml.integer);
207 if (type == XmlResourceParser.START_TAG && "integer".equals(parser.getName())) {
265 * R.integer.matrix101110 resource for the default configuration (value
273 final int resId = R.integer.matrix_100000;
279 final int resId = R.integer.matrix_100001;
285 final int resId = R.integer.matrix_100010;
291 final int resId = R.integer.matrix_100011;
297 final int resId = R.integer.matrix_100100;
303 final int resId = R.integer.matrix_100101;
309 final int resId = R.integer
[all...]
/frameworks/av/media/libstagefright/codec2/
H A DAndroid.mk14 LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow cfi
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DAndroid.mk13 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow cfi
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DAndroid.mk18 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow cfi
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DAndroid.mk13 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow cfi
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DAndroid.mk24 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow cfi
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DAndroid.mk16 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow cfi
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DAndroid.mk16 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow cfi
/frameworks/av/media/libstagefright/codecs/raw/
H A DAndroid.mk12 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow cfi
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DAndroid.mk20 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow
/frameworks/av/media/libstagefright/httplive/
H A DAndroid.mk17 LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow cfi
/frameworks/av/media/libstagefright/id3/
H A DAndroid.mk8 LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow cfi
/frameworks/av/media/libstagefright/matroska/
H A DAndroid.mk13 LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow cfi
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAndroid.mk19 LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow cfi
/frameworks/av/media/libstagefright/webm/
H A DAndroid.mk7 LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow cfi
/frameworks/av/media/libstagefright/timedtext/
H A DAndroid.mk8 LOCAL_SANITIZE := signed-integer-overflow cfi
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DAndroid.mk22 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow cfi
/frameworks/base/core/java/com/android/internal/util/
H A DScreenShapeHelper.java20 return resources.getInteger(com.android.internal.R.integer.config_windowOutsetBottom);
/frameworks/base/libs/androidfw/tests/data/sparse/
H A DR.h27 struct integer { struct in struct:com::android::sparse::R
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteGlobal.java85 com.android.internal.R.integer.db_journal_size_limit));
107 * Gets the WAL auto-checkpoint integer in database pages.
112 com.android.internal.R.integer.db_wal_autocheckpoint));
122 com.android.internal.R.integer.db_connection_pool_size));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiScoreReport.java77 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz);
79 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz);
81 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz);
83 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz);
85 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz);
87 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz);
89 R.integer.config_wifi_framework_wifi_score_bad_link_speed_24);
91 R.integer.config_wifi_framework_wifi_score_bad_link_speed_5);
93 R.integer.config_wifi_framework_wifi_score_good_link_speed_24);
95 R.integer
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiScoreReportTest.java65 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz))
68 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_5GHz))
71 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_5GHz))
74 R.integer.config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz))
77 R.integer.config_wifi_framework_wifi_score_low_rssi_threshold_24GHz))
80 R.integer.config_wifi_framework_wifi_score_good_rssi_threshold_24GHz))
83 R.integer.config_wifi_framework_wifi_score_bad_link_speed_24))
86 R.integer.config_wifi_framework_wifi_score_bad_link_speed_5))
89 R.integer.config_wifi_framework_wifi_score_good_link_speed_24))
92 R.integer
[all...]

Completed in 5146 milliseconds

12345678