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

<<1112131415

  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
parser_unittest.py 57 """Tests a "truncated" .mojom source."""
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
reader_test.go 850 // TestReadTruncation test the ending condition on various truncated files and
851 // that truncated files are still detected even if the underlying io.Reader
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 600 // Give up and use a truncated trace if 64 MB is not enough.
710 // The runtime should never produce an invalid or truncated profile.
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 850 // TestReadTruncation test the ending condition on various truncated files and
851 // that truncated files are still detected even if the underlying io.Reader
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 600 // Give up and use a truncated trace if 64 MB is not enough.
710 // The runtime should never produce an invalid or truncated profile.
  /prebuilts/go/darwin-x86/src/math/big/
float.go 436 // Make rounding decision: The result mantissa is truncated ("rounded down")
744 return u, Below // x truncated
792 return i, acc // x truncated
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float.go 436 // Make rounding decision: The result mantissa is truncated ("rounded down")
744 return u, Below // x truncated
792 return i, acc // x truncated
    [all...]
  /external/fio/
client.c 1048 pdu->truncated = le16_to_cpu(pdu->truncated);
    [all...]
server.c     [all...]
  /external/libunwind/doc/
unw_create_addr_space.tex 222 truncated to \Var{buf\_len}\Prog{-1} bytes, with the last byte in the
  /external/v8/src/
code-stubs.cc 1162 Node* truncated = assembler->Int32Mul(untagged_result, untagged_divisor); local
    [all...]
  /frameworks/native/libs/hwc2on1adapter/
HWC2On1Adapter.cpp 1393 int32_t truncated = static_cast<int32_t>(f * 10); local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 1492 int32_t truncated = static_cast<int32_t>(f * 10); local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac_test.go 209 // (truncated tag tests are left out)
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 174 if in.truncated { // see RFC 5966
  /prebuilts/go/darwin-x86/src/runtime/
mprof.go 648 // truncated profile than to crash the entire process.
  /prebuilts/go/darwin-x86/src/strconv/
extfloat.go 267 // the decimal number was truncated.
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 532 b.output = append(b.output[:j], "\n\t... [output truncated]\n"...)
  /prebuilts/go/linux-x86/src/crypto/hmac/
hmac_test.go 209 // (truncated tag tests are left out)
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 174 if in.truncated { // see RFC 5966
  /prebuilts/go/linux-x86/src/runtime/
mprof.go 648 // truncated profile than to crash the entire process.
  /prebuilts/go/linux-x86/src/strconv/
extfloat.go 267 // the decimal number was truncated.
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 532 b.output = append(b.output[:j], "\n\t... [output truncated]\n"...)
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 3180 double truncated = 0.0; local
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 3209 double truncated = 0.0; local
    [all...]

Completed in 3154 milliseconds

<<1112131415