HomeSort by relevance Sort by last modified time
    Searched full:instances (Results 126 - 150 of 3780) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/smack/src/com/kenai/jbosh/
StaticBody.java 27 * definition of messages from pre-existing message content. Instances of
35 * instances of this class.
37 * Instances of this class are immutable and thread-safe.
  /libcore/luni/src/main/java/java/text/
CollationKey.java 22 * Comparing two {@code CollationKey} instances returns the relative order of
26 * string under two different {@code Collator} instances might differ. Hence
27 * comparing collation keys generated from different {@code Collator} instances
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionBundle.java 25 * A wrapper around the Bundle instances used to start the TransactionService.
83 * Constructor of a bundle used for TransactionBundle instances of type
98 * Constructor of a transaction bundle used for incoming bundle instances.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 140 # meta classes for creating abstract classes and instances
184 # classes and instances. Before the 2.2 release, TypeErrors were
186 # triggered by mixing 'normal' classes and instances were with
187 # 'abstract' classes and instances. This case tries to test all
191 # normal instances
201 # abstract instances
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 140 # meta classes for creating abstract classes and instances
184 # classes and instances. Before the 2.2 release, TypeErrors were
186 # triggered by mixing 'normal' classes and instances were with
187 # 'abstract' classes and instances. This case tries to test all
191 # normal instances
201 # abstract instances
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/ui/
CtsDeviceJankUi.java 50 // Stop any existing instances
83 // Stop any remaining instances
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
TypeList.java 20 * List of {@link Type} instances (or of things that contain types).
52 * Gets the number of 32-bit words required to hold instances of
  /dalvik/dx/src/com/android/dx/dex/code/
CodeAddress.java 24 * array. Instances are used for such things as branch targets and
25 * exception handler ranges. Its code size is zero, and so instances
  /dalvik/dx/src/com/android/dx/rop/type/
TypeList.java 20 * List of {@link Type} instances (or of things that contain types).
52 * Gets the number of 32-bit words required to hold instances of
  /external/bison/tests/
c++.at 209 /// A class that counts its number of instances.
213 static objects instances;
219 return instances.empty();
231 for (objects::const_iterator i = instances.begin(),
232 i_end = instances.end();
246 instances.push_back(this);
252 instances.remove(this);
264 Object::objects Object::instances;
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_factory_chromeos.h 30 // for UserCloudPolicyManagerChromeOS instances that initialize per-profile
35 // Therefore, lifetime of instances is managed by Profile, Profile startup code
  /external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_api.h 28 // Factory creating DesktopMediaList and DesktopMediaPicker instances.
39 // Used to set PickerFactory used to create mock DesktopMediaPicker instances
  /external/chromium_org/chrome/browser/extensions/
external_loader.h 21 // Instances are owned by ExternalProviderImpl objects.
22 // Instances are created on the UI thread and expect public method calls from
  /external/chromium_org/components/metrics/proto/
profiler_event.proto 54 // The total execution time for instances this task.
61 // The total time instances this task spent waiting (e.g. in a message loop)
  /external/chromium_org/ppapi/api/private/
ppb_instance_private.idl 9 * instances.
37 * trusted plugin instances.
  /external/chromium_org/ppapi/c/private/
ppb_instance_private.h 24 * instances.
57 * trusted plugin instances.
  /external/chromium_org/ppapi/thunk/
ppb_char_set_thunk.cc 21 // future and assume people pass proper instances.
57 // future and assume people pass proper instances.
  /external/chromium_org/remoting/host/
desktop_environment.h 62 // Used to create |DesktopEnvironment| instances.
77 // Returns |true| if created |DesktopEnvironment| instances support audio
  /external/chromium_org/third_party/WebKit/Source/wtf/
TerminatedArray.h 70 // Allocator describes how TerminatedArrayBuilder should create new instances
87 // Prohibit construction. Allocator makes TerminatedArray instances for
  /external/chromium_org/third_party/icu/source/tools/genrb/
rle.h 31 * ESCAPE_BYTE n b n instances of byte b
48 * ESCAPE n c n instances of character c
  /external/chromium_org/third_party/skia/src/gpu/
GrTMultiMap.h 15 /** A set that contains pointers to instances of T. Instances can be looked up with key Key.
  /external/chromium_org/third_party/tlslite/tlslite/
x509certchain.py 15 @ivar x509List: A list of L{tlslite.x509.X509} instances,
24 @param x509List: A list of L{tlslite.x509.X509} instances,
  /external/chromium_org/v8/src/
allocation.h 30 // A macro is used for defining the base class used for embedded instances.
36 // Superclass for classes with instances allocated inside stack
  /external/chromium_org/v8/test/mjsunit/
debug-constructed-by.js 38 // Initially no instances.
52 // Create 10 more instances making for 11.
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
TypeList.java 20 * List of {@link Type} instances (or of things that contain types).
52 * Gets the number of 32-bit words required to hold instances of

Completed in 623 milliseconds

1 2 3 4 56 7 8 91011>>