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:available
(Results
1 - 8
of
8
) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/environment/
H
A
D
device_state.py
105
new_state = DeviceAllocationState.
available
111
new_state = DeviceAllocationState.
available
119
available
= "Available"
variable in DeviceAllocationState
H
A
D
manager_env.py
97
managing the set of
available
devices for testing
251
Check if there are matched devices which can be allocated or
available
.
343
DeviceAllocationState.
available
:
348
DeviceAllocationState.
available
and \
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H
A
D
manager_lite.py
48
managing the set of
available
devices for testing
81
DeviceAllocationState.
available
122
DeviceAllocationState.
available
H
A
D
manager_device.py
56
managing the set of
available
devices for testing
138
LOG.debug("Wait for
available
device founded")
309
new_state == DeviceAllocationState.
available
:
313
LOG.debug("Find
available
device")
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H
A
D
emulator.py
48
self.device_allocation_state = DeviceAllocationState.
available
H
A
D
device_lite.py
122
device_allocation_state = DeviceAllocationState.
available
H
A
D
device.py
184
device_allocation_state = DeviceAllocationState.
available
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
H
A
D
gles3ndk.cpp
2668
GLint
available
= INT_INIT_VAL;
in GLGetQueryiv()
local
2669
glGetQueryiv(GL_ANY_SAMPLES_PASSED, GL_CURRENT_QUERY, &
available
);
in GLGetQueryiv()
2684
GLint
available
= INT_INIT_VAL;
in GLGetQueryObjectuiv()
local
2685
glGetQueryObjectuiv(query, GL_QUERY_RESULT_AVAILABLE, (GLuint *)&
available
);
in GLGetQueryObjectuiv()
Completed in 20 milliseconds