/external/pdfium/xfa/fxbarcode/ |
cbc_qrcode.h | 30 bool SetVersion(int32_t version);
|
cbc_qrcode.cpp | 30 bool CBC_QRCode::SetVersion(int32_t version) { 34 static_cast<CBC_QRCodeWriter*>(m_pBCWriter.get())->SetVersion(version);
|
/external/pdfium/xfa/fxbarcode/qrcode/ |
BC_QRCodeWriter.h | 34 bool SetVersion(int32_t version);
|
BC_QRCoder.h | 41 void SetVersion(int32_t version);
|
BC_QRCodeWriter.cpp | 51 bool CBC_QRCodeWriter::SetVersion(int32_t version) {
|
BC_QRCoder.cpp | 111 void CBC_QRCoder::SetVersion(int32_t version) {
|
BC_QRCoderEncoder.cpp | 337 qrCode->SetVersion(versionNumber); 818 qrCode->SetVersion(versionNum); [all...] |
/external/v8/src/ |
version.h | 46 friend void SetVersion(int major, int minor, int build, int patch,
|
/external/pdfium/xfa/fwl/ |
cfx_barcode.h | 57 bool SetVersion(int32_t version);
|
cfx_barcode.cpp | 264 bool CFX_Barcode::SetVersion(int32_t version) { 269 memptr = (memptrtype)&CBC_QRCode::SetVersion;
|
cfwl_barcode.cpp | 205 m_pBarcodeEngine->SetVersion(0);
|
/external/v8/tools/release/ |
create_release.py | 179 class SetVersion(Step): 183 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_") 324 SetVersion,
|
push_to_candidates.py | 293 class SetVersion(Step): 297 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_") 406 SetVersion,
|
common_includes.py | 723 def SetVersion(self, version_file, prefix):
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
InfLibraryClassesObject.py | 102 def SetVersion(self, Version):
238 LibItemObj.SetVersion(LibItem[1])
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
InfPomAlignment.py | 221 self.SetVersion(DefineObj.GetInfVersion().GetValue())
231 self.SetVersion('0')
243 self.SetVersion(VersionString)
540 PackageDependency.SetVersion(PkgInfo[2])
[all...] |
DecPomAlignment.py | 275 self.SetVersion(DefObj.GetPackageVersion())
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
CommonXml.py | 192 ModuleHeader.SetVersion(self.Version)
288 DistributionPackageHeader.SetVersion(self.Header.Version)
365 PackageObject2.SetVersion(self.Header.Version)
[all...] |
ModuleSurfaceAreaXml.py | 118 GuidVerObj.SetVersion(Version)
219 PackageDependency.SetVersion(self.Version)
[all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.h | 521 void SetVersion(int32_t version);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/ |
ModuleObject.py | 88 def SetVersion(self, Version):
|
CommonObject.py | 377 def SetVersion(self, Version):
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
oaidl.h | 844 virtual HRESULT STDMETHODCALLTYPE SetVersion( 954 HRESULT (STDMETHODCALLTYPE *SetVersion)( 1062 #define ICreateTypeInfo_SetVersion(This,wMajorVerNum,wMinorVerNum) (This)->lpVtbl->SetVersion(This,wMajorVerNum,wMinorVerNum) 1106 return This->lpVtbl->SetVersion(This,wMajorVerNum,wMinorVerNum); [all...] |
xpsobjectmodel.h | [all...] |
/external/boringssl/src/ssl/ |
ssl_test.cc | [all...] |