/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectReader.cpp | 145 LDFileFormat::Ignore); in readSections() 163 (*section)->setKind(LDFileFormat::Ignore); in readSections() 179 (*section)->setKind(LDFileFormat::Ignore); in readSections() 188 if (link_sect == NULL || link_sect->kind() == LDFileFormat::Ignore) { in readSections() 192 (*section)->setKind(LDFileFormat::Ignore); in readSections() 214 (*section)->setKind(LDFileFormat::Ignore); in readSections() 258 case LDFileFormat::Ignore: in readSections() 308 if (LDFileFormat::Ignore == (*rs)->kind()) in readRelocations()
|
D | DiagnosticInfos.cpp | 123 severity = DiagnosticEngine::Ignore; in process() 137 severity = DiagnosticEngine::Ignore; in process() 143 severity = DiagnosticEngine::Ignore; in process() 153 severity = DiagnosticEngine::Ignore; in process()
|
D | ELFReaderIf.cpp | 55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind()) in getSymDesc() 113 if (sect_hdr->kind() == LDFileFormat::Ignore) in getSymFragmentRef()
|
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 | 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 | 128 if ((text->kind() == LDFileFormat::Ignore) || in scanInputExceptionSections() 131 exIdx->setKind(LDFileFormat::Ignore); in scanInputExceptionSections() 133 exTab->setKind(LDFileFormat::Ignore); in scanInputExceptionSections()
|
D | ARMLDBackend.cpp | 423 if ((pSection.getLink()->kind() == LDFileFormat::Ignore) || in mergeSection() 427 pSection.setKind(LDFileFormat::Ignore); in mergeSection() 501 if ((LDFileFormat::Ignore == reloc_sect->kind()) || in setUpReachedSectionsForGC() 659 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/base/docs/html/tools/debugging/ |
D | improving-w-lint.jd | 190 <!-- Ignore the ObsoleteLayoutParam issue in the specified files --> 196 <!-- Ignore the UselessLeaf issue in the specified file -->
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 431 LDFileFormat::Ignore == pSection->kind() || in AddSymbol()
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-authenticator.jd | 98 // Ignore attempts to confirm credentials
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 669 if (LDFileFormat::Ignore == sec->kind() || !sec->hasRelocData()) in doRelax()
|
/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 | 555 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->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 | 126 Ignore the error for now; you’ll create the class soon.</p>
|
/frameworks/base/docs/html/training/game-controllers/ |
D | controller-input.jd | 566 // Ignore axis values that are within the 'flat' region of the
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | drag-drop.jd | 923 // Ignore the event
|