Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/base/tools/powermodel/test/com/android/powermodel/
H A 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()
259 final String text = big + ",b,c,d,e,f,g"; in testBufferBoundary()
266 { big, "b", "c", "d", "e", "f", "g", } in testBufferBoundary()
272 final String text = big + ",,,,,,"; in testBufferBoundaryEmpty()
279 { big, "", "", "", "", "", "", } in testBufferBoundaryEmpty()
286 final String text = big + ",\"\"\"\"\"\"\"\"\"\"\"\"," + big; in testBufferBoundaryEscapingEven()
293 { big, "\"\"\"\"\"", big } in testBufferBoundaryEscapingEven()
300 final String text = big + ",\"\"\"\"\"\"\"\"\"\"\"\"," + big; in testBufferBoundaryEscapingOdd()
[all …]
/aosp12/art/test/175-alloc-big-bignums/
H A DAndroid.bp3 // Build rules for ART run-test `175-alloc-big-bignums`.
16 name: "art-run-test-175-alloc-big-bignums",
21 ":art-run-test-175-alloc-big-bignums-expected-stdout",
22 ":art-run-test-175-alloc-big-bignums-expected-stderr",
28 name: "art-run-test-175-alloc-big-bignums-expected-stdout",
29 out: ["art-run-test-175-alloc-big-bignums-expected-stdout.txt"],
36 name: "art-run-test-175-alloc-big-bignums-expected-stderr",
37 out: ["art-run-test-175-alloc-big-bignums-expected-stderr.txt"],
/aosp12/system/update_engine/payload_consumer/
H A Dextent_writer_unittest.cc170 brillo::Blob big(block_count * kBlockSize); in TEST_F() local
171 for (brillo::Blob::size_type i = 0; i < big.size(); i++) { in TEST_F()
172 big[i] = data[i % data.size()]; in TEST_F()
174 memcpy(&expected_data[kBlockSize], &big[0], kBlockSize); in TEST_F()
175 memcpy(&expected_data[0], &big[3 * kBlockSize], kBlockSize); in TEST_F()
/aosp12/art/test/701-easy-div-rem/
H A Dexpected-stdout.txt4 Int: checking big dividends...
7 Long: checking big dividends...
/aosp12/system/media/audio_utils/tests/
H A Dmetadata_tests.cpp235 Data big; in TEST() local
241 big[TABLE] = small; // ONE COPY HERE of the MoveCount (embedded in small). in TEST()
244 big[VECTOR] = std::vector<Datum>{small, small}; in TEST()
245 big[PAIR] = std::make_pair<Datum, Datum>(small, small); in TEST()
246 ASSERT_EQ(1, big[TABLE][MOVE_COUNT].mCopyCount); // one copy done for small. in TEST()
248 big[FUNKY] = std::vector<std::vector<std::pair<std::string, short>>>{ in TEST()
254 big[ARBITRARY] = Arbitrary{0, {1, 2, 3}, {4, 5}}; in TEST()
258 ByteString bs = byteStringFromData(big); in TEST()
/aosp12/art/test/303-verification-stress/
H A Dinfo.txt2 classes, each one initializing a big array of string in its class initializer.
3 This generates big <clinit> methods in these classes. The goal is to stress the
/aosp12/art/test/015-switch/
H A Dexpected-stdout.txt125 CORRECT big sparse / first
126 CORRECT big sparse / last
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos_unittest.cc214 brillo::Blob big(5 * kMockHttpFetcherChunkSize); in TEST() local
216 for (unsigned int i = 0; i < big.size(); i++) { in TEST()
217 big[i] = c; in TEST()
220 TestWithData(big, in TEST()
226 brillo::Blob big(5 * kMockHttpFetcherChunkSize); in TEST() local
228 for (unsigned int i = 0; i < big.size(); i++) { in TEST()
229 big[i] = c; in TEST()
232 TestWithData(big, in TEST()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A 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()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgethex.c48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
122 big = esign = 0;
140 big = 1;
152 if (big) {
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A 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()
/aosp12/packages/modules/Virtualization/microdroid/signature/
H A DREADME.md30 | 0 | 4 | Header. unsigned int32: body length(L) in big endian |
36 in 4-byte big endian.
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DDoc.java48 void big(DocString string); in big() method
H A DStaticHandler.java45 doc.big(DocString.text("Resource not found.")); in handle()
H A DBitmapHandler.java58 doc.big(DocString.text("No bitmap found for the given request.")); in handle()
H A DOverviewHandler.java61 doc.big(Menu.getMenu()); in handle()
H A DSiteHandler.java46 doc.big(Summarizer.summarize(site)); in handle()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java5588 big.setViewVisibility(R.id.actions, View.GONE); in resetStandardTemplateWithActions()
5589 big.removeAllViews(R.id.actions); in resetStandardTemplateWithActions()
5613 big.setViewVisibility(R.id.snooze_button, View.GONE); in bindSnoozeAction()
5654 resetStandardTemplateWithActions(big); in applyStandardTemplateWithActions()
5655 bindSnoozeAction(big, p); in applyStandardTemplateWithActions()
5672 big.setViewPadding(R.id.actions, 0, 0, 0, 0); in applyStandardTemplateWithActions()
5681 big.setViewVisibility(R.id.actions, View.VISIBLE); in applyStandardTemplateWithActions()
5700 big.addView(R.id.actions, button); in applyStandardTemplateWithActions()
5720 big.setProgressIndeterminateTintList( in applyStandardTemplateWithActions()
5733 big.setViewVisibility( in applyStandardTemplateWithActions()
[all …]
/aosp12/system/extras/ext4_utils/
H A Dmke2fs.conf33 big = {
/aosp12/bionic/tests/
H A Dstdatomic_test.cpp71 atomic_intmax_t big; in TEST() local
72 ASSERT_TRUE(atomic_is_lock_free(&big)); in TEST()
/aosp12/system/bt/gd/packet/
H A Dpacket_builder_unittest.cc95 EndianBuilder<false> big(0x04, 0x0506, 0x0708090a, 0x0b0c0d0e0f101112); in TEST() local
96 ASSERT_EQ(*big.FinalPacket(), *little.FinalPacket()); in TEST()
/aosp12/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto73 // image if the COW partition is not big enough.
81 // when the "COW partition" is not big enough to store changes to the
84 // This value is 0 if |cow_partition_size| is big enough to hold all changes
/aosp12/art/tools/jvmti-agents/wrapagentproperties/
H A DREADME.md30 def.hij=a big deal
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c748 char big[256]; in main() local
750 streamIndex, &big); in main()
763 XATimedTextStreamInformation big; in main() local
765 streamIndex, &big); in main()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A Dfaq.md95 …ontains invalid syntax, or a value can not be represented (a number is too big), or the handler of…
211 … escaping unicode character, e.g. `\u5927` representing Chinese character "big". To handle charact…
225 1. I have a big JSON file. Should I load the whole file to memory?
243 5. Why little/big endian is related?
245 little/big endian of stream is an issue for UTF-16 and UTF-32 streams, but not UTF-8 stream.

1234