/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectReader.cpp | 146 LDFileFormat::Ignore); in readSections() 164 (*section)->setKind(LDFileFormat::Ignore); in readSections() 180 (*section)->setKind(LDFileFormat::Ignore); in readSections() 189 if (link_sect == NULL || link_sect->kind() == LDFileFormat::Ignore) { in readSections() 193 (*section)->setKind(LDFileFormat::Ignore); in readSections() 215 (*section)->setKind(LDFileFormat::Ignore); in readSections() 259 case LDFileFormat::Ignore: in readSections() 309 if (LDFileFormat::Ignore == (*rs)->kind()) in readRelocations()
|
D | DiagnosticInfos.cpp | 125 severity = DiagnosticEngine::Ignore; in process() 139 severity = DiagnosticEngine::Ignore; in process() 145 severity = DiagnosticEngine::Ignore; in process() 155 severity = DiagnosticEngine::Ignore; in process()
|
D | GarbageCollection.cpp | 138 if ((LDFileFormat::Ignore == reloc_sect->kind()) || in setUpReachedSections() 337 section->setKind(LDFileFormat::Ignore); in stripSections() 351 if (LDFileFormat::Ignore == reloc_sect->getLink()->kind()) in stripSections() 352 reloc_sect->setKind(LDFileFormat::Ignore); in stripSections()
|
D | ELFReaderIf.cpp | 55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind()) in getSymDesc() 113 if (sect_hdr->kind() == LDFileFormat::Ignore) in getSymFragmentRef()
|
D | LDSection.cpp | 26 m_Kind(LDFileFormat::Ignore), in LDSection()
|
D | TextDiagnosticPrinter.cpp | 102 case DiagnosticEngine::Ignore: { in handleDiagnostic()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 14 DiagnosticEngine::Ignore, 18 DiagnosticEngine::Ignore, 22 DiagnosticEngine::Ignore, 26 DiagnosticEngine::Ignore,
|
D | LDFileFormat.h | 44 Ignore, enumerator
|
D | DiagnosticEngine.h | 45 Ignore, enumerator
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMException.cpp | 90 if ((text->kind() == LDFileFormat::Ignore) || in create() 93 exIdx->setKind(LDFileFormat::Ignore); in create()
|
D | ARMLDBackend.cpp | 494 if ((pSection.getLink()->kind() == LDFileFormat::Ignore) || in mergeSection() 498 pSection.setKind(LDFileFormat::Ignore); in mergeSection() 572 if ((LDFileFormat::Ignore == reloc_sect->kind()) || in setUpReachedSectionsForGC() 828 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in doRelax()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 346 case LDFileFormat::Ignore: in mergeSections() 357 if ((*sect)->getLink()->kind() == LDFileFormat::Ignore || in mergeSections() 359 (*sect)->setKind(LDFileFormat::Ignore); in mergeSections() 457 (LDFileFormat::Ignore == in addSymbolToOutput() 593 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in scanRelocations() 797 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in relocation() 881 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in normalSyncRelocationResult()
|
D | ObjectBuilder.cpp | 61 pInputSection.setKind(LDFileFormat::Ignore); in MergeSection()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MsgHandling.h | 66 return getDiagnosticEngine().report(pID, DiagnosticEngine::Ignore); in ignore()
|
/frameworks/volley/src/test/java/com/android/volley/toolbox/ |
D | AndroidAuthenticatorTest.java | 29 import org.junit.Ignore;
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 381 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in doRelax()
|
/frameworks/base/docs/html/ndk/guides/graphics/ |
D | getting-started.jd | 120 Ignore this error message, and follow the installation prompts.</p>
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-authenticator.jd | 98 // Ignore attempts to confirm credentials
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 431 LDFileFormat::Ignore == pSection->kind() || in AddSymbol()
|
/frameworks/base/docs/html/training/location/ |
D | change-location-settings.jd | 237 // Ignore the error.
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | wifi-direct.jd | 301 // WiFiDirectBroadcastReceiver will notify us. Ignore for now.
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 556 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in doRelax()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 812 if (LDFileFormat::Ignore == sec->kind() || !sec->hasRelocData()) in doRelax()
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | drawing.jd | 501 // Find the center. Ignore the window insets so that, on round watches
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | starting-activity.jd | 119 Ignore the error for now; you’ll create the class soon.</p>
|