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:check_status
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_device.h
147
VkResult (*
check_status
)(struct vk_device *device);
member
337
if (!device->
check_status
)
in vk_device_check_status()
340
VkResult result = device->
check_status
(device);
in vk_device_check_status()
/third_party/ltp/testcases/kernel/mem/vma/
H
A
D
vma01.c
64
static void
check_status
(int status);
137
check_status
(WEXITSTATUS(status));
in check_vma()
183
static void
check_status
(int status)
in check_status()
function
/third_party/backends/backend/pixma/
H
A
D
pixma_mp750.c
125
static void
check_status
(pixma_t * s);
193
/*SIM*/
check_status
(s);
in activate_cs()
269
/*SIM*/
check_status
(s);
in calibrate_cs()
395
check_status
(pixma_t * s)
in check_status()
function
709
check_status
(s);
in mp750_fill_buffer()
791
check_status
(s);
in mp750_fill_buffer()
/third_party/python/Lib/wsgiref/
H
A
D
validate.py
170
check_status
(status)
375
def
check_status
(status):
function
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.c
1838
device->vk.
check_status
= tu_device_check_status;
in tu_CreateDevice()
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_device.c
2069
device->vk.
check_status
= dzn_device_check_status;
in dzn_device_create()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
3171
device->vk.
check_status
= anv_device_check_status;
in anv_CreateDevice()
Completed in 17 milliseconds