Home
last modified time | relevance | path

Searched refs:big (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/tools/powermodel/test/com/android/powermodel/
DCsvParserTest.java231 String big = makeString(CsvParser.MAX_FIELD_SIZE); in testMaxLengthTwice() local
232 final String text = big + "," + big; in testMaxLengthTwice()
240 { big, big, } in testMaxLengthTwice()
258 final String big = makeString(CsvParser.MAX_FIELD_SIZE-3); in testBufferBoundary() local
259 final String text = big + ",b,c,d,e,f,g"; in testBufferBoundary()
266 { big, "b", "c", "d", "e", "f", "g", } in testBufferBoundary()
271 final String big = makeString(CsvParser.MAX_FIELD_SIZE-3); in testBufferBoundaryEmpty() local
272 final String text = big + ",,,,,,"; in testBufferBoundaryEmpty()
279 { big, "", "", "", "", "", "", } in testBufferBoundaryEmpty()
285 final String big = makeString(CsvParser.MAX_FIELD_SIZE-2); in testBufferBoundaryEscapingEven() local
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DSnapshotStatistics.java277 int buildBin, int useBin, boolean big, boolean quick) { in rebuild() argument
289 if (big) { in rebuild()
543 final boolean big = duration >= SNAPSHOT_BIG_BUILD_TIME_US; in rebuild()
546 mShort[0].rebuild(duration, hits, timeBin, useBin, big, quick); in rebuild()
547 mLong[0].rebuild(duration, hits, timeBin, useBin, big, quick); in rebuild()
/frameworks/base/apct-tests/perftests/core/src/android/libcore/
DBigIntegerPerfTest.java50 BigInteger big = BigInteger.TEN.pow(prec).shiftLeft(30).add(BigInteger.ONE); in inner() local
53 sum = sum.add(big.multiply(big)); in inner()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraOps.java150 Size big = sizeList.get(check); in resume() local
156 big = s; in resume()
160 Log.v(TAG,"BIG wil be "+big.getWidth()+" x "+big.getHeight()); in resume()
161 mImageReader = ImageReader.newInstance(big.getWidth(), big.getHeight(), in resume()
/frameworks/base/core/java/android/app/
DNotification.java5679 private void resetStandardTemplateWithActions(RemoteViews big) { in resetStandardTemplateWithActions() argument
5682 big.setViewVisibility(R.id.actions, View.GONE); in resetStandardTemplateWithActions()
5683 big.removeAllViews(R.id.actions); in resetStandardTemplateWithActions()
5685 big.setViewVisibility(R.id.notification_material_reply_container, View.GONE); in resetStandardTemplateWithActions()
5686 big.setTextViewText(R.id.notification_material_reply_text_1, null); in resetStandardTemplateWithActions()
5687 big.setViewVisibility(R.id.notification_material_reply_text_1_container, View.GONE); in resetStandardTemplateWithActions()
5688 big.setViewVisibility(R.id.notification_material_reply_progress, View.GONE); in resetStandardTemplateWithActions()
5690 big.setViewVisibility(R.id.notification_material_reply_text_2, View.GONE); in resetStandardTemplateWithActions()
5691 big.setTextViewText(R.id.notification_material_reply_text_2, null); in resetStandardTemplateWithActions()
5692 big.setViewVisibility(R.id.notification_material_reply_text_3, View.GONE); in resetStandardTemplateWithActions()
[all …]
/frameworks/wilhelm/tests/sandbox/
Dxaplay.c748 char big[256]; in main() local
750 streamIndex, &big); in main()
763 XATimedTextStreamInformation big; in main() local
765 streamIndex, &big); in main()
/frameworks/base/packages/SystemUI/docs/device-entry/
Dglossary.md10big screens in landscape, see [sw600dp-land/config.xml][3] `config_use_split_notification_shade`.<…
/frameworks/base/cmds/incidentd/
DAndroid.bp48 // optimize for size (protobuf glop can get big)
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto100 * How big the data file is expected to be. If the size
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/
Dtrace_config_multi_user.textproto26 # The trace buffers needs to be big enough to hold |file_write_period_ms| of
/frameworks/base/libs/hwui/tests/scripts/
Dprep_generic.sh41 ARG_CORES=${1:-big}
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java119 boolean big(short vr) { in big() method in LoaderDicom
208 if (big(e.mVR)) { in readTag()
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
Dfind_region.rscript59 int mWidth = (((int) (8 + width)) & ~3); // bounding rectangle that is a power of 8 big
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
Dfind_region.rscript75 (((int)(8 + width)) & ~3); // bounding rectangle that is a power of 8 big
/frameworks/minikin/doc/
Dhyb_file_format.md45 to be ported to big-endian systems).
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1363 RemoteViews big = builder.createBigContentView(); in maybePopulateRemoteViews() local
1367 notification.bigContentView = big; in maybePopulateRemoteViews()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
DREADME.md98 These problems effectively meant that misallocation was a big problem, demand wasn't well reflected,
/frameworks/native/docs/
DDoxyfile1786 # graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
/frameworks/av/media/libaaudio/
DDoxyfile2131 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
/frameworks/av/media/codec2/docs/
Ddoxygen.config2246 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
/frameworks/base/media/native/midi/include/
DDoxyfile2287 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
/frameworks/proto_logging/stats/
Datoms.proto5879 // Memory use of big picture style Bitmaps in KB.
5881 // Count of notifications with big picture images as bitmaps.
8899 * TODO(mishaw): This is an experimental atom. Issues with big/little CPU frequencies, and
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4586 field public static final java.lang.String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";
4602 field public static final java.lang.String EXTRA_TITLE_BIG = "android.title.big";
/frameworks/base/core/api/
Dcurrent.txt5937 field public static final String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";
5964 field public static final String EXTRA_TITLE_BIG = "android.title.big";