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:dev_count
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vulkan-loader/tests/
H
A
D
loader_layer_tests.cpp
4535
uint32_t
dev_count
= 0;
in TEST()
local
4536
ASSERT_EQ(VK_SUCCESS, inst->vkEnumeratePhysicalDevices(inst, &
dev_count
, nullptr));
in TEST()
4537
ASSERT_GT(
dev_count
, icd_devices);
in TEST()
4544
auto physical_devices = std::vector<VkPhysicalDevice>(
dev_count
);
in TEST()
4545
returned_phys_dev_count =
dev_count
;
in TEST()
4547
ASSERT_EQ(
dev_count
, returned_phys_dev_count);
in TEST()
4549
uint32_t diff_count =
dev_count
- icd_devices;
in TEST()
4552
for (uint32_t dev = 0; dev <
dev_count
; ++dev) {
in TEST()
4612
uint32_t
dev_count
= 0;
in TEST()
local
4613
ASSERT_EQ(VK_SUCCESS, inst->vkEnumeratePhysicalDevices(inst, &
dev_count
, nullpt
in TEST()
4662
uint32_t
dev_count
= 0;
TEST()
local
4712
uint32_t
dev_count
= 0;
TEST()
local
[all...]
/third_party/backends/backend/
H
A
D
xerox_mfp.c
1094
int
dev_count
;
in sane_get_devices()
local
1112
for (
dev_count
= 0, dev = devices_head; dev; dev = dev->next)
in sane_get_devices()
1113
dev_count
++;
in sane_get_devices()
1115
devlist = malloc((
dev_count
+ 1) * sizeof(*devlist));
in sane_get_devices()
Completed in 10 milliseconds