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

  /external/chromium_org/ppapi/generators/
idl_release.py 170 for cver in self._nodes:
171 if GetOption('release_debug'): InfoOut.Log(' Checking %s' % cver)
176 cver.Location())
180 if not cver.rmax:
181 cver.rmax = node.rmin
182 if GetOption('release_debug'): InfoOut.Log(' Update %s' % cver)
185 if cver.rmax > node.rmin:
186 if node.rmax and cver.rmin >= node.rmax:
190 (cver.rmax, node.rmin, node))
192 last = cver
    [all...]
idl_namespace.py 38 for cver in self._name_to_releases[name].GetReleases():
39 InfoOut.Log(' %s' % cver)
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config_test.cc 65 QuicTag cver; local
66 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kVER, &cver));
67 EXPECT_EQ(QuicVersionToQuicTag(QuicVersionMax()), cver);
129 QuicTag cver; local
130 EXPECT_EQ(QUIC_NO_ERROR, chlo.GetUint32(kVER, &cver));
131 EXPECT_EQ(QuicVersionToQuicTag(QuicVersionMax()), cver);

Completed in 94 milliseconds