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 69 mPragmaCount(0), mPragmaKeyList(NULL), mPragmaValueList(NULL),
83 mPragmaCount(0), mPragmaKeyList(NULL), mPragmaValueList(NULL),
123 if (mPragmaKeyList) {
124 delete [] mPragmaKeyList[i];
125 mPragmaKeyList[i] = NULL;
132 delete [] mPragmaKeyList;
133 mPragmaKeyList = NULL;
221 mPragmaKeyList = TmpKeyList;
232 if (!Relaxed.compare(mPragmaKeyList[i])) {
237 } else if (!Imprecise.compare(mPragmaKeyList[i]))
    [all...]

Completed in 22 milliseconds