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
refs:first_error
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/glx/
H
A
D
glx_error.c
54
error.errorCode = glx_dpy->codes.
first_error
+ errorCode;
in __glXSendError()
H
A
D
dri2.c
214
*errorBase = info->codes->
first_error
;
in DRI2QueryExtension()
H
A
D
dri_common.c
436
int code = codes->
first_error
+ GLXBadDrawable;
in discardGLXBadDrawableHandler()
/third_party/mbedtls/library/
H
A
D
x509_crt.c
1397
int success = 0,
first_error
= 0, total_failed = 0;
in mbedtls_x509_crt_parse()
local
1458
if (
first_error
== 0) {
in mbedtls_x509_crt_parse()
1459
first_error
= ret;
in mbedtls_x509_crt_parse()
1480
if (
first_error
== 0) {
in mbedtls_x509_crt_parse()
1481
first_error
= ret;
in mbedtls_x509_crt_parse()
1494
} else if (
first_error
) {
in mbedtls_x509_crt_parse()
1495
return
first_error
;
in mbedtls_x509_crt_parse()
/third_party/mesa3d/src/glx/windows/
H
A
D
xwindowsdri.c
94
*error_basep = info->codes->
first_error
;
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
glx_api.c
676
int
first_error
;
in generate_error()
local
685
if (!XQueryExtension(dpy, GLX_EXTENSION_NAME, &major_opcode, &first_event, &
first_error
)) {
in generate_error()
688
first_error
= 0;
in generate_error()
692
error_code +=
first_error
;
in generate_error()
/third_party/mesa3d/src/glx/apple/
H
A
D
appledri.c
138
*error_basep = info->codes->
first_error
;
/third_party/libdrm/tests/ttmtest/src/
H
A
D
xf86dri.c
104
*error_basep = info->codes->
first_error
;
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
H
A
D
NVCtrl.c
114
if (error_basep) *error_basep = info->codes->
first_error
;
in XNVCTRLQueryExtension()
Completed in 13 milliseconds