OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SigString
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
370
llvm::StringRef
SigString
=
373
if (
SigString
.getAsInteger(10, Signature)) {
374
ALOGE("Non-integer signature value '%s'",
SigString
.str().c_str());
/frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp
96
llvm::StringRef
SigString
=
99
if (
SigString
.getAsInteger(10, Signature)) {
100
ALOGE("Non-integer signature value '%s'",
SigString
.str().c_str());
Completed in 241 milliseconds