OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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());
/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
/external/chromium_org/net/quic/
quic_protocol.cc
155
QuicVersion QuicTagToQuicVersion(const QuicTag
version_tag
) {
157
if (
version_tag
== QuicVersionToQuicTag(kSupportedQuicVersions[i])) {
163
<< QuicUtils::TagToString(
version_tag
);
quic_framer.cc
780
QuicTag
version_tag
;
local
781
if (!reader_->ReadUInt32(&
version_tag
)) {
789
QuicVersion version = QuicTagToQuicVersion(
version_tag
);
[
all
...]
quic_protocol.h
266
// Returns QUIC_VERSION_UNSUPPORTED if
version_tag
cannot be understood.
267
NET_EXPORT_PRIVATE QuicVersion QuicTagToQuicVersion(const QuicTag
version_tag
);
[
all
...]
Completed in 598 milliseconds