/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/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 | 5167 private void resetStandardTemplateWithActions(RemoteViews big) { in resetStandardTemplateWithActions() argument 5170 big.setViewVisibility(R.id.actions, View.GONE); in resetStandardTemplateWithActions() 5171 big.removeAllViews(R.id.actions); in resetStandardTemplateWithActions() 5173 big.setViewVisibility(R.id.notification_material_reply_container, View.GONE); in resetStandardTemplateWithActions() 5174 big.setTextViewText(R.id.notification_material_reply_text_1, null); in resetStandardTemplateWithActions() 5175 big.setViewVisibility(R.id.notification_material_reply_text_1_container, View.GONE); in resetStandardTemplateWithActions() 5176 big.setViewVisibility(R.id.notification_material_reply_progress, View.GONE); in resetStandardTemplateWithActions() 5178 big.setViewVisibility(R.id.notification_material_reply_text_2, View.GONE); in resetStandardTemplateWithActions() 5179 big.setTextViewText(R.id.notification_material_reply_text_2, null); in resetStandardTemplateWithActions() 5180 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/cmds/incidentd/ |
D | Android.bp | 39 // optimize for size (protobuf glop can get big)
|
/frameworks/base/cmds/incidentd/src/ |
D | report_file.proto | 95 * How big the data file is expected to be. If the size
|
/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/cmds/statsd/ |
D | Android.bp | 208 // optimize for size (protobuf glop can get big)
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1235 RemoteViews big = builder.createBigContentView(); in maybePopulateRemoteViews() local 1239 notification.bigContentView = big; in maybePopulateRemoteViews()
|
/frameworks/native/docs/ |
D | Doxyfile | 1785 # 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
|
D | Doxyfile.orig | 2122 # 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.orig | 2287 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
D | Doxyfile | 2287 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5398 * 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/non-updatable-api/ |
D | current.txt | 5330 field public static final String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big"; 5354 field public static final String EXTRA_TITLE_BIG = "android.title.big";
|
/frameworks/base/api/ |
D | current.txt | 5330 field public static final String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big"; 5354 field public static final String EXTRA_TITLE_BIG = "android.title.big";
|