HomeSort by relevance Sort by last modified time
    Searched refs:INSTANCES (Results 1 - 16 of 16) sorted by null

  /external/ltp/tools/
autoltp 7 # host,userid,password,number of instances,time
43 print "format: host,userid,password,instances,time\n";
51 ($HOST,$USER,$PASS,$INSTANCES,$DURATION)=split(/,/,@hosts[$i]);
81 if($ssh->cmd("cd ltp* && nohup ./runalltests.sh $INSTANCES $DURATION >$RUN_LOG &")) {
  /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 323 PAN_COMMAND="${LTPROOT}/bin/ltp-pan $QUIET_MODE -e -S $INSTANCES $DURATION -a $$ \
334 ${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]
165 -x INSTANCES Run multiple instances of this testsuite.
440 INSTANCES="-x $OPTARG";;
563 [ -n "$INSTANCES" ] && \
565 INSTANCES="$INSTANCES -O ${TMP}"
744 PAN_COMMAND="${LTPROOT}/bin/ltp-pan $QUIET_MODE -e -S $INSTANCES $DURATION -a $$ \
840 "${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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1144 milliseconds