HomeSort by relevance Sort by last modified time
    Searched refs:version_tag (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
release_helper.rb 52 if sh('git tag').split(/\n/).include?(version_tag)
66 sh "git tag -a -m \"Version #{version}\" #{version_tag}"
67 Bundler.ui.confirm "Tagged #{version_tag}"
70 Bundler.ui.error "Untagged #{version_tag} due to error"
71 sh_with_code "git tag -d #{version_tag}"
79 def version_tag method in class:GLMatrix
  /external/chromium_org/remoting/host/
host_status_sender.cc 118 scoped_ptr<XmlElement> version_tag(new XmlElement(
120 version_tag->AddText(STRINGIZE(VERSION));
121 host_status->AddElement(version_tag.release());
heartbeat_sender.cc 252 scoped_ptr<XmlElement> version_tag(new XmlElement(
254 version_tag->AddText(STRINGIZE(VERSION));
255 heartbeat->AddElement(version_tag.release());
  /external/chromium_org/net/quic/
quic_protocol.cc 144 QuicVersion QuicTagToQuicVersion(const QuicTag version_tag) {
148 if (version_tag == quic_tag_v7) {
150 } else if (version_tag == quic_tag_v8) {
155 << QuicUtils::TagToString(version_tag);
quic_framer.cc 770 QuicTag version_tag; local
771 if (!reader_->ReadUInt32(&version_tag)) {
779 QuicVersion version = QuicTagToQuicVersion(version_tag);
    [all...]
quic_protocol.h 216 // Returns QUIC_VERSION_UNSUPPORTED if version_tag cannot be understood.
217 NET_EXPORT_PRIVATE QuicVersion QuicTagToQuicVersion(const QuicTag version_tag);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 102 for (version_tag, subversion, sys_platform), info in \
104 sys.version = version_tag
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 102 for (version_tag, subversion, sys_platform), info in \
104 sys.version = version_tag

Completed in 290 milliseconds