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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/cmds/incidentd/tests/
FdBuffer_test.cpp 48 EXPECT_FALSE(buffer.truncated());
251 EXPECT_TRUE(buffer.truncated());
  /toolchain/binutils/binutils-2.27/binutils/
od-xcoff.c     [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 143 return error(instrprof_error::truncated);
218 return error(instrprof_error::truncated);
225 return error(instrprof_error::truncated);
236 return error(instrprof_error::truncated);
630 return error(instrprof_error::truncated);
  /external/mesa3d/src/amd/addrlib/core/
addrelemlib.cpp 201 UINT_64 truncated, rounded; local
230 truncated = ((shifted.i&0x7FFFFF) + (INT_64)0x800000) << 8;
232 truncated = (altShift > 60) ? 0 : truncated >> altShift;
233 rounded = static_cast<INT_32>((round + truncated) >> 8);
    [all...]
  /hardware/google/av/media/sfplugin/
ReflectedParamUpdater.cpp 394 AString truncated(tmp, 0, fieldExtent - 1);
395 ALOGD("String value too long to fit: original \"%s\" truncated to \"%s\"",
396 tmp.c_str(), truncated.c_str());
397 tmp = truncated;
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 105 _TC = 1 << 9 // truncated
683 truncated bool
694 f(&h.truncated, "truncated", "") &&
720 if dns.truncated {
791 dns.truncated = (dh.Bits & _TC) != 0
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 105 _TC = 1 << 9 // truncated
683 truncated bool
694 f(&h.truncated, "truncated", "") &&
720 if dns.truncated {
791 dns.truncated = (dh.Bits & _TC) != 0
  /external/one-true-awk/
README 75 the symptom of which can be truncated pipe output. Beware. The
  /prebuilts/go/darwin-x86/src/math/
floor.go 117 // - Add 0.499.. or 0.5 before truncating depending on whether the truncated
  /prebuilts/go/linux-x86/src/math/
floor.go 117 // - Add 0.499.. or 0.5 before truncating depending on whether the truncated
  /external/libchrome/dbus/
message.cc 172 std::string truncated; local
173 base::TruncateUTF8ToByteSize(value, kTruncateLength, &truncated);
174 base::StringAppendF(&truncated, "... (%" PRIuS " bytes in total)",
176 output += indent + "string \"" + truncated + "\"\n";
  /external/llvm/include/llvm/ProfileData/
SampleProf.h 36 truncated, member in class:llvm::sampleprof_error
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 46 return make_error<CoverageMapError>(coveragemap_error::truncated);
552 return make_error<CoverageMapError>(coveragemap_error::truncated);
560 return make_error<CoverageMapError>(coveragemap_error::truncated);
574 return make_error<CoverageMapError>(coveragemap_error::truncated);
  /external/python/cpython3/Lib/test/
test_gzip.py 483 truncated = gzip.compress(data)[:-8]
484 with gzip.GzipFile(fileobj=io.BytesIO(truncated)) as f:
486 with gzip.GzipFile(fileobj=io.BytesIO(truncated)) as f:
491 with gzip.GzipFile(fileobj=io.BytesIO(truncated[:i])) as f:
  /external/python/cpython3/Python/
_warnings.c 349 PyObject *truncated; local
363 truncated = PyUnicode_Substring(sourceline, i, len);
364 if (truncated == NULL)
368 Py_DECREF(truncated);
    [all...]
  /prebuilts/go/darwin-x86/src/compress/lzw/
reader_test.go 64 "tobe-truncated;LSB;8",
109 // Even if the input is truncated, we should still return the
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 191 // Note that FIPS 186-3 section 4.6 specifies that the hash should be truncated
260 // Note that FIPS 186-3 section 4.6 specifies that the hash should be truncated
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1_test.go 28 {"truncated", []byte{0x30, 3, 1, 2}, 0x30, false, nil},
183 // truncated
  /prebuilts/go/linux-x86/src/compress/lzw/
reader_test.go 64 "tobe-truncated;LSB;8",
109 // Even if the input is truncated, we should still return the
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 191 // Note that FIPS 186-3 section 4.6 specifies that the hash should be truncated
260 // Note that FIPS 186-3 section 4.6 specifies that the hash should be truncated
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1_test.go 28 {"truncated", []byte{0x30, 3, 1, 2}, 0x30, false, nil},
183 // truncated
  /system/core/logd/tests/
logd_test.cpp 182 bool truncated = *--cp != '\f'; local
183 if (!truncated) {
189 if (!truncated) {
199 EXPECT_EQ(0, truncated);
    [all...]
  /external/iputils/
ping6.c 1506 int truncated; local
    [all...]
  /external/protobuf/js/binary/
writer.js 439 * will be truncated.
453 * the range [-2^31,2^31) will be truncated.
468 * will be truncated.
495 * will be truncated.
509 * the range [0,2^32) will be truncated.
524 * will be truncated.
551 * will be truncated.
565 * will be truncated.
579 * will be truncated.
594 * will be truncated
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 326 err = SyntaxError{"truncated base 128 integer"}
525 err = SyntaxError{"truncated tag or length"}
543 err = SyntaxError{"truncated tag or length"}
607 err = SyntaxError{"truncated sequence"}
652 err = SyntaxError{"sequence truncated"}
665 err = SyntaxError{"data truncated"}
809 err = SyntaxError{"data truncated"}

Completed in 496 milliseconds

1 2 3 4 5 6 78 91011>>