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

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
convert.fail.cpp 30 assert(A::count == 1);
31 assert(B::count == 1);
33 assert(A::count == 0);
34 assert(B::count == 0);
convert.pass.cpp 32 assert(A::count == 1);
33 assert(B::count == 1);
35 assert(A::count == 0);
36 assert(B::count == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_lvalue.pass.cpp 24 int count = 0; variable
30 count += i;
37 count += i;
40 void mem1() {++count;}
41 void mem2() const {count += 2;}
48 int save_count = count;
53 assert(count == save_count + 2);
54 save_count = count;
59 assert(count == save_count + 2);
60 save_count = count;
    [all...]
invoke_rvalue.pass.cpp 24 int count = 0; variable
30 count += i;
37 count += i;
40 void mem1() {++count;}
41 void mem2() const {count += 2;}
48 int save_count = count;
52 assert(count == save_count + 2);
53 save_count = count;
57 assert(count == save_count + 2);
58 save_count = count;
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/time.duration.arithmetic/
op_++int.pass.cpp 26 return h1.count() == 4 && h2.count() == 3;
35 assert(h1.count() == 4);
36 assert(h2.count() == 3);
op_--int.pass.cpp 26 return h1.count() == 2 && h2.count() == 3;
36 assert(h1.count() == 2);
37 assert(h2.count() == 3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/time.duration.nonmember/
op_times_rep.pass.cpp 34 assert(ns.count() == 15);
36 assert(ns.count() == 90);
42 static_assert(ns2.count() == 15, "");
44 static_assert(ns3.count() == 18, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
DefaultOnly.h 22 static int count; member in class:DefaultOnly
24 DefaultOnly() : data_(-1) {++count;}
25 ~DefaultOnly() {data_ = 0; --count;}
33 int DefaultOnly::count = 0; member in class:DefaultOnly
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/common/
android_util.h 26 char** get_args(struct android_app* app, const char* intent_extra_data_key, const char* appTag, int* count);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
tls-multi-got-1-2.s 1 .macro one_sym count
2 .globl sym_2_\count
3 sym_2_\count:
4 la $2, sym_2_\count
  /external/libcxx/test/std/utilities/any/any.class/any.assign/
copy.pass.cpp 37 assert(LHS::count == 0);
38 assert(RHS::count == 0);
45 assert(LHS::count == 1);
46 assert(RHS::count == 1);
52 assert(LHS::count == 0);
53 assert(RHS::count == 2);
58 assert(LHS::count == 0);
59 assert(RHS::count == 0);
64 assert(LHS::count == 0);
70 assert(LHS::count == 1)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.assign/
copy.pass.cpp 32 assert(LHS::count == 0);
33 assert(RHS::count == 0);
40 assert(LHS::count == 1);
41 assert(RHS::count == 1);
47 assert(LHS::count == 0);
48 assert(RHS::count == 2);
53 assert(LHS::count == 0);
54 assert(RHS::count == 0);
59 assert(LHS::count == 0);
65 assert(LHS::count == 1)
    [all...]
value.pass.cpp 32 assert(LHS::count == 0);
33 assert(RHS::count == 0);
40 assert(LHS::count == 1);
41 assert(RHS::count == 1);
47 assert(LHS::count == 0);
48 assert(RHS::count == 2);
53 assert(LHS::count == 0);
54 assert(RHS::count == 0);
61 assert(LHS::count == 1);
62 assert(RHS::count == 1)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.class/any.assign/
copy.pass.cpp 37 assert(LHS::count == 0);
38 assert(RHS::count == 0);
45 assert(LHS::count == 1);
46 assert(RHS::count == 1);
52 assert(LHS::count == 0);
53 assert(RHS::count == 2);
58 assert(LHS::count == 0);
59 assert(RHS::count == 0);
64 assert(LHS::count == 0);
70 assert(LHS::count == 1)
    [all...]
  /art/test/080-oom-fragmentation/src/
Main.java 22 int count = 0; local
25 holder[count++] = new Object[1025]; // A bit over one page.
28 for (int i = 0; i < count; ++i) {
  /bionic/libc/bionic/
sched_cpucount.c 34 int count = 0; local
37 count += __builtin_popcountl(set->__bits[nn]);
40 return count;
  /external/clang/test/SemaCXX/
goto2.cpp 11 int count = 0; local
24 count = subfun(end);
37 ++count;
  /external/compiler-rt/test/asan/TestCases/Windows/
crt_initializers.cc 15 unsigned count = 0; local
20 count++;
23 printf("Number of nonzero CRT initializers: %u\n", count);
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
LoadThread.java 37 long count = 0; local
40 count++;
43 log("exiting CPU load thread with count = " + count);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryMatcher.java 26 * @param count Filled with the number of elements output in lengths.
32 int[] count, int limit, int[] values);
35 int[] count, int limit) {
36 return matches(text, maxLength, lengths, count, limit, null);
  /external/icu/icu4c/source/layoutex/
LXUtilities.h 22 static le_int32 search(le_int32 value, const le_int32 array[], le_int32 count);
23 static void reverse(le_int32 array[], le_int32 count);
24 static void reverse(float array[], le_int32 count);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryMatcher.java 25 * @param count Filled with the number of elements output in lengths.
31 int[] count, int limit, int[] values);
34 int[] count, int limit) {
35 return matches(text, maxLength, lengths, count, limit, null);
  /external/libcxxabi/test/
unwind_03.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...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/event/
subsystem-enable.tc 33 count=`cat trace | grep -v ^# | awk '{ print $5 }' | sort -u | wc -l`
34 if [ $count -lt 3 ]; then
44 count=`cat trace | grep -v ^# | awk '{ print $5 }' | sort -u | wc -l`
45 if [ $count -lt 3 ]; then
55 count=`cat trace | grep -v ^# | awk '{ print $5 }' | sort -u | wc -l`
56 if [ $count -ne 0 ]; then
toplevel-enable.tc 34 count=`head -n 128 trace | grep -v ^# | wc -l`
35 if [ $count -eq 0 ]; then
47 count=`head -n 128 trace | grep -v ^# | wc -l`
48 if [ $count -eq 0 ]; then
58 count=`cat trace | grep -v ^# | wc -l`
59 if [ $count -ne 0 ]; then

Completed in 297 milliseconds

<<11121314151617181920>>