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

1 2 34 5 6 7 8 91011>>

  /external/libcxx/test/containers/sequences/vector.bool/
Android.mk 20 test_src := construct_default.pass.cpp
24 test_src := vector_bool.pass.cpp
28 test_src := construct_size.pass.cpp
32 test_src := move_noexcept.pass.cpp
36 test_src := insert_iter_iter_iter.pass.cpp
40 test_src := find.pass.cpp
44 test_src := initializer_list_alloc.pass.cpp
48 test_src := construct_size_value.pass.cpp
52 test_src := emplace_back.pass.cpp
56 test_src := shrink_to_fit.pass.cp
    [all...]
  /external/libcxx/test/strings/string.conversions/
Android.mk 20 test_src := stod.pass.cpp
24 test_src := stold.pass.cpp
28 test_src := to_wstring.pass.cpp
32 test_src := stoul.pass.cpp
36 test_src := stol.pass.cpp
40 test_src := stoll.pass.cpp
44 test_src := to_string.pass.cpp
48 test_src := stoull.pass.cpp
52 test_src := stof.pass.cpp
56 test_src := stoi.pass.cp
    [all...]
  /external/libcxx/test/numerics/complex.number/complex.transcendentals/
Android.mk 20 test_src := cosh.pass.cpp
24 test_src := exp.pass.cpp
28 test_src := log.pass.cpp
32 test_src := atanh.pass.cpp
36 test_src := pow_complex_scalar.pass.cpp
40 test_src := log10.pass.cpp
44 test_src := asin.pass.cpp
48 test_src := acos.pass.cpp
52 test_src := tan.pass.cpp
56 test_src := pow_complex_complex.pass.cp
    [all...]
  /art/compiler/dex/
pass_driver.h 21 #include "pass.h"
25 class Pass;
29 * @brief Helper function to create a single instance of a given Pass and can be shared across
33 const Pass* GetPassInstance() {
34 static const PassType pass; local
35 return &pass;
44 * @brief PassDriver is the wrapper around all Pass instances in order to execute them
57 * @brief Insert a Pass: can warn if multiple passes have the same name.
59 void InsertPass(const Pass* new_pass) {
63 // It is an error to override an existing pass
116 const Pass* pass = PassDriver<PassDriverType>::g_passes[i]; local
    [all...]
  /external/libcxx/test/re/re.traits/
Android.mk 20 test_src := default.pass.cpp
24 test_src := lookup_classname.pass.cpp
28 test_src := length.pass.cpp
32 test_src := transform.pass.cpp
36 test_src := translate_nocase.pass.cpp
40 test_src := translate.pass.cpp
44 test_src := imbue.pass.cpp
48 test_src := types.pass.cpp
52 test_src := isctype.pass.cpp
56 test_src := value.pass.cp
    [all...]
  /external/chromium_org/cc/quads/
render_pass_unittest.cc 73 scoped_ptr<TestRenderPass> pass = TestRenderPass::Create(); local
74 pass->SetAll(id,
79 pass->copy_requests.push_back(CopyOutputRequest::CreateEmptyRequest());
81 // Stick a quad in the pass, this should not get copied.
82 SharedQuadState* shared_state = pass->CreateAndAppendSharedQuadState();
95 pass->shared_quad_state_list.back(), gfx::Rect(), gfx::Rect(), SkColor());
96 pass->quad_list.push_back(checkerboard_quad.PassAs<DrawQuad>());
100 scoped_ptr<RenderPass> copy = pass->Copy(new_id);
102 EXPECT_RECT_EQ(pass->output_rect, copy->output_rect);
103 EXPECT_EQ(pass->transform_to_root_target, copy->transform_to_root_target)
125 scoped_ptr<TestRenderPass> pass = TestRenderPass::Create(); local
254 scoped_ptr<TestRenderPass> pass = TestRenderPass::Create(); local
    [all...]
  /external/libcxx/test/containers/sequences/deque/deque.modifiers/
Android.mk 20 test_src := push_front_rvalue.pass.cpp
24 test_src := push_back_exception_safety.pass.cpp
28 test_src := pop_back.pass.cpp
32 test_src := emplace_back.pass.cpp
36 test_src := insert_iter_iter.pass.cpp
40 test_src := insert_iter_initializer_list.pass.cpp
44 test_src := insert_size_value.pass.cpp
48 test_src := push_front_exception_safety.pass.cpp
52 test_src := emplace.pass.cpp
56 test_src := insert_value.pass.cp
    [all...]
  /external/libcxx/test/re/re.syn/
Android.mk 20 test_src := cregex_iterator.pass.cpp
24 test_src := wcmatch.pass.cpp
28 test_src := wcregex_token_iterator.pass.cpp
32 test_src := ssub_match.pass.cpp
36 test_src := csub_match.pass.cpp
40 test_src := wsmatch.pass.cpp
44 test_src := wcregex_iterator.pass.cpp
48 test_src := wregex.pass.cpp
52 test_src := wcsub_match.pass.cpp
56 test_src := sregex_token_iterator.pass.cp
    [all...]
  /external/libcxx/test/thread/futures/futures.promise/
Android.mk 20 test_src := default.pass.cpp
24 test_src := set_rvalue_at_thread_exit.pass.cpp
28 test_src := move_ctor.pass.cpp
32 test_src := set_rvalue.pass.cpp
36 test_src := set_lvalue_at_thread_exit.pass.cpp
40 test_src := get_future.pass.cpp
44 test_src := dtor.pass.cpp
48 test_src := set_lvalue.pass.cpp
52 test_src := swap.pass.cpp
56 test_src := set_value_const.pass.cp
    [all...]
  /external/libcxx/test/containers/sequences/array/
Android.mk 20 test_src := begin.pass.cpp
24 test_src := at.pass.cpp
28 test_src := front_back.pass.cpp
32 test_src := version.pass.cpp
36 test_src := iterators.pass.cpp
40 test_src := types.pass.cpp
44 test_src := indexing.pass.cpp
  /external/libcxx/test/utilities/function.objects/comparisons/
Android.mk 20 test_src := less.pass.cpp
24 test_src := not_equal_to.pass.cpp
28 test_src := greater_equal.pass.cpp
32 test_src := less_equal.pass.cpp
36 test_src := transparent.pass.cpp
40 test_src := equal_to.pass.cpp
44 test_src := greater.pass.cpp
  /external/libcxx/test/utilities/time/
Android.mk 20 test_src := milliseconds.pass.cpp
24 test_src := hours.pass.cpp
28 test_src := minutes.pass.cpp
32 test_src := version.pass.cpp
36 test_src := nanoseconds.pass.cpp
40 test_src := seconds.pass.cpp
44 test_src := microseconds.pass.cpp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 17 pass
22 pass
37 def onelinefunc(): pass
41 arg3, arg4): pass
72 pass
77 def func77(): pass
83 def func83(): pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py 17 pass
22 pass
37 def onelinefunc(): pass
41 arg3, arg4): pass
72 pass
77 def func77(): pass
83 def func83(): pass
  /external/libcxx/test/numerics/complex.number/complex.special/
Android.mk 20 test_src := long_double_float_implicit.pass.cpp
24 test_src := long_double_double_implicit.pass.cpp
28 test_src := float_double_explicit.pass.cpp
32 test_src := long_double_double_explicit.pass.cpp
36 test_src := double_long_double_explicit.pass.cpp
40 test_src := double_float_implicit.pass.cpp
44 test_src := float_long_double_explicit.pass.cpp
48 test_src := double_float_explicit.pass.cpp
52 test_src := long_double_float_explicit.pass.cpp
  /external/libcxx/test/thread/futures/futures.unique_future/
Android.mk 20 test_src := default.pass.cpp
24 test_src := move_ctor.pass.cpp
28 test_src := dtor.pass.cpp
32 test_src := wait_until.pass.cpp
36 test_src := share.pass.cpp
40 test_src := get.pass.cpp
44 test_src := wait.pass.cpp
48 test_src := move_assign.pass.cpp
52 test_src := wait_for.pass.cpp
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestCase.java 34 private boolean pass; field in class:TestCase
37 return pass;
41 pass = value;
  /external/chromium_org/tools/telemetry/telemetry/timeline/
empty_timeline_data_importer.py 10 pass
24 pass
27 pass
  /external/libcxx/test/containers/associative/map/map.modifiers/
Android.mk 20 test_src := insert_cv.pass.cpp
24 test_src := insert_rv.pass.cpp
28 test_src := emplace_hint.pass.cpp
32 test_src := insert_initializer_list.pass.cpp
36 test_src := insert_iter_iter.pass.cpp
40 test_src := erase_key.pass.cpp
44 test_src := clear.pass.cpp
48 test_src := insert_iter_rv.pass.cpp
52 test_src := emplace.pass.cpp
56 test_src := erase_iter.pass.cp
    [all...]
  /external/libcxx/test/containers/associative/multimap/multimap.modifiers/
Android.mk 20 test_src := insert_cv.pass.cpp
24 test_src := insert_rv.pass.cpp
28 test_src := emplace_hint.pass.cpp
32 test_src := insert_initializer_list.pass.cpp
36 test_src := insert_iter_iter.pass.cpp
40 test_src := erase_key.pass.cpp
44 test_src := clear.pass.cpp
48 test_src := insert_iter_rv.pass.cpp
52 test_src := emplace.pass.cpp
56 test_src := erase_iter.pass.cp
    [all...]
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
Android.mk 20 test_src := sort.pass.cpp
24 test_src := merge_pred.pass.cpp
28 test_src := merge.pass.cpp
32 test_src := unique_pred.pass.cpp
36 test_src := splice_after_flist.pass.cpp
40 test_src := sort_pred.pass.cpp
44 test_src := splice_after_one.pass.cpp
48 test_src := reverse.pass.cpp
52 test_src := unique.pass.cpp
56 test_src := remove.pass.cp
    [all...]
  /external/libcxx/test/containers/sequences/list/list.ops/
Android.mk 20 test_src := sort.pass.cpp
24 test_src := sort_comp.pass.cpp
28 test_src := merge.pass.cpp
32 test_src := unique_pred.pass.cpp
36 test_src := splice_pos_list_iter.pass.cpp
40 test_src := splice_pos_list.pass.cpp
44 test_src := merge_comp.pass.cpp
48 test_src := splice_pos_list_iter_iter.pass.cpp
52 test_src := reverse.pass.cpp
56 test_src := unique.pass.cp
    [all...]
  /external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
Android.mk 20 test_src := default.pass.cpp
24 test_src := size_hash.pass.cpp
28 test_src := range_size_hash_equal_allocator.pass.cpp
32 test_src := init_size.pass.cpp
36 test_src := move_noexcept.pass.cpp
40 test_src := size_hash_equal.pass.cpp
44 test_src := range_size_hash.pass.cpp
48 test_src := default_noexcept.pass.cpp
52 test_src := init_size_hash_equal.pass.cpp
56 test_src := copy.pass.cp
    [all...]
  /external/libcxx/test/language.support/support.runtime/
Android.mk 20 test_src := cstdbool.pass.cpp
24 test_src := cstdarg.pass.cpp
28 test_src := version_csetjmp.pass.cpp
32 test_src := version_ctime.pass.cpp
36 test_src := version_cstdlib.pass.cpp
40 test_src := ctime.pass.cpp
44 test_src := version_csignal.pass.cpp
48 test_src := version_cstdarg.pass.cpp
52 test_src := csetjmp.pass.cpp
56 test_src := version_cstdbool.pass.cp
    [all...]
  /external/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
Android.mk 20 test_src := op_times=.pass.cpp
24 test_src := op_+.pass.cpp
28 test_src := op_-.pass.cpp
32 test_src := op_--.pass.cpp
36 test_src := op_++.pass.cpp
40 test_src := op_++int.pass.cpp
44 test_src := op_+=.pass.cpp
48 test_src := op_-=.pass.cpp
52 test_src := op_mod=rep.pass.cpp
56 test_src := op_mod=duration.pass.cp
    [all...]

Completed in 1606 milliseconds

1 2 34 5 6 7 8 91011>>