Searched refs:SetVersion (Results 1 – 7 of 7) sorted by relevance
/external/v8/test/cctest/ |
D | test-version.cc | 39 void SetVersion(int major, int minor, int build, int patch, in SetVersion() function 60 SetVersion(major, minor, build, patch, candidate, ""); in CheckVersion() 68 SetVersion(major, minor, build, patch, candidate, soname); in CheckVersion()
|
/external/v8/tools/push-to-trunk/ |
D | push_to_trunk.py | 319 class SetVersion(Step): class 326 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_") 454 SetVersion,
|
D | bump_up_version.py | 191 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_")
|
D | common_includes.py | 506 def SetVersion(self, version_file, prefix): member in Step
|
/external/v8/src/ |
D | version.h | 40 friend void SetVersion(int major, int minor, int build, int patch,
|
/external/openfst/src/include/fst/ |
D | fst.h | 124 void SetVersion(int32 version) { version_ = version; } in SetVersion() function 692 hdr->SetVersion(version); in WriteHeader() 720 hdr->SetVersion(version); in WriteFstHeader()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.h | 521 void SetVersion(int32_t version);
|