OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infoString
(Results
1 - 14
of
14
) sorted by null
/external/deqp/framework/qphelper/
qpCrashHandler.h
35
typedef void (*qpWriteCrashInfoFunc) (void* userPtr, const char*
infoString
);
qpCrashHandler.c
123
static void defaultWriteInfo (void* userPtr, const char*
infoString
)
126
qpPrintf("%s",
infoString
);
/cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp
186
UniquePtr<char, DefaultDelete<char[]> >
infoString
(new char[len + 1]);
187
if (!readData(
infoString
.get(), len)) {
190
(
infoString
.get())[len] = 0;
191
LOGI("received data %s from device",
infoString
.get());
193
string->setTo(
infoString
.get(), len);
/external/deqp/framework/common/
tcuApp.cpp
229
static void writeCrashToLog (void* userPtr, const char*
infoString
)
233
log->writeMessage(
infoString
);
236
static void writeCrashToConsole (void* userPtr, const char*
infoString
)
240
qpPrint(
infoString
);
/prebuilts/go/darwin-x86/src/runtime/
gcinfo_test.go
24
verifyGCInfo(t, "bss string", &bssString,
infoString
)
33
verifyGCInfo(t, "data string", &dataString,
infoString
)
42
verifyGCInfo(t, "stack string", new(string),
infoString
)
54
verifyGCInfo(t, "heap string", escape(new(string)), trimDead(
infoString
))
198
infoString
= []byte{typePointer, typeScalar}
/prebuilts/go/linux-x86/src/runtime/
gcinfo_test.go
24
verifyGCInfo(t, "bss string", &bssString,
infoString
)
33
verifyGCInfo(t, "data string", &dataString,
infoString
)
42
verifyGCInfo(t, "stack string", new(string),
infoString
)
54
verifyGCInfo(t, "heap string", escape(new(string)), trimDead(
infoString
))
198
infoString
= []byte{typePointer, typeScalar}
/external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
183
const std::string
infoString
() const {
198
const std::string
infoString
() const {
352
const std::string
infoString
() const {
354
return PGOEdge::
infoString
();
355
return (Twine(PGOEdge::
infoString
()) + " Count=" + Twine(CountValue)).str();
383
const std::string
infoString
() const {
385
return BBInfo::
infoString
();
386
return (Twine(BBInfo::
infoString
()) + " Count=" + Twine(CountValue)).str();
CFGMST.h
173
<< BI.second->
infoString
() << "\n";
181
<< getBBInfo(EI->DestBB).Index << EI->
infoString
() << "\n";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar
org.apache.jasper_5.5.17.v201004212143.jar
/system/keymaster/
ocb.c
[
all
...]
/external/guice/extensions/struts2/lib/
jsp-api-2.1.jar
jsp-2.1.jar
/external/guice/extensions/persist/lib/
hibernate3.jar
Completed in 431 milliseconds