HomeSort by relevance Sort by last modified time
    Searched full:counts (Results 201 - 225 of 2525) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/e2fsprogs/tests/f_extent_bad_node/
expect.1 9 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_extra_journal/
expect.1 9 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_h_badnode/
expect.1 13 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_holedir2/
expect.1 13 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_illibitmap/
expect.1 16 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_imagic_fs/
expect.1 6 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_lpffile/
expect.1 9 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_miss_journal/
expect.1 9 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_mke2fs2b/
expect.1 12 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_orphan/
expect.1 9 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_preen/
expect.2 4 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_reconnect/
expect.1 4 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_summary_counts/
expect.1 5 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_zero_group/
expect.1 5 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_zero_super/
expect.1 5 Pass 4: Checking reference counts
  /external/emma/core/java12/com/vladium/emma/report/
IItem.java 47 // (coverage data) measured in counts:
51 // (coverage data) measured in counts or instrs:
58 // (metadata) measured in counts:
62 // (metadata) measured in counts or instrs:
  /external/linux-tools-perf/util/
parse-events.h 4 * Parse symbolic events/counts passed in as options:
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
mcsigpass.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
mcwatchpoints.stderr.exp 26 For counts of detected and suppressed errors, rerun with: -v
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 14 For counts of detected and suppressed errors, rerun with: -v
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntryCounter.java 19 * The class which just counts the number of vCard entries in the specified input.
  /system/core/include/memtrack/
memtrack.h 106 * Same as memtrack_proc_graphics_total, but counts GL memory (which
116 * Same as memtrack_proc_graphics_total, but counts GL memory (which
126 * Same as memtrack_proc_graphics_total, but counts miscellaneous memory
136 * Same as memtrack_proc_graphics_total, but counts miscellaneous memory
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 40 def countcalls(counts):
44 counts[func_name] = 0
46 counts[func_name] += 1
128 counts = {}
131 @countcalls(counts)
136 self.assertEqual(counts, dict(double=0))
141 self.assertEqual(counts['double'], 1)
143 self.assertEqual(counts['double'], 1)
145 self.assertEqual(counts['double'], 2)
150 self.assertEqual(counts['double'], 3
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 40 def countcalls(counts):
44 counts[func_name] = 0
46 counts[func_name] += 1
128 counts = {}
131 @countcalls(counts)
136 self.assertEqual(counts, dict(double=0))
141 self.assertEqual(counts['double'], 1)
143 self.assertEqual(counts['double'], 1)
145 self.assertEqual(counts['double'], 2)
150 self.assertEqual(counts['double'], 3
    [all...]

Completed in 781 milliseconds

1 2 3 4 5 6 7 891011>>