HomeSort by relevance Sort by last modified time
    Searched refs:count (Results 251 - 275 of 20179) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_class_02.pass.cpp 16 static int count; member in struct:B
18 explicit B(int id) : id_(id) {count++;}
19 B(const B& a) : id_(a.id_) {count++;}
20 ~B() {count--;}
23 int B::count = 0; member in class:B
28 static int count; member in struct:A
30 explicit A(int id) : B(id-1), id_(id) {count++;}
31 A(const A& a) : B(a.id_-1), id_(a.id_) {count++;}
32 ~A() {count--;}
35 int A::count = 0 member in class:A
    [all...]
catch_class_04.pass.cpp 22 static int count; member in struct:B
24 explicit B(int id) : id_(id) {count++;}
25 B(const B& a) : id_(a.id_) {count++;}
26 ~B() {count--;}
29 int B::count = 0; member in class:B
34 static int count; member in struct:C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0 member in class:C1
46 static int count; member in struct:C2
53 int C2::count = 0; member in class:C2
58 static int count; member in struct:A
65 int A::count = 0; member in class:A
    [all...]
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
auto_ptr_Y.pass.cpp 23 static int count; member in struct:B
25 B() {++count;}
26 B(const B&) {++count;}
27 virtual ~B() {--count;}
30 int B::count = 0; member in class:B
35 static int count; member in struct:A
37 A() {++count;}
38 A(const A&) {++count;}
39 ~A() {--count;}
42 int A::count = 0 member in class:A
    [all...]
unique_ptr_Y.pass.cpp 22 static int count; member in struct:B
24 B() {++count;}
25 B(const B&) {++count;}
26 virtual ~B() {--count;}
29 int B::count = 0; member in class:B
34 static int count; member in struct:A
36 A() {++count;}
37 A(const A&) {++count;}
38 ~A() {--count;}
41 int A::count = 0 member in class:A
    [all...]
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
weak_ptr.pass.cpp 25 static int count; member in struct:B
27 B() {++count;}
28 B(const B&) {++count;}
29 virtual ~B() {--count;}
32 int B::count = 0; member in class:B
37 static int count; member in struct:A
39 A() {++count;}
40 A(const A&) {++count;}
41 ~A() {--count;}
44 int A::count = 0 member in class:A
48 static int count; member in struct:C
55 int C::count = 0; member in class:C
    [all...]
weak_ptr_Y.pass.cpp 23 static int count; member in struct:B
25 B() {++count;}
26 B(const B&) {++count;}
27 virtual ~B() {--count;}
30 int B::count = 0; member in class:B
35 static int count; member in struct:A
37 A() {++count;}
38 A(const A&) {++count;}
39 ~A() {--count;}
42 int A::count = 0 member in class:A
46 static int count; member in struct:C
53 int C::count = 0; member in class:C
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
auto_ptr_Y.pass.cpp 22 static int count; member in struct:B
24 B() {++count;}
25 B(const B&) {++count;}
26 virtual ~B() {--count;}
29 int B::count = 0; member in class:B
34 static int count; member in struct:A
36 A() {++count;}
37 A(const A&) {++count;}
38 ~A() {--count;}
41 int A::count = 0 member in class:A
    [all...]
unique_ptr_Y.pass.cpp 22 static int count; member in struct:B
24 B() {++count;}
25 B(const B&) {++count;}
26 virtual ~B() {--count;}
29 int B::count = 0; member in class:B
34 static int count; member in struct:A
36 A() {++count;}
37 A(const A&) {++count;}
38 ~A() {--count;}
41 int A::count = 0 member in class:A
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
weak_ptr.pass.cpp 23 static int count; member in struct:B
25 B() {++count;}
26 B(const B&) {++count;}
27 virtual ~B() {--count;}
30 int B::count = 0; member in class:B
35 static int count; member in struct:A
37 A() {++count;}
38 A(const A&) {++count;}
39 ~A() {--count;}
42 int A::count = 0 member in class:A
46 static int count; member in struct:C
53 int C::count = 0; member in class:C
    [all...]
weak_ptr_Y.pass.cpp 23 static int count; member in struct:B
25 B() {++count;}
26 B(const B&) {++count;}
27 virtual ~B() {--count;}
30 int B::count = 0; member in class:B
35 static int count; member in struct:A
37 A() {++count;}
38 A(const A&) {++count;}
39 ~A() {--count;}
42 int A::count = 0 member in class:A
46 static int count; member in struct:C
53 int C::count = 0; member in class:C
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
auto_ptr_Y.pass.cpp 22 static int count; member in struct:B
24 B() {++count;}
25 B(const B&) {++count;}
26 virtual ~B() {--count;}
29 int B::count = 0; member in class:B
34 static int count; member in struct:A
36 A() {++count;}
37 A(const A&) {++count;}
38 ~A() {--count;}
41 int A::count = 0 member in class:A
    [all...]
unique_ptr_Y.pass.cpp 22 static int count; member in struct:B
24 B() {++count;}
25 B(const B&) {++count;}
26 virtual ~B() {--count;}
29 int B::count = 0; member in class:B
34 static int count; member in struct:A
36 A() {++count;}
37 A(const A&) {++count;}
38 ~A() {--count;}
41 int A::count = 0 member in class:A
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
weak_ptr.pass.cpp 23 static int count; member in struct:B
25 B() {++count;}
26 B(const B&) {++count;}
27 virtual ~B() {--count;}
30 int B::count = 0; member in class:B
35 static int count; member in struct:A
37 A() {++count;}
38 A(const A&) {++count;}
39 ~A() {--count;}
42 int A::count = 0 member in class:A
46 static int count; member in struct:C
53 int C::count = 0; member in class:C
    [all...]
  /external/eigen/doc/snippets/
MatrixBase_cwiseEqual.cpp 6 int count = m.cwiseEqual(MatrixXi::Identity(2,2)).count(); variable
7 cout << "Number of coefficients that are equal: " << count << endl;
MatrixBase_cwiseNotEqual.cpp 6 int count = m.cwiseNotEqual(MatrixXi::Identity(2,2)).count(); variable
7 cout << "Number of coefficients that are not equal: " << count << endl;
  /external/libcxxabi/test/
catch_class_04.pass.cpp 31 static int count; member in struct:B
33 explicit B(int id) : id_(id) {count++;}
34 B(const B& a) : id_(a.id_) {count++;}
35 ~B() {count--;}
38 int B::count = 0; member in class:B
43 static int count; member in struct:C1
45 explicit C1(int id) : B(id-2), id_(id) {count++;}
46 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
47 ~C1() {count--;}
50 int C1::count = 0 member in class:C1
55 static int count; member in struct:C2
62 int C2::count = 0; member in class:C2
67 static int count; member in struct:A
74 int A::count = 0; member in class:A
    [all...]
  /external/llvm/test/CodeGen/SystemZ/Large/
spill-01.py 9 # count == (4096 - 168) / 8 + 6 + 1 == 498
21 count = 500 variable
27 for i in range(count):
35 for i in range(count):
  /external/syslinux/dos/
conio.c 33 int count = 0; local
37 count++;
41 return count;
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
ListUpdateCallback.java 25 * Called when {@code count} number of items are inserted at the given position.
28 * @param count The number of items that have been added.
30 void onInserted(int position, int count);
33 * Called when {@code count} number of items are removed from the given position.
36 * @param count The number of items which have been removed.
38 void onRemoved(int position, int count);
49 * Called when {@code count} number of items are updated at the given position.
52 * @param count The number of items which has changed.
54 void onChanged(int position, int count, Object payload);
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
CountLargeTest.java 44 long count = LongStream.range(0, EXPECTED_LARGE_COUNT) local
45 .mapToObj(e -> null).count();
47 assertEquals(count, EXPECTED_LARGE_COUNT);
51 long count = LongStream.range(0, EXPECTED_LARGE_COUNT) local
52 .mapToInt(e -> 0).count();
54 assertEquals(count, EXPECTED_LARGE_COUNT);
58 long count = LongStream.range(0, EXPECTED_LARGE_COUNT) local
59 .count();
61 assertEquals(count, EXPECTED_LARGE_COUNT);
65 long count = LongStream.range(0, EXPECTED_LARGE_COUNT local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
catch_class_04.cpp 22 static int count; member in struct:B
24 explicit B(int id) : id_(id) {count++;}
25 B(const B& a) : id_(a.id_) {count++;}
26 ~B() {count--;}
29 int B::count = 0; member in class:B
34 static int count; member in struct:C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0 member in class:C1
46 static int count; member in struct:C2
53 int C2::count = 0; member in class:C2
58 static int count; member in struct:A
65 int A::count = 0; member in class:A
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_class_04.pass.cpp 22 static int count; member in struct:B
24 explicit B(int id) : id_(id) {count++;}
25 B(const B& a) : id_(a.id_) {count++;}
26 ~B() {count--;}
29 int B::count = 0; member in class:B
34 static int count; member in struct:C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0 member in class:C1
46 static int count; member in struct:C2
53 int C2::count = 0; member in class:C2
58 static int count; member in struct:A
65 int A::count = 0; member in class:A
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
catch_class_04.cpp 22 static int count; member in struct:B
24 explicit B(int id) : id_(id) {count++;}
25 B(const B& a) : id_(a.id_) {count++;}
26 ~B() {count--;}
29 int B::count = 0; member in class:B
34 static int count; member in struct:C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0 member in class:C1
46 static int count; member in struct:C2
53 int C2::count = 0; member in class:C2
58 static int count; member in struct:A
65 int A::count = 0; member in class:A
    [all...]
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
shared_ptr_Y_rv.pass.cpp 26 static int count; member in struct:B
28 B() {++count;}
29 B(const B&) {++count;}
30 virtual ~B() {--count;}
33 int B::count = 0; member in class:B
38 static int count; member in struct:A
40 A() {++count;}
41 A(const A&) {++count;}
42 ~A() {--count;}
45 int A::count = 0 member in class:A
49 static int count; member in struct:C
56 int C::count = 0; member in class:C
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
shared_ptr_Y_rv.pass.cpp 22 static int count; member in struct:B
24 B() {++count;}
25 B(const B&) {++count;}
26 virtual ~B() {--count;}
29 int B::count = 0; member in class:B
34 static int count; member in struct:A
36 A() {++count;}
37 A(const A&) {++count;}
38 ~A() {--count;}
41 int A::count = 0 member in class:A
45 static int count; member in struct:C
52 int C::count = 0; member in class:C
    [all...]

Completed in 1820 milliseconds

<<11121314151617181920>>