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

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 46 truncated, member in class:llvm::sampleprof_error
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 46 truncated, member in class:llvm::sampleprof_error
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 1772 const char *truncated = "... truncated"; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 1751 const char *truncated = "... truncated"; local
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 1772 const char *truncated = "... truncated"; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/
aws-java-sdk-kms-1.11.18.jar 
  /frameworks/native/cmds/installd/
dexopt.cpp 104 bool truncated = ftruncate(ufd.get(), 0) == 0; local
105 if (!truncated) {
111 return truncated;
891 bool truncated = ftruncate(out_fd.get(), 0) == 0; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 121 // according to type; return truncated value.
427 yyerror("constant %v%vi truncated to real", fconv(&u.Real, FmtSharp), fconv(&u.Imag, FmtSharp|FmtSign))
447 msg := "constant %v truncated to integer"
459 yyerror("constant %v%vi truncated to integer", fconv(&u.Real, FmtSharp), fconv(&u.Imag, FmtSharp|FmtSign))
462 yyerror("constant %v%vi truncated to real", fconv(&u.Real, FmtSharp), fconv(&u.Imag, FmtSharp|FmtSign))
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 121 // according to type; return truncated value.
427 yyerror("constant %v%vi truncated to real", fconv(&u.Real, FmtSharp), fconv(&u.Imag, FmtSharp|FmtSign))
447 msg := "constant %v truncated to integer"
459 yyerror("constant %v%vi truncated to integer", fconv(&u.Real, FmtSharp), fconv(&u.Imag, FmtSharp|FmtSign))
462 yyerror("constant %v%vi truncated to real", fconv(&u.Real, FmtSharp), fconv(&u.Imag, FmtSharp|FmtSign))
  /prebuilts/go/darwin-x86/src/math/big/
int.go 198 // Quo implements truncated division (like Go); see QuoRem for more details.
207 // Rem implements truncated modulus (like Go); see QuoRem for more details.
220 // q = x/y with the result truncated to zero
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 87 // saveBuf if it was truncated in the middle of a header
284 return DecodingError{errors.New("truncated headers")}
329 // buffer is truncated and we need to read more data before we can
  /prebuilts/go/linux-x86/src/math/big/
int.go 198 // Quo implements truncated division (like Go); see QuoRem for more details.
207 // Rem implements truncated modulus (like Go); see QuoRem for more details.
220 // q = x/y with the result truncated to zero
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 87 // saveBuf if it was truncated in the middle of a header
284 return DecodingError{errors.New("truncated headers")}
329 // buffer is truncated and we need to read more data before we can
  /prebuilts/go/darwin-x86/src/syscall/
syscall_darwin.go 148 return attrs, errorspkg.New("truncated attribute header")
153 return attrs, errorspkg.New("truncated results; attrBuf too small")
  /prebuilts/go/linux-x86/src/syscall/
syscall_darwin.go 148 return attrs, errorspkg.New("truncated attribute header")
153 return attrs, errorspkg.New("truncated results; attrBuf too small")
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/
kotlin-stdlib-1.0.6.jar 
  /external/llvm/lib/ProfileData/
InstrProf.cpp 54 case instrprof_error::truncated:
55 return "Truncated profile data";
621 return make_error<InstrProfError>(instrprof_error::truncated);
  /external/python/cpython2/Lib/test/
test_gdb.py 605 'Verify that very long output is truncated'
628 "224, 225, 226...(truncated)")
630 1024 + len('...(truncated)'))
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 475 boolean truncated = (text.length() == 70);
477 if (truncated) out.append(" ...");
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 25 // stored in Header will be the truncated version.
  /prebuilts/go/darwin-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/darwin-x86/src/crypto/ecdsa/
ecdsa.go 148 // private key's curve order, the hash will be truncated to that length. It

Completed in 1610 milliseconds

1 2 3 4 5 6 78 91011>>