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

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.27/libiberty/
bzero.c 6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
8 Zeros @var{count} bytes starting at @var{mem}. Use of this function
20 bzero (void *to, size_t count)
22 memset (to, 0, count);
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
shared_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
45 static int count; member in struct:C
52 int C::count = 0; member in class:C
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
shared_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
45 static int count; member in struct:C
52 int C::count = 0; member in class:C
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/tuple/tuple.apply/
types.pass.cpp 29 int count = 0; variable
31 void f_void_0() { ++count; }
32 void f_void_1(int i) { count += i; }
33 void f_void_2(int x, int y) { count += (x + y); }
34 void f_void_3(int x, int y, int z) { count += (x + y + z); }
36 int f_int_0() { return ++count; }
37 int f_int_1(int x) { return count += x; }
38 int f_int_2(int x, int y) { return count += (x + y); }
39 int f_int_3(int x, int y, int z) { return count += (x + y + z); }
44 void operator()() { ++count; }
    [all...]
  /external/libcxxabi/test/
catch_class_03.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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
catch_class_03.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/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/utilities/variant/variant.variant/variant.dtor/
dtor.pass.cpp 26 static int count; member in struct:NonTDtor
28 ~NonTDtor() { ++count; }
30 int NonTDtor::count = 0; member in class:NonTDtor
34 static int count; member in struct:NonTDtor1
36 ~NonTDtor1() { ++count; }
38 int NonTDtor1::count = 0; member in class:NonTDtor1
58 assert(NonTDtor::count == 0);
59 assert(NonTDtor1::count == 0);
61 assert(NonTDtor::count == 1);
62 assert(NonTDtor1::count == 0)
63 NonTDtor::count = 0; member in class:NonTDtor
    [all...]
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
do-plot 20 count=1
21 while [ $count -le $columns ]
23 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')
24 if [ -z "${column[$count]}" ]
26 column[$count]=$count;
28 count=$(($count + 1)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.variant/variant.dtor/
dtor.pass.cpp 26 static int count; member in struct:NonTDtor
28 ~NonTDtor() { ++count; }
30 int NonTDtor::count = 0; member in class:NonTDtor
34 static int count; member in struct:NonTDtor1
36 ~NonTDtor1() { ++count; }
38 int NonTDtor1::count = 0; member in class:NonTDtor1
58 assert(NonTDtor::count == 0);
59 assert(NonTDtor1::count == 0);
61 assert(NonTDtor::count == 1);
62 assert(NonTDtor1::count == 0)
63 NonTDtor::count = 0; member in class:NonTDtor
    [all...]
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared_cxx03.pass.cpp 27 static int count; member in struct:Zero
28 Zero() {++count;}
29 Zero(Zero const &) {++count;}
30 ~Zero() {--count;}
33 int Zero::count = 0; member in class:Zero
37 static int count; member in struct:One
39 explicit One(int v) : value(v) {++count;}
40 One(One const & o) : value(o.value) {++count;}
41 ~One() {--count;}
44 int One::count = 0 member in class:One
49 static int count; member in struct:Two
56 int Two::count = 0; member in class:Two
60 static int count; member in struct:Three
67 int Three::count = 0; member in class:Three
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared_cxx03.pass.cpp 27 static int count; member in struct:Zero
28 Zero() {++count;}
29 Zero(Zero const &) {++count;}
30 ~Zero() {--count;}
33 int Zero::count = 0; member in class:Zero
37 static int count; member in struct:One
39 explicit One(int v) : value(v) {++count;}
40 One(One const & o) : value(o.value) {++count;}
41 ~One() {--count;}
44 int One::count = 0 member in class:One
49 static int count; member in struct:Two
56 int Two::count = 0; member in class:Two
60 static int count; member in struct:Three
67 int Three::count = 0; member in class:Three
    [all...]
  /external/strace/tests/
move_pages.c 44 const unsigned long count,
47 if (!count) {
51 if (count <= offset) {
57 for (i = 0; i < count; ++i) {
60 if (i + offset < count) {
80 const unsigned long count,
83 if (!count) {
87 if (count <= offset) {
93 for (i = 0; i < count; ++i) {
96 if (i + offset < count) {
190 unsigned long count = 1; local
    [all...]
  /external/strace/tests-m32/
move_pages.c 44 const unsigned long count,
47 if (!count) {
51 if (count <= offset) {
57 for (i = 0; i < count; ++i) {
60 if (i + offset < count) {
80 const unsigned long count,
83 if (!count) {
87 if (count <= offset) {
93 for (i = 0; i < count; ++i) {
96 if (i + offset < count) {
190 unsigned long count = 1; local
    [all...]
  /external/strace/tests-mx32/
move_pages.c 44 const unsigned long count,
47 if (!count) {
51 if (count <= offset) {
57 for (i = 0; i < count; ++i) {
60 if (i + offset < count) {
80 const unsigned long count,
83 if (!count) {
87 if (count <= offset) {
93 for (i = 0; i < count; ++i) {
96 if (i + offset < count) {
190 unsigned long count = 1; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaIntrinsics.c 24 void * memcpy (void *dest, const void *src, unsigned int count)
26 return CopyMem (dest, src, (UINTN)count);
31 void * memset (void *dest, char ch, unsigned int count)
48 while (count-- != 0) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Barrier.java 37 protected int count = 0; field in class:Barrier
46 count++;
49 if ( count==threshold ) {
54 else while ( count<threshold ) {
  /external/apache-http/src/org/apache/http/impl/io/
HttpTransportMetricsImpl.java 56 public void setBytesTransferred(long count) {
57 this.bytesTransferred = count;
60 public void incrementBytesTransferred(long count) {
61 this.bytesTransferred += count;

Completed in 449 milliseconds

1 2 3 4 56 7 8 91011>>