HomeSort by relevance Sort by last modified time
    Searched refs:collection (Results 251 - 275 of 420) sorted by null

<<11121314151617

  /external/guava/guava-tests/lib/
libtruth.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 30 Individual printers in a collection are named as
94 Individual printers in a collection are named as
330 Individual printers in a collection are named as
353 Individual printers in a collection are named as
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 30 Individual printers in a collection are named as
94 Individual printers in a collection are named as
330 Individual printers in a collection are named as
353 Individual printers in a collection are named as
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 30 Individual printers in a collection are named as
94 Individual printers in a collection are named as
330 Individual printers in a collection are named as
353 Individual printers in a collection are named as
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 30 Individual printers in a collection are named as
94 Individual printers in a collection are named as
330 Individual printers in a collection are named as
353 Individual printers in a collection are named as
  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSet.h 32 // interface - a collection of unique objects with O(1) insertion,
132 // Add the value to the end of the collection. If the value was already in
136 // Add the value to the beginning of the collection. If the value was already in
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 138 /// The string representation is a list of the collection's elements in the order
150 /// The string representation is a list of the collection's elements in the order
154 /// <param name="coll">Collection whose string representation will be returned</param>
155 /// <returns>A string representation of the specified collection or "null"</returns>
296 raise EInvalidOperation.Create('Collection was modified; enumeration operation may not execute.');
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 47 import java.util.Collection;
534 Collection<List<?>> sans = sans1.getPairsList();
1587 protected Collection<List<?>> collection = null; field in class:X509CertSelectorTest.TestCert
    [all...]
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 95 BalloonViewImpl::BalloonViewImpl(BalloonCollection* collection)
97 collection_(collection),
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc 89 BalloonViewImpl::BalloonViewImpl(BalloonCollection* collection)
91 collection_(collection),
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 23 import java.util.Collection;
142 * java.util.Collections#synchronizedCollection(java.util.Collection)
207 * java.util.Collections#unmodifiableCollection(java.util.Collection)
272 * java.util.Collections#frequency(java.util.Collection,Object)
353 class Mock_Collection implements Collection {
358 public boolean addAll(Collection c) {
369 public boolean containsAll(Collection c) {
385 public boolean removeAll(Collection c) {
389 public boolean retainAll(Collection c) {
406 class Mock_WrongCollection implements Collection {
    [all...]
  /external/chromium_org/chrome_frame/
html_window_impl.h 38 STDMETHOD(get_frames)(IHTMLFramesCollection2** collection) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 701 if (HTMLCollection* collection = cachedHTMLCollection(SelectedOptions))
702 collection->invalidateCache();
716 if (HTMLCollection* collection = cachedHTMLCollection(SelectOptions))
717 collection->invalidateCache();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 182 // Verifies that |options| contain all tracks in |collection| and that
184 static void VerifyMediaOptions(StreamCollectionInterface* collection,
186 if (!collection) {
191 for (size_t i = 0; i < collection->count(); ++i) {
192 MediaStreamInterface* stream = collection->at(i);
441 // Create a collection of streams.
442 // CreateStreamCollection(1) creates a collection that
    [all...]
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
json-20080701.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /external/guava/guava/src/com/google/common/collect/
MapConstraints.java 24 import java.util.Collection;
201 * with the constraint, and the collection returned by {@link Entry#getValue}
208 private static <K, V> Entry<K, Collection<V>> constrainedAsMapEntry(
209 final Entry<K, Collection<V>> entry,
213 return new ForwardingMapEntry<K, Collection<V>>() {
214 @Override protected Entry<K, Collection<V>> delegate() {
217 @Override public Collection<V> getValue() {
233 * be verified with the constraint, and the collection returned by {@link
242 private static <K, V> Set<Entry<K, Collection<V>>> constrainedAsMapEntries(
243 Set<Entry<K, Collection<V>>> entries
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 75 import java.util.Collection;
    [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 1632 milliseconds

<<11121314151617