/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 327 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/ |
D | ExternalASTSource.h | 513 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/ |
D | SQLiteLibraryLoaderTest.java | 38 assertThat(loader.isLoaded()).isFalse(); in shouldExtractNativeLibrary() 40 assertThat(loader.isLoaded()).isTrue(); in shouldExtractNativeLibrary()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _h_h_e_a.py | 43 if ttFont.recalcBBoxes and (ttFont.isLoaded('glyf') or ttFont.isLoaded('CFF ')):
|
D | _v_h_e_a.py | 42 if ttFont.recalcBBoxes and (ttFont.isLoaded('glyf') or ttFont.isLoaded('CFF ')):
|
D | _m_a_x_p.py | 44 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
|
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
D | NativeLibrary.java | 48 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/ |
D | EmpiricalDistribution.java | 105 boolean isLoaded(); in isLoaded() method
|
D | EmpiricalDistributionImpl.java | 476 public boolean isLoaded() { in isLoaded() method in EmpiricalDistributionImpl
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | ttFont.py | 338 def isLoaded(self, tag): member in TTFont 344 if self.isLoaded(tag): 469 if self.isLoaded("cmap"): 649 if self.isLoaded(tag):
|
D | woff2.py | 261 if self.ttFont.isLoaded(tag):
|
/external/tensorflow/tensorflow/lite/models/smartreply/demo/app/src/main/java/com/example/android/smartreply/ |
D | SmartReplyClient.java | 49 public boolean isLoaded() { in isLoaded() method in SmartReplyClient
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/ |
D | SQLiteLibraryLoader.java | 78 public boolean isLoaded() { in isLoaded() method in SQLiteLibraryLoader
|
/external/oj-libjdwp/src/share/back/ |
D | debugInit.c | 265 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()
|
D | util.h | 154 jboolean isLoaded; member
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | LevelTree.java | 72 public static final boolean isLoaded(int resource) { in isLoaded() method in LevelTree
|
D | MainMenuActivity.java | 150 if (!LevelTree.isLoaded(levelTreeResource)) { in onCreate()
|
D | AndouKun.java | 183 if (!LevelTree.isLoaded(levelTreeResource)) { in onCreate()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 103 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/ |
D | docs.js | 6517 if (!this.isLoaded) { 6631 videoPlayer.isLoaded = true;
|