Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dint128_unittest.cc49 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/
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/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.java5159 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/
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/cmds/incidentd/
DAndroid.bp39 // optimize for size (protobuf glop can get big)
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto95 * 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/
DLoaderDicom.java119 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/
DCMakeLists.txt137 # Allow big object
/frameworks/minikin/doc/
Dhyb_file_format.md45 to be ported to big-endian systems).
/frameworks/base/cmds/statsd/
DAndroid.bp166 // optimize for size (protobuf glop can get big)
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1235 RemoteViews big = builder.createBigContentView(); in maybePopulateRemoteViews() local
1239 notification.bigContentView = big; in maybePopulateRemoteViews()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.m959 // Write is very big. Let's do it all at once.
/frameworks/native/docs/
DDoxyfile1769 # 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
DDoxyfile.orig2122 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
/frameworks/base/media/native/midi/include/
DDoxyfile.orig2287 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
DDoxyfile2287 # 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/cmds/statsd/src/
Datoms.proto4819 * 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/api/
Dcurrent.txt5328 field public static final String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";
5352 field public static final String EXTRA_TITLE_BIG = "android.title.big";