HomeSort by relevance Sort by last modified time
    Searched refs:truncated (Results 76 - 100 of 358) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-270-bad.d 3 #error: .*truncated.*tempy[12].*
emit-relocs-279-bad.d 3 #error: .*truncated.*target2.*
emit-relocs-286-bad.d 3 #error: .*truncated.*tempy3.*
emit-relocs-265.d 3 #error: .*\(.text\+0x\d+\): relocation truncated to fit: R_AARCH64_MOVW_UABS_G1 against symbol `tempy.*
  /toolchain/binutils/binutils-2.25/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.25/ld/testsuite/ld-mips-elf/
jaloverflow.d 5 #error: .*relocation truncated to fit.*
  /toolchain/binutils/binutils-2.25/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
  /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
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16439.go 16 var f []int = []int{3i: 3} // ERROR "truncated to real"
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 real"
bug255.go 11 var c [1.5]int // ERROR "truncated"
  /external/openssh/
dh.c 65 goto truncated;
68 goto truncated;
77 goto truncated;
87 goto truncated;
104 goto truncated;
107 truncated:
108 error("moduli:%d: truncated", linenum);
  /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/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/xfa/fxbarcode/pdf417/
BC_PDF417Writer.cpp 44 void CBC_PDF417Writer::SetTruncated(bool truncated) {
45 m_bTruncated = truncated;
  /external/pdfium/xfa/fwl/
cfwl_barcode.h 69 void SetTruncated(bool truncated);

Completed in 593 milliseconds

1 2 34 5 6 7 8 91011>>