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

<<11121314151617181920>>

  /development/samples/Spinner/src/com/android/example/spinner/
SpinnerActivity.java 158 * provide local instances of the mLocalAdapter and the mLocalContext
295 * SharedPreferences is a "file" containing a hashmap. All instances of an application
296 * share the same instance of this file, which means that all instances of an application
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 27 * <p>Factory for creating {@link Log} instances. Applications should call
28 * the <code>makeNewLogInstance()</code> method to instantiate new instances
148 /** Don't allow others to create instances */
  /external/guava/guava/src/com/google/common/collect/
Cut.java 28 * Implementation detail for the internal structure of {@link Range} instances. Represents
29 * a unique way of "cutting" a "number line" (actually of instances of type {@code C}, not
32 * way, an interval can always be represented by a pair of {@code Cut} instances.
ImmutableListMultimap.java 46 * it has no public or protected constructors. Thus, instances of this class
138 * A builder for creating immutable {@code ListMultimap} instances, especially
149 * Builder instances can be reused; it is safe to call {@link #build} multiple
ImmutableTable.java 35 * it has no public or protected constructors. Thus, instances of this class are
123 * A builder for creating immutable table instances, especially {@code public
142 * <p>Builder instances can be reused - it is safe to call {@link #build}
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableListMultimap.java 41 * it has no public or protected constructors. Thus, instances of this class
133 * A builder for creating immutable {@code ListMultimap} instances, especially
144 * Builder instances can be reused; it is safe to call {@link #build} multiple
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 120 may be ``unicode`` instances, subject to normal Python ``str`` to
142 ``encoding`` is the character encoding for str instances, default is UTF-8.
198 ``encoding`` is the character encoding for str instances, default is UTF-8.
  /frameworks/base/docs/html/tools/testing/
service_testing.jd 120 rest of the system. If you don't provide your own instances of these objects before you
122 instances and inject them into the Service. You can override this behavior by creating and
123 injecting your own instances before starting the Service
  /frameworks/base/docs/html/training/improving-layouts/
optimizing-layout.jd 39 layout, and drawing. For example, using nested instances of {@link android.widget.LinearLayout} can
40 lead to an excessively deep view hierarchy. Furthermore, nesting several instances of {@link
82 using nested instances of {@link android.widget.LinearLayout}.</p>
  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationFactory.java 36 * The annotation implementation based on dynamically generated proxy instances.
40 * Namely, annotation instances are immutable and serializable; they provide
106 * New instances should not be created directly, use factory method
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 144 public static final String INSTANCES = "Instances";
165 "DELETE FROM " + Tables.INSTANCES +
166 " WHERE "+ CalendarContract.Instances.EVENT_ID + "=" +
332 mInstancesInserter = new DatabaseUtils.InsertHelper(db, Tables.INSTANCES);
408 db.execSQL("CREATE TABLE " + Tables.INSTANCES + " (" +
409 CalendarContract.Instances._ID + " INTEGER PRIMARY KEY," +
410 CalendarContract.Instances.EVENT_ID + " INTEGER," +
411 CalendarContract.Instances.BEGIN + " INTEGER," + // UTC millis
412 CalendarContract.Instances.END + " INTEGER," + // UTC milli
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 87 // two different ContextThemeWrapper instances.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputCollector.java 22 * Destination for {@link DalvInsn} instances being output. This class
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 28 /** the required alignment for instances of this class */
EncodedArrayItem.java 36 /** the required alignment for instances of this class */
FieldIdsSection.java 33 * FieldIdItem} instances
MemberIdItem.java 29 /** size of instances when written out to a file, in bytes */
MethodIdsSection.java 33 * MethodIdItem} instances
ProtoIdsSection.java 33 * {@code non-null;} map from method prototypes to {@link ProtoIdItem} instances
StringIdItem.java 28 /** size of instances when written out to a file, in bytes */
UniformItemSection.java 61 * IndexedItem} instances.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
InsnList.java 22 * List of {@link Insn} instances.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java 100 * List of {@link Constant} instances.
CstInteger.java 27 /** {@code non-null;} array of cached instances */
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 24 * Destination for {@link DalvInsn} instances being output. This class

Completed in 486 milliseconds

<<11121314151617181920>>