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

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
farcall-bl-none-function.d 5 #error: .*\(.text\+0x0\): relocation truncated to fit: R_AARCH64_CALL26 against symbol `bar'.*
farcall-section.d 5 #error: .*\(.text\+0x0\): relocation truncated to fit: R_AARCH64_CALL26 against `.foo'
emit-relocs-262.d 3 #error: .*truncated.*
emit-relocs-263.d 3 #error: .*\(.text\+0x\d+\): relocation truncated to fit: R_AARCH64_MOVW_UABS_G0 against symbol `tempy.*
emit-relocs-267.d 3 #error: .*truncated.*tempy3.*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-section.d 5 #error: .*\(.text\+0x0\): relocation truncated to fit: R_ARM_CALL against `.foo'
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
getaa-6b.d 11 #error: relocation truncated to fit: R_MMIX_ADDR19 against symbol `a'
getaa-6f.d 10 #error: relocation truncated to fit: R_MMIX_ADDR19 against symbol `a'
getaa14b.d 11 #error: relocation truncated to fit: R_MMIX_ADDR19 against `a'$
getaa14f.d 10 #error: relocation truncated to fit: R_MMIX_ADDR19 against `a'$
jumpa-6b.d 11 #error: relocation truncated to fit: R_MMIX_ADDR27 against symbol `a'
jumpa-6f.d 10 #error: relocation truncated to fit: R_MMIX_ADDR27 against symbol `a'
jumpa14b.d 11 #error: relocation truncated to fit: R_MMIX_ADDR27 against `a'$
jumpa14f.d 10 #error: relocation truncated to fit: R_MMIX_ADDR27 against `a'$
  /external/pdfium/xfa/fxbarcode/
cbc_pdf417i.h 31 void SetTruncated(bool truncated);
cbc_pdf417i.cpp 36 void CBC_PDF417I::SetTruncated(bool truncated) {
37 static_cast<CBC_PDF417Writer*>(m_pBCWriter.get())->SetTruncated(truncated);
  /system/core/libziparchive/
entry_name_utils_test.cc 41 // Malayalam script with truncated bytes. There should be 2 bytes
43 const uint8_t truncated[] = {0xe0, 0xb4, 0x85, 0xe0, 0xb4}; local
44 ASSERT_FALSE(IsValidEntryName(truncated, sizeof(truncated)));
  /prebuilts/go/darwin-x86/test/
shift1.go 28 g1 int64 = 1.1 << s // ERROR "truncated"
126 _ = 1.1<<s == x // ERROR "truncated"
130 _ = 1<<s+x == 1.1 // ERROR "truncated"
133 _ = 1.<<s+x == 1.1 // ERROR "truncated"
134 _ = 1.1<<s+x == 1 // ERROR "truncated"
135 _ = 1.1<<s+x == 1. // ERROR "truncated"
136 _ = 1.1<<s+x == 1.1 // ERROR "truncated"
140 _ = 1.1<<s == x<<s // ERROR "truncated"
156 _ = make([]int, 1.1<<s) // ERROR "non-integer|truncated"
166 _ = append(a, 1.1<<s) // ERROR "truncated"
    [all...]
  /prebuilts/go/linux-x86/test/
shift1.go 28 g1 int64 = 1.1 << s // ERROR "truncated"
126 _ = 1.1<<s == x // ERROR "truncated"
130 _ = 1<<s+x == 1.1 // ERROR "truncated"
133 _ = 1.<<s+x == 1.1 // ERROR "truncated"
134 _ = 1.1<<s+x == 1 // ERROR "truncated"
135 _ = 1.1<<s+x == 1. // ERROR "truncated"
136 _ = 1.1<<s+x == 1.1 // ERROR "truncated"
140 _ = 1.1<<s == x<<s // ERROR "truncated"
156 _ = make([]int, 1.1<<s) // ERROR "non-integer|truncated"
166 _ = append(a, 1.1<<s) // ERROR "truncated"
    [all...]
  /bootable/recovery/tests/unit/
asn1_decoder_test.cpp 43 uint8_t truncated[] = { 0xA0, 0x82 }; local
44 asn1_context ctx(truncated, sizeof(truncated));
49 uint8_t truncated[] = { 0xA0, 0x8a, 0xA5, 0x5A, 0xA5, 0x5A, 0xA5, 0x5A, 0xA5, 0x5A, 0xA5, 0x5A }; local
50 asn1_context ctx(truncated, sizeof(truncated));
79 uint8_t truncated[] = { 0xA2, 0x82 }; local
80 asn1_context ctx(truncated, sizeof(truncated));
96 uint8_t truncated[] = { 0x30, 0x82 } local
124 uint8_t truncated[] = { 0x31, 0x82 }; local
    [all...]
  /frameworks/base/cmds/incidentd/src/
FdBuffer.h 53 * Downstream tools must handle truncated incident reports as best as possible
56 * happens, truncated() will return true so it can be marked. If the data is
57 * exactly 4 MB, truncated is still set. Sorry.
59 bool truncated() { return mTruncated; } function in class:FdBuffer
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug431.go 7 // gccgo gave an invalid error ("floating point constant truncated to
issue4085a.go 13 _ = make(T, 0.5) // ERROR "constant 0.5 truncated to integer|non-integer len argument"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug431.go 7 // gccgo gave an invalid error ("floating point constant truncated to
issue4085a.go 13 _ = make(T, 0.5) // ERROR "constant 0.5 truncated to integer|non-integer len argument"

Completed in 722 milliseconds

1 23 4 5 6 7 8 91011>>