HomeSort by relevance Sort by last modified time
    Searched defs:count (Results 76 - 100 of 9532) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/jarjar/src/test/
Generics.class 
  /external/kernel-headers/original/uapi/linux/
ivtvfb.h 33 int count; member in struct:ivtvfb_dma_frame
  /external/libchrome/base/metrics/
sample_map_unittest.cc 85 HistogramBase::Count count; local
87 it->Get(&min, &max, &count);
90 EXPECT_EQ(100, count);
94 it->Get(&min, &max, &count);
97 EXPECT_EQ(200, count);
100 it->Get(&min, &max, &count);
103 EXPECT_EQ(-300, count);
129 HistogramBase::Count count; local
157 HistogramBase::Count count; local
    [all...]
  /external/libcups/cups/
md5-private.h 52 unsigned int count[2]; /* message length in bits, lsw first */ member in struct:_cups_md5_state_s
  /external/libcxx/test/libcxx/localization/locales/locale/locale.types/locale.facet/
facet.pass.cpp 29 static int count; member in struct:my_facet
32 {++count;}
34 ~my_facet() {--count;}
37 int my_facet::count = 0; member in class:my_facet
43 assert(my_facet::count == 1);
45 assert(my_facet::count == 0);
48 assert(my_facet::count == 1);
50 assert(my_facet::count == 1);
52 assert(my_facet::count == 0);
  /external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/
A.h 19 explicit A(int id) : id_(id) {++count;}
20 A(const A& a) : id_(a.id_) {++count;}
21 ~A() {assert(id_ >= 0); id_ = -1; --count;}
25 static int count; member in class:A
28 int A::count = 0; member in class:A
  /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : std::collate<C>(refs) {++count;}
30 ~my_facet() {--count;}
33 template <class C> int my_facet<C>::count = 0; member in class:my_facet
39 assert(my_facet<char>::count == 1);
41 assert(my_facet<char>::count == 0);
44 assert(my_facet<char>::count == 1);
47 assert(my_facet<char>::count == 1);
49 assert(my_facet<char>::count == 1);
51 assert(my_facet<char>::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
ctor.pass.cpp 23 static int count; member in class:my_facet
26 : std::ctype<char>(tbl, del, refs) {++count;}
28 ~my_facet() {--count;}
31 int my_facet::count = 0; member in class:my_facet
37 assert(my_facet::count == 1);
39 assert(my_facet::count == 0);
42 assert(my_facet::count == 1);
45 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
ctor_char.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
ctor_char16_t.pass.cpp 27 static int count; member in class:my_facet
30 : F(refs) {++count;}
32 ~my_facet() {--count;}
35 int my_facet::count = 0; member in class:my_facet
44 assert(my_facet::count == 1);
46 assert(my_facet::count == 0);
49 assert(my_facet::count == 1);
52 assert(my_facet::count == 1);
54 assert(my_facet::count == 1);
56 assert(my_facet::count == 0)
    [all...]
ctor_char32_t.pass.cpp 27 static int count; member in class:my_facet
30 : F(refs) {++count;}
32 ~my_facet() {--count;}
35 int my_facet::count = 0; member in class:my_facet
44 assert(my_facet::count == 1);
46 assert(my_facet::count == 0);
49 assert(my_facet::count == 1);
52 assert(my_facet::count == 1);
54 assert(my_facet::count == 1);
56 assert(my_facet::count == 0)
    [all...]
ctor_wchar_t.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/
ctor_char.pass.cpp 28 static int count; member in class:my_facet
31 : F(nm, refs) {++count;}
33 : F(nm, refs) {++count;}
35 ~my_facet() {--count;}
38 int my_facet::count = 0; member in class:my_facet
44 assert(my_facet::count == 1);
46 assert(my_facet::count == 0);
49 assert(my_facet::count == 1);
52 assert(my_facet::count == 1);
54 assert(my_facet::count == 1)
    [all...]
ctor_char16_t.pass.cpp 26 static int count; member in class:my_facet
29 : F(nm, refs) {++count;}
31 : F(nm, refs) {++count;}
33 ~my_facet() {--count;}
36 int my_facet::count = 0; member in class:my_facet
42 assert(my_facet::count == 1);
44 assert(my_facet::count == 0);
47 assert(my_facet::count == 1);
50 assert(my_facet::count == 1);
52 assert(my_facet::count == 1)
    [all...]
ctor_char32_t.pass.cpp 26 static int count; member in class:my_facet
29 : F(nm, refs) {++count;}
31 : F(nm, refs) {++count;}
33 ~my_facet() {--count;}
36 int my_facet::count = 0; member in class:my_facet
42 assert(my_facet::count == 1);
44 assert(my_facet::count == 0);
47 assert(my_facet::count == 1);
50 assert(my_facet::count == 1);
52 assert(my_facet::count == 1)
    [all...]
ctor_wchar_t.pass.cpp 30 static int count; member in class:my_facet
33 : F(nm, refs) {++count;}
35 : F(nm, refs) {++count;}
37 ~my_facet() {--count;}
40 int my_facet::count = 0; member in class:my_facet
46 assert(my_facet::count == 1);
48 assert(my_facet::count == 0);
51 assert(my_facet::count == 1);
54 assert(my_facet::count == 1);
56 assert(my_facet::count == 1)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/
ctor.pass.cpp 24 static int count; member in class:my_facet
27 : std::ctype<C>(refs) {++count;}
29 ~my_facet() {--count;}
32 template <class C> int my_facet<C>::count = 0; member in class:my_facet
38 assert(my_facet<wchar_t>::count == 1);
40 assert(my_facet<wchar_t>::count == 0);
43 assert(my_facet<wchar_t>::count == 1);
46 assert(my_facet<wchar_t>::count == 1);
48 assert(my_facet<wchar_t>::count == 1);
50 assert(my_facet<wchar_t>::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.messages/locale.messages/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]

Completed in 231 milliseconds

1 2 34 5 6 7 8 91011>>