Home
last modified time | relevance | path

Searched refs:isLoaded (Results 1 – 14 of 14) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
DDatabaseConfig.java15 private static boolean isLoaded = false; field in DatabaseConfig
19isLoaded = 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()
/external/clang/include/clang/Lex/
DPreprocessingRecord.h327 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { in getPPEntityID() argument
328 return isLoaded ? PPEntityID(-int(Index)-1) : PPEntityID(Index+1); in getPPEntityID()
411 bool isLoaded = this->I < 0; variable
412 unsigned Index = isLoaded ?
414 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);
/external/clang/include/clang/AST/
DExternalASTSource.h513 bool isLoaded() const { return this->I < 0; }
520 if (isLoaded())
544 if (From.isLoaded() && To.isLoaded()) {
549 if (From.isLoaded()) {
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DEmpiricalDistribution.java105 boolean isLoaded(); in isLoaded() method
DEmpiricalDistributionImpl.java476 public boolean isLoaded() { in isLoaded() method in EmpiricalDistributionImpl
/external/fonttools/Lib/fontTools/ttLib/tables/
D_v_h_e_a.py42 if not ttFont.isLoaded('glyf'):
D_h_h_e_a.py38 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
D_m_a_x_p.py44 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
/external/fonttools/Lib/fontTools/ttLib/
D__init__.py338 def isLoaded(self, tag): member in TTFont
344 if self.isLoaded(tag):
464 if self.isLoaded("cmap"):
634 if self.isLoaded(tag):
/external/replicaisland/src/com/replica/replicaisland/
DLevelTree.java72 public static final boolean isLoaded(int resource) { in isLoaded() method in LevelTree
DMainMenuActivity.java150 if (!LevelTree.isLoaded(levelTreeResource)) { in onCreate()
DAndouKun.java183 if (!LevelTree.isLoaded(levelTreeResource)) { in onCreate()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp103 bool isLoaded; member
146 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()
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js6517 if (!this.isLoaded) {
6631 videoPlayer.isLoaded = true;