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

  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 51 const char **mPragmaKeyList;
155 return mPragmaKeyList;
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 67 mPragmaCount(0), mPragmaKeyList(NULL), mPragmaValueList(NULL),
81 mPragmaCount(0), mPragmaKeyList(NULL), mPragmaValueList(NULL),
121 if (mPragmaKeyList) {
122 delete [] mPragmaKeyList[i];
123 mPragmaKeyList[i] = NULL;
130 delete [] mPragmaKeyList;
131 mPragmaKeyList = NULL;
219 mPragmaKeyList = TmpKeyList;
230 if (!Relaxed.compare(mPragmaKeyList[i])) {
235 } else if (!Imprecise.compare(mPragmaKeyList[i]))
    [all...]

Completed in 919 milliseconds