OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckError
(Results
1 - 11
of
11
) sorted by null
/external/v8/test/mjsunit/es6/
block-non-strict-errors.js
8
function
CheckError
(source) {
26
CheckError
("let x = 1;");
27
CheckError
("{ let x = 1; }");
28
CheckError
("function f() { let x = 1; }");
29
CheckError
("for (let x = 1; x < 1; x++) {}");
30
CheckError
("for (let x of []) {}");
31
CheckError
("for (let x in []) {}");
32
CheckError
("class C {}");
33
CheckError
("class C extends Array {}");
34
CheckError
("(class {});")
[
all
...]
/external/autotest/client/deps/glbench/src/
egl_stuff.cc
21
CheckError
();
24
CheckError
();
27
CheckError
();
58
CheckError
();
61
CheckError
();
65
CheckError
();
68
CheckError
();
77
CheckError
();
115
void EGLInterface::
CheckError
() {
glx_stuff.cc
119
void GLXInterface::
CheckError
() {
waffle_stuff.cc
189
void WaffleInterface::
CheckError
() {
/prebuilts/go/darwin-x86/src/testing/quick/
quick.go
204
// A
CheckError
is the result of Check finding an error.
205
type
CheckError
struct {
210
func (s *
CheckError
) Error() string {
216
CheckError
228
// Check returns that input as a *
CheckError
.
271
err = &
CheckError
{i + 1, toInterfaces(arguments)}
318
err = &CheckEqualError{
CheckError
{i + 1, toInterfaces(arguments)}, xOut, yOut}
/prebuilts/go/linux-x86/src/testing/quick/
quick.go
204
// A
CheckError
is the result of Check finding an error.
205
type
CheckError
struct {
210
func (s *
CheckError
) Error() string {
216
CheckError
228
// Check returns that input as a *
CheckError
.
271
err = &
CheckError
{i + 1, toInterfaces(arguments)}
318
err = &CheckEqualError{
CheckError
{i + 1, toInterfaces(arguments)}, xOut, yOut}
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h
43
inline void
CheckError
(HRESULT hr) throw() {
470
_com_util::
CheckError
(::VariantCopy(this,const_cast<VARIANT*>(&varSrc)));
476
_com_util::
CheckError
(::VariantCopy(this,const_cast<VARIANT*>(pSrc)));
481
_com_util::
CheckError
(::VariantCopy(this,const_cast<VARIANT*>(static_cast<const VARIANT*>(&varSrc))));
486
_com_util::
CheckError
(::VariantCopy(this,&varSrc));
737
_com_util::
CheckError
(::VariantCopy(this,const_cast<VARIANT*>(&varSrc)));
742
else { _com_util::
CheckError
(::VariantCopy(this,const_cast<VARIANT*>(pSrc))); }
746
_com_util::
CheckError
(::VariantCopy(this,const_cast<VARIANT*>(static_cast<const VARIANT*>(&varSrc))));
1144
_com_util::
CheckError
(::VariantClear(this));
1176
_com_util::
CheckError
(::VariantChangeType(static_cast<VARIANT*>(this),const_cast<VARIANT*>(static_cast<const VARIANT*>(p (…)
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
dbapi.py
50
def
CheckError
(self):
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
dbapi.py
50
def
CheckError
(self):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py
50
def
CheckError
(self):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py
50
def
CheckError
(self):
Completed in 984 milliseconds