/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 28 p->bstrVal = ::SysAllocStringLen(NULL, numChars); in PropVarEm_Alloc_Bstr() 29 if (!p->bstrVal) in PropVarEm_Alloc_Bstr() 41 p->bstrVal = AllocBstrFromAscii(s); in PropVarEm_Set_Str() 42 if (p->bstrVal) in PropVarEm_Set_Str() 101 bstrVal = ::SysAllocString(lpszSrc); in operator =() 102 if (!bstrVal && lpszSrc) in operator =() 116 bstrVal = ::SysAllocStringLen(s, s.Len()); in operator =() 117 if (!bstrVal) in operator =() 133 bstrVal = ::SysAllocStringLen(s.GetRawPtr(), s.Len()); in operator =() 134 if (!bstrVal) in operator =() [all …]
|
D | PropVariant.h | 56 bstrVal = 0; in CPropVariant()
|
/external/wpa_supplicant_8/src/drivers/ |
D | ndis_events.c | 340 if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) { in ndis_events_indicate() 352 vt.bstrVal, vtClass.bstrVal); in ndis_events_indicate() 359 if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 362 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 365 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 368 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 371 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 376 "'%S'", vtClass.bstrVal); in ndis_events_indicate() 595 vt.bstrVal); in ndis_events_get_adapter() [all …]
|
/external/lzma/CPP/Common/ |
D | MyWindows.cpp | 108 SysFreeString(prop->bstrVal); in VariantClear() 120 dest->bstrVal = SysAllocStringByteLen((LPCSTR)src->bstrVal, in VariantCopy() 121 SysStringByteLen(src->bstrVal)); in VariantCopy() 122 if (!dest->bstrVal) in VariantCopy()
|
D | MyWindows.h | 191 BSTR bstrVal; member
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 238 if (::SysStringByteLen(prop.bstrVal) != sizeof(GUID)) in GetCoderClass() 241 clsId = *(const GUID *)prop.bstrVal; in GetCoderClass() 348 res.SetFromBstr(prop.bstrVal); in GetProp_String() 364 UINT len = ::SysStringByteLen(prop.bstrVal); in GetProp_RawData() 365 bb.CopyFrom((const Byte *)prop.bstrVal, len); in GetProp_RawData() 418 if (::SysStringByteLen(prop.bstrVal) != sizeof(GUID)) in LoadFormats() 420 item.ClassID = *(const GUID *)prop.bstrVal; in LoadFormats() 1041 s.SetFromWStr_if_Ascii(prop.bstrVal); in GetCodec_Name() 1061 s.SetFromWStr_if_Ascii(prop.bstrVal); in GetHasherName()
|
D | OpenArchive.cpp | 554 if (prop.vt == VT_BSTR && prop.bstrVal) in GetItemPathToParent() 555 s.SetFromBstr(prop.bstrVal); in GetItemPathToParent() 714 if (prop.vt == VT_BSTR && prop.bstrVal) in GetItemPath() 715 result.SetFromBstr(prop.bstrVal); in GetItemPath() 740 result += prop.bstrVal; in GetDefaultItemPath() 830 if (prop.vt == VT_BSTR && prop.bstrVal) in GetItem() 831 item.AltStreamName.SetFromBstr(prop.bstrVal); in GetItem() 1221 ErrorInfo.ErrorMessage = (prop.vt == VT_BSTR ? prop.bstrVal : L"Unknown error"); in ReadBasicProps() 1228 ErrorInfo.WarningMessage = (prop.vt == VT_BSTR ? prop.bstrVal : L"Unknown warning"); in ReadBasicProps() 1379 pi.Name.SetFromBstr(prop.bstrVal); in ReadParseItemProps() [all …]
|
D | PropIDUtils.cpp | 208 dest.SetFromBstr(prop.bstrVal); in ConvertPropertyToString2()
|
D | ArchiveExtractCallback.cpp | 687 linkPath.SetFromBstr(prop.bstrVal); in GetStream() 717 linkPath.SetFromBstr(prop.bstrVal); in GetStream()
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | device_info_ds.cc | 193 if ((wcsstr(varName.bstrVal, (L"(VFW)")) == NULL) && in GetDeviceInfo() 194 (_wcsnicmp(varName.bstrVal, (L"Google Camera Adapter"),21) in GetDeviceInfo() 204 varName.bstrVal, -1, in GetDeviceInfo() 234 varName.bstrVal, in GetDeviceInfo() 331 WideCharToMultiByte(CP_UTF8, 0, varName.bstrVal, -1, in GetDeviceFilter()
|
/external/lzma/CPP/7zip/Compress/ |
D | XzEncoder.cpp | 143 const wchar_t *name = prop.bstrVal; in SetCoderProp() 159 int filterId = FilterIdFromName(prop.bstrVal); in SetCoderProp()
|
D | CodecExports.cpp | 30 prop->bstrVal = dest; in SetPropFromAscii() 37 if ((value->bstrVal = ::SysAllocStringByteLen((const char *)&guid, sizeof(guid))) != NULL) in SetPropGUID()
|
D | LzmaEncoder.cpp | 75 return ParseMatchFinder(prop.bstrVal, &ep.btMode, &ep.numHashBytes) ? S_OK : E_INVALIDARG; in SetLzmaProp()
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 32 case VT_BSTR: return StringToBool(prop.bstrVal, dest) ? S_OK : E_INVALIDARG; in PROPVARIANT_to_bool() 157 s = prop.bstrVal; in PROPVARIANT_to_DictSize() 507 s = value.bstrVal; in ParseMethodFromPROPVARIANT()
|
D | CreateCoder.cpp | 100 info.Name.SetFromWStr_if_Ascii(prop.bstrVal); in Load() 137 info.Name.SetFromWStr_if_Ascii(prop.bstrVal); in Load()
|
/external/webrtc/talk/media/devices/ |
D | win32devicemanager.cc | 213 name_str = rtc::ToUtf8(name.bstrVal); in GetDevices() 217 path_str = rtc::ToUtf8(path.bstrVal); in GetDevices()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 392 name = prop.bstrVal; in UpdateItems() 795 if (StringToBool(value.bstrVal, isSolid)) in SetSolidFromPROPVARIANT() 797 return SetSolidFromString(value.bstrVal); in SetSolidFromPROPVARIANT()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 22 s = prop.bstrVal; in ParseSizeString()
|
/external/lzma/CPP/7zip/Archive/ |
D | ArchiveExports.cpp | 39 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != 0) in SetPropStrFromBin()
|
D | SplitHandler.cpp | 141 name = prop.bstrVal; in Open2()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 114 fullPath.SetFromBstr(prop.bstrVal); in GetStream()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 309 fullPath = prop.bstrVal; in GetStream() 947 Print(prop.bstrVal); in main()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 71 const char *SrcBytes = reinterpret_cast<const char *>(V.bstrVal); in VariantFromVARIANT() 72 llvm::ArrayRef<char> SrcByteArray(SrcBytes, SysStringByteLen(V.bstrVal)); in VariantFromVARIANT()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 682 props[6].bstrVal = const_cast<BSTR>((const wchar_t *)mf); in main2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 78 const char *SrcBytes = reinterpret_cast<const char *>(V.bstrVal); in VariantFromVARIANT() 79 llvm::ArrayRef<char> SrcByteArray(SrcBytes, SysStringByteLen(V.bstrVal)); in VariantFromVARIANT()
|