HomeSort by relevance Sort by last modified time
    Searched refs:truncated (Results 126 - 150 of 471) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-err-29.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\Z
tls-err-31.d 4 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too big[^\n]*\Z
tls-err-33.d 4 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\Z
tls-err-35.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too big[^\n]*\Z
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
jaloverflow.d 5 #error: .*relocation truncated to fit.*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
pr12815-1.d 3 #error: invalid input relocation.*objcopy.*"-mno-base-addresses".*truncated
pr12815-2.d 3 #error: invalid input relocation.*objcopy.*"-no-expand".*truncated
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-z8k/
djnz-back-fail-8001.d 8 #error: .*: relocation truncated to fit: r_disp7 against `target'
djnz-back-fail-8002.d 8 #error: .*: relocation truncated to fit: r_disp7 against `target'
  /external/guava/guava-tests/test/com/google/common/base/
AsciiTest.java 102 String truncated = null; local
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/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
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) {
211 this.truncated = truncated;
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 97 String truncated = ""; local
105 truncated = util.format(pn, format);
110 + ") = " + formatted + " / truncated = " + truncated
  /external/pdfium/xfa/fwl/
cfx_barcode.h 56 bool SetTruncated(bool truncated);
  /frameworks/base/cmds/incidentd/src/
FdBuffer.h 73 * Downstream tools must handle truncated incident reports as best as possible
76 * happens, truncated() will return true so it can be marked. If the data is
77 * exactly 4 MB, truncated is still set. Sorry.
79 bool truncated() const { return mTruncated; } function in class:android::os::incidentd::FdBuffer
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16439.go 16 var f []int = []int{3i: 3} // ERROR "truncated to integer"
bug255.go 11 var c [1.5]int // ERROR "truncated"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16439.go 16 var f []int = []int{3i: 3} // ERROR "truncated to integer"
bug255.go 11 var c [1.5]int // ERROR "truncated"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
emit-relocs-265.d 3 #error: .*\(.text\+0x\d+\): relocation truncated to fit: R_AARCH64_MOVW_UABS_G1 against symbol `tempy.*
  /prebuilts/go/darwin-x86/src/compress/zlib/
reader_test.go 26 "truncated empty",
33 "truncated dict",
40 "truncated checksum",
125 "truncated zlib stream amid raw-block",
134 "truncated zlib stream amid fixed-block",
  /prebuilts/go/linux-x86/src/compress/zlib/
reader_test.go 26 "truncated empty",
33 "truncated dict",
40 "truncated checksum",
125 "truncated zlib stream amid raw-block",
134 "truncated zlib stream amid fixed-block",
  /external/tcpdump/
print-zephyr.c 86 parse_field(netdissect_options *ndo, const char **pptr, int *len, int *truncated)
100 *truncated = 1;
152 int truncated = 0; local
164 s = parse_field(ndo, &parse, &parselen, &truncated); \
165 if (truncated) goto trunc; \
  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 252 EC = sampleprof_error::truncated;
269 EC = sampleprof_error::truncated;
490 return sampleprof_error::truncated;
513 return sampleprof_error::truncated;
541 return sampleprof_error::truncated;
558 return sampleprof_error::truncated;
563 return sampleprof_error::truncated;
576 return sampleprof_error::truncated;
592 return sampleprof_error::truncated;
596 return sampleprof_error::truncated;
    [all...]
  /external/llvm/test/MC/AsmParser/
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/fxbarcode/pdf417/
BC_PDF417Writer.cpp 47 void CBC_PDF417Writer::SetTruncated(bool truncated) {
48 m_bTruncated = truncated;

Completed in 298 milliseconds

1 2 3 4 56 7 8 91011>>