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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 63 typedef uint32_t StringIndexTy;
80 StringIndexTy sourceSha1Idx;
82 StringIndexTy compileCommandLineIdx;
84 StringIndexTy buildFingerprintIdx;
95 const StringIndexTy gInvalidStringIndex = static_cast<StringIndexTy>(-1);
99 StringIndexTy key;
100 StringIndexTy value;
108 StringIndexTy name;
112 StringIndexTy name
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 210 const char *RSInfo::getStringFromPool(rsinfo::StringIndexTy pStrIdx) const {
221 rsinfo::StringIndexTy RSInfo::getStringIdxInPool(const char *pStr) const {

Completed in 79 milliseconds