/third_party/jerryscript/tests/jerry/es2015/ |
D | for-of.js | 24 function checkError (obj) { function 59 checkError(5) 63 checkError (obj); 69 checkError (obj); 77 checkError(obj); 84 checkError(obj); 95 checkError(obj);
|
/third_party/node/test/js-native-api/test_error/ |
D | test.js | 18 assert.strictEqual(test_error.checkError(theError), true); 21 assert.strictEqual(test_error.checkError(theTypeError), true); 24 assert.strictEqual(test_error.checkError(theSyntaxError), true); 27 assert.strictEqual(test_error.checkError(theRangeError), true); 30 assert.strictEqual(test_error.checkError(theReferenceError), true); 33 assert.strictEqual(test_error.checkError(theURIError), true); 36 assert.strictEqual(test_error.checkError(theEvalError), true); 39 assert.strictEqual(test_error.checkError(myError), true); 42 assert.strictEqual(test_error.checkError({}), false); 45 assert.strictEqual(test_error.checkError('non-object'), false);
|
D | test_error.c | 4 static napi_value checkError(napi_env env, napi_callback_info info) { in checkError() function 141 DECLARE_NAPI_PROPERTY("checkError", checkError), in Init()
|
/third_party/python/Lib/test/ |
D | test_regrtest.py | 44 def checkError(self, args, msg): member in ParseArgsTestCase 60 self.checkError(['--timeout'], 'expected one argument') 61 self.checkError(['--timeout', 'foo'], 'invalid float value') 70 self.checkError(['--worker-args'], 'expected one argument') 77 self.checkError([opt], 'expected one argument') 133 self.checkError(['--randseed'], 'expected one argument') 134 self.checkError(['--randseed', 'foo'], 'invalid int value') 141 self.checkError([opt], 'expected one argument') 142 self.checkError([opt, 'foo', '-s'], "don't go together") 155 self.checkError([opt, '-f', 'foo'], "don't go together") [all …]
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/ |
D | const.jst | 10 {{# def.checkError:'const' }}
|
D | enum.jst | 28 {{# def.checkError:'enum' }}
|
D | items.jst | 43 {{# def.checkError:'additionalItems' }}
|
D | required.jst | 71 {{# def.checkError:'required' }}
|
D | errors.def | 73 {{## def.checkError:_rule:
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | angleutils.cpp | 35 void SaveFileHelper::checkError() in checkError() function in angle::SaveFileHelper
|
D | angleutils.h | 78 checkError(); 85 void checkError();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 954 void operator()(Error Err) const { checkError(std::move(Err)); } in operator() 959 checkError(E.takeError()); in operator() 966 checkError(E.takeError()); in operator() 971 void checkError(Error Err) const { in checkError() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Error.h | 1317 void operator()(Error Err) const { checkError(std::move(Err)); } in operator() 1322 checkError(E.takeError()); in operator() 1329 checkError(E.takeError()); in operator() 1334 void checkError(Error Err) const { in checkError() function
|
/third_party/node/lib/ |
D | os.js | 64 return hideStackFrames(function checkError(...args) { function
|
/third_party/skia/tools/gpu/gl/interface/ |
D | templates.go | 263 GrGLenum GrGLInterface::checkError(const char* location, const char* call) const {
|
/third_party/skia/include/gpu/gl/ |
D | GrGLInterface.h | 68 GrGLenum checkError(const char* location, const char* call) const;
|
/third_party/skia/src/gpu/gl/ |
D | GrGLUtil.h | 325 IFACE->checkError(GR_FILE_AND_LINE_STR, #X); \
|
D | GrGLInterfaceAutogen.cpp | 41 GrGLenum GrGLInterface::checkError(const char* location, const char* call) const { in checkError() function in GrGLInterface
|