HomeSort by relevance Sort by last modified time
    Searched defs:SetVersion (Results 1 - 5 of 5) sorted by null

  /external/v8/test/cctest/
test-version.cc 39 void SetVersion(int major, int minor, int build, int patch,
60 SetVersion(major, minor, build, patch, candidate, "");
68 SetVersion(major, minor, build, patch, candidate, soname);
  /external/v8/tools/push-to-trunk/
push_to_trunk.py 319 class SetVersion(Step):
326 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_")
454 SetVersion,
common_includes.py 506 def SetVersion(self, version_file, prefix):
  /external/openfst/src/include/fst/
fst.h 124 void SetVersion(int32 version) { version_ = version; }
692 hdr->SetVersion(version);
720 hdr->SetVersion(version);
  /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 374 milliseconds