/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
ClockProvider.java | 51 private static final int INSTANCES = 3; 118 sURIMatcher.addURI(ClockContract.AUTHORITY, "instances", INSTANCES); 119 sURIMatcher.addURI(ClockContract.AUTHORITY, "instances/#", INSTANCES_ID); 164 case INSTANCES: 200 case INSTANCES: 201 return "vnd.android.cursor.dir/instances"; 203 return "vnd.android.cursor.item/instances"; 244 case INSTANCES: 274 case INSTANCES [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarAlarmManager.java | 38 import android.provider.CalendarContract.Instances; 79 + " LEFT OUTER JOIN " + Tables.INSTANCES 80 + " USING (" + Instances.EVENT_ID + "," 81 + Instances.BEGIN + "," + Instances.END + ")" 87 + " WHERE " + Tables.INSTANCES + "." + Instances.BEGIN + " ISNULL" 308 // alarm times are computed from Instances.begin (whose units 334 String subQueryPrefix = "SELECT " + Instances.BEGIN; 336 + " AS myAlarmTime" + "," + Tables.INSTANCES + "." + Instances.EVENT_I [all...] |
CalendarInstancesHelper.java | 34 import android.provider.CalendarContract.Instances; 48 CalendarInstancesHelper.InstancesList instances = get(syncIdKey); local 49 if (instances == null) { 50 instances = new CalendarInstancesHelper.InstancesList(); 51 put(syncIdKey, instances); 53 instances.add(values); 77 * Instances whose event_id field matches one of those events. 80 Instances._ID + " IN " + 81 "(SELECT " + Tables.INSTANCES + "." + Instances._ID + " as _id" [all...] |
CalendarProvider2.java | 51 import android.provider.CalendarContract.Instances; 264 CalendarDatabaseHelper.Tables.INSTANCES + " INNER JOIN " + 267 " ON (" + CalendarDatabaseHelper.Tables.INSTANCES + "." 268 + CalendarContract.Instances.EVENT_ID + "=" + 273 CalendarDatabaseHelper.Tables.INSTANCES + " INNER JOIN " + 276 " ON (" + CalendarDatabaseHelper.Tables.INSTANCES + "." 277 + CalendarContract.Instances.EVENT_ID + "=" + 287 CalendarContract.Instances.START_DAY + "<=? AND " + 288 CalendarContract.Instances.END_DAY + ">=?"; 291 CalendarContract.Instances.BEGIN + "<=? AND " [all...] |
CalendarDatabaseHelper.java | 145 public static final String INSTANCES = "Instances"; 166 "DELETE FROM " + Tables.INSTANCES + 167 " WHERE "+ CalendarContract.Instances.EVENT_ID + "=" + 333 mInstancesInserter = new DatabaseUtils.InsertHelper(db, Tables.INSTANCES); 409 db.execSQL("CREATE TABLE " + Tables.INSTANCES + " (" + 410 CalendarContract.Instances._ID + " INTEGER PRIMARY KEY," + 411 CalendarContract.Instances.EVENT_ID + " INTEGER," + 412 CalendarContract.Instances.BEGIN + " INTEGER," + // UTC millis 413 CalendarContract.Instances.END + " INTEGER," + // UTC milli [all...] |
/external/testng/src/test/java/test/thread/ |
ParallelTestTest.java | 42 verifyExpected(XmlSuite.ParallelMode.INSTANCES, 2, ParallelWithFactorySampleTest.class.getName());
|
/external/ltp/ |
runltplite.sh | 339 PAN_COMMAND="${LTPROOT}/bin/ltp-pan $QUIET_MODE -e -S $INSTANCES $DURATION -a $$ \ 350 ${LTPROOT}/bin/ltp-pan $QUIET_MODE -e -S $INSTANCES $DURATION -a $$ \
|
runltp | 114 -v [ -w CMDFILEADDR ] [ -x INSTANCES ] [ -b DEVICE ] [-B LTP_DEV_FS_TYPE] 166 -x INSTANCES Run multiple instances of this testsuite. 444 INSTANCES="-x $OPTARG";; 567 [ -n "$INSTANCES" ] && \ 569 INSTANCES="$INSTANCES -O ${TMP}" 752 PAN_COMMAND="${LTPROOT}/bin/ltp-pan $QUIET_MODE -e -S $INSTANCES $DURATION -a $$ \ 848 "${LTPROOT}/bin/ltp-pan" $QUIET_MODE -e -S $INSTANCES $DURATION -a $$ -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE $OUTPUTFILE $FAILCMDFILE $TCONFCMDFILE [all...] |
/external/testng/src/main/java/org/testng/ |
TestRunner.java | 734 XmlSuite.ParallelMode.CLASSES, XmlSuite.ParallelMode.INSTANCES); 830 if (XmlSuite.ParallelMode.INSTANCES.equals(m_xmlTest.getParallel())) { 873 List<List<IMethodInstance>> instances = createInstances(methodInstances); local [all...] |
/external/testng/src/main/java/org/testng/xml/ |
XmlSuite.java | 32 TESTS, METHODS, CLASSES, INSTANCES, NONE, TRUE, FALSE; 96 /** By default, a method failing will cause all instances of that class to skip */ 472 XmlUtils.setProperty(p, "group-by-instances", String.valueOf(getGroupByInstances()),
|
/external/guice/extensions/persist/lib/ |
hibernate3.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/ |
okhttp-3.4.1.jar | |
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/ |
testng-6.9.10.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |