Home
last modified time | relevance | path

Searched refs:CheckError (Results 1 – 9 of 9) sorted by relevance

/external/v8/test/mjsunit/es6/
Dblock-non-strict-errors.js8 function CheckError(source) { class
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/
Degl_stuff.cc21 CheckError(); in Init()
24 CheckError(); in Init()
27 CheckError(); in Init()
58 CheckError(); in GetXVisual()
61 CheckError(); in GetXVisual()
65 CheckError(); in GetXVisual()
68 CheckError(); in GetXVisual()
77 CheckError(); in GetXVisual()
115 void EGLInterface::CheckError() { in CheckError() function in EGLInterface
Dglx_stuff.h25 virtual void CheckError();
Dglinterface.h55 virtual void CheckError() = 0;
Degl_stuff.h28 virtual void CheckError();
Dwaffle_stuff.h27 virtual void CheckError();
Dglx_stuff.cc119 void GLXInterface::CheckError() { in CheckError() function in GLXInterface
Dwaffle_stuff.cc189 void WaffleInterface::CheckError() { in CheckError() function in WaffleInterface
/external/llvm/tools/lli/Unix/
DRPCChannel.inc89 static bool CheckError(int rc, size_t Size, const char *Desc) {
110 return CheckError(rc, Size, "WriteBytes");
115 return CheckError(rc, Size, "ReadBytes");