Searched refs:toRemove (Results 1 - 25 of 51) sorted by relevance

123

/external/nist-sip/java/gov/nist/javax/sip/message/
H A DHeaderIterator.java39 private boolean toRemove; field in class:HeaderIterator
52 toRemove = true;
60 toRemove = true;
84 if (toRemove) {
H A DSIPMessage.java726 SIPHeader toRemove = (SIPHeader) nameTable.get(headerNameLowerCase);
728 if (toRemove == null)
730 if (toRemove instanceof SIPHeaderList) {
731 SIPHeaderList< ? > hdrList = (SIPHeaderList< ? >) toRemove;
751 if (toRemove instanceof From) {
753 } else if (toRemove instanceof To) {
755 } else if (toRemove instanceof CSeq) {
757 } else if (toRemove instanceof CallID) {
759 } else if (toRemove instanceof MaxForwards) {
761 } else if (toRemove instanceo
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchedPropertiesCache.cpp146 Vector<unsigned, 16> toRemove; local
150 toRemove.append(it->key);
152 m_cache.removeAll(toRemove);
161 Vector<unsigned, 16> toRemove; local
169 toRemove.append(it->key);
174 m_cache.removeAll(toRemove);
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DLruCache.java81 final Y toRemove = last.getValue();
82 currentSize -= getSize(toRemove);
85 onItemRemoved(key, toRemove);
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultiset.java95 Map.Entry<E, Count> toRemove;
105 toRemove = mapEntry;
127 checkState(toRemove != null,
129 size -= toRemove.getValue().getAndSet(0);
131 toRemove = null;
344 Map.Entry<E, Count> toRemove;
353 toRemove = entries.next();
354 return toRemove.getKey();
359 checkState(toRemove != null,
361 size -= toRemove
[all...]
H A DTreeMultiset.java284 E toRemove = null;
295 toRemove = path.getTip().getKey(), path.getTip().elemCount());
300 checkState(toRemove != null);
301 setCount(toRemove, 0);
302 toRemove = null;
H A DMaps.java2187 Set<K> toRemove = Sets.newHashSet();
2190 toRemove.add(entry.getKey());
2193 return map().keySet().removeAll(toRemove);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractMapBasedMultiset.java92 Map.Entry<E, Count> toRemove;
102 toRemove = mapEntry;
124 checkState(toRemove != null,
126 size -= toRemove.getValue().getAndSet(0);
128 toRemove = null;
341 Map.Entry<E, Count> toRemove;
350 toRemove = entries.next();
351 return toRemove.getKey();
356 checkState(toRemove != null,
358 size -= toRemove
[all...]
H A DTreeMultiset.java280 E toRemove = null;
291 toRemove = path.getTip().getKey(), path.getTip().elemCount());
296 checkState(toRemove != null);
297 setCount(toRemove, 0);
298 toRemove = null;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Denumset.h37 inline void remove(T toRemove) { set(toRemove, 0); } argument
/external/icu/icu4c/source/common/unicode/
H A Denumset.h39 inline void remove(T toRemove) { set(toRemove, 0); } argument
/external/chromium_org/chrome/browser/resources/options/
H A Dlanguage_dictionary_overlay_word_list.js173 var toRemove = [];
182 toRemove.push(entries[i]);
186 if (toRemove.length == 0)
188 for (var i = 0; i < toRemove.length; i++) {
189 index = this.dataModel.indexOf(toRemove[i]);
/external/guava/guava-tests/test/com/google/common/collect/
H A DMultisetsTest.java149 Multiset<String> toRemove =
151 assertFalse(Multisets.retainOccurrences(multiset, toRemove));
204 Multiset<String> toRemove = HashMultiset.create();
205 assertFalse(Multisets.removeOccurrences(multiset, toRemove));
212 Multiset<String> toRemove =
214 assertTrue(Multisets.removeOccurrences(multiset, toRemove));
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubbies.js155 var toRemove = [];
158 toRemove.push(dev);
162 for (var i = 0; i < toRemove.length; i++) {
163 dev = toRemove[i];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/readability/js/
H A Dreadability.js1482 var toRemove = false;
1485 toRemove = true;
1487 toRemove = true;
1489 toRemove = true;
1491 toRemove = true;
1493 toRemove = true;
1495 toRemove = true;
1497 toRemove = true;
1500 if(toRemove) {
1593 var toRemove
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DClassFileNameHandler.java123 int toRemove = pathComponent.length() - maxLength + 1;
125 int firstIndex = (pathComponent.length()/2) - (toRemove/2);
126 return pathComponent.substring(0, firstIndex) + "#" + pathComponent.substring(firstIndex+toRemove);
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
H A Dnetwork_status.js63 var toRemove = diff[0];
65 toRemove.forEach(function(element) {
619 var toRemove = diff[0];
628 toRemove.forEach(function(id) {
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpecSet.java240 * @param toRemove {@code non-null;} register to remove.
242 public void remove(RegisterSpec toRemove) { argument
244 specs[toRemove.getReg()] = null;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dmetadata_cache.js600 var toRemove = [];
608 toRemove.push(url);
612 toRemove.sort(function(a, b) {
618 removeCount = Math.min(removeCount, toRemove.length);
621 delete this.cache_[toRemove[index]];
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js1174 var toRemove = [entry];
1178 toRemove.push(nextEntry);
1182 toRemove.push(previousEntry);
1187 toRemove.push(nextEntry);
1193 toRemove.push(dayResults.previousSibling); // Remove the 'h3'.
1194 toRemove.push(dayResults);
1200 for (var i = 0; i < toRemove.length; ++i) {
1201 if (toRemove[i].parentNode)
1208 for (var i = 0; i < toRemove.length; ++i) {
1209 removeNode(toRemove[
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java280 MethodLocation toRemove = instructionList.get(index);
281 toRemove.instruction = null;
283 toRemove.mergeInto(next);
286 int codeAddress = toRemove.codeAddress;

Completed in 7642 milliseconds

123