HomeSort by relevance Sort by last modified time
    Searched defs:singleton (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSelectionSet.java 199 removeAll(Collections.singleton(id));
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Builder.java 49 private static Builder singleton = new Builder(); field in class:Builder
52 return singleton;
  /external/libpcap/
pcap.c 120 struct singleton { struct
129 struct singleton *sp = (struct singleton *)userData;
137 struct singleton s;
  /external/v8/test/mjsunit/
json.js 265 var singleton = []; variable
266 var multiOccurrence = [singleton, singleton, singleton];
  /external/chromium_org/third_party/icu/source/common/
utrie2.h 662 UTrie2Singleton(SimpleSingleton &s) : singleton(s) {}
664 utrie2_close((UTrie2 *)singleton.fInstance);
665 singleton.reset();
670 SimpleSingleton &singleton; member in class:UTrie2Singleton
    [all...]
normalizer2impl.cpp 1756 SimpleSingleton &singleton; member in class:CanonIterDataSingleton
    [all...]
  /external/chromium_org/v8/test/mjsunit/
json.js 312 var singleton = []; variable
313 var multiOccurrence = [singleton, singleton, singleton];
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 120 this(Collections.singleton(exceptionClass));
MapInterfaceTest.java 19 import static java.util.Collections.singleton;
195 assertTrue(valueCollection.containsAll(Collections.singleton(value)));
649 Set<Entry<K, V>> entriesToRemove = singleton(entryToRemove);
715 singleton(entrySet.iterator().next());
803 entrySet.addAll(singleton(entryToAdd)); method
    [all...]
  /external/icu4c/common/
utrie2.h 664 UTrie2Singleton(SimpleSingleton &s) : singleton(s) {}
666 utrie2_close((UTrie2 *)singleton.fInstance);
667 singleton.reset();
672 SimpleSingleton &singleton; member in class:UTrie2Singleton
    [all...]
normalizer2impl.cpp 1814 SimpleSingleton &singleton; member in class:CanonIterDataSingleton
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ShadowWrangler.java 28 private static ShadowWrangler singleton; field in class:ShadowWrangler
40 if (singleton == null) {
41 singleton = new ShadowWrangler();
43 return singleton;
  /external/chromium_org/content/renderer/
render_widget.cc 12 #include "base/memory/singleton.h"
148 return Singleton<TextInputModeMapSingleton>::get();
177 static TextInputModeMapSingleton* singleton = local
179 TextInputModeMap::iterator it = singleton->Map().find(input_mode.utf8());
180 if (it == singleton->Map().end())
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 308 static ExynosCamera singleton; local
309 return &singleton;
  /device/lge/mako/camera/
QualcommCameraHardware.h 186 QualcommCameraHardware * singleton; member in class:android::QualcommCameraHardware
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 736 milliseconds

12 3 4 5