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

  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 68 mPragmaCount(0), mPragmaKeyList(NULL), mPragmaValueList(NULL),
82 mPragmaCount(0), mPragmaKeyList(NULL), mPragmaValueList(NULL),
122 if (mPragmaKeyList) {
123 delete [] mPragmaKeyList[i];
124 mPragmaKeyList[i] = NULL;
131 delete [] mPragmaKeyList;
132 mPragmaKeyList = NULL;
220 mPragmaKeyList = TmpKeyList;
230 if (!Relaxed.compare(mPragmaKeyList[i])) {
232 } else if (!Imprecise.compare(mPragmaKeyList[i]))
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 50 const char **mPragmaKeyList;
154 return mPragmaKeyList;

Completed in 103 milliseconds