Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
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);
/frameworks/base/cmds/incidentd/src/
DFdBuffer.h94 bool truncated() const { return mTruncated; } in truncated() function
DReporter.cpp375 mSectionTruncated = buffer.truncated(); in setSectionStats()
376 mSectionBufferSuccess = !buffer.timedOut() && !buffer.truncated(); in setSectionStats()
DSection.cpp351 if (buffer.truncated()) { in Execute()
/frameworks/base/cmds/incidentd/tests/
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()
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp444 AString truncated(tmp, 0, fieldExtent - 1); in parseMessageAndDoWork() local
446 tmp.c_str(), truncated.c_str()); in parseMessageAndDoWork()
447 tmp = truncated; in parseMessageAndDoWork()
/frameworks/base/core/proto/android/os/
Dmetadata.proto64 // true if the section is truncated.
/frameworks/native/cmds/installd/
Ddexopt.cpp139 bool truncated = ftruncate(ufd.get(), 0) == 0; in clear_profile() local
140 if (!truncated) { in clear_profile()
146 return truncated; in clear_profile()
1000 bool truncated = ftruncate(out_fd.get(), 0) == 0; in copy_system_profile() local
1001 if (!truncated) { in copy_system_profile()
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java650 boolean truncated = (text.length() == 70); in dump()
652 if (truncated) out.append(" ..."); in dump()
/frameworks/base/api/
Dsystem-removed.txt139 field public boolean truncated;