/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectReader.cpp | 149 pInput.context()->getSection(value[index])->setKind(LDFileFormat::Ignore); in readSections() 166 (*section)->setKind(LDFileFormat::Ignore); in readSections() 182 (*section)->setKind(LDFileFormat::Ignore); in readSections() 191 if (NULL == link_sect || LDFileFormat::Ignore == link_sect->kind()) { in readSections() 195 (*section)->setKind(LDFileFormat::Ignore); in readSections() 216 (*section)->setKind(LDFileFormat::Ignore); in readSections() 262 case LDFileFormat::Ignore: in readSections() 319 if (LDFileFormat::Ignore == (*rs)->kind()) in readRelocations()
|
D | DiagnosticInfos.cpp | 123 severity = DiagnosticEngine::Ignore; in process() 136 severity = DiagnosticEngine::Ignore; in process() 142 severity = DiagnosticEngine::Ignore; in process() 152 severity = DiagnosticEngine::Ignore; in process()
|
D | GarbageCollection.cpp | 149 if ((LDFileFormat::Ignore == reloc_sect->kind()) || in setUpReachedSections() 347 section->setKind(LDFileFormat::Ignore); in stripSections() 361 if (LDFileFormat::Ignore == reloc_sect->getLink()->kind()) in stripSections() 362 reloc_sect->setKind(LDFileFormat::Ignore); in stripSections()
|
D | ELFReaderIf.cpp | 55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind()) in getSymDesc() 118 if (LDFileFormat::Ignore == sect_hdr->kind()) in getSymFragmentRef()
|
D | LDSection.cpp | 26 m_Kind(LDFileFormat::Ignore), in LDSection()
|
D | TextDiagnosticPrinter.cpp | 95 case DiagnosticEngine::Ignore: { in handleDiagnostic()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 4 DIAG(mark_dynamic_defined, DiagnosticEngine::Ignore, "refer to dynamic symbol %0", "call a external… 5 DIAG(comm_refer_to_define, DiagnosticEngine::Ignore, "common symbol %0 is overridden by previous de… 6 DIAG(redefine_common, DiagnosticEngine::Ignore, "common symbol %0 is overridden by definition", "co… 7 DIAG(indirect_refer_to_common, DiagnosticEngine::Ignore, "indirect symbol %0 points to a common sym…
|
D | LDFileFormat.h | 44 Ignore, enumerator
|
D | DiagnosticEngine.h | 44 Ignore, enumerator
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 313 case LDFileFormat::Ignore: in mergeSections() 324 if ((*sect)->getLink()->kind() == LDFileFormat::Ignore || in mergeSections() 326 (*sect)->setKind(LDFileFormat::Ignore); in mergeSections() 425 if (pInfo.outSymbol()->hasFragRef() && LDFileFormat::Ignore == in addSymbolToOutput() 557 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in scanRelocations() 754 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in relocation() 821 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in normalSyncRelocationResult()
|
D | ObjectBuilder.cpp | 64 pInputSection.setKind(LDFileFormat::Ignore); in MergeSection()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MsgHandling.h | 73 return getDiagnosticEngine().report(pID, DiagnosticEngine::Ignore); in ignore()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 423 if (LDFileFormat::Ignore == pSection.getLink()->kind()) { in mergeSection() 426 pSection.setKind(LDFileFormat::Ignore); in mergeSection() 457 if ((LDFileFormat::Ignore == reloc_sect->kind()) || in setUpReachedSectionsForGC() 619 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in doRelax()
|
/frameworks/base/docs/html/tools/debugging/ |
D | improving-w-lint.jd | 121 <LI><b>Ignore in this file</b> - Disables checking for this {@code lint} issue in this file.</LI> 122 <li><b>Ignore in this project</b> - Disables checking for this {@code lint} issue in this project.… 149 <!-- Ignore the ObsoleteLayoutParam issue in the specified files --> 155 <!-- Ignore the UselessLeaf issue in the specified file -->
|
/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 | 445 LDFileFormat::Ignore == pSection->kind() || in AddSymbol()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 728 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 | 588 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in doRelax()
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | drawing.jd | 461 // 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
|