Home
last modified time | relevance | path

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

/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/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
DSQLiteLibraryLoaderTest.java38 assertThat(loader.isLoaded()).isFalse(); in shouldExtractNativeLibrary()
40 assertThat(loader.isLoaded()).isTrue(); in shouldExtractNativeLibrary()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_h_h_e_a.py43 if ttFont.recalcBBoxes and (ttFont.isLoaded('glyf') or ttFont.isLoaded('CFF ')):
D_v_h_e_a.py42 if ttFont.recalcBBoxes and (ttFont.isLoaded('glyf') or ttFont.isLoaded('CFF ')):
D_m_a_x_p.py44 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DNativeLibrary.java48 if (isLoaded() || tryLoadLibrary()) { in load()
119 private static boolean isLoaded() { in isLoaded() method in NativeLibrary
/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/
DttFont.py338 def isLoaded(self, tag): member in TTFont
344 if self.isLoaded(tag):
469 if self.isLoaded("cmap"):
649 if self.isLoaded(tag):
Dwoff2.py261 if self.ttFont.isLoaded(tag):
/external/tensorflow/tensorflow/lite/models/smartreply/demo/app/src/main/java/com/example/android/smartreply/
DSmartReplyClient.java49 public boolean isLoaded() { in isLoaded() method in SmartReplyClient
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
DSQLiteLibraryLoader.java78 public boolean isLoaded() { in isLoaded() method in SQLiteLibraryLoader
/external/oj-libjdwp/src/share/back/
DdebugInit.c265 if ( gdata!=NULL && gdata->isLoaded==JNI_TRUE ) { in Agent_OnLoad()
282 gdata->isLoaded = JNI_TRUE; in Agent_OnLoad()
479 gdata->isLoaded = JNI_FALSE; in Agent_OnUnload()
Dutil.h154 jboolean isLoaded; member
/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;