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:g_dev
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/stress/
H
A
D
hwpoison.sh
187
dev_major=0x`/usr/bin/stat --format=%t $
g_dev
` > /dev/null 2>&1
189
dev_minor=0x`/usr/bin/stat --format=%T $
g_dev
` > /dev/null 2>&1
212
echo -n "test will format $
g_dev
to $g_fstype, continue [y/n]? "
214
[ $in = 'y' -o $in = "yes" -o $in = 'Y' ] || err "$mkfs on $
g_dev
is cancelled"
216
begin "-- $mkfs $
g_dev
"
222
[ $g_fstype = ocfs2 ] && echo -n "test will format $
g_dev
to $g_fstype, continue [y/n]? "
223
silent_exec $mkfs $mkfs_opts $
g_dev
|| err "cannot $mkfs $mkfs_opts on $
g_dev
"
224
end "-- $mkfs $
g_dev
"
227
silent_exec mount -t $g_fstype $
g_dev
[all...]
/third_party/vulkan-loader/tests/
H
A
D
loader_regression_tests.cpp
1648
for (uint32_t
g_dev
= 0;
g_dev
< group_props[group].physicalDeviceCount; ++
g_dev
) {
in TEST()
1650
if (physical_devices[dev] == group_props[group].physicalDevices[
g_dev
]) {
in TEST()
1715
for (uint32_t
g_dev
= 0;
g_dev
< group_props[group].physicalDeviceCount; ++
g_dev
) {
in TEST()
1717
if (physical_devices[dev] == group_props[group].physicalDevices[
g_dev
]) {
in TEST()
1785
for (uint32_t
g_dev
= 0;
g_dev
< group_prop
in TEST()
[all...]
Completed in 5 milliseconds