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

1 2 3 45 6 7 8 910

  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
gcov-io.h 138 counts: header int64:count*
139 summary: int32:checksum {count-summary}GCOV_COUNTERS_SUMMABLE
140 count-summary: int32:num int32:runs int64:sum
162 ZERO_FIXUP record contains a count of functions in the gcda file
323 #define GCOV_TAG_FOR_COUNTER(COUNT) \
324 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17))
359 /* Number of counters whose profile count falls within the bucket. */
361 /* Smallest profile count included in this bucket. */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
gcov-io.h 138 counts: header int64:count*
139 summary: int32:checksum {count-summary}GCOV_COUNTERS_SUMMABLE
140 count-summary: int32:num int32:runs int64:sum
162 ZERO_FIXUP record contains a count of functions in the gcda file
323 #define GCOV_TAG_FOR_COUNTER(COUNT) \
324 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17))
359 /* Number of counters whose profile count falls within the bucket. */
361 /* Smallest profile count included in this bucket. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
gcov-io.h 138 counts: header int64:count*
139 summary: int32:checksum {count-summary}GCOV_COUNTERS_SUMMABLE
140 count-summary: int32:num int32:runs int64:sum
162 ZERO_FIXUP record contains a count of functions in the gcda file
323 #define GCOV_TAG_FOR_COUNTER(COUNT) \
324 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17))
359 /* Number of counters whose profile count falls within the bucket. */
361 /* Smallest profile count included in this bucket. */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
gcov-io.h 138 counts: header int64:count*
139 summary: int32:checksum {count-summary}GCOV_COUNTERS_SUMMABLE
140 count-summary: int32:num int32:runs int64:sum
162 ZERO_FIXUP record contains a count of functions in the gcda file
323 #define GCOV_TAG_FOR_COUNTER(COUNT) \
324 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17))
359 /* Number of counters whose profile count falls within the bucket. */
361 /* Smallest profile count included in this bucket. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
gcov-io.h 138 counts: header int64:count*
139 summary: int32:checksum {count-summary}GCOV_COUNTERS_SUMMABLE
140 count-summary: int32:num int32:runs int64:sum
162 ZERO_FIXUP record contains a count of functions in the gcda file
323 #define GCOV_TAG_FOR_COUNTER(COUNT) \
324 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17))
359 /* Number of counters whose profile count falls within the bucket. */
361 /* Smallest profile count included in this bucket. */
  /prebuilts/tools/common/m2/repository/me/leolin/ShortcutBadger/1.1.13/
ShortcutBadger-1.1.13.jar 
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 119 final int COUNT = 12;
120 expect(backingMap.get(KEY)).andReturn(new AtomicInteger(COUNT));
123 assertEquals(COUNT, multiset.count(KEY));
131 assertEquals(0, multiset.count(KEY));
145 final int COUNT = 400;
151 assertEquals(0, multiset.add(KEY, COUNT));
285 assertEquals(2, cms.count("a"));
287 assertEquals(0, cms.count("c"));
290 assertEquals(2, cms.count("a"))
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsXmlV1.java 49 private static final String COUNT = "count";
62 private static final String COUNT_ATTR = "count";
127 int count = XmlUtils.readIntAttribute(parser, COUNT); local
128 usageStats.mChooserCounts.get(action).put(category, count);
224 int count = counts.valueAt(i); local
225 if (count > 0) {
228 XmlUtils.writeIntAttribute(xml, COUNT, count);
    [all...]
  /prebuilts/sdk/tools/
jack-admin 509 COUNT=$4
512 COUNT=5
534 --form "count=$COUNT;type=text/plain$CHARSET_ARGUMENT" \
  /cts/tests/filesystem/src/android/filesystem/cts/
SequentialRWTest.java 58 report.addValue("files", numberOfFiles, ResultType.NEUTRAL, ResultUnit.COUNT);
  /frameworks/base/services/core/jni/
com_android_server_lights_LightsService.cpp 77 if (light < 0 || light >= static_cast<jint>(Type::COUNT)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 308 Log.v(TAG, "COUNT : " + hs.getHeader(HeaderSet.COUNT));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckTestActivity.java 207 ResultType.NEUTRAL, ResultUnit.COUNT);
209 ResultType.NEUTRAL, ResultUnit.COUNT);
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_weakref.py 149 "wrong weak ref count for object")
152 "wrong weak ref count for object after deleting proxy")
821 COUNT = 10
840 self.assertTrue(len(dict) == self.COUNT)
842 self.assertTrue(len(dict) == (self.COUNT - 1),
869 self.assertTrue(len(dict) == self.COUNT)
871 self.assertTrue(len(dict) == (self.COUNT - 1),
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_builder.cpp 74 cf->bc.count = (bb.ndw() >> 1) - cf->bc.addr - 1;
80 cf->bc.count = (((bb.ndw() >> 1) - cf->bc.addr) >> 1) - 1;
162 .COUNT(bc.count)
175 .COUNT(bc.count)
182 assert(bc.count < ctx.max_fetch);
190 .COUNT(bc.count & 7)
191 .COUNT_3(bc.count >> 3
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-pexecute.c 120 /* Print an error message and bump the error count. LINE is the line
227 #define TEST_PEX_GET_STATUS(PEXOBJ, COUNT, VECTOR) \
230 if (!pex_get_status (PEXOBJ, COUNT, VECTOR)) \
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationKey.java 124 public static final int COUNT = 3;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 127 public static final int COUNT = 3;
  /external/tinyxml2/
tinyxml2.h 67 size_t count,
183 T* PushArr( int count )
185 EnsureCapacity( size+count );
187 size += count;
193 void PopArr( int count )
195 TIXMLASSERT( size >= count );
196 size -= count;
267 for( int i=0; i<COUNT-1; ++i ) {
270 block->chunk[COUNT-1].next = 0;
295 enum { COUNT = 1024/SIZE };
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
CaptureDataSerializer.java 191 int numChannels = RggbChannelVector.COUNT;
  /tools/tradefederation/core/tests/src/com/android/tradefed/profiler/recorder/
NumericAggregateFunctionTest.java 83 new NumericAggregateFunction(MetricType.COUNT).getFunction();
  /external/python/cpython2/Lib/test/
test_weakref.py 174 "wrong weak ref count for object")
177 "wrong weak ref count for object after deleting proxy")
907 COUNT = 10
    [all...]

Completed in 3258 milliseconds

1 2 3 45 6 7 8 910