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:m_logFileName
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H
A
D
DeqpInstrumentation.java
41
private String
m_logFileName
;
field in DeqpInstrumentation
49
m_logFileName
= arguments.getString("deqpLogFilename");
in onCreate()
54
if (
m_logFileName
== null)
in onCreate()
55
m_logFileName
= "/sdcard/TestLog.qpa";
in onCreate()
74
final RemoteAPI remoteApi = new RemoteAPI(getTargetContext(),
m_logFileName
);
in onStart()
82
final File logFile = new File(
m_logFileName
);
in onStart()
108
parser.init(this,
m_logFileName
, m_logData);
in onStart()
H
A
D
RemoteAPI.java
40
private String
m_logFileName
;
field in RemoteAPI
46
m_logFileName
= logFileName;
in RemoteAPI()
77
cmdLine = testerName + " " + cmdLine + " --deqp-log-filename=" +
m_logFileName
;
in start()
139
return
m_logFileName
;
in getLogFileName()
H
A
D
TestLogParser.java
39
private String
m_logFileName
;
field in TestLogParser
59
m_logFileName
= logFileName;
in init()
63
m_log = new FileInputStream(
m_logFileName
);
in init()
/third_party/vk-gl-cts/execserver/
H
A
D
xsPosixTestProcess.cpp
193
m_logFileName
= logFilePath.getPath();
in start()
196
if (deFileExists(
m_logFileName
.c_str()))
in start()
198
if (!deDeleteFile(
m_logFileName
.c_str()) || deFileExists(
m_logFileName
.c_str()))
in start()
199
throw TestProcessException(string("Failed to remove '") +
m_logFileName
+ "'");
in start()
325
if (!deFileExists(
m_logFileName
.c_str()))
in readTestLog()
329
m_logReader.start(
m_logFileName
.c_str());
in readTestLog()
H
A
D
xsWin32TestProcess.cpp
650
m_logFileName
= logFilePath.getPath();
in start()
658
while (tryNdx < MAX_OLD_LOGFILE_DELETE_ATTEMPTS && deFileExists(
m_logFileName
.c_str()))
in start()
660
if (deDeleteFile(
m_logFileName
.c_str()))
in start()
666
if (deFileExists(
m_logFileName
.c_str()))
in start()
667
throw TestProcessException(string("Failed to remove '") +
m_logFileName
+ "'");
in start()
765
if (!deFileExists(
m_logFileName
.c_str()))
in readTestLog()
769
m_testLogReader.start(
m_logFileName
.c_str());
in readTestLog()
H
A
D
xsPosixTestProcess.hpp
98
std::string
m_logFileName
;
member in xs::PosixTestProcess
H
A
D
xsWin32TestProcess.hpp
201
std::string
m_logFileName
;
member in xs::Win32TestProcess
Completed in 4 milliseconds