Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:error_string
(Results
1 - 12
of
12
) sorted by relevance
/third_party/json/tests/src/
H
A
D
unit-disabled_exceptions.cpp
34
static std::string*
error_string
;
member in sax_no_exception
37
std::string* sax_no_exception::
error_string
= nullptr;
member in sax_no_exception
48
delete sax_no_exception::
error_string
; // NOLINT(cppcoreguidelines-owning-memory)
member in sax_no_exception
H
A
D
unit-regression2.cpp
176
static std::string*
error_string
;
member in sax_no_exception
179
std::string* sax_no_exception::
error_string
= nullptr;
member in sax_no_exception
778
delete sax_no_exception::
error_string
; // NOLINT(cppcoreguidelines-owning-memory)
member in sax_no_exception
/third_party/mesa3d/src/glx/apple/
H
A
D
apple_cgl.h
59
const char *(*
error_string
) (CGLError error);
member
/third_party/ffmpeg/libavcodec/
H
A
D
libsvtav1.c
114
svt_print_error(void *log_ctx, EbErrorType err, const char *
error_string
)
svt_print_error()
argument
H
A
D
qsv.c
160
ff_qsv_print_error(void *log_ctx, mfxStatus err, const char *
error_string
)
ff_qsv_print_error()
argument
H
A
D
nvenc.c
139
nvenc_print_error(AVCodecContext *avctx, NVENCSTATUS err, const char *
error_string
)
nvenc_print_error()
argument
/third_party/ffmpeg/libavfilter/
H
A
D
qsvvpp.c
132
ff_qsvvpp_print_error(void *log_ctx, mfxStatus err, const char *
error_string
)
ff_qsvvpp_print_error()
argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H
A
D
vktWsiSurfaceTests.cpp
1033
std::string
error_string
= std::string("Present mode mismatch with mode: ") + getPresentModeKHRName(modesNull[i]);
in querySurfacePresentModes2TestSurfaceless()
local
1195
std::string
error_string
= std::string("Present mode mismatch with mode: ") + getPresentModeKHRName(modesNull[i]);
in checkDeprecatedExtensionGoogleSurfacelessQuery()
local
1222
std::string
error_string
= std::string("Present mode mismatch with mode: ") + getPresentModeKHRName(modesNull[i]);
in checkExtensionGoogleSurfacelessQuery()
local
/third_party/node/src/crypto/
H
A
D
crypto_util.h
192
const char*
error_string
= nullptr;
in Insert()
local
/third_party/python/Modules/
H
A
D
pyexpat.c
1733
const char *
error_string
= XML_ErrorString(error_code);
in add_error()
local
/third_party/protobuf/python/google/protobuf/pyext/
H
A
D
message.cc
2151
PyObject*
error_string
= PyString_FromStringAndSize(
in FindInitializationErrors()
local
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H
A
D
mod.rs
1964
pub fn
error_string
(&self) -> &'static str {
in error_string()
functions
Completed in 23 milliseconds