/aosp_15_r20/external/boringssl/src/ssl/test/runner/hpke/testdata/ |
H A D | test-vectors.json | 1 …e8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf011cff4b7d","pt":"426561757479206973… string
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/hpke/ |
H A D | test-vectors.json | 1 …e8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf011cff4b7d","pt":"426561757479206973… string
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/hpke/testdata/ |
H A D | test-vectors.json | 1 …e8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf011cff4b7d","pt":"426561757479206973… string
|
/aosp_15_r20/external/boringssl/src/crypto/hpke/ |
H A D | test-vectors.json | 1 …e8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf011cff4b7d","pt":"426561757479206973… string
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/test/ |
D | test_property_tree.hpp | 113 PTREE pt; in test_insertion() local 149 PTREE pt; in test_erasing() local 189 PTREE pt(T("data")); in test_clear() local 207 PTREE pt; in test_pushpop() local 251 PTREE pt; in test_container_iteration() local 348 PTREE pt; in test_sort_reverse() local 430 PTREE pt; in test_case() local 573 PTREE pt; in test_front_back() local 599 PTREE pt; in test_get_put() local 733 PTREE pt; in test_get_put() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_futures.cpp | 257 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() local 270 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() local 287 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() local 305 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() local 321 boost::packaged_task<int> pt(throw_runtime_error); in BOOST_AUTO_TEST_CASE() local 379 boost::packaged_task<void> pt(do_nothing); in BOOST_AUTO_TEST_CASE() local 400 boost::packaged_task<int&> pt(return_ref); in BOOST_AUTO_TEST_CASE() local 416 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() local 436 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() local 475 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() local [all …]
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | symm.rs | 1067 let pt = Vec::from_hex(pt).unwrap(); in cipher_test() localVariable 1091 let pt = Vec::from_hex(pt).unwrap(); in cipher_test_nopad() localVariable 1126 let pt = "0000000000000000000000000000000000000000000000000000000000000000000000000000"; in test_rc4() localVariable 1139 let pt = "77f4ef63d734ebd028508da66c22cdebdd52ecd6ee2ab0a50bc8ad0cfd692ca5fcd4e6dedc45df7f\ in test_aes256_xts() localVariable 1152 let pt = "6BC1BEE22E409F96E93D7E117393172AAE2D8A571E03AC9C9EB76FAC45AF8E5130C81C46A35CE411\ in test_aes128_ctr() localVariable 1167 let pt = "6bc1"; in test_aes128_cfb1() localVariable 1178 let pt = "6bc1bee22e409f96e93d7e117393172a"; in test_aes128_cfb128() localVariable 1189 let pt = "6bc1bee22e409f96e93d7e117393172aae2d"; in test_aes128_cfb8() localVariable 1201 …let pt = "6bc1bee22e409f96e93d7e117393172aae2d8a571e03ac9c9eb76fac45af8e5130c81c46a35ce411e5fbc119… in test_aes128_ofb() localVariable 1213 …let pt = "6bc1bee22e409f96e93d7e117393172aae2d8a571e03ac9c9eb76fac45af8e5130c81c46a35ce411e5fbc119… in test_aes192_ctr() localVariable [all …]
|
D | cipher_ctx.rs | 775 let pt = hex::decode("6bc1bee22e409f96e93d7e117393172aae2d8a571e03ac9c9eb76fac45af8e51") in aes_128_cbc() localVariable 955 let pt = hex::decode(pt).unwrap(); in cipher_wrap_test() localVariable 988 let pt = "00112233445566778899aabbccddeeff"; in test_aes128_wrap() localVariable 999 let pt = "00112233445566778899aabbccddeeff"; in test_aes128_wrap_default_iv() localVariable 1009 let pt = "00112233445566778899aabbccddee"; in test_aes128_wrap_pad() localVariable 1020 let pt = "00112233445566778899aabbccddee"; in test_aes128_wrap_pad_default_iv() localVariable 1030 let pt = "9f6dee187d35302116aecbfd059657efd9f7589c4b5e7f5b"; in test_aes192_wrap() localVariable 1041 let pt = "9f6dee187d35302116aecbfd059657efd9f7589c4b5e7f5b"; in test_aes192_wrap_default_iv() localVariable 1051 let pt = "00112233445566778899aabbccddee"; in test_aes192_wrap_pad() localVariable 1062 let pt = "00112233445566778899aabbccddee"; in test_aes192_wrap_pad_default_iv() localVariable [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/ |
D | make_shared_object.hpp | 212 boost::shared_ptr< T > pt( static_cast< T* >( 0 ), BOOST_SP_MSD( T ) ); in make_shared_noinit() local 229 boost::shared_ptr< T > pt( static_cast< T* >( 0 ), BOOST_SP_MSD( T ), a ); in allocate_shared_noinit() local 250 boost::shared_ptr< T > pt( static_cast< T* >( 0 ), BOOST_SP_MSD( T ) ); in make_shared() local 274 boost::shared_ptr< T > pt( static_cast< T* >( 0 ), boost::detail::sp_inplace_tag<D>(), a2 ); in allocate_shared() local 311 boost::shared_ptr< T > pt( static_cast< T* >( 0 ), BOOST_SP_MSD( T ) ); in make_shared() local 328 boost::shared_ptr< T > pt( static_cast< T* >( 0 ), BOOST_SP_MSD( T ), a ); in allocate_shared() local 348 boost::shared_ptr< T > pt( static_cast< T* >( 0 ), BOOST_SP_MSD( T ) ); in make_shared() local 369 boost::shared_ptr< T > pt( static_cast< T* >( 0 ), BOOST_SP_MSD( T ), a ); in allocate_shared() local 390 boost::shared_ptr< T > pt( static_cast< T* >( 0 ), BOOST_SP_MSD( T ) ); in make_shared() local 412 boost::shared_ptr< T > pt( static_cast< T* >( 0 ), BOOST_SP_MSD( T ), a ); in allocate_shared() local [all …]
|
/aosp_15_r20/external/libwebsockets/lib/event-libs/libuv/ |
H A D | libuv.c | 40 struct lws_context_per_thread *pt = ptpr->pt; in lws_uv_sultimer_cb() local 62 struct lws_context_per_thread *pt = ptpr->pt; in lws_uv_idle() local 97 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi]; in lws_io_cb() local 183 struct lws_context_per_thread *pt = (struct lws_context_per_thread *) in lws_uv_signal_handler() local 198 lws_uv_finalize_pt(struct lws_context_per_thread *pt) in lws_uv_finalize_pt() 259 struct lws_context_per_thread *pt = in lws_uv_close_cb_sa() local 313 struct lws_context_per_thread *pt = &context->pt[tsi]; in lws_libuv_static_refcount_add() local 372 struct lws_context_per_thread *pt; in elops_destroy_context1_uv() local 399 struct lws_context_per_thread *pt; in elops_destroy_context2_uv() local 496 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in elops_accept_uv() local [all …]
|
/aosp_15_r20/external/libwebsockets/lib/event-libs/glib/ |
H A D | glib.c | 74 lws_glib_set_idle(struct lws_context_per_thread *pt) in lws_glib_set_idle() 92 lws_glib_set_timeout(struct lws_context_per_thread *pt, unsigned int ms) in lws_glib_set_timeout() 114 struct lws_context_per_thread *pt; in lws_glib_dispatch() local 169 struct lws_context_per_thread *pt = (struct lws_context_per_thread *)p; in lws_glib_hrtimer_cb() local 197 struct lws_context_per_thread *pt = (struct lws_context_per_thread *)p; in lws_glib_idle_timer_cb() local 234 struct lws_context_per_thread *pt = ctx; in lws_glib_sigint_cb() local 264 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in elops_accept_glib() local 309 struct lws_context_per_thread *pt = &context->pt[tsi]; in elops_init_pt_glib() local 348 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in elops_io_glib() local 390 struct lws_context_per_thread *pt = &context->pt[tsi]; in elops_run_pt_glib() local [all …]
|
/aosp_15_r20/external/libwebsockets/lib/event-libs/libevent/ |
H A D | libevent.c | 34 struct lws_context_per_thread *pt = (struct lws_context_per_thread *)p; in lws_event_hrtimer_cb() local 58 struct lws_context_per_thread *pt = (struct lws_context_per_thread *)p; in lws_event_idle_timer_cb() local 108 struct lws_context_per_thread *pt; in lws_event_cb() local 163 struct lws_context_per_thread *pt = ctx; in lws_event_sigint_cb() local 181 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi]; in elops_listen_init_event() local 199 struct lws_context_per_thread *pt = &context->pt[tsi]; in elops_init_pt_event() local 263 struct lws_context_per_thread *pt; in elops_accept_event() local 291 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in elops_io_event() local 351 struct lws_context_per_thread *pt = &context->pt[tsi]; in elops_destroy_pt_event() local 375 struct lws_context_per_thread *pt; in elops_destroy_wsi_event() local [all …]
|
/aosp_15_r20/external/libwebsockets/lib/event-libs/sdevent/ |
H A D | sdevent.c | 10 struct lws_context_per_thread *pt; member 24 struct lws_context_per_thread *pt = (struct lws_context_per_thread *)userdata; in sultimer_handler() local 52 struct lws_context_per_thread *pt = (struct lws_context_per_thread *)userdata; in idle_handler() local 96 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi]; in sock_accept_handler() local 159 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in io_sd() local 215 struct lws_context_per_thread *pt; in init_vhost_listen_wsi_sd() local 248 struct lws_context_per_thread *pt = &context->pt[tsi]; in init_pt_sd() local 338 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in sock_accept_sd() local 361 struct lws_context_per_thread *pt = &context->pt[tsi]; in run_pt_sd() local 381 struct lws_context_per_thread *pt = &context->pt[tsi]; in destroy_pt_sd() local
|
/aosp_15_r20/external/libwebsockets/lib/core-net/ |
H A D | wsi-timeout.c | 57 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in __lws_set_timer_usecs() local 79 struct lws_context_per_thread *pt = &cx->pt[(int)wsi->tsi]; in lws_sul_wsitimeout_cb() local 127 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in __lws_set_timeout() local 142 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in lws_set_timeout() local 178 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in lws_set_timeout_us() local 202 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in lws_validity_cb() local 209 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in lws_validity_cb() local 251 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in _lws_validity_confirmed_role() local
|
H A D | route.c | 135 _lws_route_remove(struct lws_context_per_thread *pt, lws_route_t *robj, int flags) in _lws_route_remove() 164 _lws_route_table_empty(struct lws_context_per_thread *pt) in _lws_route_table_empty() 181 _lws_route_table_ifdown(struct lws_context_per_thread *pt, int idx) in _lws_route_table_ifdown() 196 _lws_route_est_outgoing(struct lws_context_per_thread *pt, in _lws_route_est_outgoing() 271 _lws_route_find_source(struct lws_context_per_thread *pt, in _lws_route_find_source() 295 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in _lws_route_check_wsi() local 339 _lws_route_pt_close_unroutable(struct lws_context_per_thread *pt) in _lws_route_pt_close_unroutable() 372 _lws_route_pt_close_route_users(struct lws_context_per_thread *pt, in _lws_route_pt_close_route_users()
|
H A D | service.c | 250 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in lws_rxflow_cache() local 299 struct lws_context_per_thread *pt; in lws_service_adjust_timeout() local 384 lws_buflist_aware_read(struct lws_context_per_thread *pt, struct lws *wsi, in lws_buflist_aware_read() 475 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in lws_buflist_aware_finished_consuming() local 517 lws_service_do_ripe_rxflow(struct lws_context_per_thread *pt) in lws_service_do_ripe_rxflow() 570 struct lws_context_per_thread *pt; in lws_service_flag_pending() local 641 struct lws_context_per_thread *pt; in lws_service_fd_tsi() local 821 struct lws_context_per_thread *pt; in lws_service() local 849 struct lws_context_per_thread *pt; in lws_service_tsi() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/encrypt/ |
D | tests.rs | 669 let pt = &ciphertext[4..4 + pt_len]; in decrypt() localVariable 683 let pt = b"This is the plaintext"; in test_cose_recipient_roundtrip() localVariable 734 let pt = b"aa"; in test_cose_recipient_noncanonical() localVariable 774 let pt = b"This is the plaintext"; in test_cose_recipient_result() localVariable 820 let pt = b"This is the plaintext"; in test_cose_recipient_builder_invalid_context() localVariable 838 let pt = b"This is the plaintext"; in test_cose_recipient_decrypt_invalid_context() localVariable 859 let pt = b"This is the plaintext"; in test_cose_encrypt_roundtrip() localVariable 897 let pt = b"aa"; in test_cose_encrypt_noncanonical() localVariable 941 let pt = b"This is the plaintext"; in test_cose_encrypt_status() localVariable 974 let pt = b"This is the plaintext"; in test_cose_encrypt0_roundtrip() localVariable [all …]
|
/aosp_15_r20/external/libwebsockets/lib/event-libs/libev/ |
H A D | libev.c | 37 struct lws_context_per_thread *pt = ptpr->pt; in lws_ev_hrtimer_cb() local 55 struct lws_context_per_thread *pt = ptpr->pt; in lws_ev_idle_cb() local 94 struct lws_context_per_thread *pt; in lws_accept_cb() local 141 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi]; in elops_listen_init_ev() local 160 struct lws_context_per_thread *pt = &context->pt[tsi]; in elops_init_pt_ev() local 245 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi]; in elops_listen_destroy_ev() local 257 struct lws_context_per_thread *pt = &context->pt[tsi]; in elops_destroy_pt_ev() local 308 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in elops_io_ev() local 348 struct lws_context_per_thread *pt; in elops_destroy_context2_ev() local 408 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi]; in elops_destroy_wsi_ev() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPointPriv.h | 26 static const SkScalar* AsScalars(const SkPoint& pt) { return &pt.fX; } in AsScalars() 43 static SkScalar DistanceToLineSegmentBetween(const SkPoint& pt, const SkPoint& a, in DistanceToLineSegmentBetween() 48 static SkScalar DistanceToSqd(const SkPoint& pt, const SkPoint& a) { in DistanceToSqd() 58 static bool EqualsWithinTolerance(const SkPoint& pt, const SkPoint& p, SkScalar tol) { in EqualsWithinTolerance() 63 static SkScalar LengthSqd(const SkPoint& pt) { in LengthSqd() 67 static void Negate(SkIPoint& pt) { in Negate() 79 static void RotateCCW(SkPoint* pt) { in RotateCCW() 90 static void RotateCW(SkPoint* pt) { in RotateCW()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/common/sci/svc/rm/ |
D | rm_rpc_clnt.c | 31 sc_err_t sc_rm_partition_alloc(sc_ipc_t ipc, sc_rm_pt_t *pt, sc_bool_t secure, in sc_rm_partition_alloc() 58 sc_err_t sc_rm_set_confidential(sc_ipc_t ipc, sc_rm_pt_t pt, sc_bool_t retro) in sc_rm_set_confidential() 76 sc_err_t sc_rm_partition_free(sc_ipc_t ipc, sc_rm_pt_t pt) in sc_rm_partition_free() 109 sc_err_t sc_rm_partition_static(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rm_did_t did) in sc_rm_partition_static() 127 sc_err_t sc_rm_partition_lock(sc_ipc_t ipc, sc_rm_pt_t pt) in sc_rm_partition_lock() 144 sc_err_t sc_rm_get_partition(sc_ipc_t ipc, sc_rm_pt_t *pt) in sc_rm_get_partition() 164 sc_err_t sc_rm_set_parent(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rm_pt_t pt_parent) in sc_rm_set_parent() 203 sc_err_t sc_rm_assign_resource(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rsrc_t resource) in sc_rm_assign_resource() 301 sc_rm_pt_t pt, sc_rm_perm_t perm) in sc_rm_set_peripheral_permissions() 487 sc_err_t sc_rm_assign_memreg(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rm_mr_t mr) in sc_rm_assign_memreg() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/common/sci/svc/rm/ |
H A D | rm_rpc_clnt.c | 31 sc_err_t sc_rm_partition_alloc(sc_ipc_t ipc, sc_rm_pt_t *pt, sc_bool_t secure, in sc_rm_partition_alloc() 58 sc_err_t sc_rm_set_confidential(sc_ipc_t ipc, sc_rm_pt_t pt, sc_bool_t retro) in sc_rm_set_confidential() 76 sc_err_t sc_rm_partition_free(sc_ipc_t ipc, sc_rm_pt_t pt) in sc_rm_partition_free() 109 sc_err_t sc_rm_partition_static(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rm_did_t did) in sc_rm_partition_static() 127 sc_err_t sc_rm_partition_lock(sc_ipc_t ipc, sc_rm_pt_t pt) in sc_rm_partition_lock() 144 sc_err_t sc_rm_get_partition(sc_ipc_t ipc, sc_rm_pt_t *pt) in sc_rm_get_partition() 164 sc_err_t sc_rm_set_parent(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rm_pt_t pt_parent) in sc_rm_set_parent() 203 sc_err_t sc_rm_assign_resource(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rsrc_t resource) in sc_rm_assign_resource() 301 sc_rm_pt_t pt, sc_rm_perm_t perm) in sc_rm_set_peripheral_permissions() 487 sc_err_t sc_rm_assign_memreg(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rm_mr_t mr) in sc_rm_assign_memreg() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/ |
D | ini_parser.hpp | 67 Ptree &pt) in read_ini() 159 Ptree &pt, in read_ini() 180 void check_dupes(const Ptree &pt) in check_dupes() 200 const Ptree& pt, in write_keys() 225 const Ptree& pt) in write_top_level_keys() 234 const Ptree& pt) in write_sections() 271 const Ptree &pt, in write_ini() 306 const Ptree &pt, in write_ini()
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | periodic_task_unittest.cc | 38 PeriodicTask pt(&task_runner); in TEST() local 57 PeriodicTask pt(&task_runner); in TEST() local 78 PeriodicTask pt(&task_runner); in TEST() local 102 PeriodicTask pt(&task_runner); in TEST() local 131 std::unique_ptr<PeriodicTask> pt(new PeriodicTask(&task_runner)); in TEST() local 151 std::unique_ptr<PeriodicTask> pt(new PeriodicTask(&task_runner)); in TEST() local 175 PeriodicTask pt(&task_runner); in TEST() local 206 PeriodicTask pt(&task_runner); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/sign/ |
D | tests.rs | 1136 let pt = b"This is the content"; in test_sign_roundtrip() localVariable 1189 let pt = b"This is the content"; in test_sign_detached_roundtrip() localVariable 1247 let pt = b"aa"; in test_sign_noncanonical() localVariable 1323 let pt = b"This is the content"; in test_sign_create_result() localVariable 1358 let pt = b"This is the content"; in test_sign_detached_create_result() localVariable 1395 let pt = b"This is the content"; in test_sign_sig_index_invalid() localVariable 1422 let pt = b"This is the content"; in test_sign_detached_sig_index_invalid() localVariable 1582 let pt = b"This is the content"; in test_sign1_roundtrip() localVariable 1626 let pt = b"This is the content"; in test_sign1_detached_roundtrip() localVariable 1673 let pt = b"This is the content"; in test_sign1_create_result() localVariable [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_miptree.c | 162 nv50_miptree_destroy(struct pipe_screen *pscreen, struct pipe_resource *pt) in nv50_miptree_destroy() 180 struct pipe_resource *pt, in nv50_miptree_get_handle() 233 struct pipe_resource *pt = &mt->base.base; in nv50_miptree_init_layout_linear() local 259 const struct pipe_resource *pt = &mt->base.base; in nv50_miptree_init_layout_video() local 281 struct pipe_resource *pt = &mt->base.base; in nv50_miptree_init_layout_tiled() local 332 struct pipe_resource *pt = &mt->base.base; in nv50_miptree_create() local 445 const struct pipe_resource *pt = &mt->base.base; in nv50_mt_zslice_offset() local 501 struct pipe_resource *pt, in nv50_miptree_surface_new()
|