Searched refs:versions (Results 1 - 25 of 116) sorted by relevance

12345

/external/chromium_org/content/common/
H A Dwebplugininfo_unittest.cc18 // Some real-world plugin versions (spaces, commata, parentheses, 'r', oh my)
19 const char* versions[][2] = { local
33 for (size_t i = 0; i < arraysize(versions); i++) {
36 ASCIIToUTF16(versions[i][0]), &version);
39 EXPECT_EQ(versions[i][1], version.GetString());
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_branch_utility.py14 def __init__(self, versions, channels):
15 ''' Parameters: |version| is a mapping of versions to branches, and
16 |channels| is a mapping of channels to versions.
18 self._versions = versions
50 versions = self._versions.keys()
51 index = versions.index(channel_info.version)
52 if index == len(versions) - 1:
54 version = versions[index + 1]
60 versions = self._versions.keys()
61 index = versions
[all...]
H A Dapp_yaml_helper.py40 versions = [line.strip()[len(key_colon):].strip()
43 if not versions:
44 raise ValueError('No versions found for %s in %s' % (
46 if len(set(versions)) > 1:
47 raise ValueError('Inconsistent versions found for %s in %s: %s' % (
48 key, app_yaml, versions))
49 return versions[0]
54 because versions are typically not numbers but rather 2-0-9, 2-0-12,
/external/android-mock/src/com/google/android/testing/mocking/
H A DSdkVersion.java24 * Represents different SDK versions of the Android SDK.
72 List<SdkVersion> versions = new ArrayList<SdkVersion>();
75 versions.add(version);
78 return versions.toArray(new SdkVersion[versions.size()]);
H A DAndroidFrameworkMockGenerator.java49 * Returns a set of mock support classes for the specified Class for all versions of
78 SdkVersion[] versions = SdkVersion.getAllVersions();
79 for (SdkVersion sdkVersion : versions) {
/external/llvm/lib/Support/Windows/
H A DTimeValue.inc36 // Old versions of mingw don't have _localtime64_s. Remove this once we drop support
/external/android-mock/tests/com/google/android/testing/mocking/
H A DSdkVersionTest.java29 List<SdkVersion> versions = Arrays.asList(SdkVersion.getAllVersions());
31 assertEquals(6, versions.size());
32 assertTrue(values.containsAll(versions));
33 assertFalse(versions.contains(SdkVersion.UNKNOWN));
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_finder_unittest.cc55 const ListValue* versions = NULL; local
56 if (!plugin->GetList("versions", &versions))
59 for (ListValue::const_iterator it = versions->begin();
60 it != versions->end(); ++it) {
H A Dplugin_finder.cc103 const ListValue* versions = NULL; local
104 if (plugin_dict->GetList("versions", &versions)) {
105 for (ListValue::const_iterator it = versions->begin();
106 it != versions->end(); ++it) {
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSVersion.py203 passed in that doesn't match a value in versions python will throw a error.
207 versions = {
293 return versions[str(name)]
305 """Collect the list of installed visual studio versions.
308 A list of visual studio versions installed in descending order of
311 Only versions 8-10 are considered.
327 versions = []
346 versions.append(_CreateVersion(version_to_year[version],
351 versions.append(_CreateVersion(version_to_year[version] + 'e',
362 versions
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/export/
H A DSavableClassUtil.java97 int[] versions = new int[versionList.size()];
99 versions[i] = versionList.get(i);
101 return versions;
120 return 0; // not using versions
124 public static int getSavedSavableVersion(Object savable, Class<? extends Savable> desiredClass, int[] versions, int formatVersion){ argument
141 }else if (count >= versions.length){
143 return 0; // for buggy versions of j3o
151 return versions[count];
/external/chromium_org/chrome/test/functional/ispy/client/
H A Dchrome_utils_unittest.py21 self.cloud_bucket, 'versions.json',
24 self.cloud_bucket, 'versions.json',
45 versions = json.loads(self.cloud_bucket.DownloadFile('versions.json'))
46 self.assertEqual(versions,
/external/chromium_org/third_party/lcov/bin/
H A Dinstall.sh56 echo WARNING: Skipping uninstall for $TARGET - versions differ! >&2
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dnacl.scons9 # shared versions of this library
/external/elfutils/src/
H A Dldscript.y66 static void add_versions (struct version *versions);
791 add_versions (struct version *versions)
793 struct version *lastp = versions;
795 if (versions == NULL)
799 versions = versions->next;
800 assert (versions != NULL);
807 add_id_list (versions->versionname, versions->local_names, true);
808 add_id_list (versions
[all...]
/external/chromium_org/build/config/win/
H A Dget_msvc_config_real.py197 passed in that doesn't match a value in versions python will throw a error.
201 versions = {
287 return versions[str(name)]
299 """Collect the list of installed visual studio versions.
302 A list of visual studio versions installed in descending order of
305 Only versions 8-10 are considered.
321 versions = []
340 versions.append(_CreateVersion(version_to_year[version],
345 versions.append(_CreateVersion(version_to_year[version] + 'e',
356 versions
[all...]
/external/grub/lib/
H A Dgetopt1.c50 #include <gnu-versions.h>
/external/chromium_org/net/quic/
H A Dquic_protocol.cc72 versions(other.versions) {
179 string QuicVersionVectorToString(const QuicVersionVector& versions) { argument
181 for (size_t i = 0; i < versions.size(); ++i) {
185 result.append(QuicVersionToString(versions[i]));
199 for (size_t i = 0; i < header.public_header.versions.size(); ++i) {
200 os << header.public_header.versions[0] << " ";
H A Dquic_connection_logger.cc169 base::ListValue* versions = new base::ListValue(); local
170 dict->Set("versions", versions);
171 for (QuicVersionVector::const_iterator it = packet->versions.begin();
172 it != packet->versions.end(); ++it) {
173 versions->AppendString(QuicVersionToString(*it));
/external/chromium_org/chrome/browser/component_updater/
H A Dwidevine_cdm_component_installer.cc87 // Interface versions are lists of integers (e.g. "1" or "1,2,4").
89 // All match the interface versions from content_decryption_module.h that the
92 const char kCdmModuleVersionsName[] = "x-cdm-module-versions";
94 const char kCdmInterfaceVersionsName[] = "x-cdm-interface-versions";
96 const char kCdmHostVersionsName[] = "x-cdm-host-versions";
163 std::vector<std::string> versions; local
166 &versions);
168 for (size_t i = 0; i < versions.size(); ++i) {
170 if (base::StringToInt(versions[i], &version))
180 // Returns whether the CDM's API versions, a
[all...]
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dcaddcl.php12 * DCL for AutoCAD 12 or later and IntelliCAD all versions.
H A Dcadlisp.php12 * For AutoCAD V.12..2005 and IntelliCAD all versions.
/external/chromium_org/ppapi/generators/
H A Didl_release.py221 self.versions = sorted(self.version_to_release.keys())
227 return self.versions
239 return (self.versions[0], self.version[-1])
332 # Verify we can find the correct versions
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaRenamer.java181 int[] versions = new int[ropRegCount];
187 + versions[ropReg] + "]");
188 versions[ropReg]++;
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb16 2. Altered source versions must be plainly marked as such, and must not

Completed in 1259 milliseconds

12345