/external/dexmaker/src/dx/java/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
|
/external/libvorbis/doc/vorbisfile/ |
threads.html | 20 href="OggVorbis_File.html">OggVorbis_File</a> instances is serialized. 30 instances. <p>
|
/external/proguard/src/proguard/util/ |
ListMatcher.java | 25 * instances. The instances are considered sequentially. Each instance in the
|
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/ |
AndroidDeviceHandler.java | 27 * This class represents a TmL IDeviceHandler for Android Emulator Instances. 31 * - Create an IInstance object for Android Emulator Device Instances
|
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/devicelayoutspecification/ |
ObjectFactory.java | 26 * construct new instances of the Java representation
38 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: layout_devices
|
/packages/providers/CalendarProvider/ |
maketests.py | 103 instances = []
variable 107 instances.append((startTime,endTime))
109 instances = map(fixInstance, instances)
variable 110 instances.sort()
122 for i in instances:
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
CalendarAppWidgetService.java | 34 import android.provider.CalendarContract.Instances; 61 private static final String EVENT_SORT_ORDER = Instances.START_DAY + " ASC, " 62 + Instances.START_MINUTE + " ASC, " + Instances.END_DAY + " ASC, " 63 + Instances.END_MINUTE + " ASC LIMIT " + EVENT_MAX_COUNT; 67 + Instances.SELF_ATTENDEE_STATUS + "!=" + Attendees.ATTENDEE_STATUS_DECLINED; 70 Instances.ALL_DAY, 71 Instances.BEGIN, 72 Instances.END, 73 Instances.TITLE [all...] |
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/refresh/ |
InstancesListRefresh.java | 40 * This class is responsible for refreshing the TML Instances List It checks if
49 * Instances, the TML Instances list is updated
69 * Creates Emulator instances to represent every VM available in the system.
83 * In case the is no TmL instances for a given VM, create the TmL
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/ |
Expr.g3 | 51 Change all instances of "System.out" with "JSystem.@out". 53 Change all instances of "System.err" with "JSystem.err". 55 Change all instances of "skip()" with "Skip()".
|
/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.
|
/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/astl/src/ |
ios_globals.cpp | 38 // Global instances of cout and cerr. Here we reserve the memory for 41 // instances of the streams.
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_win_unittest.cc | 16 // Subclass of BrowserAccessibilityWin that counts the number of instances. 69 // BrowserAccessibility instances upon delete. 96 // that exactly 3 instances were created. Note that the manager takes 107 // Delete the manager and test that all 3 instances are deleted. 220 // Delete the manager and test that all BrowserAccessibility instances are 252 // that exactly 4 instances were created. Note that the manager takes 276 // Delete the manager and test that all BrowserAccessibility instances are 361 // Delete the manager and test that all BrowserAccessibility instances are
|
/external/chromium/chrome/browser/extensions/ |
external_extension_loader.h | 18 // Instances are owned by ExternalExtensionProviderImpl objects. 19 // Instances are created on the UI thread and expect public method calls from
|
/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
|
/external/guava/guava/src/com/google/common/base/ |
Equivalences.java | 25 * Contains static factory methods for creating {@code Equivalence} instances. 27 * <p>All methods return serializable instances.
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
LinkedHashMultiset.java | 26 * element was added. When the multiset contains multiple instances of an 27 * element, those instances are consecutive in the iteration order. If all
|
/external/icu4c/tools/genrb/ |
rle.h | 31 * ESCAPE_BYTE n b n instances of byte b 48 * ESCAPE n c n instances of character c
|
/external/llvm/include/llvm/MC/ |
MCLabel.h | 23 /// MCLabel - Instances of this class represent a label name in the MC file, 25 /// should only be constructed for valid instances in the object file.
|
/external/qemu/android/protocol/ |
core-commands.h | 64 * Instances of this structure contains content of the NetworkSpeed structure, 81 * Instances of this structure contains content of the NetworkLatency structure,
|
/external/v8/test/mjsunit/ |
debug-constructed-by.js | 38 // Initially no instances. 52 // Create 10 more instances making for 11.
|
/frameworks/base/core/java/android/net/ |
SSLSessionCache.java | 43 * Multiple instances for the same directory share data internally. 54 * Multiple instances share data internally.
|