Searched refs:currentEntry (Results 1 - 22 of 22) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DSampleToChunkBox.java100 SampleToChunkBox.Entry currentEntry = iterator.next();
103 numberOfSamples[i - 1] = currentEntry.getSamplesPerChunk();
104 if (i == currentEntry.getFirstChunk()) {
105 currentEntry = iterator.next();
108 numberOfSamples[0] = currentEntry.getSamplesPerChunk();
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTUtils.cpp100 SkSFNTHeader::TableDirectoryEntry* currentEntry = reinterpret_cast<SkSFNTHeader::TableDirectoryEntry*>(data + sizeof(SkSFNTHeader)); local
101 SkSFNTHeader::TableDirectoryEntry* endEntry = currentEntry + numTables;
103 for (; currentEntry < endEntry; ++currentEntry) {
104 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset);
106 currentEntry->offset = SkEndian_SwapBE32(oldOffset - oldNameTablePhysicalSize);
108 if (SkOTTableHead::TAG == currentEntry->tag) {
109 headTableEntry = currentEntry;
/external/skia/src/sfnt/
H A DSkOTUtils.cpp100 SkSFNTHeader::TableDirectoryEntry* currentEntry = reinterpret_cast<SkSFNTHeader::TableDirectoryEntry*>(data + sizeof(SkSFNTHeader)); local
101 SkSFNTHeader::TableDirectoryEntry* endEntry = currentEntry + numTables;
103 for (; currentEntry < endEntry; ++currentEntry) {
104 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset);
106 currentEntry->offset = SkEndian_SwapBE32(oldOffset - oldNameTablePhysicalSize);
108 if (SkOTTableHead::TAG == currentEntry->tag) {
109 headTableEntry = currentEntry;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dwaterfall_row.js345 var currentEntry = entries[i];
346 if (eventType != currentEntry.type) {
349 if (currentEntry.phase == EventPhase.PHASE_BEGIN) {
350 startEntry = currentEntry;
352 if (startEntry && currentEntry.phase == EventPhase.PHASE_END) {
355 endEntry: currentEntry,
390 var currentEntry = entries[i];
391 if (currentEntry.type == eventType) {
392 events.push(currentEntry);
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
H A Ddirectory_tree.js70 var currentEntry = this.entries_[index];
74 var item = new DirectoryItem(currentEntry, this, tree);
77 } else if (currentEntry.fullPath == currentElement.fullPath) {
82 } else if (currentEntry.fullPath < currentElement.fullPath) {
83 var item = new DirectoryItem(currentEntry, this, tree);
86 } else if (currentEntry.fullPath > currentElement.fullPath) {
H A Dfile_manager_commands.js624 var currentEntry;
632 currentEntry = entries.shift();
634 currentEntry.toURL(),
645 currentEntry, 'filesystem', steps.showError);
647 fileManager.metadataCache_.clear(currentEntry, 'drive');
649 currentEntry, 'drive', steps.updateUI.bind(this));
655 'drive', [currentEntry.toURL()], [drive]);
664 unescape(currentEntry.name),
H A Dfile_manager.js1719 if (this.renameInput_.currentEntry.fullPath != leadEntry.fullPath)
1962 return !!this.renameInput_.currentEntry;
2323 var currentEntry = this.getCurrentDirectoryEntry();
2324 this.previewPanel_.currentEntry = util.isFakeEntry(currentEntry) ?
2325 null : currentEntry;
2418 input.currentEntry = this.currentList_.dataModel.item(item.listIndex);
2461 var entry = input.currentEntry;
2535 this.renameInput_.currentEntry = null;
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultiset.java167 Map.Entry<E, Count> currentEntry; field in class:AbstractMapBasedMultiset.MapBasedMultisetIterator
183 currentEntry = entryIterator.next();
184 occurrencesLeft = currentEntry.getValue().get();
188 return currentEntry.getKey();
195 int frequency = currentEntry.getValue().get();
199 if (currentEntry.getValue().addAndGet(-1) == 0) {
H A DMultisets.java885 private Entry<E> currentEntry; field in class:Multisets.MultisetIteratorImpl
909 currentEntry = entryIterator.next();
910 totalCount = laterCount = currentEntry.getCount();
914 return currentEntry.getElement();
924 multiset.remove(currentEntry.getElement());
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractMapBasedMultiset.java164 Map.Entry<E, Count> currentEntry; field in class:AbstractMapBasedMultiset.MapBasedMultisetIterator
180 currentEntry = entryIterator.next();
181 occurrencesLeft = currentEntry.getValue().get();
185 return currentEntry.getKey();
192 int frequency = currentEntry.getValue().get();
196 if (currentEntry.getValue().addAndGet(-1) == 0) {
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp267 GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; } function in class:GraphicStackState
445 if (clipStack == currentEntry()->fClipStack) {
451 if (clipStack == currentEntry()->fClipStack) {
457 currentEntry()->fClipStack = clipStack;
458 currentEntry()->fClipRegion = clipRegion;
523 if (matrix == currentEntry()->fMatrix) {
527 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) {
533 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask);
541 currentEntry()->fMatrix = matrix;
547 if (state.fShaderIndex != currentEntry()
[all...]
/external/skia/src/pdf/
H A DSkPDFDevice.cpp267 GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; } function in class:GraphicStackState
445 if (clipStack == currentEntry()->fClipStack) {
451 if (clipStack == currentEntry()->fClipStack) {
457 currentEntry()->fClipStack = clipStack;
458 currentEntry()->fClipRegion = clipRegion;
523 if (matrix == currentEntry()->fMatrix) {
527 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) {
533 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask);
541 currentEntry()->fMatrix = matrix;
547 if (state.fShaderIndex != currentEntry()
[all...]
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractReferenceMap.java809 protected ReferenceEntry<K, V> currentEntry() { method in class:AbstractReferenceMap.ReferenceIteratorBase
888 HashEntry<K, V> current = currentEntry();
896 HashEntry<K, V> current = currentEntry();
904 HashEntry<K, V> current = currentEntry();
H A DAbstractHashedMap.java741 HashEntry<K, V> current = currentEntry();
749 HashEntry<K, V> current = currentEntry();
757 HashEntry<K, V> current = currentEntry();
1142 protected HashEntry<K, V> currentEntry() { method in class:AbstractHashedMap.HashIterator
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js569 !this.renameInput_.currentEntry &&
586 !this.renameInput_.currentEntry &&
1635 if (this.renameInput_.currentEntry) {
1817 if (this.renameInput_.currentEntry)
1862 input.currentEntry = label.entry;
1866 if (!this.renameInput_.currentEntry)
1883 if (this.renameInput_.currentEntry)
1888 var entry = this.renameInput_.currentEntry;
1891 this.renameInput_.currentEntry = null;
1920 this.renameInput_.currentEntry
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
H A Dpreview_panel.js144 set currentEntry(entry) {
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js2189 if (FS.streams[fildes].currentEntry) {
2190 _free(FS.streams[fildes].currentEntry);
2575 currentEntry: entryBuffer
3365 currentEntry: _malloc(___dirent_struct_layout.__size__)
3422 _readdir_r(dirp, FS.streams[dirp].currentEntry, _readdir.result);
3426 return FS.streams[dirp].currentEntry;
3436 _free(FS.streams[dirp].currentEntry);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js2522 currentEntry: entryBuffer
2576 if (FS.streams[fildes].currentEntry) {
2577 _free(FS.streams[fildes].currentEntry);
[all...]

Completed in 452 milliseconds