/external/llvm/test/Object/ |
D | macho-invalid.test | 10 INCOMPLETE-LOADC: truncated or malformed object (load command 0 extends past the end all load comma… 14 INCOMPLETE-LOADC-1: truncated or malformed object (load command 1 extends past the end all load com… 20 SMALL-LOADC-SIZE: truncated or malformed object (load commands extend past the end of the file) 24 SMALL-LOADC-SIZE-1: truncated or malformed object (load command 1 with size less than 8 bytes) 28 MULTIPLE-NOT-4: truncated or malformed object (load command 0 cmdsize not a multiple of 4) 32 SMALL-SEGLOADC-SIZE: truncated or malformed object (load command 0 LC_SEGMENT cmdsize too small) 36 MULTIPLE-NOT-8: truncated or malformed object (load command 0 cmdsize not a multiple of 8) 40 TOO-MANY-SECTS: truncated or malformed object (load command 0 inconsistent cmdsize in LC_SEGMENT fo… 43 TOO-MANY-SECTS-64: truncated or malformed object (load command 0 inconsistent cmdsize in LC_SEGMENT… 47 BAD-SYMBOL: truncated or malformed object (ilocalsym plus nlocalsym in LC_DYSYMTAB load command ext… [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
D | MockSpdyPeer.java | 161 boolean truncated; in readAndWriteFrames() 166 truncated = false; in readAndWriteFrames() 169 truncated = nextOutFrame.truncated; in readAndWriteFrames() 177 if (truncated) { in readAndWriteFrames() 206 private final boolean truncated; field in MockSpdyPeer.OutFrame 208 private OutFrame(int sequence, long start, boolean truncated) { in OutFrame() argument 211 this.truncated = truncated; in OutFrame()
|
/external/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 252 EC = sampleprof_error::truncated; in readNumber() 269 EC = sampleprof_error::truncated; in readString() 490 return sampleprof_error::truncated; in skipNextWord() 513 return sampleprof_error::truncated; in readString() 541 return sampleprof_error::truncated; in readSectionTag() 558 return sampleprof_error::truncated; in readNameTable() 563 return sampleprof_error::truncated; in readNameTable() 576 return sampleprof_error::truncated; in readFunctionProfiles() 592 return sampleprof_error::truncated; in readOneFunctionProfile() 596 return sampleprof_error::truncated; in readOneFunctionProfile() [all …]
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | AsciiTest.java | 102 String truncated = null; in testTruncateIllegalArguments() local 104 truncated = Ascii.truncate("foobar", 2, "..."); in testTruncateIllegalArguments() 109 truncated = Ascii.truncate("foobar", 8, "1234567890"); in testTruncateIllegalArguments() 114 truncated = Ascii.truncate("foobar", -1, "..."); in testTruncateIllegalArguments() 119 truncated = Ascii.truncate("foobar", -1, ""); in testTruncateIllegalArguments()
|
/external/openssh/ |
D | dh.c | 65 goto truncated; in parse_prime() 68 goto truncated; in parse_prime() 77 goto truncated; in parse_prime() 87 goto truncated; in parse_prime() 104 goto truncated; in parse_prime() 107 truncated: in parse_prime()
|
/external/tcpdump/tests/ |
D | cve2015-0261-ipv6.out | 1 IP6 truncated-ip6 - 26325 bytes missing!(class 0x76, flowlabel 0x76767, hlim 103, next-header Mobil… 2 IP6 truncated-ip6 - 26325 bytes missing!(class 0x76, flowlabel 0x76767, hlim 103, next-header Mobil…
|
D | cve-2014-8769-AODV.out | 1 IP truncated-ip - 58880 bytes missing! (tos 0x0, ttl 64, id 62335, offset 0, flags [DF], proto UDP …
|
D | heapoverflow-ip_print_demux.out | 6 48.48.48.48 > 48.48.48.48: AH(spi=0x30303030,sumlen=192,seq=0x30303030[truncated]):
|
/external/pdfium/xfa/fxbarcode/ |
D | cbc_pdf417i.cpp | 36 void CBC_PDF417I::SetTruncated(bool truncated) { in SetTruncated() argument 37 static_cast<CBC_PDF417Writer*>(m_pBCWriter.get())->SetTruncated(truncated); in SetTruncated()
|
D | cbc_pdf417i.h | 31 void SetTruncated(bool truncated);
|
/external/selinux/libselinux/src/ |
D | regex.c | 501 goto truncated; in regex_format_error() 516 goto truncated; in regex_format_error() 523 goto truncated; in regex_format_error() 531 goto truncated; in regex_format_error() 536 truncated: in regex_format_error()
|
/external/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 47 "errorCode: (empty)==zero | invalid | illegal | truncated | illesc | unsuppesc\n" 297 // truncated, partial escape sequence 301 :int{1}, :int{1}, "truncated", ".", :bin{ 1b } 306 :int{1}, :int{1}, "truncated", ".", :bin{ 1b24 } 311 :int{1}, :int{1}, "truncated", ".", :bin{ 1b2429 } 334 :int{1}, :int{1}, "truncated", ".", :bin{ 41 } 351 // truncated, partial escape sequence 355 :int{1}, :int{1}, "truncated", ".", :bin{ 1b } 360 :int{1}, :int{1}, "truncated", ".", :bin{ 1b24 } 365 :int{1}, :int{1}, "truncated", ".", :bin{ 1b2429 } [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-trunc-store.ll | 24 ; w1 is %var truncated 44 ; w1 is %var truncated 64 ; w1 is %var truncated
|
/external/llvm/test/MC/AsmParser/ |
D | directive_fill.s | 38 # CHECK-WARNINGS: '.fill' directive with size greater than 8 has been truncated to 8 44 # CHECK-WARNINGS: '.fill' directive pattern has been truncated to 32-bits
|
/external/pdfium/xfa/fxbarcode/pdf417/ |
D | BC_PDF417Writer.cpp | 44 void CBC_PDF417Writer::SetTruncated(bool truncated) { in SetTruncated() argument 45 m_bTruncated = truncated; in SetTruncated()
|
D | BC_PDF417Writer.h | 27 void SetTruncated(bool truncated);
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | presencereceivetask.cc | 86 std::string truncated(presence_status->status(), 0, len); in DecodeStatus() local 87 presence_status->set_status(truncated); in DecodeStatus()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | call-03.ll | 100 ; Test a function that returns a value truncated from i64 to i32. 109 ; Test a function that returns a value truncated from i64 to i7. 118 ; Test a function that returns a value truncated from i32 to i8.
|
/external/llvm/test/Transforms/IRCE/ |
D | bug-mismatched-types.ll | 52 %truncated = trunc i64 %indvars.iv to i32 53 %cond.b = icmp ult i32 %truncated, 7
|
/external/webrtc/webrtc/ |
D | .gitignore | 2 # is a truncated copy of the .gitignore file in the parent directory.
|
/external/pdfium/xfa/fwl/ |
D | cfwl_barcode.cpp | 154 void CFWL_Barcode::SetTruncated(bool truncated) { in SetTruncated() argument 156 m_bTruncated = truncated; in SetTruncated()
|
D | cfx_barcode.cpp | 292 bool CFX_Barcode::SetTruncated(bool truncated) { in SetTruncated() argument 302 return m_pBCEngine && memptr ? ((m_pBCEngine.get()->*memptr)(truncated), true) in SetTruncated()
|
/external/llvm/test/CodeGen/X86/ |
D | fold-vector-trunc-sitofp.ll | 4 ; Check that constant integers are correctly being truncated before float conversion
|
/external/curl/tests/data/ |
D | test1063 | 28 # This range value is 2**32+7, which will be truncated to the valid value 7
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | trunc-vector-store-assertion-failure.ll | 3 ; This tests for a bug in the SelectionDAG where custom lowered truncated
|