OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readSection
(Results
1 - 13
of
13
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h
113
///
readSection
- read target dependent sections
114
bool
readSection
(Input& pInput, SectionData& pSD);
AArch64LDBackend.cpp
536
bool AArch64GNULDBackend::
readSection
(Input& pInput, SectionData& pSD) {
/development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java
142
readSection
(f, metaOut);
190
readSection
(f, new FileOutputStream(contentOut.getFileDescriptor()));
270
private void
readSection
(RandomAccessFile f, OutputStream out)
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
146
///
readSection
- read a target dependent section
147
virtual bool
readSection
(Input& pInput, SectionData& pSD) { return true; }
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
133
///
readSection
- read target dependent sections
134
bool
readSection
(Input& pInput, SectionData& pSD);
ARMLDBackend.cpp
619
bool ARMGNULDBackend::
readSection
(Input& pInput, SectionData& pSD) {
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
130
///
readSection
- read target dependent sections
131
bool
readSection
(Input& pInput, SectionData& pSD);
HexagonLDBackend.cpp
946
bool HexagonLDBackend::
readSection
(Input& pInput, SectionData& pSD) {
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java
249
sections.add(
readSection
(is, length, marker, skipExtendedContent));
294
private static Section
readSection
(InputStream is, int length,
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
XmpDepthDecode.java
239
sections.add(
readSection
(is, length, marker, skipExtendedContent));
284
private static Section
readSection
(InputStream is, int length,
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
91
///
readSection
- read a target dependent section.
92
bool
readSection
(Input& pInput, SectionData& pSD);
MipsLDBackend.cpp
448
bool MipsGNULDBackend::
readSection
(Input& pInput, SectionData& pSD) {
495
return GNULDBackend::
readSection
(pInput, pSD);
[
all
...]
/frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp
246
if (!m_Backend.
readSection
(pInput, *sd)) {
Completed in 1144 milliseconds