Home
last modified time | relevance | path

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

123456789

/external/llvm/test/Object/
Dmacho-invalid.test10 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/
DMockSpdyPeer.java161 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/
DSampleProfReader.cpp252 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/
DAsciiTest.java102 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/
Ddh.c65 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/
Dcve2015-0261-ipv6.out1 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…
Dcve-2014-8769-AODV.out1 IP truncated-ip - 58880 bytes missing! (tos 0x0, ttl 64, id 62335, offset 0, flags [DF], proto UDP …
Dheapoverflow-ip_print_demux.out6 48.48.48.48 > 48.48.48.48: AH(spi=0x30303030,sumlen=192,seq=0x30303030[truncated]):
/external/pdfium/xfa/fxbarcode/
Dcbc_pdf417i.cpp36 void CBC_PDF417I::SetTruncated(bool truncated) { in SetTruncated() argument
37 static_cast<CBC_PDF417Writer*>(m_pBCWriter.get())->SetTruncated(truncated); in SetTruncated()
Dcbc_pdf417i.h31 void SetTruncated(bool truncated);
/external/selinux/libselinux/src/
Dregex.c501 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/
Dconversion.txt47 "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/
Darm64-trunc-store.ll24 ; w1 is %var truncated
44 ; w1 is %var truncated
64 ; w1 is %var truncated
/external/llvm/test/MC/AsmParser/
Ddirective_fill.s38 # 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/
DBC_PDF417Writer.cpp44 void CBC_PDF417Writer::SetTruncated(bool truncated) { in SetTruncated() argument
45 m_bTruncated = truncated; in SetTruncated()
DBC_PDF417Writer.h27 void SetTruncated(bool truncated);
/external/webrtc/webrtc/libjingle/xmpp/
Dpresencereceivetask.cc86 std::string truncated(presence_status->status(), 0, len); in DecodeStatus() local
87 presence_status->set_status(truncated); in DecodeStatus()
/external/llvm/test/CodeGen/SystemZ/
Dcall-03.ll100 ; 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/
Dbug-mismatched-types.ll52 %truncated = trunc i64 %indvars.iv to i32
53 %cond.b = icmp ult i32 %truncated, 7
/external/webrtc/webrtc/
D.gitignore2 # is a truncated copy of the .gitignore file in the parent directory.
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp154 void CFWL_Barcode::SetTruncated(bool truncated) { in SetTruncated() argument
156 m_bTruncated = truncated; in SetTruncated()
Dcfx_barcode.cpp292 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/
Dfold-vector-trunc-sitofp.ll4 ; Check that constant integers are correctly being truncated before float conversion
/external/curl/tests/data/
Dtest106328 # This range value is 2**32+7, which will be truncated to the valid value 7
/external/llvm/test/CodeGen/AMDGPU/
Dtrunc-vector-store-assertion-failure.ll3 ; This tests for a bug in the SelectionDAG where custom lowered truncated

123456789