/aosp14/frameworks/base/tools/powermodel/test/com/android/powermodel/ |
H A D | CsvParserTest.java | 231 String big = makeString(CsvParser.MAX_FIELD_SIZE); in testMaxLengthTwice() local 232 final String text = big + "," + big; in testMaxLengthTwice() 240 { big, big, } in testMaxLengthTwice() 259 final String text = big + ",b,c,d,e,f,g"; in testBufferBoundary() 266 { big, "b", "c", "d", "e", "f", "g", } in testBufferBoundary() 272 final String text = big + ",,,,,,"; in testBufferBoundaryEmpty() 279 { big, "", "", "", "", "", "", } in testBufferBoundaryEmpty() 286 final String text = big + ",\"\"\"\"\"\"\"\"\"\"\"\"," + big; in testBufferBoundaryEscapingEven() 293 { big, "\"\"\"\"\"", big } in testBufferBoundaryEscapingEven() 300 final String text = big + ",\"\"\"\"\"\"\"\"\"\"\"\"," + big; in testBufferBoundaryEscapingOdd() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | SnapshotStatistics.java | 289 int buildBin, int useBin, boolean big, boolean quick) { in rebuild() argument 300 if (big) { in rebuild() 568 final boolean big = duration >= SNAPSHOT_BIG_BUILD_TIME_US; in rebuild() 571 mShort[0].rebuild(duration, hits, timeBin, useBin, big, quick); in rebuild() 572 mLong[0].rebuild(duration, hits, timeBin, useBin, big, quick); in rebuild()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
H A D | BigIntegerPerfTest.java | 50 BigInteger big = BigInteger.TEN.pow(prec).shiftLeft(30).add(BigInteger.ONE); in inner() local 53 sum = sum.add(big.multiply(big)); in inner()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 5747 big.setViewVisibility(R.id.actions, View.GONE); in resetStandardTemplateWithActions() 5748 big.removeAllViews(R.id.actions); in resetStandardTemplateWithActions() 5773 big.setViewVisibility(R.id.snooze_button, View.GONE); in bindSnoozeAction() 5814 resetStandardTemplateWithActions(big); in applyStandardTemplateWithActions() 5815 bindSnoozeAction(big, p); in applyStandardTemplateWithActions() 5835 big.setViewPadding(R.id.actions, 0, 0, 0, 0); in applyStandardTemplateWithActions() 5844 big.setViewVisibility(R.id.actions, View.VISIBLE); in applyStandardTemplateWithActions() 5863 big.addView(R.id.actions, button); in applyStandardTemplateWithActions() 5883 big.setProgressIndeterminateTintList( in applyStandardTemplateWithActions() 5896 big.setViewVisibility( in applyStandardTemplateWithActions() [all …]
|
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/ |
H A D | snapshot.proto | 73 // image if the COW partition is not big enough. 81 // when the "COW partition" is not big enough to store changes to the 84 // This value is 0 if |cow_partition_size| is big enough to hold all changes
|
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/ |
H A D | glossary.md | 10 …big screens in landscape, see [sw600dp-land/config.xml][3] `config_use_split_notification_shade`.<…
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/trace_config/ |
H A D | trace_config.textproto | 26 # The trace buffers needs to be big enough to hold |file_write_period_ms| of
|
/aosp14/frameworks/base/tests/FlickerTests/trace_config/ |
H A D | trace_config.textproto | 26 # The trace buffers needs to be big enough to hold |file_write_period_ms| of
|
/aosp14/frameworks/base/cmds/incidentd/ |
H A D | Android.bp | 48 // optimize for size (protobuf glop can get big)
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | report_file.proto | 100 * How big the data file is expected to be. If the size
|
/aosp14/frameworks/base/apct-tests/perftests/multiuser/trace_configs/ |
H A D | trace_config_multi_user.textproto | 26 # The trace buffers needs to be big enough to hold |file_write_period_ms| of
|
/aosp14/frameworks/base/libs/hwui/tests/scripts/ |
H A D | prep_generic.sh | 41 ARG_CORES=${1:-big}
|
/aosp14/system/core/fastboot/ |
H A D | README.md | 256 Where data\_size is an unsigned 8-byte big-endian binary value, and data is the 309 Seq # 2-byte packet sequence number (big-endian). The host will increment 322 The response data field should contain a 2-byte big-endian value 331 The data field contains two big-endian 2-byte values, a protocol
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1398 RemoteViews big = builder.createBigContentView(); in maybePopulateRemoteViews() local 1402 notification.bigContentView = big; in maybePopulateRemoteViews()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/ |
H A D | README.md | 98 These problems effectively meant that misallocation was a big problem, demand wasn't well reflected,
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 2287 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6259 field public static final String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big"; 6286 field public static final String EXTRA_TITLE_BIG = "android.title.big";
|