/external/v8/test/cctest/ |
D | test-version.cc | 39 void SetVersion(int major, int minor, int build, int patch, in SetVersion() function 61 SetVersion(major, minor, build, patch, candidate, ""); in CheckVersion() 69 SetVersion(major, minor, build, patch, candidate, soname); in CheckVersion()
|
/external/v8/tools/release/ |
D | create_release.py | 179 class SetVersion(Step): class 183 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_") 290 SetVersion,
|
D | push_to_candidates.py | 293 class SetVersion(Step): class 297 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_") 406 SetVersion,
|
D | common_includes.py | 722 def SetVersion(self, version_file, prefix): member in Step
|
/external/v8/src/ |
D | version.h | 46 friend void SetVersion(int major, int minor, int build, int patch,
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRCodeWriter.h | 33 FX_BOOL SetVersion(int32_t version);
|
D | BC_QRCoder.h | 45 void SetVersion(int32_t version);
|
D | BC_QRCodeWriter.cpp | 41 FX_BOOL CBC_QRCodeWriter::SetVersion(int32_t version) { in SetVersion() function in CBC_QRCodeWriter
|
D | BC_QRCoder.cpp | 108 void CBC_QRCoder::SetVersion(int32_t version) { in SetVersion() function in CBC_QRCoder
|
D | BC_QRCoderEncoder.cpp | 335 qrCode->SetVersion(versionNumber); in InitQRCode() 814 qrCode->SetVersion(versionNum); in InitQRCode()
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
D | fxmath_barcodeimp.h | 45 virtual FX_BOOL SetVersion(int32_t version);
|
/external/pdfium/xfa/include/fwl/basewidget/ |
D | fxmath_barcode.h | 43 virtual FX_BOOL SetVersion(int32_t version) = 0;
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fxmath_barcodeimp.cpp | 272 FX_BOOL CFX_Barcode::SetVersion(int32_t version) { in SetVersion() function in CFX_Barcode 277 memptr = (memptrtype)&CBC_QRCode::SetVersion; in SetVersion()
|
D | fwl_barcodeimp.cpp | 162 m_pBarcodeEngine->SetVersion(pData->GetVersion()); in GenerateBarcodeImageCache()
|
/external/pdfium/xfa/include/fwl/lightwidget/ |
D | barcode.h | 64 void SetVersion(int32_t version) { in SetVersion() function
|
/external/parameter-framework/upstream/ |
D | CMakeLists.txt | 54 include(SetVersion.cmake)
|
/external/pdfium/xfa/include/fxbarcode/ |
D | BC_BarCode.h | 225 FX_BOOL SetVersion(int32_t version);
|
/external/pdfium/xfa/src/fxbarcode/ |
D | BC_BarCode.cpp | 705 FX_BOOL CBC_QRCode::SetVersion(int32_t version) { in SetVersion() function in CBC_QRCode 712 return ((CBC_QRCodeWriter*)m_pBCWriter)->SetVersion(version); in SetVersion()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.h | 521 void SetVersion(int32_t version);
|