HomeSort by relevance Sort by last modified time
    Searched defs:readSection (Results 1 - 8 of 8) sorted by null

  /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/AArch64/
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)
  /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/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 619 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 946 bool HexagonLDBackend::readSection(Input& pInput, SectionData& pSD) {
    [all...]
  /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.cpp 448 bool MipsGNULDBackend::readSection(Input& pInput, SectionData& pSD) {
495 return GNULDBackend::readSection(pInput, pSD);
    [all...]

Completed in 650 milliseconds