/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ar/ |
D | ArArchiveInputStream.java | 46 private ArArchiveEntry currentEntry = null; field in ArArchiveInputStream 94 if (currentEntry != null) { in getNextArEntry() 95 final long entryEnd = entryOffset + currentEntry.getLength(); in getNextArEntry() 98 currentEntry = null; in getNextArEntry() 158 currentEntry = readGNUStringTable(metaData, LENGTH_OFFSET, LENGTH_LEN); in getNextArEntry() 178 currentEntry = new ArArchiveEntry(temp, len, in getNextArEntry() 183 return currentEntry; in getNextArEntry() 254 currentEntry = null; in close() 264 if (currentEntry == null) { in read() 267 final long entryEnd = entryOffset + currentEntry.getLength(); in read()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/ |
D | ZipMultiReportOutput.java | 27 private OutputStream currentEntry; field in ZipMultiReportOutput 50 if (currentEntry != null) { in createFile() 51 currentEntry.close(); in createFile() 55 currentEntry = new EntryOutput(); in createFile() 56 return currentEntry; in createFile()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | SampleToChunkBox.java | 100 SampleToChunkBox.Entry currentEntry = iterator.next(); in blowup() local 103 numberOfSamples[i - 1] = currentEntry.getSamplesPerChunk(); in blowup() 104 if (i == currentEntry.getFirstChunk()) { in blowup() 105 currentEntry = iterator.next(); in blowup() 108 numberOfSamples[0] = currentEntry.getSamplesPerChunk(); in blowup()
|
/external/skia/src/sfnt/ |
D | SkOTUtils.cpp | 103 …SkSFNTHeader::TableDirectoryEntry* currentEntry = reinterpret_cast<SkSFNTHeader::TableDirectoryEnt… in RenameFont() local 104 SkSFNTHeader::TableDirectoryEntry* endEntry = currentEntry + numTables; in RenameFont() 106 for (; currentEntry < endEntry; ++currentEntry) { in RenameFont() 107 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); in RenameFont() 109 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize)); in RenameFont() 111 if (SkOTTableHead::TAG == currentEntry->tag) { in RenameFont() 112 headTableEntry = currentEntry; in RenameFont()
|
/external/skqp/src/sfnt/ |
D | SkOTUtils.cpp | 103 …SkSFNTHeader::TableDirectoryEntry* currentEntry = reinterpret_cast<SkSFNTHeader::TableDirectoryEnt… in RenameFont() local 104 SkSFNTHeader::TableDirectoryEntry* endEntry = currentEntry + numTables; in RenameFont() 106 for (; currentEntry < endEntry; ++currentEntry) { in RenameFont() 107 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); in RenameFont() 109 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize)); in RenameFont() 111 if (SkOTTableHead::TAG == currentEntry->tag) { in RenameFont() 112 headTableEntry = currentEntry; in RenameFont()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | AbstractMapBasedMultiset.java | 158 Map.Entry<E, Count> currentEntry; 174 currentEntry = entryIterator.next(); 175 occurrencesLeft = currentEntry.getValue().get(); 179 return currentEntry.getKey(); 185 int frequency = currentEntry.getValue().get(); 189 if (currentEntry.getValue().addAndGet(-1) == 0) {
|
/external/guava/guava/src/com/google/common/collect/ |
D | AbstractMapBasedMultiset.java | 161 Map.Entry<E, Count> currentEntry; 177 currentEntry = entryIterator.next(); 178 occurrencesLeft = currentEntry.getValue().get(); 182 return currentEntry.getKey(); 188 int frequency = currentEntry.getValue().get(); 192 if (currentEntry.getValue().addAndGet(-1) == 0) {
|
D | Multisets.java | 1017 private Entry<E> currentEntry; 1041 currentEntry = entryIterator.next(); 1042 totalCount = laterCount = currentEntry.getCount(); 1046 return currentEntry.getElement(); 1055 multiset.remove(currentEntry.getElement());
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 290 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip() 296 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip() 300 SkASSERT(currentEntry()->fClipStackGenID == SkClipStack::kWideOpenGenID); in updateClip() 305 currentEntry()->fClipStackGenID = clipStackGenID; in updateClip() 323 if (matrix == currentEntry()->fMatrix) { in updateMatrix() 327 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) { in updateMatrix() 333 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask); in updateMatrix() 341 currentEntry()->fMatrix = matrix; in updateMatrix() 347 if (state.fShaderIndex != currentEntry()->fShaderIndex) { in updateDrawingState() 349 currentEntry()->fShaderIndex = state.fShaderIndex; in updateDrawingState() [all …]
|
D | SkPDFDevice.h | 180 SkPDFDevice::GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; } in currentEntry() function
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.cpp | 290 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip() 296 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip() 300 SkASSERT(currentEntry()->fClipStackGenID == SkClipStack::kWideOpenGenID); in updateClip() 305 currentEntry()->fClipStackGenID = clipStackGenID; in updateClip() 323 if (matrix == currentEntry()->fMatrix) { in updateMatrix() 327 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) { in updateMatrix() 333 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask); in updateMatrix() 341 currentEntry()->fMatrix = matrix; in updateMatrix() 347 if (state.fShaderIndex != currentEntry()->fShaderIndex) { in updateDrawingState() 349 currentEntry()->fShaderIndex = state.fShaderIndex; in updateDrawingState() [all …]
|
D | SkPDFDevice.h | 184 SkPDFDevice::GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; } in currentEntry() function
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | RegexManager.java | 325 R2<List<String>, String> currentEntry = map.get(key); in sortValues() local 326 List<String> values = currentEntry.get0(); in sortValues() 327 String groupKey = currentEntry.get1(); in sortValues()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 2189 if (FS.streams[fildes].currentEntry) { 2190 _free(FS.streams[fildes].currentEntry); 2575 currentEntry: entryBuffer property 3365 currentEntry: _malloc(___dirent_struct_layout.__size__) property 3422 _readdir_r(dirp, FS.streams[dirp].currentEntry, _readdir.result); 3426 return FS.streams[dirp].currentEntry; 3436 _free(FS.streams[dirp].currentEntry);
|