HomeSort by relevance Sort by last modified time
    Searched full:instances (Results 801 - 825 of 2186) sorted by null

<<31323334353637383940>>

  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Insn.java 74 * Instances of this class compare by identity. That is,
86 * instance. This is proper, since instances of this class compare
  /external/guava/guava/src/com/google/common/collect/
SortedMaps.java 37 * Static utility methods pertaining to {@link SortedMap} instances.
159 * <p>Since this method uses {@code TreeMap} instances internally, the keys of
  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 353 * invokeAll} methods submit {@link ListenableFutureTask} instances to the
380 * invokeAll} methods submit {@link ListenableFutureTask} instances to the
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 33 * An object that divides strings (or other instances of {@code CharSequence})
66 * <p><b>Warning: splitter instances are always immutable</b>; a configuration
  /external/icu4c/i18n/unicode/
rbtz.h 29 * a BasicTimeZone subclass implemented in terms of InitialTimeZoneRule and TimeZoneRule instances
285 * instances up to the size specified by trscount. The results are referencing the
  /external/icu4c/layout/
LEFontInstance.h 20 * Instances of this class are used by <code>LEFontInstance::mapCharsToGlyphs</code> and
105 * The default implementation of this method is intended for instances of
  /external/jmdns/src/javax/jmdns/
JmmDNS.java 19 * This class will monitor network topology changes, and will create or destroy JmDNS instances as required. It is your responsibility to maintain services registration (hint: use a {@link NetworkTopologyListener}).<br/>
112 * Return the names of the JmDNS instances.
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 73 * Holds instances of JmDNS.DNSListener. Must by a synchronized collection, because it is updated from concurrent threads.
78 * Holds instances of ServiceListener's. Keys are Strings holding a fully qualified service type. Values are LinkedList's of ServiceListener's.
83 * Holds instances of ServiceTypeListener's.
93 * This hashtable holds the services that have been registered. Keys are instances of String which hold an all lower-case version of the fully qualified service name. Values are instances of ServiceInfo.
99 * Keys are instances of String which hold an all lower-case version of the fully qualified service type.<br/>
    [all...]
  /external/libusb/
install-sh 416 # Don't fail if two instances are running concurrently.
430 # Don't fail if two instances are running concurrently.
  /external/llvm/include/llvm/MC/
MCContext.h 77 /// Instances of directional local labels.
78 DenseMap<unsigned, MCLabel *> Instances;
  /external/llvm/lib/MC/
MCContext.cpp 125 MCLabel *&Label = Instances[LocalLabelVal];
132 MCLabel *&Label = Instances[LocalLabelVal];
  /external/openfst/src/include/fst/
replace-util.h 119 // Replaces non-terminals that have at most 'ninstances' instances
141 size_t nref; // # of non-terminal instances referring to this Fst
  /external/oprofile/doc/
opreport.xsd 184 is shared across by all module instances that reference it and thus it
232 associated with possibly multiple instances of a symbol. -->
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 81 // should start out pointing to other default instances.
95 // used to obtain pointers to default instances of embedded
reflection_ops_unittest.cc 180 // SetAllFields() rather than default instances.
201 // SetAllExtensions() rather than default instances.
service.h 174 // GetResponsePrototype() get the default instances of these required types.
175 // You can then call Message::New() on these instances to construct mutable
  /external/v8/test/cctest/
test-heap-profiler.cc 780 instances.Add(this);
818 static i::List<TestRetainedObjectInfo*> instances; member in class:__anon14482::TestRetainedObjectInfo
831 i::List<TestRetainedObjectInfo*> TestRetainedObjectInfo::instances; member in class:__anon14482::TestRetainedObjectInfo
867 CHECK_EQ(0, TestRetainedObjectInfo::instances.length());
871 CHECK_EQ(3, TestRetainedObjectInfo::instances.length());
872 for (int i = 0; i < TestRetainedObjectInfo::instances.length(); ++i) {
873 CHECK(TestRetainedObjectInfo::instances[i]->disposed());
874 delete TestRetainedObjectInfo::instances[i]; member in class:TestRetainedObjectInfo
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 105 // This destructor needs to be public so that using classes can destroy instances if initialization fails.
109 // on newly-constructed instances. Returns true on success.
  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.cpp 75 modify both instances.
85 modify both instances.
  /frameworks/base/core/java/android/os/
CommonClock.java 91 * state. Common time service instances in the client state enter the Ronin state after their
152 * methods are called. Clients should always call release on their client instances before
  /frameworks/base/core/java/android/webkit/
CacheManager.java 33 * Manages the HTTP cache used by an application's {@link WebView} instances.
57 * Represents a resource stored in the HTTP cache. Instances of this class
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
QueryController.java 122 * Counts the instances of the selector group. The selector must be in the following
246 "Counted %d instances of: %s", mPatternCounter, selector));
  /libcore/luni/src/main/java/java/util/
LinkedHashMap.java 36 * insertion-ordered instances a structural modification is an operation that
37 * removes or adds an entry. Access-ordered instances also are structurally
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Lock.java 78 * <p>Note that {@code Lock} instances are just normal objects and can
84 * instances in this way, except within their own implementation.
  /libcore/luni/src/main/java/java/util/jar/
Attributes.java 28 * Attribute keys are generally instances of {@code Attributes.Name}. Values
371 * Attributes} are equal. Two {@code Attributes} instances are equal if they

Completed in 1556 milliseconds

<<31323334353637383940>>