HomeSort by relevance Sort by last modified time
    Searched refs:COUNT (Results 151 - 175 of 227) sorted by null

1 2 3 4 5 67 8 910

  /external/v8/benchmarks/
richards.js 49 scheduler.addIdleTask(ID_IDLE, 0, null, COUNT);
80 var COUNT = 1000;
86 * correct run so if the actual queue or hold count is different from
124 * @param {int} count the number of times to schedule the task
126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
127 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
365 * @param {int} count the number of times this task should be scheduled
368 function IdleTask(scheduler, v1, count) {
371 this.count = count;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 250 hs.setHeader(HeaderSet.COUNT, (long) numShares);
BluetoothOppObexServerSession.java 550 objectCount = (Long) request.getHeader(HeaderSet.COUNT);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h     [all...]
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabNeighborCellTest.py 145 COUNT = 'count'
449 cell_info_stats[unique_id] = {self.RSSI: 0, self.COUNT: 0}
451 cell_info_stats[unique_id][self.COUNT] += 1
463 self.COUNT] < expected_number_of_sample_reported:
466 expected_cell_info[unique_id][self.COUNT],
472 cell_info_stats[unique_id][self.COUNT]
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 266 ids_length = ids->count(status);
526 const int32_t COUNT = 4;
527 DateFormat* dateFormats[COUNT];
591 assertTrue("data size", EXPECTED_LENGTH == COUNT * UDAT_FIELD_COUNT);
594 for (j = 0, exp = 0; j < COUNT; ++j) {
644 for (i=0; i<COUNT; ++i) {
4866 int32_t count; local
4885 int32_t count; local
    [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 149 CREATE TRIGGER raw_contacts_deleted BEFORE DELETE ON raw_contacts BEGIN DELETE FROM data WHERE raw_contact_id=OLD._id; DELETE FROM agg_exceptions WHERE raw_contact_id1=OLD._id OR raw_contact_id2=OLD._id; DELETE FROM visible_contacts WHERE _id=OLD.contact_id AND (SELECT COUNT(*) FROM raw_contacts WHERE contact_id=OLD.contact_id )=1; DELETE FROM default_directory WHERE _id=OLD.contact_id AND (SELECT COUNT(*) FROM raw_contacts WHERE contact_id=OLD.contact_id )=1; DELETE FROM contacts WHERE _id=OLD.contact_id AND (SELECT COUNT(*) FROM raw_contacts WHERE contact_id=OLD.contact_id )=1; END;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MrcWrapper.c 38 #define COUNT(a) (sizeof(a)/sizeof(*a))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java     [all...]
MeasureFormat.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 358 final int COUNT = 4;
359 DateFormat[] dateFormats = new DateFormat[COUNT];
400 assertTrue("data size", EXPECTED.length == COUNT * DateFormat.FIELD_COUNT);
460 for (j = 0, exp = 0; j < COUNT; ++j) {
2689 long count = locales.length; local
    [all...]
NumberFormatTest.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java     [all...]
MeasureFormat.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 357 final int COUNT = 4;
358 DateFormat[] dateFormats = new DateFormat[COUNT];
399 assertTrue("data size", EXPECTED.length == COUNT * DateFormat.FIELD_COUNT);
459 for (j = 0, exp = 0; j < COUNT; ++j) {
2688 long count = locales.length; local
    [all...]
NumberFormatTest.java     [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 505 for (int i = 0; i < Settings.COUNT; i++) {
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java 356 int COUNT = GET_DEFAULT_LAUNCHER + 1;
382 private final int[] mCountStats = new int[Stats.COUNT];
385 private final long[] mDurationStats = new long[Stats.COUNT];
3610 final int count = mCountStats[statId]; local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/icu/icu4c/source/i18n/
measfmt.cpp 102 static const int32_t PER_UNIT_INDEX = StandardPlural::COUNT;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java 482 int[] blackLevelPattern = new int[BlackLevelPattern.COUNT];
    [all...]

Completed in 1696 milliseconds

1 2 3 4 5 67 8 910