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:running
(Results
1 - 5
of
5
) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
H
A
D
buffer_manager_utest.cpp
60
bool
running
= true;
in HWTEST_F()
local
64
std::thread consumerThread([&consumer, &
running
] {
in HWTEST_F()
65
while (
running
) {
in HWTEST_F()
82
std::thread consumerThread([&consumer, &
running
] {
in HWTEST_F()
86
while (
running
) {
in HWTEST_F()
107
std::thread enqueueThread([&stream, &
running
] {
in HWTEST_F()
108
while (
running
== true) {
in HWTEST_F()
115
running
= false;
in HWTEST_F()
120
running
= false;
in HWTEST_F()
288
bool
running
in HWTEST_F()
local
352
bool
running
= true;
HWTEST_F()
local
[all...]
H
A
D
buffer_manager_utest.h
170
bool
running
= true;
member in OHOS::CameraUtest::BufferManagerTest::Pipeline
/test/testfwk/xdevice/plugins/devicetest/runner/
H
A
D
test_runner.py
69
self.
running
= None
85
self.
running
= False
184
self.
running
= True
325
if self.
running
:
326
self.
running
= False
350
self.
running
= False
365
self.
running
= True
418
if self.
running
:
419
self.
running
= False
/test/testfwk/arkxtest/uitest/addon/
H
A
D
extension_executor.cpp
216
const auto
running
= g_runningCaptures.find(name.data) != g_runningCaptures.end();
in StartCapture()
local
217
EXTENSION_API_CHECK(!
running
, string("Capture already
running
: ") + name.data, -1);
in StartCapture()
241
g_recordRunningLock.lock(); // wait for
running
thread terminates
in StartCapture()
/test/testfwk/arkxtest/jsunit/src/
H
A
D
service.js
1170
console.info(`${TAG}start
running
case '${this.specService.currentRunningSpec.description}'`);
Completed in 5 milliseconds