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:B_ERROR
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/hgl/
H
A
D
GLRenderer.cpp
68
return
B_ERROR
;
in CopyPixelsOut()
75
return
B_ERROR
;
in CopyPixelsIn()
97
status_t BGLRenderer::_Reserved_Renderer_0(int32 n, void* p) { return
B_ERROR
; }
in _Reserved_Renderer_0()
98
status_t BGLRenderer::_Reserved_Renderer_1(int32 n, void* p) { return
B_ERROR
; }
in _Reserved_Renderer_1()
99
status_t BGLRenderer::_Reserved_Renderer_2(int32 n, void* p) { return
B_ERROR
; }
in _Reserved_Renderer_2()
100
status_t BGLRenderer::_Reserved_Renderer_3(int32 n, void* p) { return
B_ERROR
; }
in _Reserved_Renderer_3()
101
status_t BGLRenderer::_Reserved_Renderer_4(int32 n, void* p) { return
B_ERROR
; }
in _Reserved_Renderer_4()
H
A
D
GLView.cpp
80
if (lockerThread !=
B_ERROR
&& lockerThread != callerThread) {
in UnlockGL()
130
return
B_ERROR
;
in CopyPixelsOut()
143
return
B_ERROR
;
in CopyPixelsIn()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H
A
D
GalliumContext.cpp
94
return
B_ERROR
;
in CreateDisplay()
102
return
B_ERROR
;
in CreateDisplay()
115
return
B_ERROR
;
in CreateDisplay()
289
return
B_ERROR
;
in SetCurrentContext()
300
return
B_ERROR
;
in SetCurrentContext()
337
return
B_ERROR
;
in SwapBuffers()
H
A
D
SoftwareRenderer.cpp
269
return
B_ERROR
;
in CopyPixelsOut()
279
return
B_ERROR
;
in CopyPixelsIn()
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
native.rs
621
pub const
B_ERROR
: status_t = -1;
consts
Completed in 5 milliseconds