Home
last modified time | relevance | path

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

1234567891011

/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/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/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/tcpdump/tests/
Dolsr-oobr-1.out1 IP truncated-ip - 2315 bytes missing! (tos 0x0, ttl 18, id 4111, offset 0, flags [+, DF, rsvd], pro…
5 IP truncated-ip - 2315 bytes missing! (tos 0x0, ttl 18, id 4111, offset 0, flags [+, DF, rsvd], pro…
9 IP truncated-ip - 2315 bytes missing! (tos 0x0, ttl 18, id 4111, offset 0, flags [+, DF, rsvd], pro…
13 IP truncated-ip - 2315 bytes missing! (tos 0x0, ttl 18, id 4111, offset 0, flags [+, DF, rsvd], pro…
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…
Drx_ubik-oobr.out1 IP truncated-ip - 2598 bytes missing! 222.241.104.198.3503 > 131.63.241.146.7002: rx data pt ubik …
Dcve-2014-8769-AODV.out1 IP truncated-ip - 58880 bytes missing! (tos 0x0, ttl 64, id 62335, offset 0, flags [DF], proto UDP …
Dhncp_dhcpv4data-oobr.out1 IP truncated-ip - 260 bytes missing! (tos 0x12,ECT(0), ttl 48, id 21323, offset 0, flags [+, DF, rs…
Dheapoverflow-ip_print_demux.out6 48.48.48.48 > 48.48.48.48: AH(spi=0x30303030,sumlen=192,seq=0x30303030[truncated]):
Drpki-rtr-oob.out1 IP truncated-ip - 22 bytes missing! (tos 0x0, ttl 254, id 13327, offset 0, flags [+, DF, rsvd], pro…
/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/tcpdump/
Dprint-zephyr.c86 parse_field(netdissect_options *ndo, const char **pptr, int *len, int *truncated) in parse_field() argument
100 *truncated = 1; in parse_field()
152 int truncated = 0; in zephyr_print() local
164 s = parse_field(ndo, &parse, &parselen, &truncated); \ in zephyr_print()
165 if (truncated) goto trunc; \ in zephyr_print()
/external/python/cpython3/Python/
Dtraceback.c363 PyObject *truncated; in _Py_DisplaySourceLine() local
364 truncated = PyUnicode_Substring(lineobj, i, PyUnicode_GET_LENGTH(lineobj)); in _Py_DisplaySourceLine()
365 if (truncated) { in _Py_DisplaySourceLine()
367 lineobj = truncated; in _Py_DisplaySourceLine()
573 int truncated; in _Py_DumpASCII() local
604 truncated = 1; in _Py_DumpASCII()
607 truncated = 0; in _Py_DumpASCII()
633 if (truncated) { in _Py_DumpASCII()
/external/pdfium/fxbarcode/
Dcbc_pdf417i.cpp39 void CBC_PDF417I::SetTruncated(bool truncated) { in SetTruncated() argument
40 GetPDF417Writer()->SetTruncated(truncated); in SetTruncated()
/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/selinux/libselinux/src/
Dregex.c520 goto truncated; in regex_format_error()
535 goto truncated; in regex_format_error()
542 goto truncated; in regex_format_error()
550 goto truncated; in regex_format_error()
555 truncated: in regex_format_error()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TruncatedNormal.pbtxt12 A tensor of the specified shape filled with random truncated normal
36 summary: "Outputs random values from a truncated normal distribution."
Dapi_def_DecodeJpeg.pbtxt37 If true try to recover an image from truncated input.
43 The minimum required fraction of lines before a truncated
Dapi_def_DecodeAndCropJpeg.pbtxt43 If true try to recover an image from truncated input.
49 The minimum required fraction of lines before a truncated
/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/fxbarcode/pdf417/
DBC_PDF417Writer.cpp47 void CBC_PDF417Writer::SetTruncated(bool truncated) { in SetTruncated() argument
48 m_bTruncated = truncated; in SetTruncated()
/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

1234567891011