Searched refs:count (Results 126 - 150 of 7950) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBarrier.java37 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/
H A DHttpTransportMetricsImpl.java56 public void setBytesTransferred(long count) { argument
57 this.bytesTransferred = count;
60 public void incrementBytesTransferred(long count) { argument
61 this.bytesTransferred += count;
/external/javasqlite/src/main/java/SQLite/
H A DBusyHandler.java16 * @param count number of times the table was locked
19 public boolean busy(String table, int count); argument
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/
H A Dctor.pass.cpp25 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
[all...]
/external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/
H A Dctor.pass.cpp24 static int count; member in class:my_facet
27 : std::numpunct<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<char>::count == 1);
40 assert(my_facet<char>::count == 0);
43 assert(my_facet<char>::count == 1);
46 assert(my_facet<char>::count == 1);
48 assert(my_facet<char>::count == 1);
50 assert(my_facet<char>::count
[all...]
/external/llvm/test/CodeGen/SystemZ/Large/
H A Dspill-02.py38 count = 14 variable
39 for i in range(count):
47 for i in range(count):
67 for i in range(count):
/external/python/cpython2/Demo/embed/
H A Dloop.c9 int count = -1; local
13 fprintf(stderr, "usage: loop <python-command> [count]\n");
19 count = atoi(argv[2]);
27 while (count == -1 || --count >= 0 ) {
/external/syslinux/com32/include/syslinux/
H A Dio.h37 int syslinux_read_disk(void *buf, uint32_t sector, uint16_t count);
/external/expat/tests/
H A Dchardata.c34 storage->count = -1;
45 if (storage->count < 0)
46 storage->count = 0;
47 if ((len + storage->count) > maxchars) {
48 len = (maxchars - storage->count);
50 if (len + storage->count < (int)sizeof(storage->data)) {
51 memcpy(storage->data + storage->count, s, len);
52 storage->count += len;
64 if (storage->count < 0)
65 storage->count
83 int count; local
112 int count; local
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetSetCountUnconditionallyTester.java31 @Override void setCountCheckReturnValue(E element, int count) { argument
32 assertEquals("multiset.setCount() should return the old count",
33 getMultiset().count(element), setCount(element, count));
36 @Override void setCountNoCheckReturnValue(E element, int count) { argument
37 setCount(element, count);
40 private int setCount(E element, int count) { argument
41 return getMultiset().setCount(element, count);
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
H A Dassign_F_alloc.pass.cpp27 static int count; member in class:A
31 ++count;
36 A(const A&) {++count;}
38 ~A() {--count;}
50 int A::count = 0; member in class:A
58 assert(A::count == 1);
62 assert(A::count == 0);
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/
H A Dmove03.fail.cpp24 static int count; member in struct:A
25 A() {++count;}
26 A(const A&) {++count;}
27 ~A() {--count;}
30 int A::count = 0; member in class:A
54 assert(A::count == 1);
56 assert(A::count == 0);
H A Dmove04.fail.cpp24 static int count; member in struct:A
25 A() {++count;}
26 A(const A&) {++count;}
27 ~A() {--count;}
30 int A::count = 0; member in class:A
54 assert(A::count == 1);
56 assert(A::count == 0);
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
H A Dmove03.fail.cpp23 static int count; member in struct:A
24 A() {++count;}
25 A(const A&) {++count;}
26 ~A() {--count;}
29 int A::count = 0; member in class:A
52 assert(A::count == 1);
54 assert(A::count == 0);
H A Dmove04.fail.cpp23 static int count; member in struct:A
24 A() {++count;}
25 A(const A&) {++count;}
26 ~A() {--count;}
29 int A::count = 0; member in class:A
52 assert(A::count == 1);
54 assert(A::count == 0);
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
H A Dmove03.fail.cpp23 static int count; member in struct:A
24 A() {++count;}
25 A(const A&) {++count;}
26 ~A() {--count;}
29 int A::count = 0; member in class:A
52 assert(A::count == 1);
54 assert(A::count == 0);
H A Dmove04.fail.cpp23 static int count; member in struct:A
24 A() {++count;}
25 A(const A&) {++count;}
26 ~A() {--count;}
29 int A::count = 0; member in class:A
52 assert(A::count == 1);
54 assert(A::count == 0);
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dpointer_deleter_throw.pass.cpp29 static int count; member in struct:A
31 A() {++count;}
32 A(const A&) {++count;}
33 ~A() {--count;}
36 int A::count = 0; member in class:A
49 assert(A::count == 0);
50 assert(test_deleter<A>::count == 0);
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dctor.pass.cpp23 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
[all...]
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
H A Dctor_char16_t.pass.cpp27 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
[all...]
H A Dctor_char32_t.pass.cpp27 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
[all...]
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/
H A Dctor.pass.cpp24 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
[all...]
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h19 static int count; member in class:FunctionObject
22 ++count;
26 FunctionObject(const FunctionObject&) {++count;}
27 ~FunctionObject() {--count; ((void)data_); }
35 int FunctionObject::count = 0; member in class:FunctionObject
42 static int count; member in class:MemFunClass
45 ++count;
49 MemFunClass(const MemFunClass&) {++count; ((void)data_); }
51 ~MemFunClass() {--count;}
59 int MemFunClass::count member in class:MemFunClass
[all...]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/
H A Dconst_pointer_cast.pass.cpp22 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 member in class:A
[all...]
H A Ddynamic_pointer_cast.pass.cpp22 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 member in class:A
[all...]

Completed in 8828 milliseconds

1234567891011>>