Searched refs:errorString (Results 1 – 21 of 21) sorted by relevance
/prebuilts/go/linux-x86/src/fmt/ |
D | scan.go | 243 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/ |
D | bits_errors_bootstrap.go | 12 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/ |
D | cgocall.go | 608 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))
|
D | unsafe.go | 45 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"))
|
D | alg.go | 166 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()))
|
D | pinner.go | 109 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()?"))
|
D | panic.go | 228 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 …
|
D | slice.go | 29 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"))
|
D | error.go | 76 type errorString string type 78 func (e errorString) RuntimeError() {} 80 func (e errorString) Error() string {
|
D | os_plan9.go | 117 panic(errorString(note))
|
D | string.go | 315 panic(errorString("gobytes: length out of range"))
|
D | trace.go | 156 return errorString("tracing is already enabled")
|
D | signal_unix.go | 946 panic(errorString(sigtable[gp.sig].name))
|
/prebuilts/go/linux-x86/src/errors/ |
D | errors.go | 62 return &errorString{text} 66 type errorString struct { struct 70 func (e *errorString) Error() string { argument
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/rangefunc/ |
D | rangefunc_test.go | 237 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/ |
D | activdbg100.h | 943 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/ |
D | CXDiagnostic.h | 136 const char *file, enum CXLoadDiag_Error *error, CXString *errorString);
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/ |
D | CXDiagnostic.h | 136 const char *file, enum CXLoadDiag_Error *error, CXString *errorString);
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/ |
D | CXDiagnostic.h | 136 const char *file, enum CXLoadDiag_Error *error, CXString *errorString);
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/ |
D | CXDiagnostic.h | 136 const char *file, enum CXLoadDiag_Error *error, CXString *errorString);
|
/prebuilts/module_sdk/art/1/hiddenapi/ |
D | stub-flags.csv | 70884 Lsun/nio/fs/UnixException;->errorString()Ljava/lang/String;
|