Home
last modified time | relevance | path

Searched refs:errorString (Results 1 – 21 of 21) sorted by relevance

/prebuilts/go/linux-x86/src/fmt/
Dscan.go243 func (s *ss) errorString(err string) { func
433 s.errorString("unexpected newline")
526 s.errorString("bad verb '%" + string(verb) + "' for " + typ)
592 s.errorString("expected integer")
607 s.errorString("overflow on character value " + string(r))
648 s.errorString("bad unicode format ")
664 s.errorString("integer overflow on token " + tok)
681 s.errorString("bad unicode format ")
694 s.errorString("unsigned integer overflow on token " + tok)
877 s.errorString("expected quoted string")
[all …]
/prebuilts/go/linux-x86/src/math/bits/
Dbits_errors_bootstrap.go12 type errorString string type
14 func (e errorString) RuntimeError() {}
16 func (e errorString) Error() string {
20 var overflowError = error(errorString("integer overflow"))
22 var divideError = error(errorString("integer divide by zero"))
/prebuilts/go/linux-x86/src/runtime/
Dcgocall.go608 panic(errorString(msg))
616 panic(errorString(msg))
626 panic(errorString(msg))
633 panic(errorString(msg))
644 panic(errorString(msg))
659 panic(errorString(msg))
688 panic(errorString(msg))
714 panic(errorString(msg))
724 panic(errorString(msg))
Dunsafe.go45 panic(errorString("unsafe.String: len out of range"))
49 panic(errorString("unsafe.String: ptr is nil and len is not zero"))
101 panic(errorString("unsafe.Slice: len out of range"))
113 panic(errorString("unsafe.Slice: ptr is nil and len is not zero"))
Dalg.go166 panic(errorString("hash of unhashable type " + toRType(t).string()))
193 panic(errorString("hash of unhashable type " + toRType(t).string()))
270 panic(errorString("hash of unhashable type " + toRType(t).string()))
309 return errorString("hash of unhashable type " + toRType(t).string())
338 return errorString("hash of unhashable type " + toRType(t).string())
396 panic(errorString("comparing uncomparable type " + toRType(t).string()))
413 panic(errorString("comparing uncomparable type " + toRType(t).string()))
Dpinner.go109 panic(errorString("runtime.Pinner: argument is nil"))
112 panic(errorString("runtime.Pinner: argument is not a pointer: " + toRType(etyp).string()))
116 panic(errorString("runtime.Pinner: object was allocated into an arena"))
153 panic(errorString("tried to unpin non-Go pointer"))
382 panic(errorString("runtime.Pinner: found leaking pinned pointer; forgot to call Unpin()?"))
Dpanic.go228 var shiftError = error(errorString("negative shift amount"))
236 var divideError = error(errorString("integer divide by zero"))
244 var overflowError = error(errorString("integer overflow"))
251 var floatError = error(errorString("floating point error"))
258 var memoryError = error(errorString("invalid memory address or nil pointer dereference"))
300 var rangeDoneError = error(errorString("range function continued iteration after function for loop …
301 var rangePanicError = error(errorString("range function continued iteration after loop body panic"))
302 var rangeExhaustedError = error(errorString("range function continued iteration after whole loop ex…
303 var rangeMissingPanicError = error(errorString("range function recovered a loop body panic and did …
Dslice.go29 panic(errorString("makeslice: len out of range"))
33 panic(errorString("makeslice: cap out of range"))
191 panic(errorString("growslice: len out of range"))
259 panic(errorString("growslice: len out of range"))
Derror.go76 type errorString string type
78 func (e errorString) RuntimeError() {}
80 func (e errorString) Error() string {
Dos_plan9.go117 panic(errorString(note))
Dstring.go315 panic(errorString("gobytes: length out of range"))
Dtrace.go156 return errorString("tracing is already enabled")
Dsignal_unix.go946 panic(errorString(sigtable[gp.sig].name))
/prebuilts/go/linux-x86/src/errors/
Derrors.go62 return &errorString{text}
66 type errorString struct { struct
70 func (e *errorString) Error() string { argument
/prebuilts/go/linux-x86/src/cmd/compile/internal/rangefunc/
Drangefunc_test.go237 if p, ok := r.(errorString); ok {
259 type errorString string type
261 func (e errorString) Error() string {
281 errorString(CERR_DONE),
282 errorString(CERR_PFX + "loop iterator, unexpected error"),
283 errorString(CERR_PANIC),
284 errorString(CERR_EXHAUSTED),
285 errorString(CERR_MISSING),
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dactivdbg100.h943 BSTR *errorString) = 0;
989 BSTR *errorString);
1016 …ErrorDebug_GetRestrictedErrorString(This,errorString) (This)->lpVtbl->GetRestrictedErrorString(Thi…
1041 …iptWinRTErrorDebug_GetRestrictedErrorString(IActiveScriptWinRTErrorDebug* This,BSTR *errorString) {
1042 return This->lpVtbl->GetRestrictedErrorString(This,errorString);
1057 BSTR *errorString);
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang-c/
DCXDiagnostic.h136 const char *file, enum CXLoadDiag_Error *error, CXString *errorString);
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DCXDiagnostic.h136 const char *file, enum CXLoadDiag_Error *error, CXString *errorString);
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DCXDiagnostic.h136 const char *file, enum CXLoadDiag_Error *error, CXString *errorString);
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DCXDiagnostic.h136 const char *file, enum CXLoadDiag_Error *error, CXString *errorString);
/prebuilts/module_sdk/art/1/hiddenapi/
Dstub-flags.csv70884 Lsun/nio/fs/UnixException;->errorString()Ljava/lang/String;