Home
last modified time | relevance | path

Searched defs:bstr (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/iproute2/tc/
H A Dm_ematch.h14 struct bstr struct
19 struct bstr *next; argument
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyWindows.cpp53 BSTR bstr = (BSTR)((CBstrSizeType *)p + 1); in SysAllocStringByteLen() local
71 BSTR bstr = (BSTR)((CBstrSizeType *)p + 1); in SysAllocStringLen() local
88 void SysFreeString(BSTR bstr) in SysFreeString()
94 UINT SysStringByteLen(BSTR bstr) in SysStringByteLen()
101 UINT SysStringLen(BSTR bstr) in SysStringLen()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcomdef.h99 BSTR bstr = NULL; in Description() local
111 BSTR bstr = NULL; in HelpFile() local
117 BSTR bstr = NULL; in Source() local
Dcomutil.h142 inline _bstr_t::_bstr_t(BSTR bstr,bool fCopy) : m_Data(new Data_t(bstr,fCopy)) { in _bstr_t()
286 inline _bstr_t::Data_t::Data_t(BSTR bstr,bool fCopy) : m_str(NULL),m_RefCount(1) { in Data_t()
333 … BSTR bstr = ::SysAllocStringByteLen(reinterpret_cast<char *>(m_wstr),::SysStringByteLen(m_wstr)); in Copy() local
549 BSTR bstr = static_cast<wchar_t *>(bstrSrc); in _variant_t() local
828 BSTR bstr = static_cast<wchar_t *>(bstrSrc); variable
Dtom.h414 #define ITextRange_SetText(This,bstr) (This)->lpVtbl->SetText(This,bstr) argument
450 #define ITextRange_FindText(This,bstr,cch,Flags,pLength) (This)->lpVtbl->FindText(This,bstr,cch,Fla… argument
451 #define ITextRange_FindTextStart(This,bstr,cch,Flags,pLength) (This)->lpVtbl->FindTextStart(This,bs… argument
452 #define ITextRange_FindTextEnd(This,bstr,cch,Flags,pLength) (This)->lpVtbl->FindTextEnd(This,bstr,c… argument
673 #define ITextSelection_SetText(This,bstr) (This)->lpVtbl->SetText(This,bstr) argument
709 #define ITextSelection_FindText(This,bstr,cch,Flags,pLength) (This)->lpVtbl->FindText(This,bstr,cch… argument
710 #define ITextSelection_FindTextStart(This,bstr,cch,Flags,pLength) (This)->lpVtbl->FindTextStart(Thi… argument
711 #define ITextSelection_FindTextEnd(This,bstr,cch,Flags,pLength) (This)->lpVtbl->FindTextEnd(This,bs… argument
732 #define ITextSelection_TypeText(This,bstr) (This)->lpVtbl->TypeText(This,bstr) argument
927 #define ITextFont_SetName(This,bstr) (This)->lpVtbl->SetName(This,bstr) argument
/aosp_15_r20/hardware/nxp/keymint/KM200/
DCborConverter.cpp117 Bstr bstr(val); in addKeyparameters() local
164 const Bstr* bstr = pair.second.get()->asBstr(); in getKeyParameter() local
251 const Bstr* bstr = pair.second.get()->asBstr(); in getKeyParameter() local
320 const Bstr* bstr = strItem.get()->asBstr(); in getBinaryArray() local
/aosp_15_r20/hardware/nxp/keymint/KM300/
DCborConverter.cpp158 Bstr bstr(val); in addKeyparameters() local
215 const Bstr* bstr = pair.second.get()->asBstr(); in getKeyParameter() local
315 const Bstr* bstr = pair.second.get()->asBstr(); in getKeyParameter() local
371 const Bstr* bstr = strItem.value().get()->asBstr(); in getByteArrayVec() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/HAL/
H A DCborConverter.cpp158 Bstr bstr(val); in addKeyparameters() local
215 const Bstr* bstr = pair.second.get()->asBstr(); in getKeyParameter() local
314 const Bstr* bstr = pair.second.get()->asBstr(); in getKeyParameter() local
361 const Bstr* bstr = strItem.value().get()->asBstr(); in getByteArrayVec() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/HAL/
H A DCborConverter.cpp158 Bstr bstr(val); in addKeyparameters() local
215 const Bstr* bstr = pair.second.get()->asBstr(); in getKeyParameter() local
314 const Bstr* bstr = pair.second.get()->asBstr(); in getKeyParameter() local
370 const Bstr* bstr = strItem.value().get()->asBstr(); in getByteArrayVec() local
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_string_unittest.cpp124 ByteString bstr = FX_UTF8Encode(wstr.AsStringView()); in TEST() local
138 ByteString bstr = FX_UTF8Encode(wstr.AsStringView()); in TEST() local
152 ByteString bstr = FX_UTF8Encode(wstr.AsStringView()); in TEST() local
H A Dwidestring.cpp676 ByteString bstr; in ToDefANSI() local
921 WideString WideString::FromASCII(ByteStringView bstr) { in FromASCII()
930 WideString WideString::FromLatin1(ByteStringView bstr) { in FromLatin1()
939 WideString WideString::FromDefANSI(ByteStringView bstr) { in FromDefANSI()
H A Dfx_codepage.cpp316 ByteStringView bstr, in FX_MultiByteToWideChar()
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_bstr.cc48 void ScopedBstr::Reset(BSTR bstr) { in Reset()
57 BSTR bstr = bstr_; in Release() local
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/
DREADME.md1 bstr chapter
DCargo.toml15 name = "bstr" package
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_view.cpp1115 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Init(FPDF_BSTR* bstr) { in FPDF_BStr_Init()
1124 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Set(FPDF_BSTR* bstr, in FPDF_BStr_Set()
1149 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Clear(FPDF_BSTR* bstr) { in FPDF_BStr_Clear()
/aosp_15_r20/external/python/cpython3/Lib/test/test_email/
Dtest_inversion.py16 def dedent(bstr): argument
/aosp_15_r20/system/libcppbor/include/cppbor/
H A Dcppbor_parse.h118 inline ParseResult parse(const Bstr* bstr) { in parse()
/aosp_15_r20/external/trusty/musl/src/misc/
Dfmtmsg.c16 static int _strcolcmp(const char *lstr, const char *bstr) in _strcolcmp()
/aosp_15_r20/external/musl/src/misc/
H A Dfmtmsg.c16 static int _strcolcmp(const char *lstr, const char *bstr) in _strcolcmp()
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dlib.rs436 mod bstr; module
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_runtime.cpp216 ByteString bstr = fxv8::ToByteString(GetIsolate(), value.As<v8::String>()); in MaybeCoerceToNumber() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs84 let bstr: String = format!("{:02X}", b); in encode_hex() localVariable
/aosp_15_r20/external/harfbuzz_ng/src/OT/name/
H A Dname.hh277 const char *bstr = hb_language_to_string (b->language); in _hb_ot_name_entry_cmp_key() local
/aosp_15_r20/system/libcppbor/src/
H A Dcppbor.cpp128 const Bstr* bstr = item->asBstr(); in prettyPrintInternal() local

12