/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL.cpp | 111 val->setError(EGL_BAD_ACCESS, "Attempt to initialize readonly parameter"); in ValidateStreamAttribute() 117 val->setError(EGL_BAD_PARAMETER, "Latency must be positive"); in ValidateStreamAttribute() 124 val->setError(EGL_BAD_ATTRIBUTE, "Consumer GL extension not enabled"); in ValidateStreamAttribute() 130 val->setError(EGL_BAD_PARAMETER, "Timeout must be positive"); in ValidateStreamAttribute() 135 val->setError(EGL_BAD_ATTRIBUTE, "Invalid stream attribute"); in ValidateStreamAttribute() 155 val->setError(EGL_BAD_PARAMETER, "texture must be complete if level is non-zero."); in ValidateCreateImageMipLevelCommon() 162 val->setError(EGL_BAD_PARAMETER, in ValidateCreateImageMipLevelCommon() 215 val->setError(EGL_BAD_ATTRIBUTE, "EGL_ANGLE_surface_orientation is not enabled."); in ValidateConfigAttribute() 223 val->setError(EGL_BAD_ATTRIBUTE, "EGL_EXT_pixel_format_float is not enabled."); in ValidateConfigAttribute() 231 val->setError(EGL_BAD_ATTRIBUT in ValidateConfigAttribute() 2018 void ValidationContext::setError(EGLint error) const setError() function in egl::ValidationContext 2023 void ValidationContext::setError(EGLint error, const char *message...) const setError() function in egl::ValidationContext [all...] |
H A D | validationEGL.h | 46 void setError(EGLint error) const; 48 void setError(EGLint error, const char *message...) const; 171 return THREAD->setError(ANGLE_LOCAL_VAR, FUNCNAME, LABELOBJECT); \ 180 THREAD->setError(ANGLE_LOCAL_VAR, FUNCNAME, LABELOBJECT); \
|
H A D | Thread.h | 48 void setError(EGLint error, 54 void setError(const Error &error, const char *command, const LabeledObject *object);
|
H A D | Thread.cpp | 68 void Thread::setError(EGLint error, in setError() function in egl::Thread 82 void Thread::setError(const Error &error, const char *command, const LabeledObject *object) in setError() function in egl::Thread
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 143 setError(CurrentNode, "not a mapping"); in keys() 168 setError(CurrentNode, "not a mapping"); in preflightKey() 175 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey() 198 setError(NN.second.get(), Twine("unknown key '") + NN.first() + "'"); in endMapping() 219 setError(CurrentNode, "not a sequence"); in beginSequence() 286 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar() 295 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar() 313 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch() 318 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch() 330 setError(S in endBitSetScalar() 351 void Input::setError(HNode *hnode, const Twine &message) { setError() function in Input 366 void Input::setError(Node *node, const Twine &message) { setError() function in Input 425 void Input::setError(const Twine &Message) { setError() function in Input 733 void Output::setError(const Twine &message) { setError() function in Output [all...] |
H A D | LockFileManager.cpp | 162 setError(EC, S); in LockFileManager() 181 setError(EC, S); in LockFileManager() 189 setError(EC, "failed to get host id"); in LockFileManager() 207 setError(Out.error(), S); in LockFileManager() 230 setError(EC, OSS.str()); in LockFileManager() 253 setError(EC, S); in LockFileManager()
|
H A D | YAMLParser.cpp | 270 void setError(const Twine &Message, StringRef::iterator Position) { in setError() function in llvm::yaml::Scanner 285 void setError(const Twine &Message) { in setError() function in llvm::yaml::Scanner 286 setError(Message, Current); in setError() 937 setError("Cannot consume non-ascii characters"); in consume() 943 setError("Cannot consume non-ascii characters"); in consume() 996 setError( "Could not find expected : for simple key" in removeStaleSimpleKeyCandidates() 1318 setError("Expected quote at end of scalar", Current); in scanFlowScalar() 1348 setError("Found unexpected ':' while scanning a plain scalar", Current); in scanPlainScalar() 1376 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar() 1397 setError("Go in scanPlainScalar() 1878 void Node::setError(const Twine &Msg, Token &Tok) const { setError() function in Node 2312 void Document::setError(const Twine &Message, Token &Location) const { setError() function in Document [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTestCase.cpp | 179 void setError (const std::string& err) const; 217 void PropValidator::setError (const std::string& err) const in setError() function in deqp::gles31::Functional::__anon30857::PropValidator 256 setError("resource not basic type"); in validate() 387 setError("resource type invalid"); in validateSingleVariable() 421 setError("resource type invalid"); in validateBuiltinVariable() 466 setError("resource array size invalid"); in validateSingleVariable() 500 setError("resource array size invalid"); in validateBuiltinVariable() 545 setError("resource array stride invalid"); in validateSingleVariable() 558 setError("resource array stride invalid"); in validateSingleVariable() 590 setError("resourc in validateSingleVariable() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | fmtable.cpp | 94 static void setError(UErrorCode& ec, UErrorCode err) { in setError() function 630 setError(status, U_INVALID_FORMAT_ERROR); in getString() 634 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 647 setError(status, U_INVALID_FORMAT_ERROR); in getString() 651 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 662 setError(status, U_INVALID_FORMAT_ERROR); in getString() 666 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 677 setError(status, U_INVALID_FORMAT_ERROR); in getArray() 1006 setError(*status, U_INDEX_OUTOFBOUNDS_ERROR); in ufmt_getArrayItemByIndex()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | fmtable.cpp | 94 static void setError(UErrorCode& ec, UErrorCode err) { in setError() function 630 setError(status, U_INVALID_FORMAT_ERROR); in getString() 634 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 647 setError(status, U_INVALID_FORMAT_ERROR); in getString() 651 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 662 setError(status, U_INVALID_FORMAT_ERROR); in getString() 666 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 677 setError(status, U_INVALID_FORMAT_ERROR); in getArray() 1006 setError(*status, U_INDEX_OUTOFBOUNDS_ERROR); in ufmt_getArrayItemByIndex()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | fmtable.cpp | 94 static void setError(UErrorCode& ec, UErrorCode err) { in setError() function 630 setError(status, U_INVALID_FORMAT_ERROR); in getString() 634 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 647 setError(status, U_INVALID_FORMAT_ERROR); in getString() 651 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 662 setError(status, U_INVALID_FORMAT_ERROR); in getString() 666 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 677 setError(status, U_INVALID_FORMAT_ERROR); in getArray() 1006 setError(*status, U_INDEX_OUTOFBOUNDS_ERROR); in ufmt_getArrayItemByIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ObjectYAML.cpp | 57 IO.setError("YAML Object File missing document type tag!"); in mapping() 59 IO.setError("YAML Object File unsupported document type tag '" + in mapping()
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/ |
H A D | CountryDropdown.java | 158 input.setError(getResources().getString(R.string.main_activity_country_dropdown_error)); in enableInputError() 163 input.setError(null); in disableInputError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLowering.h | 202 Func->setError("Target doesn't specify Om1 lowering steps."); in translateOm1() 205 Func->setError("Target doesn't specify O0 lowering steps."); in translateO0() 208 Func->setError("Target doesn't specify O1 lowering steps."); in translateO1() 211 Func->setError("Target doesn't specify O2 lowering steps."); in translateO2()
|
H A D | IceCfg.h | 78 /// missing, instead of an assertion failure, setError() should be called and 81 void setError(const std::string &Message);
|
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/render/ |
H A D | ErrorRenderer.java | 46 .setError(error) in genHtml()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_ext_stubs.cpp | 76 thread->setError(EGL_BAD_DISPLAY, "eglCreatePlatformPixmapSurfaceEXT", in CreatePlatformPixmapSurfaceEXT() 89 thread->setError(EGL_BAD_DISPLAY, "eglCreatePlatformWindowSurfaceEXT", in CreatePlatformWindowSurfaceEXT() 247 thread->setError(error, "eglPostSubBufferNV", GetSurfaceIfValid(display, eglSurface)); in PostSubBufferNV() 383 thread->setError(EglBadDevice(), "eglQueryDeviceStringEXT", GetDeviceIfValid(dev)); in QueryDeviceStringEXT() 465 thread->setError(error, "eglQuerySurfacePointerANGLE", in QuerySurfacePointerANGLE()
|
H A D | egl_stubs.cpp | 153 thread->setError(error, "eglCreateImage", GetDisplayIfValid(display)); in CreateImage() 377 thread->setError(EglBadParameter(), "eglGetCurrentSurface", nullptr); in GetCurrentSurface()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | LockFileManager.h | 92 void setError(const std::error_code &EC, StringRef ErrorMsg = "") { in setError() function in llvm::LockFileManager
|
H A D | YAMLParser.h | 167 void setError(const Twine &Message, Token &Location) const; 562 void setError(const Twine &Message, Token &Location) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndexYAML.h | 74 io.setError("key not an integer"); in inputOne() 119 io.setError("key not an integer"); in inputOne() 210 io.setError("key not an integer"); in inputOne()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLTraits.h | 550 virtual void setError(const Twine &) = 0; 757 io.setError(llvm::Twine(Result)); in yamlize() 777 YamlIO.setError(llvm::Twine(Result)); in yamlize() 799 io.setError(Err); in yamlize() 1096 void setError(const Twine &message) override; 1179 void setError(HNode *hnode, const Twine &message); 1180 void setError(Node *node, const Twine &message); 1237 void setError(const Twine &message) override;
|
H A D | YAMLParser.h | 142 void setError(const Twine &Message, Token &Location) const; 548 void setError(const Twine &Message, Token &Location) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/ |
H A D | TBEHandler.cpp | 133 IO.setError("Not a .tbe YAML file."); in mapping()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 67 setError(ERR); \ 518 setError(GL_INVALID_ENUM); in activeTexture() 945 setError(GL_INVALID_ENUM); in pixelStorei() 2669 setError(GL_INVALID_ENUM); 2678 setError(GL_INVALID_ENUM); 2691 setError(GL_INVALID_ENUM); 2700 setError(GL_INVALID_ENUM); 2704 setError(GL_INVALID_ENUM); 2725 setError(GL_INVALID_ENUM); 2734 setError(GL_INVALID_ENU [all...] |