Home
last modified time | relevance | path

Searched refs:Ignore (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp146 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()
DDiagnosticInfos.cpp125 severity = DiagnosticEngine::Ignore; in process()
139 severity = DiagnosticEngine::Ignore; in process()
145 severity = DiagnosticEngine::Ignore; in process()
155 severity = DiagnosticEngine::Ignore; in process()
DGarbageCollection.cpp138 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()
DELFReaderIf.cpp55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind()) in getSymDesc()
113 if (sect_hdr->kind() == LDFileFormat::Ignore) in getSymFragmentRef()
DLDSection.cpp26 m_Kind(LDFileFormat::Ignore), in LDSection()
DTextDiagnosticPrinter.cpp102 case DiagnosticEngine::Ignore: { in handleDiagnostic()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagSymbolResolutions.inc14 DiagnosticEngine::Ignore,
18 DiagnosticEngine::Ignore,
22 DiagnosticEngine::Ignore,
26 DiagnosticEngine::Ignore,
DLDFileFormat.h44 Ignore, enumerator
DDiagnosticEngine.h45 Ignore, enumerator
/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp90 if ((text->kind() == LDFileFormat::Ignore) || in create()
93 exIdx->setKind(LDFileFormat::Ignore); in create()
DARMLDBackend.cpp494 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/
DObjectLinker.cpp346 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()
DObjectBuilder.cpp61 pInputSection.setKind(LDFileFormat::Ignore); in MergeSection()
/frameworks/compile/mclinker/include/mcld/Support/
DMsgHandling.h66 return getDiagnosticEngine().report(pID, DiagnosticEngine::Ignore); in ignore()
/frameworks/volley/src/test/java/com/android/volley/toolbox/
DAndroidAuthenticatorTest.java29 import org.junit.Ignore;
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp381 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in doRelax()
/frameworks/base/docs/html/ndk/guides/graphics/
Dgetting-started.jd120 Ignore this error message, and follow the installation prompts.</p>
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-authenticator.jd98 // Ignore attempts to confirm credentials
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp431 LDFileFormat::Ignore == pSection->kind() || in AddSymbol()
/frameworks/base/docs/html/training/location/
Dchange-location-settings.jd237 // Ignore the error.
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dwifi-direct.jd301 // WiFiDirectBroadcastReceiver will notify us. Ignore for now.
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp556 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp812 if (LDFileFormat::Ignore == sec->kind() || !sec->hasRelocData()) in doRelax()
/frameworks/base/docs/html/training/wearables/watch-faces/
Ddrawing.jd501 // Find the center. Ignore the window insets so that, on round watches
/frameworks/base/docs/html/training/basics/firstapp/
Dstarting-activity.jd119 Ignore the error for now; you’ll create the class soon.</p>

12