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 66 mPragmaCount(0), mPragmaKeyList(NULL), mPragmaValueList(NULL),
80 mPragmaCount(0), mPragmaKeyList(NULL), mPragmaValueList(NULL),
120 if (mPragmaKeyList) {
121 delete [] mPragmaKeyList[i];
122 mPragmaKeyList[i] = NULL;
129 delete [] mPragmaKeyList;
130 mPragmaKeyList = NULL;
218 mPragmaKeyList = TmpKeyList;
228 if (!Relaxed.compare(mPragmaKeyList[i])) {
233 } else if (!Imprecise.compare(mPragmaKeyList[i]))
    [all...]

Completed in 31 milliseconds