OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logData
(Results
1 - 8
of
8
) sorted by null
/external/deqp/execserver/
xsProtocol.hpp
133
std::string
logData
;
/external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp
161
jstring
logData
= m_env->NewStringUTF(data);
163
m_env->CallVoidMethod(m_object, m_testLogData,
logData
);
164
m_env->DeleteLocalRef(
logData
);
170
TestLogParser (bool
logData
);
188
TestLogParser::TestLogParser (bool
logData
)
189
: m_logData (
logData
)
328
JNIEXPORT jlong JNICALL Java_com_drawelements_deqp_testercore_TestLogParser_nativeCreate (JNIEnv* env, jclass, jboolean
logData
)
334
return (jlong)new TestLogParser(
logData
);
363
jbyte*
logData
= DE_NULL;
370
logData
= env->GetByteArrayElements(buffer, NULL)
[
all
...]
/tools/tradefederation/core/src/com/android/tradefed/log/
LogRegistry.java
267
* @param
logData
the textual log data
269
private void saveLog(String filePrefix, InputStreamSource
logData
, File parentdir) {
272
FileUtil.writeToFile(
logData
.createInputStream(), tradefedLog);
/system/chre/host/msm/daemon/
chre_daemon.cc
174
const flatbuffers::Vector<int8_t>&
logData
= *logMessage->buffer();
175
for (size_t i = 0; i <= (
logData
.size() - kLogMessageHeaderSize);) {
177
const char *log = reinterpret_cast<const char *>(&
logData
.data()[i]);
/prebuilts/tools/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/
bolts-applinks-1.4.0.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar
Completed in 531 milliseconds