HomeSort by relevance Sort by last modified time
    Searched refs:SigString (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 50 llvm::StringRef SigString = getStringOperand(m);
51 if (SigString != "") {
52 if (!SigString.getAsInteger(10, *value)) {
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 152 llvm::StringRef SigString = SigS->getString();
154 if (SigString.getAsInteger(10, Signature)) {
155 ALOGE("Non-integer signature value '%s'", SigString.str().c_str());
    [all...]

Completed in 3766 milliseconds