HomeSort by relevance Sort by last modified time
    Searched refs:startEntry (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/aapt2/flatten/
Archive.h 47 virtual bool startEntry(const StringPiece& path, uint32_t flags) = 0;
Archive.cpp 48 bool startEntry(const StringPiece& path, uint32_t flags) override {
109 bool startEntry(const StringPiece& path, uint32_t flags) override {
123 int32_t result = mWriter->StartEntry(path.data(), zipFlags);
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocStream.h 77 /// Until the next call, \a startEntry() will add entries to this list.
96 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) {
182 Locs.startEntry(Begin, End);
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 650 IndexListEntry *startEntry = nullptr;
654 startEntry = &indexList.back();
656 newItr = indexList.insertAfter(startEntry->getIterator(), endEntry);
658 startEntry = createEntry(nullptr, 0);
660 newItr = indexList.insert(endEntry->getIterator(), startEntry);
663 SlotIndex startIdx(startEntry, SlotIndex::Slot_Block);
  /frameworks/base/tools/aapt2/compile/
Compile.cpp 236 if (!writer->startEntry(outputPath, 0)) {
264 if (!writer->startEntry(outputPath, 0)) {
298 if (!writer->startEntry(outputPath, 0)) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TreeMapExtendTest.java     [all...]
  /frameworks/base/tools/aapt2/link/
Link.cpp 163 if (writer->startEntry(outPath, compressionFlags)) {
195 if (writer->startEntry(path, ArchiveEntry::kCompress)) {
685 if (writer->startEntry("resources.arsc", ArchiveEntry::kAlign)) {
700 if (!writer->startEntry("resources.arsc.flat", 0)) {
    [all...]

Completed in 964 milliseconds