Searched refs:count (Results 251 - 275 of 9536) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/containers/unord/unord.multiset/
H A Derase_key.pass.cpp57 assert(c.count(1) == 2);
58 assert(c.count(2) == 2);
59 assert(c.count(3) == 1);
60 assert(c.count(4) == 1);
64 assert(c.count(1) == 2);
65 assert(c.count(3) == 1);
66 assert(c.count(4) == 1);
70 assert(c.count(1) == 2);
71 assert(c.count(3) == 1);
72 assert(c.count(
[all...]
H A Dinsert_init.pass.cpp42 assert(c.count(1) == 2);
43 assert(c.count(2) == 2);
44 assert(c.count(3) == 1);
45 assert(c.count(4) == 1);
64 assert(c.count(1) == 2);
65 assert(c.count(2) == 2);
66 assert(c.count(3) == 1);
67 assert(c.count(4) == 1);
/external/libcxx/test/containers/unord/unord.set/
H A Derase_key.pass.cpp57 assert(c.count(1) == 1);
58 assert(c.count(2) == 1);
59 assert(c.count(3) == 1);
60 assert(c.count(4) == 1);
64 assert(c.count(1) == 1);
65 assert(c.count(3) == 1);
66 assert(c.count(4) == 1);
70 assert(c.count(1) == 1);
71 assert(c.count(3) == 1);
72 assert(c.count(
[all...]
H A Dinsert_init.pass.cpp42 assert(c.count(1) == 1);
43 assert(c.count(2) == 1);
44 assert(c.count(3) == 1);
45 assert(c.count(4) == 1);
64 assert(c.count(1) == 1);
65 assert(c.count(2) == 1);
66 assert(c.count(3) == 1);
67 assert(c.count(4) == 1);
/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_void_0.pass.cpp20 int count = 0; variable
26 int save_count = count;
28 assert(count == save_count + 1);
35 int save_count = count;
37 assert(count == save_count + 2);
40 void f() {++count;}
44 void operator()() {++count;}
45 void operator()() const {count += 2;}
/external/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
H A Dop_++int.pass.cpp23 assert(h.count() == 4);
24 assert(h2.count() == 3);
H A Dop_--int.pass.cpp23 assert(h.count() == 2);
24 assert(h2.count() == 3);
/external/libcxx/test/utilities/time/time.duration/time.duration.cons/
H A Drep02.pass.cpp25 assert(d.count() == 5);
28 static_assert(d2.count() == 5, "");
/external/libyuv/files/source/
H A Dcompare_neon.cc20 uint32 SumSquareError_NEON(const uint8* src_a, const uint8* src_b, int count) { argument
49 "+r"(count),
/external/qemu/include/exec/
H A Dgen-icount.h13 TCGv_i32 count; local
19 count = tcg_temp_local_new_i32();
20 tcg_gen_ld_i32(count, cpu_env, offsetof(CPUArchState, icount_decr.u32));
23 tcg_gen_subi_i32(count, count, 0xdeadbeef);
25 tcg_gen_brcondi_i32(TCG_COND_LT, count, 0, icount_label);
26 tcg_gen_st16_i32(count, cpu_env, offsetof(CPUArchState, icount_decr.u16.low));
27 tcg_temp_free_i32(count);
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.h15 int count, uint32_t* colors);
18 int count, uint32_t* colors);
19 void Color32_SSE2(SkPMColor dst[], const SkPMColor src[], int count,
22 int count, int x, int y);
24 uint32_t xy[], int count, int x, int y);
26 uint32_t xy[], int count, int x, int y);
28 uint32_t xy[], int count, int x, int y);
31 int count, uint16_t* colors);
/external/chromium_org/third_party/icu/source/common/
H A Dcpputils.h26 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) argument
27 { uprv_memcpy(dst, src, (size_t)(count * sizeof(*src))); }
31 double* dst, int32_t dstStart, int32_t count)
32 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)(count * sizeof(*src))); }
35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) argument
36 { uprv_memcpy(dst, src, (size_t)(count * sizeof(*src))); }
40 int8_t* dst, int32_t dstStart, int32_t count)
41 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)(count * sizeof(*src))); }
44 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) argument
45 { uprv_memcpy(dst, src, (size_t)(count * sizeo
30 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) argument
39 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) argument
48 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) argument
53 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) argument
57 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) argument
63 uprv_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) argument
72 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) argument
80 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractConcurrentHashMultisetTest.java43 assertEquals(2, ms.count("a"));
44 assertEquals(1, ms.count("b"));
45 assertEquals(1, ms.count("c"));
57 assertEquals(2, cms.count("a"));
60 assertEquals(0, cms.count("a"));
62 assertEquals(4, cms.count("b"));
64 assertEquals(5, cms.count("c"));
80 assertEquals(2, cms.count("a"));
83 assertEquals(0, cms.count("c"));
85 assertEquals(0, cms.count("
[all...]
/external/icu/icu4c/source/common/
H A Dcpputils.h26 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) argument
27 { uprv_memcpy(dst, src, (size_t)(count * sizeof(*src))); }
31 double* dst, int32_t dstStart, int32_t count)
32 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)(count * sizeof(*src))); }
35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) argument
36 { uprv_memcpy(dst, src, (size_t)(count * sizeof(*src))); }
40 int8_t* dst, int32_t dstStart, int32_t count)
41 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)(count * sizeof(*src))); }
44 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) argument
45 { uprv_memcpy(dst, src, (size_t)(count * sizeo
30 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) argument
39 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) argument
48 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) argument
53 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) argument
57 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) argument
63 uprv_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) argument
72 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) argument
80 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) argument
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dunity_service.h15 void SetDownloadCount(int count);
/external/chromium_org/components/tools/metrics/
H A Dcount_ifdefs_unittest.py21 count = count_ifdefs.CountIfdefs('OS_[A-Z]+', self.root)
22 self.failUnless(count == 6)
25 count = count_ifdefs.CountIfdefs('OS_[A-Z]+', self.root, True)
26 self.failUnless(count == 4)
/external/chromium_org/third_party/icu/source/samples/layout/
H A Darraymem.h14 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dcompare_neon.cc21 uint32 SumSquareError_NEON(const uint8* src_a, const uint8* src_b, int count) { argument
52 "+r"(count),
61 uint32 SumSquareError_NEON(const uint8* src_a, const uint8* src_b, int count) {
91 "+r"(count),
/external/chromium_org/third_party/skia/src/core/
H A DSkColorTable.cpp21 int count = src.count(); local
22 fCount = SkToU16(count);
24 sk_malloc_throw(count * sizeof(SkPMColor)));
25 memcpy(fColors, src.fColors, count * sizeof(SkPMColor));
31 SkColorTable::SkColorTable(const SkPMColor colors[], int count, SkAlphaType at) argument
34 SkASSERT(0 == count || colors);
36 if (count < 0) {
37 count = 0;
38 } else if (count > 25
68 build_16bitcache(uint16_t dst[], const SkPMColor src[], int count) argument
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.h15 int count, uint32_t* colors);
18 int count, uint32_t* colors);
21 int count, uint32_t* colors);
24 int count, uint32_t* colors);
/external/clang/test/Index/
H A Dprint-bitwidth.c12 int count; member in struct:X
24 // CHECK-NOT: count
/external/icu/icu4c/source/samples/layout/
H A Darraymem.h14 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
/external/javassist/sample/rmi/
H A DCounter.java9 private int count = 0; field in class:Counter
12 return count;
16 count += 1;
17 return count;
/external/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/
H A Dtest.pass.cpp24 for_each_test(int c) : count(c) {}
25 int count; member in struct:for_each_test
26 void operator()(int& i) {++i; ++count;}
36 assert(f.count == s);
/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
H A Dconvert.fail.cpp30 assert(A::count == 1);
31 assert(B::count == 1);
33 assert(A::count == 0);
34 assert(B::count == 0);

Completed in 6526 milliseconds

<<11121314151617181920>>