Searched refs:isLoaded (Results 1 – 14 of 14) sorted by relevance
15 private static boolean isLoaded = false; field in DatabaseConfig19 … isLoaded = false; //make sure to reset isLoaded or mixing databases in a test suite will fail. in setDatabaseMap()32 return isLoaded; in isMapLoaded()58 isLoaded = true; in LoadSQLiteDriver()
327 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { in getPPEntityID() argument328 return isLoaded ? PPEntityID(-int(Index)-1) : PPEntityID(Index+1); in getPPEntityID()411 bool isLoaded = this->I < 0; variable412 unsigned Index = isLoaded ?414 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);
513 bool isLoaded() const { return this->I < 0; }520 if (isLoaded())544 if (From.isLoaded() && To.isLoaded()) {549 if (From.isLoaded()) {
105 boolean isLoaded(); in isLoaded() method
476 public boolean isLoaded() { in isLoaded() method in EmpiricalDistributionImpl
42 if not ttFont.isLoaded('glyf'):
38 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
44 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
338 def isLoaded(self, tag): member in TTFont344 if self.isLoaded(tag):464 if self.isLoaded("cmap"):634 if self.isLoaded(tag):
72 public static final boolean isLoaded(int resource) { in isLoaded() method in LevelTree
150 if (!LevelTree.isLoaded(levelTreeResource)) { in onCreate()
183 if (!LevelTree.isLoaded(levelTreeResource)) { in onCreate()
103 bool isLoaded; member146 GlobalStatus() : isCompared(false), isLoaded(false), StoredType(NotStored), in GlobalStatus()197 GS.isLoaded = true; in AnalyzeGlobal()251 GS.isLoaded = true; in AnalyzeGlobal()1774 if (!GS.isLoaded) { in ProcessInternalGlobal()
6517 if (!this.isLoaded) {6631 videoPlayer.isLoaded = true;