Searched refs:truncated (Results 1 – 10 of 10) sorted by relevance
95 bool truncated() const { return mTruncated; } in truncated() function
421 mSectionTruncated = buffer.truncated(); in setSectionStats()422 mSectionBufferSuccess = !buffer.timedOut() && !buffer.truncated(); in setSectionStats()
316 if (buffer.truncated()) { in Execute()
48 EXPECT_FALSE(buffer.truncated()); in AssertBufferReadSuccessful()259 EXPECT_TRUE(buffer.truncated()); in TEST_F()293 EXPECT_TRUE(buffer.truncated()); in TEST_F()
64 // true if the section is truncated.
460 AString truncated(tmp, 0, fieldExtent - 1); in parseMessageAndDoWork() local462 tmp.c_str(), truncated.c_str()); in parseMessageAndDoWork()463 tmp = truncated; in parseMessageAndDoWork()
81 // as the tail of empty buckets is truncated when stored in the proto to
134 bool truncated = ftruncate(ufd.get(), 0) == 0; in clear_profile() local135 if (!truncated) { in clear_profile()141 return truncated; in clear_profile()778 bool truncated = ftruncate(out_fd.get(), 0) == 0; in copy_system_profile() local779 if (!truncated) { in copy_system_profile()
717 boolean truncated = (text.length() == 70); in dump()719 if (truncated) out.append(" ..."); in dump()
13150 // This string is truncated to 128 characters if its length exceeds the limit.