HomeSort by relevance Sort by last modified time
    Searched refs:count (Results 51 - 75 of 20135) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/refwrap/refwrap.invoke/
invoke_void_0.pass.cpp 24 int count = 0; variable
28 ++count;
33 void operator()() {++count;}
39 int save_count = count;
44 assert(count == save_count+1);
45 save_count = count;
52 assert(count == save_count+1);
53 save_count = count;
60 assert(count == save_count+1);
61 save_count = count;
    [all...]
  /prebuilts/go/darwin-x86/test/
if.go 22 var count int
24 count = 0
26 count = count + 1
28 assertequal(count, 1, "if true")
30 count = 0
32 count = count + 1
34 assertequal(count, 0, "if false")
36 count =
    [all...]
  /prebuilts/go/linux-x86/test/
if.go 22 var count int
24 count = 0
26 count = count + 1
28 assertequal(count, 1, "if true")
30 count = 0
32 count = count + 1
34 assertequal(count, 0, "if false")
36 count =
    [all...]
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/
weak_ptr.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...]
weak_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/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/
weak_ptr.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...]
weak_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/walt/ios/WALT/
NSArray+Extensions.m 22 const NSUInteger count = sorted.count;
23 if (count == 0) {
27 if (count % 2) {
28 return [sorted objectAtIndex:count / 2];
30 return [NSNumber numberWithDouble:0.5 * ([sorted objectAtIndex:count / 2].doubleValue +
31 [sorted objectAtIndex:count / 2 - 1].doubleValue)];
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
printf.c 16 int count; local
24 count = 0;
25 while (buf[count])
27 if (putchar(buf[count]) != EOF) {
28 count++;
30 count = EOF;
35 return count;
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_throw.pass.cpp 31 static int count; member in struct:A
33 A() {++count;}
34 A(const A&) {++count;}
35 ~A() {--count;}
38 int A::count = 0; member in class:A
51 assert(A::count == 0);
52 assert(test_deleter<A>::count == 0);
pointer_throw.pass.cpp 27 static int count; member in struct:A
29 A() {++count;}
30 A(const A&) {++count;}
31 ~A() {--count;}
34 int A::count = 0; member in class:A
40 assert(A::count == 1);
49 assert(A::count == 0);
pointer.pass.cpp 19 static int count; member in struct:A
21 A() {++count;}
22 A(const A&) {++count;}
23 ~A() {--count;}
26 int A::count = 0; member in class:A
33 assert(A::count == 1);
37 assert(A::count == 0);
41 assert(A::count == 1);
45 assert(A::count == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_throw.pass.cpp 31 static int count; member in struct:A
33 A() {++count;}
34 A(const A&) {++count;}
35 ~A() {--count;}
38 int A::count = 0; member in class:A
51 assert(A::count == 0);
52 assert(test_deleter<A>::count == 0);
pointer_throw.pass.cpp 27 static int count; member in struct:A
29 A() {++count;}
30 A(const A&) {++count;}
31 ~A() {--count;}
34 int A::count = 0; member in class:A
41 assert(A::count == 1);
50 assert(A::count == 0);
  /toolchain/binutils/binutils-2.27/libiberty/
spaces.c 22 @deftypefn Extension char* spaces (int @var{count})
48 spaces (int count)
54 if (count > maxsize)
57 buf = (char *) malloc (count + 1);
60 for (t = buf + count ; t != buf ; )
64 maxsize = count;
65 buf[count] = '\0';
67 return (const char *) (buf + maxsize - count);
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
destroy_at.pass.cpp 22 static int count; member in struct:Counted
23 static void reset() { count = 0; }
24 Counted() { ++count; }
25 Counted(Counted const&) { ++count; }
26 ~Counted() { --count; }
29 int Counted::count = 0; member in class:Counted
32 static int count; member in struct:VCounted
33 static void reset() { count = 0; }
34 VCounted() { ++count; }
35 VCounted(VCounted const&) { ++count; }
39 int VCounted::count = 0; member in class:VCounted
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
destroy_at.pass.cpp 22 static int count; member in struct:Counted
23 static void reset() { count = 0; }
24 Counted() { ++count; }
25 Counted(Counted const&) { ++count; }
26 ~Counted() { --count; }
29 int Counted::count = 0; member in class:Counted
32 static int count; member in struct:VCounted
33 static void reset() { count = 0; }
34 VCounted() { ++count; }
35 VCounted(VCounted const&) { ++count; }
39 int VCounted::count = 0; member in class:VCounted
    [all...]
  /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/libcxxabi/test/
catch_class_01.pass.cpp 18 static int count; member in struct:A
20 explicit A(int id) : id_(id) {count++;}
21 A(const A& a) : id_(a.id_) {count++;}
22 ~A() {count--;}
25 int A::count = 0; member in class:A
36 assert(A::count == 0);
41 assert(A::count != 0);
56 assert(A::count != 0);
59 assert(A::count == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);

Completed in 474 milliseconds

1 23 4 5 6 7 8 91011>>