Home
last modified time | relevance | path

Searched defs:p (Results 126 – 150 of 27139) sorted by relevance

12345678910>>...1086

/aosp_15_r20/external/ply/ply/example/GardenSnake/
H A DGardenSnake.py386 def p_file_input_end(p): argument
391 def p_file_input(p): argument
410 def p_funcdef(p): argument
417 def p_parameters(p): argument
428 def p_varargslist(p): argument
439 def p_stmt_simple(p): argument
445 def p_stmt_compound(p): argument
452 def p_simple_stmt(p): argument
458 def p_small_stmts(p): argument
470 def p_small_stmt(p): argument
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/mediatek/mt8195/dramc/
H A Ddramc_pi_calibration_api.c168 static void vSetCalibrationResult(DRAMC_CTX_T *p, U8 ucCalType, U8 ucResult) in vSetCalibrationResult()
205 void Fast_K_CheckResult(DRAMC_CTX_T *p, U8 ucCalType) in Fast_K_CheckResult()
287 void vPrintCalibrationResult(DRAMC_CTX_T *p) in vPrintCalibrationResult()
417 void SetDeviationVref(DRAMC_CTX_T *p) in SetDeviationVref()
485 void vInitGlobalVariablesByCondition(DRAMC_CTX_T *p) in vInitGlobalVariablesByCondition()
800 static void ImpedanceTracking_DisImpHw_Setting(DRAMC_CTX_T *p, U8 u1DisImpHw) in ImpedanceTracking_DisImpHw_Setting()
837 void vBeforeCalibration(DRAMC_CTX_T *p) in vBeforeCalibration()
961 void vAfterCalibration(DRAMC_CTX_T *p) in vAfterCalibration()
1005 static void O1PathOnOff(DRAMC_CTX_T *p, U8 u1OnOff) in O1PathOnOff()
1088 static inline u8 get_ca_pi_per_ui(DRAMC_CTX_T *p) in get_ca_pi_per_ui()
[all …]
/aosp_15_r20/external/python/cpython2/Modules/
D_struct.c195 get_long(PyObject *v, long *p) in get_long()
214 get_ulong(PyObject *v, unsigned long *p) in get_ulong()
235 get_longlong(PyObject *v, PY_LONG_LONG *p) in get_longlong()
254 get_ulonglong(PyObject *v, unsigned PY_LONG_LONG *p) in get_ulonglong()
275 unpack_float(const char *p, /* start of 4-byte string */ in unpack_float()
287 unpack_double(const char *p, /* start of 8-byte string */ in unpack_double()
350 nu_char(const char *p, const formatdef *f) in nu_char()
356 nu_byte(const char *p, const formatdef *f) in nu_byte()
362 nu_ubyte(const char *p, const formatdef *f) in nu_ubyte()
368 nu_short(const char *p, const formatdef *f) in nu_short()
[all …]
/aosp_15_r20/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
H A Dpos_format.pass.cpp68 std::money_base::pattern p = f.pos_format(); in main() local
76 std::money_base::pattern p = f.pos_format(); in main() local
84 std::money_base::pattern p = f.pos_format(); in main() local
92 std::money_base::pattern p = f.pos_format(); in main() local
101 std::money_base::pattern p = f.pos_format(); in main() local
109 std::money_base::pattern p = f.pos_format(); in main() local
117 std::money_base::pattern p = f.pos_format(); in main() local
125 std::money_base::pattern p = f.pos_format(); in main() local
134 std::money_base::pattern p = f.pos_format(); in main() local
142 std::money_base::pattern p = f.pos_format(); in main() local
[all …]
H A Dneg_format.pass.cpp68 std::money_base::pattern p = f.neg_format(); in main() local
76 std::money_base::pattern p = f.neg_format(); in main() local
84 std::money_base::pattern p = f.neg_format(); in main() local
92 std::money_base::pattern p = f.neg_format(); in main() local
101 std::money_base::pattern p = f.neg_format(); in main() local
109 std::money_base::pattern p = f.neg_format(); in main() local
117 std::money_base::pattern p = f.neg_format(); in main() local
125 std::money_base::pattern p = f.neg_format(); in main() local
134 std::money_base::pattern p = f.neg_format(); in main() local
142 std::money_base::pattern p = f.neg_format(); in main() local
[all …]
/aosp_15_r20/external/lzma/C/
H A DCpuArch.h464 #define GetUi16(p) (*(const UInt16 *)(const void *)(p)) argument
465 #define GetUi32(p) (*(const UInt32 *)(const void *)(p)) argument
467 #define GetUi64(p) (*(const UInt64 *)(const void *)(p)) argument
468 #define SetUi64(p, v) { *(UInt64 *)(void *)(p) = (v); } argument
471 #define SetUi16(p, v) { *(UInt16 *)(void *)(p) = (v); } argument
472 #define SetUi32(p, v) { *(UInt32 *)(void *)(p) = (v); } argument
500 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32)) argument
504 #define SetUi64(p, v) { Byte *_ppp2_ = (Byte *)(p); UInt64 _vvv2_ = (v); \ argument
516 #define GetBe16_to32(p) (Z7_BSWAP32 (*(const UInt16 *)(const void *)(p)) >> 16) argument
519 #define GetBe32(p) Z7_BSWAP32 (*(const UInt32 *)(const void *)(p)) argument
[all …]
/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmltok.c106 #define UTF8_GET_NAMING(pages, p, n) \ argument
123 #define UTF8_INVALID2(p) \ argument
126 #define UTF8_INVALID3(p) \ argument
143 #define UTF8_INVALID4(p) \ argument
157 isNever(const ENCODING *UNUSED_P(enc), const char *UNUSED_P(p)) in isNever()
163 utf8_isName2(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isName2()
169 utf8_isName3(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isName3()
177 utf8_isNmstrt2(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isNmstrt2()
183 utf8_isNmstrt3(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isNmstrt3()
191 utf8_isInvalid2(const ENCODING *UNUSED_P(enc), const char *p) in utf8_isInvalid2()
[all …]
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmltok.c112 #define UTF8_INVALID2(p) \ argument
115 #define UTF8_INVALID3(p) \ argument
124 #define UTF8_INVALID4(p) \ argument
133 isNever(const ENCODING *enc, const char *p) { in isNever()
140 utf8_isName2(const ENCODING *enc, const char *p) { in utf8_isName2()
146 utf8_isName3(const ENCODING *enc, const char *p) { in utf8_isName3()
154 utf8_isNmstrt2(const ENCODING *enc, const char *p) { in utf8_isNmstrt2()
160 utf8_isNmstrt3(const ENCODING *enc, const char *p) { in utf8_isNmstrt3()
168 utf8_isInvalid2(const ENCODING *enc, const char *p) { in utf8_isInvalid2()
174 utf8_isInvalid3(const ENCODING *enc, const char *p) { in utf8_isInvalid3()
[all …]
/aosp_15_r20/external/expat/expat/lib/
H A Dxmltok.c114 #define UTF8_INVALID2(p) \ argument
117 #define UTF8_INVALID3(p) \ argument
126 #define UTF8_INVALID4(p) \ argument
135 isNever(const ENCODING *enc, const char *p) { in isNever()
142 utf8_isName2(const ENCODING *enc, const char *p) { in utf8_isName2()
148 utf8_isName3(const ENCODING *enc, const char *p) { in utf8_isName3()
156 utf8_isNmstrt2(const ENCODING *enc, const char *p) { in utf8_isNmstrt2()
162 utf8_isNmstrt3(const ENCODING *enc, const char *p) { in utf8_isNmstrt3()
170 utf8_isInvalid2(const ENCODING *enc, const char *p) { in utf8_isInvalid2()
176 utf8_isInvalid3(const ENCODING *enc, const char *p) { in utf8_isInvalid3()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dshared_ptr.hpp277 template< class T, class Y > inline void sp_pointer_construct( boost::shared_ptr< T > * ppx, Y * p,… in sp_pointer_construct()
285 …Y > inline void sp_pointer_construct( boost::shared_ptr< T[] > * /*ppx*/, Y * p, boost::detail::sh… in sp_pointer_construct()
291 … > inline void sp_pointer_construct( boost::shared_ptr< T[N] > * /*ppx*/, Y * p, boost::detail::sh… in sp_pointer_construct()
301 template< class T, class Y > inline void sp_deleter_construct( boost::shared_ptr< T > * ppx, Y * p ) in sp_deleter_construct()
371 explicit shared_ptr( Y * p ): px( p ), pn() // Y must be complete in shared_ptr()
382 template<class Y, class D> shared_ptr( Y * p, D d ): px( p ), pn( p, d ) in shared_ptr()
389 template<class D> shared_ptr( boost::detail::sp_nullptr_t p, D d ): px( p ), pn( p, d ) in shared_ptr()
397 template<class Y, class D, class A> shared_ptr( Y * p, D d, A a ): px( p ), pn( p, d, a ) in shared_ptr()
404 …template<class D, class A> shared_ptr( boost::detail::sp_nullptr_t p, D d, A a ): px( p ), pn( p, … in shared_ptr()
458 shared_ptr( shared_ptr<Y> const & r, element_type * p ) BOOST_SP_NOEXCEPT : px( p ), pn( r.pn ) in shared_ptr()
[all …]
Dlocal_shared_ptr.hpp24 …nline void lsp_pointer_construct( boost::local_shared_ptr< E > * /*ppx*/, Y * p, boost::detail::lo… in lsp_pointer_construct()
39 …ine void lsp_pointer_construct( boost::local_shared_ptr< E[] > * /*ppx*/, Y * p, boost::detail::lo… in lsp_pointer_construct()
54 …ne void lsp_pointer_construct( boost::local_shared_ptr< E[N] > * /*ppx*/, Y * p, boost::detail::lo… in lsp_pointer_construct()
69 …inline void lsp_deleter_construct( boost::local_shared_ptr< E > * /*ppx*/, P p, D const& d, boost:… in lsp_deleter_construct()
82 …line void lsp_allocator_construct( boost::local_shared_ptr< E > * /*ppx*/, P p, D const& d, A cons… in lsp_allocator_construct()
157 explicit local_shared_ptr( Y * p ): px( p ), pn( 0 ) in local_shared_ptr()
162 template<class Y, class D> local_shared_ptr( Y * p, D d ): px( p ), pn( 0 ) in local_shared_ptr()
169 template<class D> local_shared_ptr( boost::detail::sp_nullptr_t p, D d ): px( p ), pn( 0 ) in local_shared_ptr()
176 template<class Y, class D, class A> local_shared_ptr( Y * p, D d, A a ): px( p ), pn( 0 ) in local_shared_ptr()
183 …template<class D, class A> local_shared_ptr( boost::detail::sp_nullptr_t p, D d, A a ): px( p ), p… in local_shared_ptr()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/providers/settings/
Dsystem.pb.h4728 const ::android::providers::settings::SettingProto* p = _impl_.default_uri_; in _internal_default_uri() local
4774 …auto* p = CreateMaybeMessage<::android::providers::settings::SettingProto>(GetArenaForAllocation()… in _internal_mutable_default_uri() local
4815 const ::android::providers::settings::SettingProto* p = _impl_.alert_cache_; in _internal_alert_cache() local
4861 …auto* p = CreateMaybeMessage<::android::providers::settings::SettingProto>(GetArenaForAllocation()… in _internal_mutable_alert_cache() local
4906 const ::android::providers::settings::SettingProto* p = _impl_.discoverability_; in _internal_discoverability() local
4952 …auto* p = CreateMaybeMessage<::android::providers::settings::SettingProto>(GetArenaForAllocation()… in _internal_mutable_discoverability() local
4993 const ::android::providers::settings::SettingProto* p = _impl_.discoverability_timeout_secs_; in _internal_discoverability_timeout_secs() local
5039 …auto* p = CreateMaybeMessage<::android::providers::settings::SettingProto>(GetArenaForAllocation()… in _internal_mutable_discoverability_timeout_secs() local
5084 const ::android::providers::settings::SettingProto* p = _impl_.pointer_location_; in _internal_pointer_location() local
5130 …auto* p = CreateMaybeMessage<::android::providers::settings::SettingProto>(GetArenaForAllocation()… in _internal_mutable_pointer_location() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/providers/settings/
Dsystem.pb.h4728 const ::android::providers::settings::SettingProto* p = _impl_.default_uri_; in _internal_default_uri() local
4774 …auto* p = CreateMaybeMessage<::android::providers::settings::SettingProto>(GetArenaForAllocation()… in _internal_mutable_default_uri() local
4815 const ::android::providers::settings::SettingProto* p = _impl_.alert_cache_; in _internal_alert_cache() local
4861 …auto* p = CreateMaybeMessage<::android::providers::settings::SettingProto>(GetArenaForAllocation()… in _internal_mutable_alert_cache() local
4906 const ::android::providers::settings::SettingProto* p = _impl_.discoverability_; in _internal_discoverability() local
4952 …auto* p = CreateMaybeMessage<::android::providers::settings::SettingProto>(GetArenaForAllocation()… in _internal_mutable_discoverability() local
4993 const ::android::providers::settings::SettingProto* p = _impl_.discoverability_timeout_secs_; in _internal_discoverability_timeout_secs() local
5039 …auto* p = CreateMaybeMessage<::android::providers::settings::SettingProto>(GetArenaForAllocation()… in _internal_mutable_discoverability_timeout_secs() local
5084 const ::android::providers::settings::SettingProto* p = _impl_.pointer_location_; in _internal_pointer_location() local
5130 …auto* p = CreateMaybeMessage<::android::providers::settings::SettingProto>(GetArenaForAllocation()… in _internal_mutable_pointer_location() local
[all …]
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_vec4_generator.cpp33 generate_math1_gfx4(struct elk_codegen *p, in generate_math1_gfx4()
56 generate_math_gfx6(struct elk_codegen *p, in generate_math_gfx6()
75 generate_math2_gfx4(struct elk_codegen *p, in generate_math2_gfx4()
110 generate_tex(struct elk_codegen *p, in generate_tex()
340 generate_vs_urb_write(struct elk_codegen *p, vec4_instruction *inst) in generate_vs_urb_write()
354 generate_gs_urb_write(struct elk_codegen *p, vec4_instruction *inst) in generate_gs_urb_write()
369 generate_gs_urb_write_allocate(struct elk_codegen *p, vec4_instruction *inst) in generate_gs_urb_write_allocate()
394 generate_gs_thread_end(struct elk_codegen *p, vec4_instruction *inst) in generate_gs_thread_end()
409 generate_gs_set_write_offset(struct elk_codegen *p, in generate_gs_set_write_offset()
453 generate_gs_set_vertex_count(struct elk_codegen *p, in generate_gs_set_vertex_count()
[all …]
/aosp_15_r20/external/python/cpython3/Modules/
D_struct.c159 get_long(_structmodulestate *state, PyObject *v, long *p) in get_long()
183 get_ulong(_structmodulestate *state, PyObject *v, unsigned long *p) in get_ulong()
206 get_longlong(_structmodulestate *state, PyObject *v, long long *p) in get_longlong()
229 get_ulonglong(_structmodulestate *state, PyObject *v, unsigned long long *p) in get_ulonglong()
252 get_ssize_t(_structmodulestate *state, PyObject *v, Py_ssize_t *p) in get_ssize_t()
275 get_size_t(_structmodulestate *state, PyObject *v, size_t *p) in get_size_t()
302 unpack_halffloat(const char *p, /* start of 2-byte string */ in unpack_halffloat()
314 char *p, /* start of 2-byte string */ in pack_halffloat()
328 unpack_float(const char *p, /* start of 4-byte string */ in unpack_float()
340 unpack_double(const char *p, /* start of 8-byte string */ in unpack_double()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp242 float p = 0.0f; in computeLodFromDerivates() local
263 float p = 0.0f; in computeLodFromDerivates() local
291 float p = 0.0f; in computeLodFromDerivates() local
480 static void evalTexture2D(ShaderEvalContext &c, const TexLookupParams &p) in evalTexture2D()
484 static void evalTextureCube(ShaderEvalContext &c, const TexLookupParams &p) in evalTextureCube()
488 static void evalTexture2DArray(ShaderEvalContext &c, const TexLookupParams &p) in evalTexture2DArray()
492 static void evalTexture3D(ShaderEvalContext &c, const TexLookupParams &p) in evalTexture3D()
496 static void evalTexture1D(ShaderEvalContext &c, const TexLookupParams &p) in evalTexture1D()
500 static void evalTexture1DArray(ShaderEvalContext &c, const TexLookupParams &p) in evalTexture1DArray()
504 static void evalTextureCubeArray(ShaderEvalContext &c, const TexLookupParams &p) in evalTextureCubeArray()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/test/
Dcloning_test.cpp106 boost::exception_ptr p = boost::current_exception(); in test_std_exception() local
118 boost::exception_ptr p = boost::current_exception(); in test_std_exception() local
180 boost::exception_ptr p = boost::current_exception(); in test_std_exception_what() local
193 boost::exception_ptr p = boost::current_exception(); in test_std_exception_what() local
268 boost::exception_ptr p = boost::current_exception(); in test_throw_on_copy() local
280 boost::exception_ptr p = boost::current_exception(); in test_throw_on_copy() local
322 boost::exception_ptr p = boost::current_exception(); in main() local
350 boost::exception_ptr p = boost::current_exception(); in main() local
362 boost::exception_ptr p = boost::current_exception(); in main() local
395 boost::exception_ptr p = boost::current_exception(); in main() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc476 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_disconnect() local
491 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_add_SCO_conn() local
507 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_create_conn_cancel() local
522 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_reject_conn() local
538 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_link_key_req_reply() local
554 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_link_key_neg_reply() local
570 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_pin_code_req_reply() local
595 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_pin_code_neg_reply() local
610 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_change_conn_type() local
626 BT_HDR* p = (BT_HDR*)osi_malloc(HCI_CMD_BUF_SIZE); in btsnd_hcic_auth_request() local
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/
H A Dchar16ptr.h114 Char16Ptr::Char16Ptr(char16_t *p) : p_(p) {} in Char16Ptr()
116 Char16Ptr::Char16Ptr(uint16_t *p) : p_(cast(p)) {} in Char16Ptr()
119 Char16Ptr::Char16Ptr(wchar_t *p) : p_(cast(p)) {} in Char16Ptr()
121 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr()
130 Char16Ptr::Char16Ptr(char16_t *p) { u_.cp = p; } in Char16Ptr()
132 Char16Ptr::Char16Ptr(uint16_t *p) { u_.up = p; } in Char16Ptr()
135 Char16Ptr::Char16Ptr(wchar_t *p) { u_.wp = p; } in Char16Ptr()
137 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr()
222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr()
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr()
[all …]
/aosp_15_r20/external/icu/libandroidicu/include/unicode/
H A Dchar16ptr.h114 Char16Ptr::Char16Ptr(char16_t *p) : p_(p) {} in Char16Ptr()
116 Char16Ptr::Char16Ptr(uint16_t *p) : p_(cast(p)) {} in Char16Ptr()
119 Char16Ptr::Char16Ptr(wchar_t *p) : p_(cast(p)) {} in Char16Ptr()
121 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr()
130 Char16Ptr::Char16Ptr(char16_t *p) { u_.cp = p; } in Char16Ptr()
132 Char16Ptr::Char16Ptr(uint16_t *p) { u_.up = p; } in Char16Ptr()
135 Char16Ptr::Char16Ptr(wchar_t *p) { u_.wp = p; } in Char16Ptr()
137 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr()
222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr()
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/libicu/ndk_headers/unicode/
H A Dchar16ptr.h114 Char16Ptr::Char16Ptr(char16_t *p) : p_(p) {} in Char16Ptr()
116 Char16Ptr::Char16Ptr(uint16_t *p) : p_(cast(p)) {} in Char16Ptr()
119 Char16Ptr::Char16Ptr(wchar_t *p) : p_(cast(p)) {} in Char16Ptr()
121 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr()
130 Char16Ptr::Char16Ptr(char16_t *p) { u_.cp = p; } in Char16Ptr()
132 Char16Ptr::Char16Ptr(uint16_t *p) { u_.up = p; } in Char16Ptr()
135 Char16Ptr::Char16Ptr(wchar_t *p) { u_.wp = p; } in Char16Ptr()
137 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr()
222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr()
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr()
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/
H A Dchar16ptr.h114 Char16Ptr::Char16Ptr(char16_t *p) : p_(p) {} in Char16Ptr()
116 Char16Ptr::Char16Ptr(uint16_t *p) : p_(cast(p)) {} in Char16Ptr()
119 Char16Ptr::Char16Ptr(wchar_t *p) : p_(cast(p)) {} in Char16Ptr()
121 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr()
130 Char16Ptr::Char16Ptr(char16_t *p) { u_.cp = p; } in Char16Ptr()
132 Char16Ptr::Char16Ptr(uint16_t *p) { u_.up = p; } in Char16Ptr()
135 Char16Ptr::Char16Ptr(wchar_t *p) { u_.wp = p; } in Char16Ptr()
137 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr()
222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr()
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/libandroidicu/include/unicode/
H A Dchar16ptr.h114 Char16Ptr::Char16Ptr(char16_t *p) : p_(p) {} in Char16Ptr()
116 Char16Ptr::Char16Ptr(uint16_t *p) : p_(cast(p)) {} in Char16Ptr()
119 Char16Ptr::Char16Ptr(wchar_t *p) : p_(cast(p)) {} in Char16Ptr()
121 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr()
130 Char16Ptr::Char16Ptr(char16_t *p) { u_.cp = p; } in Char16Ptr()
132 Char16Ptr::Char16Ptr(uint16_t *p) { u_.up = p; } in Char16Ptr()
135 Char16Ptr::Char16Ptr(wchar_t *p) { u_.wp = p; } in Char16Ptr()
137 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr()
222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr()
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr()
[all …]
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Dchar16ptr.h114 Char16Ptr::Char16Ptr(char16_t *p) : p_(p) {} in Char16Ptr()
116 Char16Ptr::Char16Ptr(uint16_t *p) : p_(cast(p)) {} in Char16Ptr()
119 Char16Ptr::Char16Ptr(wchar_t *p) : p_(cast(p)) {} in Char16Ptr()
121 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr()
130 Char16Ptr::Char16Ptr(char16_t *p) { u_.cp = p; } in Char16Ptr()
132 Char16Ptr::Char16Ptr(uint16_t *p) { u_.up = p; } in Char16Ptr()
135 Char16Ptr::Char16Ptr(wchar_t *p) { u_.wp = p; } in Char16Ptr()
137 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr()
222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr()
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr()
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/
H A Dchar16ptr.h114 Char16Ptr::Char16Ptr(char16_t *p) : p_(p) {} in Char16Ptr()
116 Char16Ptr::Char16Ptr(uint16_t *p) : p_(cast(p)) {} in Char16Ptr()
119 Char16Ptr::Char16Ptr(wchar_t *p) : p_(cast(p)) {} in Char16Ptr()
121 Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {} in Char16Ptr()
130 Char16Ptr::Char16Ptr(char16_t *p) { u_.cp = p; } in Char16Ptr()
132 Char16Ptr::Char16Ptr(uint16_t *p) { u_.up = p; } in Char16Ptr()
135 Char16Ptr::Char16Ptr(wchar_t *p) { u_.wp = p; } in Char16Ptr()
137 Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; } in Char16Ptr()
222 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr()
224 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr()
[all …]

12345678910>>...1086