Searched refs:pass (Results 1 - 25 of 1778) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/ppc32/
H A Dxlc_dbl_u32.stdout.exp0 pass
/external/chromium_org/v8/test/webkit/
H A Dglobal-resolve-through-eval.js26 var pass = false; variable
28 var accessGlobal = (function() { return eval("var pass=true; (function(){ return pass; })"); })();
29 var accessLocal = (function() { var pass = false; return (function() { return eval("var pass=true; (function(){ return pass; })"); })(); })();
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Doptimization-test4 pass=0
13 pass=$((pass+1))
21 echo "$pass/$total tests returned correct results"
24 if [[ $pass == $total ]]; then
/external/mesa3d/src/glsl/tests/
H A Doptimization-test4 pass=0
13 pass=$((pass+1))
21 echo "$pass/$total tests returned correct results"
24 if [[ $pass == $total ]]; then
/external/checkpolicy/
H A Dmodule_compiler.h21 int define_policy(int pass, int module_header_given);
54 int require_class(int pass);
55 int require_role(int pass);
56 int require_type(int pass);
57 int require_attribute(int pass);
58 int require_attribute_role(int pass);
59 int require_user(int pass);
60 int require_bool(int pass);
61 int require_tunable(int pass);
62 int require_sens(int pass);
[all...]
/external/openssl/crypto/pkcs12/
H A Dp12_p8d.c63 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, int passlen) argument
65 return PKCS12_item_decrypt_d2i(p8->algor, ASN1_ITEM_rptr(PKCS8_PRIV_KEY_INFO), pass,
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/
H A Dsurfaces_utils.cc28 PassPtr pass = Pass::New(); local
29 pass->id = id;
30 pass->output_rect = Rect::From(rect);
31 pass->damage_rect = Rect::From(rect);
32 pass->transform_to_root_target = Transform::From(gfx::Transform());
33 pass->has_transparent_background = false;
34 return pass.Pass();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DMethodFilterTransformer.java22 private ClassTransformer pass; field in class:MethodFilterTransformer
25 public MethodFilterTransformer(MethodFilter filter, ClassTransformer pass) { argument
27 this.pass = pass;
28 super.setTarget(pass);
36 return (filter.accept(access, name, desc, signature, exceptions) ? pass : direct).visitMethod(access, name, desc, signature, exceptions);
40 pass.setTarget(target);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxstats.h23 * first pass statistics
27 int pass; member in struct:__anon13230
33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
34 int stats_open_mem(stats_io_t *stats, int pass);
/external/libvpx/libvpx/
H A Dvpxstats.h23 * first pass statistics
27 int pass; member in struct:__anon24999
33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
34 int stats_open_mem(stats_io_t *stats, int pass);
/external/lldb/test/lang/cpp/dynamic-value/
H A DMakefile3 CXX_SOURCES := pass-to-base.cpp
/external/libcxxabi/test/
H A Dtestit39 pass=0
49 pass=$(($pass + 1))
62 pass=$(($pass + 1))
80 if [ $pass -gt 0 ]
82 echo "passed $pass tests in `pwd`"
88 if [ $fail -eq 0 -a $pass -eq 0 ]
95 PASS=$(($PASS + $pass))
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_test_helpers.cc25 void AddTestSurfaceQuad(TestRenderPass* pass, argument
36 SharedQuadState* shared_quad_state = pass->CreateAndAppendSharedQuadState();
47 pass->CreateAndAppendDrawQuad<SurfaceDrawQuad>();
49 surface_quad->SetNew(pass->shared_quad_state_list.back(),
54 void AddTestRenderPassQuad(TestRenderPass* pass, RenderPassId render_pass_id) { argument
56 SharedQuadState* shared_state = pass->CreateAndAppendSharedQuadState();
66 pass->CreateAndAppendDrawQuad<RenderPassDrawQuad>();
78 void AddQuadInPass(TestRenderPass* pass, Quad desc) { argument
81 AddQuad(pass, gfx::Rect(0, 0, 5, 5), desc.color);
84 AddTestSurfaceQuad(pass, gf
100 Pass pass = passes[i]; local
135 TestPassMatchesExpectations(Pass expected_pass, const RenderPass* pass) argument
154 RenderPass* pass = passes->at(i); local
[all...]
/external/libcxx/test/containers/unord/unord.set/
H A DAndroid.mk20 test_src := db_iterators_7.pass.cpp
24 test_src := swap_member.pass.cpp
28 test_src := erase_iter_iter_db4.pass.cpp
32 test_src := bucket_size.pass.cpp
36 test_src := bucket_count.pass.cpp
40 test_src := max_load_factor.pass.cpp
44 test_src := emplace_hint.pass.cpp
48 test_src := erase_iter_iter_db1.pass.cpp
52 test_src := db_local_iterators_7.pass.cpp
56 test_src := insert_hint_const_lvalue.pass
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKSPasswordProtectionTest.java55 char[] pass = { 'a', 'b', 'c' };
56 KeyStore.PasswordProtection ksPWP = new KeyStore.PasswordProtection(pass);
59 assertEquals("Incorrect password length", pass.length, rPass.length);
60 for (int i = 0; i < pass.length; i++) {
62 .concat(")"), pass[i], rPass[i]);
/external/libcxx/test/containers/sequences/vector.bool/
H A DAndroid.mk20 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
[all...]
/external/libcxx/test/strings/string.conversions/
H A DAndroid.mk20 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
[all...]
/external/libcxx/test/numerics/complex.number/complex.transcendentals/
H A DAndroid.mk20 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
[all...]
/external/libcxx/test/re/re.traits/
H A DAndroid.mk20 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
[all...]
/external/chromium_org/cc/quads/
H A Drender_pass_unittest.cc74 scoped_ptr<TestRenderPass> pass = TestRenderPass::Create(); local
75 pass->SetAll(id,
80 pass->copy_requests.push_back(CopyOutputRequest::CreateEmptyRequest());
82 // Stick a quad in the pass, this should not get copied.
83 SharedQuadState* shared_state = pass->CreateAndAppendSharedQuadState();
94 pass->CreateAndAppendDrawQuad<CheckerboardDrawQuad>();
96 pass->shared_quad_state_list.back(), gfx::Rect(), gfx::Rect(), SkColor());
100 scoped_ptr<RenderPass> copy = pass->Copy(new_id);
102 EXPECT_RECT_EQ(pass->output_rect, copy->output_rect);
103 EXPECT_EQ(pass
125 scoped_ptr<TestRenderPass> pass = TestRenderPass::Create(); local
248 scoped_ptr<TestRenderPass> pass = TestRenderPass::Create(); local
[all...]
/external/libcxx/test/containers/sequences/deque/deque.modifiers/
H A DAndroid.mk20 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
[all...]
/external/libcxx/test/re/re.syn/
H A DAndroid.mk20 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
[all...]
/external/libcxx/test/thread/futures/futures.promise/
H A DAndroid.mk20 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
[all...]
/external/libcxx/test/containers/sequences/array/
H A DAndroid.mk20 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/
H A DAndroid.mk20 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

Completed in 2492 milliseconds

1234567891011>>