Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/bootable/recovery/tests/unit/
H A Dasn1_decoder_test.cpp43 uint8_t truncated[] = { 0xA0, 0x82 }; in TEST() local
44 asn1_context ctx(truncated, sizeof(truncated)); in TEST()
49 uint8_t truncated[] = { 0xA0, 0x8a, 0xA5, 0x5A, 0xA5, 0x5A, 0xA5, 0x5A, 0xA5, 0x5A, 0xA5, 0x5A }; in TEST() local
50 asn1_context ctx(truncated, sizeof(truncated)); in TEST()
79 uint8_t truncated[] = { 0xA2, 0x82 }; in TEST() local
80 asn1_context ctx(truncated, sizeof(truncated)); in TEST()
96 uint8_t truncated[] = { 0x30, 0x82 }; in TEST() local
97 asn1_context ctx(truncated, sizeof(truncated)); in TEST()
124 uint8_t truncated[] = { 0x31, 0x82 }; in TEST() local
125 asn1_context ctx(truncated, sizeof(truncated)); in TEST()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DBatchedScanResult.java38 public boolean truncated; field in BatchedScanResult
48 truncated = source.truncated; in BatchedScanResult()
57 append("truncated: ").append(String.valueOf(truncated)). in toString()
73 dest.writeInt(truncated ? 1 : 0); in writeToParcel()
85 result.truncated = (in.readInt() == 1);
/aosp12/system/libziparchive/
H A Dentry_name_utils_test.cc43 const uint8_t truncated[] = {0xe0, 0xb4, 0x85, 0xe0, 0xb4}; in TEST() local
44 ASSERT_FALSE(IsValidEntryName(truncated, sizeof(truncated))); in TEST()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
H A DConntrackMessageTest.java341 final byte[] truncated = Arrays.copyOfRange(CT_V4NEW_TCP_BYTES, 0, len); in testParseTruncation()
343 final ByteBuffer byteBuffer = ByteBuffer.wrap(truncated); in testParseTruncation()
358 final byte[] truncated = new byte[CT_V4NEW_TCP_BYTES.length]; in testParseTruncationWithInvalidByte()
359 Arrays.fill(truncated, (byte) invalid); in testParseTruncationWithInvalidByte()
360 System.arraycopy(CT_V4NEW_TCP_BYTES, 0, truncated, 0, len); in testParseTruncationWithInvalidByte()
362 final ByteBuffer byteBuffer = ByteBuffer.wrap(truncated); in testParseTruncationWithInvalidByte()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DPhoneNumberTestService.java97 String truncated = ""; in dump_PhoneNumberUtil_format() local
105 truncated = util.format(pn, format); in dump_PhoneNumberUtil_format()
110 + ") = " + formatted + " / truncated = " + truncated in dump_PhoneNumberUtil_format()
/aosp12/packages/modules/adb/
H A Dadb_utils.cpp163 bool truncated = false; in dump_hex() local
166 truncated = true; in dump_hex()
182 if (truncated) { in dump_hex()
/aosp12/frameworks/base/cmds/incidentd/tests/
H A DFdBuffer_test.cpp48 EXPECT_FALSE(buffer.truncated()); in AssertBufferReadSuccessful()
259 EXPECT_TRUE(buffer.truncated()); in TEST_F()
293 EXPECT_TRUE(buffer.truncated()); in TEST_F()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-removed.txt8 field public boolean truncated;
/aosp12/frameworks/base/cmds/incidentd/src/
H A DFdBuffer.h95 bool truncated() const { return mTruncated; } in truncated() function
H A DReporter.cpp421 mSectionTruncated = buffer.truncated(); in setSectionStats()
422 mSectionBufferSuccess = !buffer.timedOut() && !buffer.truncated(); in setSectionStats()
H A DSection.cpp316 if (buffer.truncated()) { in Execute()
/aosp12/system/logging/logd/
H A Dlogd_test.cpp187 bool truncated = *--cp != '\f'; in TEST() local
188 if (!truncated) { in TEST()
194 if (!truncated) { in TEST()
204 EXPECT_EQ(0, truncated); in TEST()
/aosp12/system/libbase/
H A Dlogging.cpp263 size_t truncated = size - sizeof(buf); in KernelLogLine() local
267 level, tag, truncated, size); in KernelLogLine()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DReflectedParamUpdater.cpp460 AString truncated(tmp, 0, fieldExtent - 1); in parseMessageAndDoWork() local
462 tmp.c_str(), truncated.c_str()); in parseMessageAndDoWork()
463 tmp = truncated; in parseMessageAndDoWork()
/aosp12/system/libsysprop/srcs/android/sysprop/
H A DCarProperties.sysprop27 # Max length limit is 4. Chars exceeding length limit will be truncated.
/aosp12/frameworks/base/core/proto/android/os/
H A Dmetadata.proto64 // true if the section is truncated.
/aosp12/build/make/tools/acp/
H A DREADME23 newer, because the local disk time stamp is truncated rather than
/aosp12/frameworks/base/core/proto/android/internal/
H A Dbinder_latency.proto81 // as the tail of empty buckets is truncated when stored in the proto to
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp134 bool truncated = ftruncate(ufd.get(), 0) == 0; in clear_profile() local
135 if (!truncated) { in clear_profile()
141 return truncated; in clear_profile()
778 bool truncated = ftruncate(out_fd.get(), 0) == 0; in copy_system_profile() local
779 if (!truncated) { in copy_system_profile()
/aosp12/art/tools/ahat/
H A DREADME.txt38 truncated. Is there any way to manually line them up in that case?
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java717 boolean truncated = (text.length() == 70); in dump()
719 if (truncated) out.append(" ..."); in dump()
/aosp12/system/bt/gd/hci/
H A Dle_scanning_manager.cc288 bool truncated{false}; member
296 (o.truncated ? 0x0001 << 6 : 0); in transform_to_extended_event_type()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp1492 int32_t truncated = static_cast<int32_t>(f * 10); in approximateFloatString() local
1493 bool approximate = (static_cast<float>(truncated) != f * 10); in approximateFloatString()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1395 int32_t truncated = static_cast<int32_t>(f * 10); in approximateFloatString() local
1396 bool approximate = (static_cast<float>(truncated) != f * 10); in approximateFloatString()
/aosp12/system/core/init/
H A DREADME.md453 exist. And it will be truncated if dst file is a normal regular file and
688 it will be truncated. Properties are expanded within _content_.

12