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

1 2 3 4 56 7 8 91011>>

  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
copy_test.rs 19 void sendResult(bool pass) {
20 if (pass) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Required_Suite.py 16 pass
  /external/libcxx/test/containers/sequences/list/
Android.mk 20 test_src := db_iterators_7.pass.cpp
24 test_src := db_front.pass.cpp
28 test_src := db_cback.pass.cpp
32 test_src := version.pass.cpp
36 test_src := iterators.pass.cpp
40 test_src := types.pass.cpp
44 test_src := db_iterators_9.pass.cpp
48 test_src := db_iterators_8.pass.cpp
52 test_src := db_back.pass.cpp
56 test_src := db_cfront.pass.cp
    [all...]
  /external/libcxx/test/localization/locales/locale.convenience/classification/
Android.mk 20 test_src := iscntrl.pass.cpp
24 test_src := isspace.pass.cpp
28 test_src := isalpha.pass.cpp
32 test_src := isalnum.pass.cpp
36 test_src := ispunct.pass.cpp
40 test_src := isupper.pass.cpp
44 test_src := isxdigit.pass.cpp
48 test_src := isprint.pass.cpp
52 test_src := islower.pass.cpp
56 test_src := isgraph.pass.cp
    [all...]
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
Android.mk 20 test_src := default.pass.cpp
24 test_src := indirect_array.pass.cpp
28 test_src := pointer_size.pass.cpp
32 test_src := copy.pass.cpp
36 test_src := move.pass.cpp
40 test_src := size.pass.cpp
44 test_src := initializer_list.pass.cpp
48 test_src := gslice_array.pass.cpp
52 test_src := mask_array.pass.cpp
56 test_src := slice_array.pass.cp
    [all...]
  /external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
Android.mk 20 test_src := iter_iter_pointer_size.pass.cpp
24 test_src := size_size_pointer.pass.cpp
28 test_src := iter_iter_size_char.pass.cpp
32 test_src := iter_iter_string.pass.cpp
36 test_src := size_size_pointer_size.pass.cpp
40 test_src := size_size_string.pass.cpp
44 test_src := iter_iter_iter_iter.pass.cpp
48 test_src := iter_iter_initializer_list.pass.cpp
52 test_src := iter_iter_pointer.pass.cpp
56 test_src := size_size_string_size_size.pass.cp
    [all...]
  /external/libcxx/test/
testit 75 PASS=0
82 pass=0
92 pass=$(($pass+1))
97 if (ls ${TEST_PREFIX}*pass.cpp > /dev/null 2>&1)
99 for FILE in $(ls ${TEST_PREFIX}*pass.cpp); do
109 pass=$(($pass+1))
129 if [ $pass -gt 0 ]
131 echo "passed $pass tests in `pwd`
    [all...]
  /external/libcxx/test/thread/futures/futures.shared_future/
Android.mk 20 test_src := default.pass.cpp
24 test_src := move_ctor.pass.cpp
28 test_src := copy_ctor.pass.cpp
32 test_src := dtor.pass.cpp
36 test_src := wait_until.pass.cpp
40 test_src := get.pass.cpp
44 test_src := wait.pass.cpp
48 test_src := ctor_future.pass.cpp
52 test_src := move_assign.pass.cpp
56 test_src := copy_assign.pass.cp
    [all...]
  /external/libcxx/test/thread/thread.condition/thread.condition.condvar/
Android.mk 20 test_src := default.pass.cpp
24 test_src := notify_one.pass.cpp
28 test_src := wait_until.pass.cpp
32 test_src := destructor.pass.cpp
36 test_src := wait.pass.cpp
40 test_src := native_handle.pass.cpp
44 test_src := wait_pred.pass.cpp
48 test_src := wait_until_pred.pass.cpp
52 test_src := notify_all.pass.cpp
56 test_src := wait_for.pass.cp
    [all...]
  /external/lldb/examples/summaries/cocoa/
Logger.py 8 pass
11 pass
14 pass
17 pass
22 pass
28 pass
31 pass
43 pass
74 pass
82 pass
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit 75 PASS=0
82 pass=0
92 pass=$(($pass+1))
97 if (ls ${TEST_PREFIX}*pass.cpp > /dev/null 2>&1)
99 for FILE in $(ls ${TEST_PREFIX}*pass.cpp); do
109 pass=$(($pass+1))
129 if [ $pass -gt 0 ]
131 echo "passed $pass tests in `pwd`
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 149 def f1(): pass
153 def f2(one_argument): pass
154 def f3(two, arguments): pass
155 def f4(two, (compound, (argument, list))): pass
156 def f5((compound, first), two): pass
170 def a1(one_arg,): pass
171 def a2(two, args,): pass
172 def v0(*rest): pass
173 def v1(a, *rest): pass
174 def v2(a, b, *rest): pass
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 149 def f1(): pass
153 def f2(one_argument): pass
154 def f3(two, arguments): pass
155 def f4(two, (compound, (argument, list))): pass
156 def f5((compound, first), two): pass
170 def a1(one_arg,): pass
171 def a2(two, args,): pass
172 def v0(*rest): pass
173 def v1(a, *rest): pass
174 def v2(a, b, *rest): pass
    [all...]
  /external/libcxx/test/atomics/atomics.flag/
Android.mk 20 test_src := default.pass.cpp
24 test_src := atomic_flag_clear.pass.cpp
28 test_src := atomic_flag_test_and_set_explicit.pass.cpp
32 test_src := atomic_flag_test_and_set.pass.cpp
36 test_src := init.pass.cpp
40 test_src := clear.pass.cpp
44 test_src := test_and_set.pass.cpp
48 test_src := atomic_flag_clear_explicit.pass.cpp
  /external/libcxx/test/containers/associative/map/map.access/
Android.mk 20 test_src := index_rv_key.pass.cpp
24 test_src := at.pass.cpp
28 test_src := iterator.pass.cpp
32 test_src := index_tuple.pass.cpp
36 test_src := size.pass.cpp
40 test_src := max_size.pass.cpp
44 test_src := empty.pass.cpp
48 test_src := index_key.pass.cpp
  /external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Android.mk 20 test_src := const_data_members.pass.cpp
24 test_src := epsilon.pass.cpp
28 test_src := has_denorm_loss.pass.cpp
32 test_src := max_exponent10.pass.cpp
36 test_src := round_style.pass.cpp
40 test_src := signaling_NaN.pass.cpp
44 test_src := lowest.pass.cpp
48 test_src := is_iec559.pass.cpp
52 test_src := is_exact.pass.cpp
56 test_src := traps.pass.cp
    [all...]
  /external/libcxx/test/numerics/complex.number/complex.value.ops/
Android.mk 20 test_src := polar.pass.cpp
24 test_src := conj.pass.cpp
28 test_src := abs.pass.cpp
32 test_src := imag.pass.cpp
36 test_src := proj.pass.cpp
40 test_src := real.pass.cpp
44 test_src := arg.pass.cpp
48 test_src := norm.pass.cpp
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
Android.mk 20 test_src := indirect_array_assign.pass.cpp
24 test_src := mask_array_assign.pass.cpp
28 test_src := initializer_list_assign.pass.cpp
32 test_src := move_assign.pass.cpp
36 test_src := gslice_array_assign.pass.cpp
40 test_src := copy_assign.pass.cpp
44 test_src := value_assign.pass.cpp
48 test_src := slice_array_assign.pass.cpp
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
Android.mk 20 test_src := slice_const.pass.cpp
24 test_src := valarray_bool_non_const.pass.cpp
28 test_src := gslice_const.pass.cpp
32 test_src := indirect_array_const.pass.cpp
36 test_src := slice_non_const.pass.cpp
40 test_src := valarray_bool_const.pass.cpp
44 test_src := gslice_non_const.pass.cpp
48 test_src := indirect_array_non_const.pass.cpp
  /external/libcxx/test/re/re.alg/re.alg.match/
Android.mk 20 test_src := awk.pass.cpp
24 test_src := grep.pass.cpp
28 test_src := egrep.pass.cpp
32 test_src := ecma.pass.cpp
36 test_src := extended.pass.cpp
40 test_src := basic.pass.cpp
44 test_src := parse_curly_brackets.pass.cpp
48 test_src := lookahead_capture.pass.cpp
  /external/libcxx/test/re/re.results/re.results.acc/
Android.mk 20 test_src := length.pass.cpp
24 test_src := cbegin_cend.pass.cpp
28 test_src := suffix.pass.cpp
32 test_src := position.pass.cpp
36 test_src := index.pass.cpp
40 test_src := prefix.pass.cpp
44 test_src := begin_end.pass.cpp
48 test_src := str.pass.cpp
  /external/libcxx/test/strings/basic.string/string.modifiers/string_append/
Android.mk 20 test_src := string.pass.cpp
24 test_src := size_char.pass.cpp
28 test_src := pointer.pass.cpp
32 test_src := pointer_size.pass.cpp
36 test_src := iterator.pass.cpp
40 test_src := push_back.pass.cpp
44 test_src := string_size_size.pass.cpp
48 test_src := initializer_list.pass.cpp
  /external/libcxx/test/strings/basic.string/string.modifiers/string_assign/
Android.mk 20 test_src := rv_string.pass.cpp
24 test_src := string.pass.cpp
28 test_src := size_char.pass.cpp
32 test_src := pointer.pass.cpp
36 test_src := pointer_size.pass.cpp
40 test_src := iterator.pass.cpp
44 test_src := string_size_size.pass.cpp
48 test_src := initializer_list.pass.cpp
  /external/libcxx/test/strings/c.strings/
Android.mk 20 test_src := cctype.pass.cpp
24 test_src := version_cwctype.pass.cpp
28 test_src := cwctype.pass.cpp
32 test_src := cwchar.pass.cpp
36 test_src := cstring.pass.cpp
40 test_src := version_cwchar.pass.cpp
44 test_src := version_cctype.pass.cpp
48 test_src := version_cstring.pass.cpp
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
ClassFilterTransformer.java 23 public ClassFilterTransformer(ClassFilter filter, ClassTransformer pass) {
24 super(pass);

Completed in 1563 milliseconds

1 2 3 4 56 7 8 91011>>