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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85.go 230 // The short encoding truncated the output value.
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 276 b.output = append(b.output[:j], "\n\t... [output truncated]\n"...)
  /prebuilts/go/darwin-x86/src/math/big/
decimal.go 47 // precision argument and keeping track of when a number was truncated early
  /prebuilts/go/darwin-x86/src/runtime/
runtime_test.go 104 // Note that these are truncated on 32-bit systems, so the bottom 32 bits
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 340 // if we truncated, a little higher than what's recorded - always round up
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 136 // maximum dynamic header table size is truncated to v.
  /prebuilts/go/darwin-x86/test/
index.go 167 fmt.Fprintf(b, "\tuse(%s) // ERROR \"index|overflow|truncated|must be integer\"\n", expr)
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 25 // stored in Header will be the truncated version.
  /prebuilts/go/linux-x86/src/compress/flate/
flate_test.go 271 t.Errorf("io.Copy(%d) on truncated stream: got %v, want %v", i, err, io.ErrUnexpectedEOF)
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 148 // private key's curve order, the hash will be truncated to that length. It
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85.go 230 // The short encoding truncated the output value.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 276 b.output = append(b.output[:j], "\n\t... [output truncated]\n"...)
  /prebuilts/go/linux-x86/src/math/big/
decimal.go 47 // precision argument and keeping track of when a number was truncated early
  /prebuilts/go/linux-x86/src/runtime/
runtime_test.go 104 // Note that these are truncated on 32-bit systems, so the bottom 32 bits
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 340 // if we truncated, a little higher than what's recorded - always round up
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 136 // maximum dynamic header table size is truncated to v.
  /prebuilts/go/linux-x86/test/
index.go 167 fmt.Fprintf(b, "\tuse(%s) // ERROR \"index|overflow|truncated|must be integer\"\n", expr)
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 599 const int truncated = int(v-q); local
600 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up
601 (q == 0.5f && (truncated % 2 != 0)) ? (truncated + 1) : // Round to nearest even at 0.5
602 truncated; // Rounded down
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 677 const int truncated = int(v-q); local
678 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up
679 (q == 0.5f && (truncated % 2 != 0)) ? (truncated + 1) : // Round to nearest even at 0.5
680 truncated; // Rounded down
    [all...]
  /system/core/logcat/
logcat.cpp 1594 bool truncated = *--cp != '\\f'; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 1650 PyObject *truncated = PyEval_CallObject(trunc_func, NULL); local
1736 PyObject *truncated = PyEval_CallObject(trunc_func, NULL); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c 1650 PyObject *truncated = PyEval_CallObject(trunc_func, NULL); local
1736 PyObject *truncated = PyEval_CallObject(trunc_func, NULL); local
    [all...]
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 38 truncated, member in class:llvm::coverage::coveragemap_error
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 288 truncated, member in class:llvm::instrprof_error
    [all...]
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 551 case coveragemap_error::truncated:
552 return "Truncated coverage data";

Completed in 1516 milliseconds

1 2 3 4 5 6 7 891011>>