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:DeccVariable
(Results
1 - 7
of
7
) sorted by relevance
/test/testfwk/xdevice/plugins/devicetest/core/
H
A
D
test_case.py
53
from devicetest.core.variables import
DeccVariable
namespace
516
DeccVariable
.set_project_obj(self.project)
517
self.cur_case =
DeccVariable
.cur_case()
586
self.cur_case =
DeccVariable
.cur_case()
690
if
DeccVariable
.cur_case().test_method.func_ret:
692
DeccVariable
.cur_case().test_method.func_ret.clear()
786
cur_case =
DeccVariable
.cur_case()
790
DeccVariable
.cur_case().auto_record_steps_info = flag
818
cur_case =
DeccVariable
.cur_case()
853
return
DeccVariable
[all...]
H
A
D
variables.py
38
DeccVariable
.project.resource_path = resource_path
42
return
DeccVariable
.project.test_suite_path
51
if
DeccVariable
.project.project_path:
52
return
DeccVariable
.project.project_path
466
class
DeccVariable
:
class
473
log.info("init
DeccVariable
project object")
478
log.info("init
DeccVariable
cur case object")
493
log.info("reset
DeccVariable
")
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H
A
D
screen_agent.py
21
from devicetest.core.variables import
DeccVariable
namespace
69
base_path =
DeccVariable
.cur_case().case_screenshot_dir
70
return os.path.join(base_path,
DeccVariable
.cur_case().suite_name,
DeccVariable
.cur_case().name)
89
DeccVariable
.cur_case().image_num, ext)
93
DeccVariable
.cur_case().video_num, ext)
100
DeccVariable
.cur_case().dump_xml_num, ext)
104
DeccVariable
.cur_case().image_num += 1
106
DeccVariable
.cur_case().video_num += 1
109
DeccVariable
[all...]
/test/testfwk/xdevice/plugins/devicetest/log/
H
A
D
variables.py
20
from devicetest.core.variables import
DeccVariable
namespace
26
ReportDir =
DeccVariable
.project.task_report_dir
/test/testfwk/xdevice/plugins/devicetest/core/suite/
H
A
D
test_suite.py
38
from devicetest.core.variables import
DeccVariable
namespace
194
DeccVariable
.reset()
439
DeccVariable
.cur_case().set_name(case_name)
452
DeccVariable
.set_cur_case_obj(self.cur_case)
/test/testfwk/xdevice/plugins/devicetest/utils/
H
A
D
file_util.py
109
from devicetest.core.variables import
DeccVariable
namespace
111
folder = os.path.abspath(
DeccVariable
.project.resource_path)
119
folder = os.path.abspath(
DeccVariable
.project.test_suite_path)
/test/testfwk/xdevice/plugins/devicetest/runner/
H
A
D
test_runner.py
42
from devicetest.core.variables import
DeccVariable
namespace
215
DeccVariable
.reset()
250
DeccVariable
.set_cur_case_obj(self.cur_case)
Completed in 5 milliseconds