/sdk/eclipse/scripts/ |
update_version.sh | 33 echo "Remaining instances of $REALOLD"
|
/tools/motodev/src/help/studio_help/src/topics/ |
u_select-instance.dita | 18 <p>This dialog displays the set of device instances currently known to MOTODEV Studio for Android. This includes
|
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/refresh/ |
InstancesListRefreshHandler.java | 30 * Call the method responsible for refreshing the TML Instances List
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
MetaData.java | 28 * The global meta-data used for expanding the Instances table is stored in one 219 * Clears the time range for the Instances table. The rows in the 220 * Instances table will be deleted (and regenerated) the next time 221 * that the Instances table is queried. 224 * on the Instances table.
|
CalendarProvider2.java | 47 import android.provider.CalendarContract.Instances; 262 CalendarDatabaseHelper.Tables.INSTANCES + " INNER JOIN " + 265 " ON (" + CalendarDatabaseHelper.Tables.INSTANCES + "." 266 + CalendarContract.Instances.EVENT_ID + "=" + 271 CalendarDatabaseHelper.Tables.INSTANCES + " INNER JOIN " + 274 " ON (" + CalendarDatabaseHelper.Tables.INSTANCES + "." 275 + CalendarContract.Instances.EVENT_ID + "=" + 285 CalendarContract.Instances.START_DAY + "<=? AND " + 286 CalendarContract.Instances.END_DAY + ">=?"; 289 CalendarContract.Instances.BEGIN + "<=? AND " [all...] |
/frameworks/base/services/java/com/android/server/ |
AppWidgetServiceImpl.java | 100 ArrayList<AppWidgetId> instances = new ArrayList<AppWidgetId>(); field in class:AppWidgetServiceImpl.Provider 111 ArrayList<AppWidgetId> instances = new ArrayList<AppWidgetId>(); field in class:AppWidgetServiceImpl.Host 129 * and may lead us to leak AppWidgetService instances (if there were more than one). 183 // These are for debugging only -- widgets are going missing in some rare instances 342 pw.print(" instances.size="); pw.print(host.instances.size()); 431 host.instances.add(id); 484 final int N = host.instances.size(); 486 AppWidgetId id = host.instances.get(i); 489 host.instances.clear() 979 ArrayList<AppWidgetId> instances = p.instances; local 1121 ArrayList<AppWidgetId> instances = host.instances; local [all...] |
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaWindowAdapter.java | 30 import android.provider.CalendarContract.Instances; 82 CalendarContract.Instances.START_DAY + " ASC, " + 83 CalendarContract.Instances.BEGIN + " ASC, " + 105 Instances._ID, // 0 106 Instances.TITLE, // 1 107 Instances.EVENT_LOCATION, // 2 108 Instances.ALL_DAY, // 3 109 Instances.HAS_ALARM, // 4 110 Instances.DISPLAY_COLOR, // 5 If SDK < 16, set to Instances.CALENDAR_COLOR [all...] |
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 36 * container {@link InsnList}. {@code Insn} instances represent 42 * <li> {@link Rop} instances represent opcodes in the abstract machine. Many 43 * {@code Rop} instances are singletons defined in static fields in 49 * <li> {@link Type} instances represent the core data types that can be 66 * {@code BasicBlock} instances are immutable and thus any modification to 68 * instances (with identical labels) being created.<p>
|
/external/webkit/Source/WebCore/svg/ |
SVGElement.cpp | 166 HashSet<SVGElementInstance*>& instances = ensureRareSVGData()->elementInstances(); local 167 ASSERT(!instances.contains(instance)); 169 instances.add(instance); 177 HashSet<SVGElementInstance*>& instances = rareSVGData()->elementInstances(); local 178 ASSERT(instances.contains(instance)); 180 instances.remove(instance);
|
/dalvik/hit/src/com/android/hit/ |
Heap.java | 41 // List of instances of above class definitions 149 * Spin through all of the class instances and link them to their
|
/dalvik/vm/alloc/ |
Alloc.h | 128 * Returns a count of the direct instances of a class. 133 * Returns a count of the instances of a class and its subclasses.
|
/external/apache-http/src/org/apache/http/conn/params/ |
ConnManagerPNames.java | 56 * and applies to individual manager instances. 66 * and applies to individual manager instances.
|
/external/chromium/net/proxy/ |
multi_threaded_proxy_resolver.h | 24 // ProxyResolverFactory is an interface for creating ProxyResolver instances. 59 // Because we are creating multiple ProxyResolver instances, this means we
|
/external/guava/guava/src/com/google/common/collect/ |
LinkedHashMultiset.java | 30 * element was added. When the multiset contains multiple instances of an 31 * element, those instances are consecutive in the iteration order. If all
|
MapDifference.java | 68 * #entriesDiffering()} of the two instances are equal. 102 * Two instances are considered equal if their {@link #leftValue()}
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractCheckedFuture.java | 66 * exceptions to instances of type {@code X} using {@link #mapException}. 94 * propagated) to instances of type {@code X} using {@link #mapException}.
|
/external/proguard/src/proguard/util/ |
ListParser.java | 26 * This StringParser can create StringMatcher instances for regular expressions. 31 * instances for the entries is delegated to the given StringParser.
|
/external/v8/src/ |
allocation.h | 53 // A macro is used for defining the base class used for embedded instances. 59 // Superclass for classes with instances allocated inside stack
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/ |
15.3.5-2.js | 24 ECMA Section: 15.3.5 Properties of Function Instances 60 var TITLE = "Properties of Function Instances";
|
/external/webkit/Source/WebCore/platform/win/ |
WindowMessageBroadcaster.cpp | 40 static InstanceMap instances; local 41 return instances;
|
/frameworks/base/core/java/android/os/ |
Parcelable.java | 20 * Interface for classes whose instances can be written to 94 * field that generates instances of your Parcelable class from a Parcel.
|
/frameworks/base/core/java/android/util/ |
DebugUtils.java | 39 * <li>Select TextView instances: <code>TextView</code></li> 40 * <li>Select TextView instances of text "Loading" and bottom offset of 22:
|
/frameworks/base/services/java/com/android/server/accessibility/ |
EventStreamTransformation.java | 25 * motion and accessibility events. Instances implementing this interface are 31 * Note that since instances implementing this interface are transformations
|
/libcore/dalvik/src/main/java/dalvik/system/ |
BaseDexClassLoader.java | 88 * Unfortunately, instances of this class don't really have this 104 * instances. This is rather unlikely, and given that this whole
|
/libcore/luni/src/main/java/java/lang/ref/ |
package.html | 53 {@link java.lang.ref.WeakReference} or {@link java.lang.ref.PhantomReference} instances. 71 {@link java.lang.ref.PhantomReference} instances.
|