OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetVersion
(Results
1 - 10
of
10
) sorted by null
/external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCodeWriter.cpp
41
FX_BOOL CBC_QRCodeWriter::
SetVersion
(int32_t version) {
BC_QRCoder.cpp
108
void CBC_QRCoder::
SetVersion
(int32_t version) {
/external/v8/test/cctest/
test-version.cc
39
void
SetVersion
(int major, int minor, int build, int patch,
61
SetVersion
(major, minor, build, patch, candidate, "");
69
SetVersion
(major, minor, build, patch, candidate, soname);
/external/v8/tools/release/
create_release.py
179
class
SetVersion
(Step):
183
self.
SetVersion
(os.path.join(self.default_cwd, VERSION_FILE), "new_")
290
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
722
def
SetVersion
(self, version_file, prefix):
/external/pdfium/xfa/include/fwl/lightwidget/
barcode.h
64
void
SetVersion
(int32_t version) {
/external/pdfium/xfa/src/fwl/src/basewidget/
fxmath_barcodeimp.cpp
272
FX_BOOL CFX_Barcode::
SetVersion
(int32_t version) {
277
memptr = (memptrtype)&CBC_QRCode::
SetVersion
;
/external/pdfium/xfa/src/fxbarcode/
BC_BarCode.cpp
705
FX_BOOL CBC_QRCode::
SetVersion
(int32_t version) {
712
return ((CBC_QRCodeWriter*)m_pBCWriter)->
SetVersion
(version);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oaidl.h
662
virtual HRESULT STDMETHODCALLTYPE
SetVersion
(
772
HRESULT (STDMETHODCALLTYPE *
SetVersion
)(
880
#define ICreateTypeInfo_SetVersion(This,wMajorVerNum,wMinorVerNum) (This)->lpVtbl->
SetVersion
(This,wMajorVerNum,wMinorVerNum)
924
return This->lpVtbl->
SetVersion
(This,wMajorVerNum,wMinorVerNum);
[
all
...]
Completed in 605 milliseconds