/external/pdfium/xfa/src/fxbarcode/pdf417/ |
H A D | BC_PDF417Writer.h | 20 void SetTruncated(FX_BOOL truncated);
|
H A D | BC_PDF417Writer.cpp | 44 void CBC_PDF417Writer::SetTruncated(FX_BOOL truncated) {
argument 45 m_bTruncated = truncated;
|
/external/guava/guava-tests/test/com/google/common/base/ |
H A D | AsciiTest.java | 102 String truncated = null; 104 truncated = Ascii.truncate("foobar", 2, "..."); 109 truncated = Ascii.truncate("foobar", 8, "1234567890"); 114 truncated = Ascii.truncate("foobar", -1, "..."); 119 truncated = Ascii.truncate("foobar", -1, "");
|
/external/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 251 EC = sampleprof_error::truncated; 268 EC = sampleprof_error::truncated; 428 return sampleprof_error::truncated; 451 return sampleprof_error::truncated; 479 return sampleprof_error::truncated; 496 return sampleprof_error::truncated; 501 return sampleprof_error::truncated; 514 return sampleprof_error::truncated; 529 return sampleprof_error::truncated; 533 return sampleprof_error::truncated; [all...] |
H A D | SampleProf.cpp | 36 case sampleprof_error::truncated:
|
H A D | InstrProfReader.cpp | 122 return error(instrprof_error::truncated); 197 return error(instrprof_error::truncated); 204 return error(instrprof_error::truncated); 215 return error(instrprof_error::truncated); 561 return error(instrprof_error::truncated);
|
H A D | CoverageMappingReader.cpp | 40 return coveragemap_error::truncated; 405 return coveragemap_error::truncated; 413 return coveragemap_error::truncated;
|
H A D | InstrProf.cpp | 47 case instrprof_error::truncated: 434 return instrprof_error::truncated;
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
H A D | MockSpdyPeer.java | 161 boolean truncated; 166 truncated = false; 169 truncated = nextOutFrame.truncated; 176 // If the last frame was truncated, immediately close the connection. 177 if (truncated) { 206 private final boolean truncated; field in class:MockSpdyPeer.OutFrame 208 private OutFrame(int sequence, long start, boolean truncated) { argument 211 this.truncated = truncated; [all...] |
/external/llvm/test/MC/AsmParser/ |
H A D | directive_fill.s | 52 # CHECK-WARNINGS: '.fill' directive with size greater than 8 has been truncated to 8 59 # CHECK-WARNINGS: '.fill' directive pattern has been truncated to 32-bits
|
/external/pdfium/xfa/include/fwl/lightwidget/ |
H A D | barcode.h | 72 void SetTruncated(FX_BOOL truncated) {
argument 74 m_barcodeData.m_bTruncated = truncated;
|
/external/webrtc/webrtc/libjingle/xmpp/ |
H A D | presencereceivetask.cc | 86 std::string truncated(presence_status->status(), 0, len); 87 presence_status->set_status(truncated);
|
/external/pdfium/xfa/include/fwl/basewidget/ |
H A D | fxmath_barcode.h | 45 virtual FX_BOOL SetTruncated(FX_BOOL truncated) = 0;
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
H A D | fxmath_barcodeimp.h | 47 virtual FX_BOOL SetTruncated(FX_BOOL truncated);
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
H A D | StatusLineTest.java | 96 @Test public void truncated() throws IOException { method in class:StatusLineTest
|
/external/chromium-trace/catapult/systrace/systrace/ |
H A D | run_systrace.py | 104 help='don\'t fix missing or truncated ' 113 help='don\'t fix truncated circular traces')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/ |
H A D | record.py | 185 truncated = self.is_truncated 196 self.is_truncated = truncated
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
H A D | fxmath_barcodeimp.cpp | 299 FX_BOOL CFX_Barcode::SetTruncated(FX_BOOL truncated) {
argument 309 return m_pBCEngine && memptr ? ((m_pBCEngine->*memptr)(truncated), TRUE)
|
/external/compiler-rt/lib/builtins/ |
H A D | fp_trunc_impl.inc | 97 // bit and inserting the (truncated) trailing NaN field.
|
/external/libchrome/dbus/ |
H A D | message.cc | 172 std::string truncated; local 173 base::TruncateUTF8ToByteSize(value, kTruncateLength, &truncated); 174 base::StringAppendF(&truncated, "... (%" PRIuS " bytes in total)", 176 output += indent + "string \"" + truncated + "\"\n";
|
/external/iputils/ |
H A D | ping6.c | 1480 printf(" parse error (truncated)"); 1506 int truncated; local 1513 truncated = nih->ni_flags & NI_IPV6ADDR_F_TRUNCATE; 1518 truncated = nih->ni_flags & NI_IPV4ADDR_F_TRUNCATE; 1522 af = aflen = truncated = 0; 1535 printf(" parse error (truncated)"); 1547 if (truncated) 1548 printf(" (truncated)");
|
/external/libunwind/doc/ |
H A D | unw_get_proc_name.tex | 62 in the buffer provided. A truncated version of the name has been
|
/external/ppp/pppd/ |
H A D | eap.c | 2202 goto truncated; 2219 goto truncated; 2228 goto truncated; 2242 goto truncated; 2249 goto truncated; 2350 goto truncated; 2367 goto truncated; 2416 truncated: 2417 printer(arg, " <truncated>");
|
/external/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 36 truncated, member in class:llvm::sampleprof_error
|
H A D | CoverageMapping.h | 494 truncated, member in class:llvm::coveragemap_error
|