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

1 2 3 4 5 6 78 91011>>

  /external/skia/src/opts/
SkUtils_opts.h 17 static void memsetT(T buffer[], T value, int count) {
23 while (count >= N) {
26 count -= N;
28 while (count --> 0) {
33 /*not static*/ inline void memset16(uint16_t buffer[], uint16_t value, int count) {
34 memsetT(buffer, value, count);
36 /*not static*/ inline void memset32(uint32_t buffer[], uint32_t value, int count) {
37 memsetT(buffer, value, count);
39 /*not static*/ inline void memset64(uint64_t buffer[], uint64_t value, int count) {
40 memsetT(buffer, value, count);
    [all...]
  /external/skqp/src/opts/
SkUtils_opts.h 17 static void memsetT(T buffer[], T value, int count) {
23 while (count >= N) {
26 count -= N;
28 while (count --> 0) {
33 /*not static*/ inline void memset16(uint16_t buffer[], uint16_t value, int count) {
34 memsetT(buffer, value, count);
36 /*not static*/ inline void memset32(uint32_t buffer[], uint32_t value, int count) {
37 memsetT(buffer, value, count);
39 /*not static*/ inline void memset64(uint64_t buffer[], uint64_t value, int count) {
40 memsetT(buffer, value, count);
    [all...]
  /external/valgrind/none/tests/
pth_cvsimple.stdout.exp 1 inc_counter(): count = 1, unlocking mutex
2 inc_counter(): count = 2, unlocking mutex
3 inc_counter(): count = 3, unlocking mutex
4 inc_counter(): count = 4, unlocking mutex
5 inc_counter(): count = 5, unlocking mutex
6 inc_counter(): count = 6, unlocking mutex
7 inc_counter(): count = 7, unlocking mutex
8 inc_counter(): count = 8, unlocking mutex
9 inc_counter(): count = 9, unlocking mutex
10 inc_counter(): count = 10, unlocking mute
    [all...]
  /external/vulkan-validation-layers/layers/
vk_layer_extension_utils.cpp 30 VK_LAYER_EXPORT VkResult util_GetExtensionProperties(const uint32_t count, const VkExtensionProperties *layer_extensions,
35 *pCount = count;
39 copy_size = *pCount < count ? *pCount : count;
42 if (copy_size < count) {
49 VK_LAYER_EXPORT VkResult util_GetLayerProperties(const uint32_t count, const VkLayerProperties *layer_properties, uint32_t *pCount,
54 *pCount = count;
58 copy_size = *pCount < count ? *pCount : count;
61 if (copy_size < count) {
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/
function_types.h 19 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 = 0 member in class:MemFunClass
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/
const_pointer_cast.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...]
dynamic_pointer_cast.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/third_party/vulkan/src/layers/
vk_layer_extension_utils.cpp 30 VkResult util_GetExtensionProperties(const uint32_t count, const VkExtensionProperties *layer_extensions, uint32_t *pCount,
35 *pCount = count;
39 copy_size = *pCount < count ? *pCount : count;
42 if (copy_size < count) {
49 VkResult util_GetLayerProperties(const uint32_t count, const VkLayerProperties *layer_properties, uint32_t *pCount,
54 *pCount = count;
58 copy_size = *pCount < count ? *pCount : count;
61 if (copy_size < count) {
    [all...]
  /frameworks/native/libs/input/tests/
VelocityTracker_test.cpp 139 size_t count = sizeof(values) / sizeof(Position); local
140 computeAndCheckVelocity(values, count, AMOTION_EVENT_AXIS_X, 1600);
150 size_t count = sizeof(values) / sizeof(Position); local
151 computeAndCheckVelocity(values, count, AMOTION_EVENT_AXIS_X, 0);
161 size_t count = sizeof(values) / sizeof(Position); local
162 computeAndCheckVelocity(values, count, AMOTION_EVENT_AXIS_X, 500);
189 size_t count = sizeof(values) / sizeof(Position); local
190 computeAndCheckVelocity(values, count, AMOTION_EVENT_AXIS_X, 623.577637);
191 computeAndCheckVelocity(values, count, AMOTION_EVENT_AXIS_Y, 8523.348633);
231 size_t count = sizeof(values) / sizeof(Position) local
260 size_t count = sizeof(values) \/ sizeof(Position); local
288 size_t count = sizeof(values) \/ sizeof(Position); local
318 size_t count = sizeof(values) \/ sizeof(Position); local
344 size_t count = sizeof(values) \/ sizeof(Position); local
368 size_t count = sizeof(values) \/ sizeof(Position); local
391 size_t count = sizeof(values) \/ sizeof(Position); local
414 size_t count = sizeof(values) \/ sizeof(Position); local
433 size_t count = sizeof(values) \/ sizeof(Position); local
461 size_t count = sizeof(values) \/ sizeof(Position); local
491 size_t count = sizeof(values) \/ sizeof(Position); local
514 size_t count = sizeof(values) \/ sizeof(Position); local
544 size_t count = sizeof(values) \/ sizeof(Position); local
569 size_t count = sizeof(values) \/ sizeof(Position); local
598 size_t count = sizeof(values) \/ sizeof(Position); local
617 size_t count = sizeof(values) \/ sizeof(Position); local
636 size_t count = sizeof(values) \/ sizeof(Position); local
656 size_t count = sizeof(values) \/ sizeof(Position); local
    [all...]
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
reset_pointer_deleter.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/python/cpython3/Objects/stringlib/
count.h 1 /* stringlib: count implementation */
8 STRINGLIB(count)(const STRINGLIB_CHAR* str, Py_ssize_t str_len, function
12 Py_ssize_t count; local
19 count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
21 if (count < 0)
24 return count;
  /external/testng/src/test/java/test/dataprovider/
FailingIterableDataProvider.java 13 int count=0;
17 return count<10;
22 if (++count==6) {
25 return new Object[] { count };
35 public void happyTest(int count) {
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
PointerCountClassifier.java 23 private int count; field in class:PointerCountClassifier
26 count = 0;
39 count = 1;
43 ++count;
49 return PointerCountEvaluator.evaluate(count);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
reset_pointer_deleter.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/allocator.traits/allocator.traits.members/
construct.pass.cpp 54 static int count; member in struct:A0
55 A0() {++count;}
58 int A0::count = 0; member in class:A0
62 static int count; member in struct:A1
66 ++count;
70 int A1::count = 0; member in class:A1
74 static int count; member in struct:A2
79 ++count;
83 int A2::count = 0; member in class:A2
88 A0::count = 0 member in class:A0
96 A1::count = 0; member in class:A1
104 A2::count = 0; member in class:A2
120 A0::count = 0; member in class:A0
131 A1::count = 0; member in class:A1
142 A2::count = 0; member in class:A2
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.members/
construct.pass.cpp 53 static int count; member in struct:A0
54 A0() {++count;}
57 int A0::count = 0; member in class:A0
61 static int count; member in struct:A1
65 ++count;
69 int A1::count = 0; member in class:A1
73 static int count; member in struct:A2
78 ++count;
82 int A2::count = 0; member in class:A2
87 A0::count = 0 member in class:A0
95 A1::count = 0; member in class:A1
103 A2::count = 0; member in class:A2
112 A0::count = 0; member in class:A0
123 A1::count = 0; member in class:A1
134 A2::count = 0; member in class:A2
    [all...]
  /external/libcxxabi/test/
unwind_01.pass.cpp 20 static int count; member in struct:A
22 A() : id_(++count) {}
23 ~A() {assert(id_ == count--);}
30 int A::count = 0; member in class:A
34 static int count; member in struct:B
36 B() : id_(++count) {}
37 ~B() {assert(id_ == count--);}
44 int B::count = 0; member in class:B
48 static int count; member in struct:C
50 C() : id_(++count) {}
58 int C::count = 0; member in class:C
    [all...]
unwind_02.pass.cpp 21 static int count; member in struct:A
23 A() : id_(++count) {}
24 ~A() {assert(id_ == count--);}
31 int A::count = 0; member in class:A
35 static int count; member in struct:B
37 B() : id_(++count) {}
38 ~B() {assert(id_ == count--);}
45 int B::count = 0; member in class:B
49 static int count; member in struct:C
51 C() : id_(++count) {}
59 int C::count = 0; member in class:C
    [all...]
unwind_04.pass.cpp 23 static int count; member in struct:A
25 A() : id_(++count) {}
26 ~A() {assert(id_ == count--);}
33 int A::count = 0; member in class:A
37 static int count; member in struct:B
39 B() : id_(++count) {}
40 ~B() {assert(id_ == count--);}
47 int B::count = 0; member in class:B
51 static int count; member in struct:C
53 C() : id_(++count) {}
61 int C::count = 0; member in class:C
    [all...]

Completed in 998 milliseconds

1 2 3 4 5 6 78 91011>>