/external/lzma/CPP/Windows/ |
PropVariant.cpp | 14 p->bstrVal = ::SysAllocStringLen(0, numChars);
15 if (!p->bstrVal)
28 p->bstrVal = ::SysAllocStringLen(0, len);
29 if (!p->bstrVal)
36 BSTR dest = p->bstrVal;
90 bstrVal = ::SysAllocString(lpszSrc);
91 if (!bstrVal && lpszSrc)
106 bstrVal = ::SysAllocStringLen(0, len);
107 if (!bstrVal)
116 bstrVal[i] = s[i]; [all...] |
PropVariant.h | 53 bstrVal = 0;
|
/external/lzma/CPP/Common/ |
MyWindows.cpp | 108 SysFreeString(prop->bstrVal);
120 dest->bstrVal = SysAllocStringByteLen((LPCSTR)src->bstrVal,
121 SysStringByteLen(src->bstrVal));
122 if (!dest->bstrVal)
|
MyWindows.h | 176 BSTR bstrVal;
|
/external/wpa_supplicant_8/src/drivers/ |
ndis_events.c | 329 /* wpa_printf(MSG_DEBUG, "CLASS: '%S'", vtClass.bstrVal); */ 340 if (wcscmp(vtClass.bstrVal, 348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) { 352 vt.bstrVal, vtClass.bstrVal); 359 if (wcscmp(vtClass.bstrVal, 362 } else if (wcscmp(vtClass.bstrVal, 365 } else if (wcscmp(vtClass.bstrVal, 368 } else if (wcscmp(vtClass.bstrVal, 371 } else if (wcscmp(vtClass.bstrVal, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
gpmgmt.h | [all...] |
mspcoll.h | 122 var.bstrVal = *i; 150 retval->bstrVal = NULL;
|
wmiatlprov.h | 87 var.bstrVal = bstrDescription; 92 var.bstrVal = bstrOperation; 97 var.bstrVal = bstrParameter; 102 var.bstrVal = bstrProviderName;
|
_dbdao.h | 150 bstrVal = SysAllocString(pstr); 152 bstrVal = SysAllocStringByteLen(pstr,strlen(pstr));
|
/external/lzma/CPP/7zip/Compress/ |
CodecExports.cpp | 31 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != 0)
159 if ((value->bstrVal = ::SysAllocString(codec.Name)) != 0)
233 if ((value->bstrVal = ::SysAllocString(codec.Name)) != 0)
|
LzmaEncoder.cpp | 84 return ParseMatchFinder(prop.bstrVal, &ep.btMode, &ep.numHashBytes) ? S_OK : E_INVALIDARG;
|
/external/lzma/CPP/7zip/UI/Common/ |
LoadCodecs.cpp | 193 if (::SysStringByteLen(prop.bstrVal) != sizeof(GUID))
196 clsId = *(const GUID *)prop.bstrVal;
298 res = prop.bstrVal;
314 UINT len = ::SysStringByteLen(prop.bstrVal);
315 bb.CopyFrom((const Byte *)prop.bstrVal, len);
368 if (::SysStringByteLen(prop.bstrVal) != sizeof(GUID))
370 item.ClassID = *(const GUID *)prop.bstrVal;
868 s = prop.bstrVal;
887 s = prop.bstrVal;
|
OpenArchive.cpp | 550 s = prop.bstrVal;
670 result = prop.bstrVal;
685 result += prop.bstrVal;
987 ErrorInfo.ErrorMessage = (prop.vt == VT_BSTR) ? prop.bstrVal : L"Unknown error";
994 ErrorInfo.WarningMessage = (prop.vt == VT_BSTR) ? prop.bstrVal : L"Unknown warning";
1133 pi.Name = prop.bstrVal;
1140 pi.Extension = prop.bstrVal;
1148 pi.Comment = prop.bstrVal;
[all...] |
/external/webrtc/webrtc/modules/video_capture/windows/ |
device_info_ds.cc | 193 if ((wcsstr(varName.bstrVal, (L"(VFW)")) == NULL) && 194 (_wcsnicmp(varName.bstrVal, (L"Google Camera Adapter"),21) 204 varName.bstrVal, -1, 234 varName.bstrVal, 331 WideCharToMultiByte(CP_UTF8, 0, varName.bstrVal, -1,
|
/external/lzma/CPP/7zip/Common/ |
MethodProps.cpp | 32 case VT_BSTR: return StringToBool(prop.bstrVal, dest) ? S_OK : E_INVALIDARG;
134 return StringToDictSize(prop.bstrVal, resValue);
440 return ParseMethodFromString(value.bstrVal);
|
CreateCoder.cpp | 70 // info.Id.IDSize = (Byte)SysStringByteLen(prop.bstrVal);
71 // memcpy(info.Id.ID, prop.bstrVal, info.Id.IDSize);
79 info.Name = prop.bstrVal;
106 info.Name = prop.bstrVal;
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/ |
Win32JoyStick.cpp | 632 if(SUCCEEDED(hr) && var.vt == VT_BSTR && var.bstrVal != NULL) 635 if(wcsstr(var.bstrVal, L"IG_")) 637 // If it does, then get the VID/PID from var.bstrVal 639 WCHAR* strVid = wcsstr( var.bstrVal, L"VID_" ); 643 WCHAR* strPid = wcsstr( var.bstrVal, L"PID_" );
|
/external/lzma/CPP/7zip/Archive/ |
ArchiveExports.cpp | 37 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != 0)
|
SplitHandler.cpp | 156 name = prop.bstrVal;
|
/external/webrtc/talk/media/devices/ |
win32devicemanager.cc | 213 name_str = rtc::ToUtf8(name.bstrVal); 217 path_str = rtc::ToUtf8(path.bstrVal);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandlerOut.cpp | 365 name = NItemName::MakeLegalName(prop.bstrVal);
727 if (StringToBool(value.bstrVal, isSolid))
729 return SetSolidFromString(value.bstrVal);
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
ExtractCallbackSfx.cpp | 107 fullPath = propVariantName.bstrVal;
|
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 271 fullPath = prop.bstrVal;
898 PrintString(prop.bstrVal);
|
/external/lzma/CPP/7zip/UI/Console/ |
List.cpp | 639 int len = (int)wcslen(prop.bstrVal);
640 MyStringCopy(TempWString.GetBuffer(len), prop.bstrVal);
646 PrintString(f.TextAdjustment, width, prop.bstrVal);
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaAlone.cpp | 467 props[6].bstrVal = const_cast<BSTR>((const wchar_t *)mf);
|