/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | int128_unittest.cc | 49 uint128 big(2000, 2); in TEST() local 57 EXPECT_LT(one, big); in TEST() 58 EXPECT_LT(one, big); in TEST() 61 EXPECT_GT(big, one); in TEST() 62 EXPECT_GE(big, two); in TEST() 63 EXPECT_GE(big, big_minus_one); in TEST() 64 EXPECT_GT(big, big_minus_one); in TEST() 65 EXPECT_LT(big_minus_one, big); in TEST() 66 EXPECT_LE(big_minus_one, big); in TEST() 67 EXPECT_NE(big_minus_one, big); in TEST() [all …]
|
/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 | 5159 private void resetStandardTemplateWithActions(RemoteViews big) { in resetStandardTemplateWithActions() argument 5162 big.setViewVisibility(R.id.actions, View.GONE); in resetStandardTemplateWithActions() 5163 big.removeAllViews(R.id.actions); in resetStandardTemplateWithActions() 5165 big.setViewVisibility(R.id.notification_material_reply_container, View.GONE); in resetStandardTemplateWithActions() 5166 big.setTextViewText(R.id.notification_material_reply_text_1, null); in resetStandardTemplateWithActions() 5167 big.setViewVisibility(R.id.notification_material_reply_text_1_container, View.GONE); in resetStandardTemplateWithActions() 5168 big.setViewVisibility(R.id.notification_material_reply_progress, View.GONE); in resetStandardTemplateWithActions() 5170 big.setViewVisibility(R.id.notification_material_reply_text_2, View.GONE); in resetStandardTemplateWithActions() 5171 big.setTextViewText(R.id.notification_material_reply_text_2, null); in resetStandardTemplateWithActions() 5172 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/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | CMakeLists.txt | 137 # Allow big object
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 45 to be ported to big-endian systems).
|
/frameworks/base/cmds/statsd/ |
D | Android.bp | 166 // 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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBCodedOutputStream.m | 959 // Write is very big. Let's do it all at once.
|
/frameworks/native/docs/ |
D | Doxyfile | 1769 # 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/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/av/media/codec2/docs/ |
D | doxygen.config | 2246 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 4819 * 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/api/ |
D | current.txt | 5328 field public static final String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big"; 5352 field public static final String EXTRA_TITLE_BIG = "android.title.big";
|