OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testLog
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/v8/test/webkit/
call-apply-crash.js
26
function
testLog
() { testPassed(this); }
28
Function.prototype.call.apply(
testLog
, arguments);
32
Function.prototype.call.apply(
testLog
, arguments);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
TestLog.java
25
public class
TestLog
extends RSBaseCompute {
278
public void
testLog
() {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
IssueReporter.java
80
public void
testLog
(String dataName, LogDataType dataType, InputStreamSource dataStream) {
CtsXmlResultReporter.java
116
/** Set whether to include
TestLog
tags in the XML reports. */
217
public void
testLog
(String dataName, LogDataType dataType, InputStreamSource dataStream) {
234
TestLog
log =
TestLog
.fromDataName(dataName, logFile.getUrl());
/external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp
40
static const char* TESTCASE_STYLESHEET = "
testlog
.xsl";
41
static const char* LOG_TAG = "dEQP-
TestLog
";
242
std::ostringstream
testLog
;
243
xe::xml::Writer xmlWriter(
testLog
);
245
testLog
<< "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
250
listener.testLogData(
testLog
.str().c_str());
261
std::ostringstream
testLog
;
262
xe::xml::Writer xmlWriter(
testLog
);
264
testLog
<< "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
269
listener.testLogData(
testLog
.str().c_str())
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
ErrorTracker.java
117
Node
testLog
= testLogList.item(i);
118
String testLogName = (String)
testLog
.getAttributes().getNamedItem("name").getNodeValue();
119
Node typeNode=
testLog
.getAttributes().getNamedItem("type");
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
MeteringTest.java
185
String
testLog
;
187
testLog
= mReferenceLogs.get(i);
188
mDebugText += (
testLog
+ "<br/>");
AutoLockTest.java
949
String
testLog
;
951
testLog
= mReferenceLogs.get(i)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar
Completed in 2268 milliseconds