OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildChecksum
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp
91
const char *
buildChecksum
= me.getBuildChecksum();
155
if (
buildChecksum
!= nullptr &&
buildChecksum
[0]) {
156
s << "
buildChecksum
: " <<
buildChecksum
<< "\n";
RSCompilerDriver.cpp
311
const char* pRuntimeRelaxedPath, bool dumpIR, const char*
buildChecksum
,
409
buildChecksum
, dumpIR);
/frameworks/rs/cpu_ref/
rsCpuExecutable.h
76
bool isThreadable, uint32_t
buildChecksum
) :
87
mIsThreadable(isThreadable), mBuildChecksum(
buildChecksum
) {
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompilerDriver.h
152
const char* pRuntimeRelaxedPath, bool dumpIR, const char*
buildChecksum
,
/frameworks/compile/libbcc/lib/Core/
Source.cpp
193
void Source::addBuildChecksumMetadata(const char *
buildChecksum
) const {
195
llvm::MDString *val = llvm::MDString::get(context,
buildChecksum
);
Completed in 50 milliseconds