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

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
Android.mk 20 test_src := length.pass.cpp
24 test_src := compare.pass.cpp
28 test_src := find.pass.cpp
32 test_src := lt.pass.cpp
36 test_src := copy.pass.cpp
40 test_src := move.pass.cpp
44 test_src := not_eof.pass.cpp
48 test_src := assign3.pass.cpp
52 test_src := assign2.pass.cpp
56 test_src := types.pass.cp
    [all...]
  /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
Android.mk 20 test_src := length.pass.cpp
24 test_src := compare.pass.cpp
28 test_src := find.pass.cpp
32 test_src := lt.pass.cpp
36 test_src := copy.pass.cpp
40 test_src := move.pass.cpp
44 test_src := not_eof.pass.cpp
48 test_src := assign3.pass.cpp
52 test_src := assign2.pass.cpp
56 test_src := types.pass.cp
    [all...]
  /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
Android.mk 20 test_src := length.pass.cpp
24 test_src := compare.pass.cpp
28 test_src := find.pass.cpp
32 test_src := lt.pass.cpp
36 test_src := copy.pass.cpp
40 test_src := move.pass.cpp
44 test_src := not_eof.pass.cpp
48 test_src := assign3.pass.cpp
52 test_src := assign2.pass.cpp
56 test_src := types.pass.cp
    [all...]
  /external/chromium_org/cc/surfaces/
surface_aggregator_test_helpers.cc 25 void AddTestSurfaceQuad(TestRenderPass* pass,
36 SharedQuadState* shared_quad_state = pass->CreateAndAppendSharedQuadState();
48 surface_quad->SetNew(pass->shared_quad_state_list.back(),
52 pass->quad_list.push_back(surface_quad.PassAs<DrawQuad>());
54 void AddTestRenderPassQuad(TestRenderPass* pass,
57 SharedQuadState* shared_state = pass->CreateAndAppendSharedQuadState();
77 pass->AppendDrawQuad(quad.PassAs<DrawQuad>());
80 void AddQuadInPass(TestRenderPass* pass, Quad desc) {
83 AddQuad(pass, gfx::Rect(0, 0, 5, 5), desc.color);
86 AddTestSurfaceQuad(pass, gfx::Size(5, 5), desc.surface_id)
102 Pass pass = passes[i]; local
143 RenderPass* pass = passes->at(i); local
    [all...]
  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
Android.mk 20 test_src := atomic_fetch_or.pass.cpp
24 test_src := atomic_compare_exchange_strong_explicit.pass.cpp
28 test_src := atomic_exchange.pass.cpp
32 test_src := atomic_compare_exchange_weak_explicit.pass.cpp
36 test_src := atomic_fetch_or_explicit.pass.cpp
40 test_src := atomic_fetch_add_explicit.pass.cpp
44 test_src := atomic_is_lock_free.pass.cpp
48 test_src := atomic_fetch_sub_explicit.pass.cpp
52 test_src := atomic_init.pass.cpp
56 test_src := atomic_store.pass.cp
    [all...]
  /external/libcxx/test/containers/associative/multiset/
Android.mk 20 test_src := insert_cv.pass.cpp
24 test_src := insert_rv.pass.cpp
28 test_src := find.pass.cpp
32 test_src := emplace_hint.pass.cpp
36 test_src := insert_initializer_list.pass.cpp
40 test_src := equal_range.pass.cpp
44 test_src := lower_bound.pass.cpp
48 test_src := insert_iter_iter.pass.cpp
52 test_src := erase_key.pass.cpp
56 test_src := iterator.pass.cp
    [all...]
  /external/libcxx/test/containers/associative/set/
Android.mk 20 test_src := insert_cv.pass.cpp
24 test_src := insert_rv.pass.cpp
28 test_src := find.pass.cpp
32 test_src := emplace_hint.pass.cpp
36 test_src := insert_initializer_list.pass.cpp
40 test_src := equal_range.pass.cpp
44 test_src := lower_bound.pass.cpp
48 test_src := insert_iter_iter.pass.cpp
52 test_src := erase_key.pass.cpp
56 test_src := version.pass.cp
    [all...]
  /external/libcxx/test/containers/sequences/deque/deque.cons/
Android.mk 20 test_src := default.pass.cpp
24 test_src := assign_size_value.pass.cpp
28 test_src := alloc.pass.cpp
32 test_src := iter_iter.pass.cpp
36 test_src := move_noexcept.pass.cpp
40 test_src := initializer_list_alloc.pass.cpp
44 test_src := default_noexcept.pass.cpp
48 test_src := op_equal.pass.cpp
52 test_src := size_value.pass.cpp
56 test_src := copy.pass.cp
    [all...]
  /external/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/
Android.mk 20 test_src := divide_value_valarray.pass.cpp
24 test_src := and_valarray_value.pass.cpp
28 test_src := xor_valarray_valarray.pass.cpp
32 test_src := divide_valarray_value.pass.cpp
36 test_src := modulo_valarray_value.pass.cpp
40 test_src := shift_right_value_valarray.pass.cpp
44 test_src := or_value_valarray.pass.cpp
48 test_src := minus_valarray_value.pass.cpp
52 test_src := shift_left_value_valarray.pass.cpp
56 test_src := xor_valarray_value.pass.cp
    [all...]
  /external/libcxx/test/numerics/complex.number/complex.member.ops/
Android.mk 20 test_src := divide_equal_complex.pass.cpp
24 test_src := minus_equal_scalar.pass.cpp
28 test_src := minus_equal_complex.pass.cpp
32 test_src := plus_equal_scalar.pass.cpp
36 test_src := times_equal_complex.pass.cpp
40 test_src := times_equal_scalar.pass.cpp
44 test_src := assignment_complex.pass.cpp
48 test_src := assignment_scalar.pass.cpp
52 test_src := divide_equal_scalar.pass.cpp
56 test_src := plus_equal_complex.pass.cp
    [all...]
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.members/
Android.mk 20 test_src := apply_value.pass.cpp
24 test_src := shift.pass.cpp
28 test_src := sum.pass.cpp
32 test_src := swap.pass.cpp
36 test_src := min.pass.cpp
40 test_src := cshift.pass.cpp
44 test_src := size.pass.cpp
48 test_src := resize.pass.cpp
52 test_src := max.pass.cpp
56 test_src := apply_cref.pass.cp
    [all...]
  /external/libcxx/test/numerics/rand/rand.predef/
Android.mk 20 test_src := mt19937.pass.cpp
24 test_src := minstd_rand.pass.cpp
28 test_src := ranlux24_base.pass.cpp
32 test_src := ranlux24.pass.cpp
36 test_src := ranlux48_base.pass.cpp
40 test_src := ranlux48.pass.cpp
44 test_src := mt19937_64.pass.cpp
48 test_src := minstd_rand0.pass.cpp
52 test_src := knuth_b.pass.cpp
56 test_src := default_random_engine.pass.cp
    [all...]
  /external/libcxx/test/re/re.regex/re.regex.assign/
Android.mk 20 test_src := string.pass.cpp
24 test_src := assign_ptr_size_flag.pass.cpp
28 test_src := il.pass.cpp
32 test_src := assign_ptr_flag.pass.cpp
36 test_src := copy.pass.cpp
40 test_src := assign.pass.cpp
44 test_src := assign_iter_iter_flag.pass.cpp
48 test_src := ptr.pass.cpp
52 test_src := assign.il.pass.cpp
56 test_src := assign_string_flag.pass.cp
    [all...]
  /external/libcxx/test/strings/basic.string/string.access/
Android.mk 20 test_src := db_front.pass.cpp
24 test_src := at.pass.cpp
28 test_src := db_cback.pass.cpp
32 test_src := front.pass.cpp
36 test_src := back.pass.cpp
40 test_src := db_cindex.pass.cpp
44 test_src := index.pass.cpp
48 test_src := db_back.pass.cpp
52 test_src := db_cfront.pass.cpp
56 test_src := db_index.pass.cp
    [all...]
  /external/libcxx/test/strings/basic.string/string.capacity/
Android.mk 20 test_src := length.pass.cpp
24 test_src := resize_size_char.pass.cpp
28 test_src := shrink_to_fit.pass.cpp
32 test_src := clear.pass.cpp
36 test_src := size.pass.cpp
40 test_src := max_size.pass.cpp
44 test_src := capacity.pass.cpp
48 test_src := reserve.pass.cpp
52 test_src := empty.pass.cpp
56 test_src := resize_size.pass.cp
    [all...]
  /external/libcxx/test/strings/basic.string/string.modifiers/string_erase/
Android.mk 20 test_src := iter_iter.pass.cpp
24 test_src := erase_iter_iter_db4.pass.cpp
28 test_src := iter.pass.cpp
32 test_src := pop_back.pass.cpp
36 test_src := erase_iter_iter_db1.pass.cpp
40 test_src := erase_iter_iter_db3.pass.cpp
44 test_src := erase_iter_db2.pass.cpp
48 test_src := size_size.pass.cpp
52 test_src := erase_iter_db1.pass.cpp
56 test_src := erase_iter_iter_db2.pass.cp
    [all...]
  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
Android.mk 20 test_src := size_type.pass.cpp
24 test_src := difference_type.pass.cpp
28 test_src := const_pointer.pass.cpp
32 test_src := pointer.pass.cpp
36 test_src := propagate_on_container_copy_assignment.pass.cpp
40 test_src := propagate_on_container_swap.pass.cpp
44 test_src := rebind_alloc.pass.cpp
48 test_src := void_pointer.pass.cpp
52 test_src := propagate_on_container_move_assignment.pass.cpp
56 test_src := const_void_pointer.pass.cp
    [all...]
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Android.mk 20 test_src := char_unshift.pass.cpp
24 test_src := char16_t_encoding.pass.cpp
28 test_src := char32_t_out.pass.cpp
32 test_src := char_length.pass.cpp
36 test_src := char_out.pass.cpp
40 test_src := char16_t_always_noconv.pass.cpp
44 test_src := wchar_t_out.pass.cpp
48 test_src := char16_t_length.pass.cpp
52 test_src := wchar_t_always_noconv.pass.cpp
56 test_src := wchar_t_encoding.pass.cp
    [all...]
  /external/libcxx/test/containers/associative/map/map.cons/
Android.mk 20 test_src := default.pass.cpp
24 test_src := compare.pass.cpp
28 test_src := alloc.pass.cpp
32 test_src := iter_iter.pass.cpp
36 test_src := move_noexcept.pass.cpp
40 test_src := default_noexcept.pass.cpp
44 test_src := iter_iter_comp.pass.cpp
48 test_src := copy.pass.cpp
52 test_src := move.pass.cpp
56 test_src := move_assign_noexcept.pass.cp
    [all...]
  /external/libcxx/test/numerics/complex.number/complex.ops/
Android.mk 20 test_src := scalar_divide_complex.pass.cpp
24 test_src := complex_plus_complex.pass.cpp
28 test_src := complex_times_scalar.pass.cpp
32 test_src := complex_not_equals_scalar.pass.cpp
36 test_src := complex_equals_scalar.pass.cpp
40 test_src := unary_plus.pass.cpp
44 test_src := stream_input.pass.cpp
48 test_src := complex_divide_scalar.pass.cpp
52 test_src := scalar_plus_complex.pass.cpp
56 test_src := scalar_times_complex.pass.cp
    [all...]
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
Android.mk 20 test_src := is_move_constructible.pass.cpp
24 test_src := is_default_constructible.pass.cpp
28 test_src := is_trivially_move_assignable.pass.cpp
32 test_src := is_nothrow_copy_assignable.pass.cpp
36 test_src := is_trivially_move_constructible.pass.cpp
40 test_src := is_nothrow_default_constructible.pass.cpp
44 test_src := is_trivially_constructible.pass.cpp
48 test_src := __has_operator_addressof.pass.cpp
52 test_src := is_nothrow_move_assignable.pass.cpp
56 test_src := is_final.pass.cp
    [all...]
  /external/libcxx/test/containers/container.adaptors/queue/queue.defn/
Android.mk 20 test_src := push.pass.cpp
24 test_src := front.pass.cpp
28 test_src := push_rv.pass.cpp
32 test_src := swap.pass.cpp
36 test_src := front_const.pass.cpp
40 test_src := pop.pass.cpp
44 test_src := assign_copy.pass.cpp
48 test_src := back.pass.cpp
52 test_src := size.pass.cpp
56 test_src := types.pass.cp
    [all...]
  /external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
Android.mk 20 test_src := unitbuf.pass.cpp
24 test_src := noskipws.pass.cpp
28 test_src := nounitbuf.pass.cpp
32 test_src := noshowpoint.pass.cpp
36 test_src := showbase.pass.cpp
40 test_src := skipws.pass.cpp
44 test_src := uppercase.pass.cpp
48 test_src := showpoint.pass.cpp
52 test_src := noshowbase.pass.cpp
56 test_src := showpos.pass.cp
    [all...]
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
Android.mk 20 test_src := get_monthname.pass.cpp
24 test_src := get_weekday_wide.pass.cpp
28 test_src := get_one.pass.cpp
32 test_src := get_time.pass.cpp
36 test_src := get_weekday.pass.cpp
40 test_src := get_date_wide.pass.cpp
44 test_src := get_date.pass.cpp
48 test_src := get_time_wide.pass.cpp
52 test_src := date_order.pass.cpp
56 test_src := get_year_wide.pass.cp
    [all...]
  /external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
Android.mk 20 test_src := default.pass.cpp
24 test_src := discard.pass.cpp
28 test_src := io.pass.cpp
32 test_src := result_type.pass.cpp
36 test_src := ctor_result_type.pass.cpp
40 test_src := eval.pass.cpp
44 test_src := ctor_engine_move.pass.cpp
48 test_src := copy.pass.cpp
52 test_src := assign.pass.cpp
56 test_src := values.pass.cp
    [all...]

Completed in 395 milliseconds

1 2 3 4 5 6 78 91011>>