/frameworks/base/tools/powermodel/test/com/android/powermodel/ |
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() 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/ |
D | SnapshotStatistics.java | 277 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/ |
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()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | CameraOps.java | 150 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/ |
D | Notification.java | 5679 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/ |
D | xaplay.c | 748 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/ |
D | glossary.md | 10 …big screens in landscape, see [sw600dp-land/config.xml][3] `config_use_split_notification_shade`.<…
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 48 // optimize for size (protobuf glop can get big)
|
/frameworks/base/cmds/incidentd/src/ |
D | report_file.proto | 100 * How big the data file is expected to be. If the size
|
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/ |
D | trace_config_multi_user.textproto | 26 # The trace buffers needs to be big enough to hold |file_write_period_ms| of
|
/frameworks/base/libs/hwui/tests/scripts/ |
D | prep_generic.sh | 41 ARG_CORES=${1:-big}
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | LoaderDicom.java | 119 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/ |
D | find_region.rscript | 59 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/ |
D | find_region.rscript | 75 (((int)(8 + width)) & ~3); // bounding rectangle that is a power of 8 big
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 45 to be ported to big-endian systems).
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1363 RemoteViews big = builder.createBigContentView(); in maybePopulateRemoteViews() local 1367 notification.bigContentView = big; in maybePopulateRemoteViews()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/ |
D | README.md | 98 These problems effectively meant that misallocation was a big problem, demand wasn't well reflected,
|
/frameworks/native/docs/ |
D | Doxyfile | 1786 # graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 2131 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 2246 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 2287 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 5879 // 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/ |
D | android-22.txt | 4586 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/ |
D | current.txt | 5937 field public static final String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big"; 5964 field public static final String EXTRA_TITLE_BIG = "android.title.big";
|