HomeSort by relevance Sort by last modified time
    Searched refs:versions (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/content/common/
webplugininfo_unittest.cc 18 // 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/android-mock/src/com/google/android/testing/mocking/
SdkVersion.java 24 * Represents different SDK versions of the Android SDK.
72 List<SdkVersion> versions = new ArrayList<SdkVersion>(); local
75 versions.add(version);
78 return versions.toArray(new SdkVersion[versions.size()]);
AndroidFrameworkMockGenerator.java 49 * Returns a set of mock support classes for the specified Class for all versions of
78 SdkVersion[] versions = SdkVersion.getAllVersions(); local
79 for (SdkVersion sdkVersion : versions) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_version.py 19 versions = (('1.5.1', '1.5.2b2', -1),
35 for v1, v2, wanted in versions:
51 versions = (('1.5.1', '1.5.2b2', -1),
61 for v1, v2, wanted in versions:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_version.py 19 versions = (('1.5.1', '1.5.2b2', -1),
35 for v1, v2, wanted in versions:
51 versions = (('1.5.1', '1.5.2b2', -1),
61 for v1, v2, wanted in versions:
  /build/tools/
check_radio_versions.py 51 versions = {} variable
63 versions[h] = v
65 if digest not in versions:
71 if versions[digest] not in values:
74 fn, versions[digest], key, sys.argv[1])
  /external/android-mock/tests/com/google/android/testing/mocking/
SdkVersionTest.java 29 List<SdkVersion> versions = Arrays.asList(SdkVersion.getAllVersions()); local
31 assertEquals(6, versions.size());
32 assertTrue(values.containsAll(versions));
33 assertFalse(versions.contains(SdkVersion.UNKNOWN));
  /external/chromium_org/chrome/browser/plugins/
plugin_finder_unittest.cc 55 const ListValue* versions = NULL; local
56 if (!plugin->GetList("versions", &versions))
59 for (ListValue::const_iterator it = versions->begin();
60 it != versions->end(); ++it) {
plugin_finder.cc 109 const ListValue* versions = NULL; local
110 if (plugin_dict->GetList("versions", &versions)) {
111 for (ListValue::const_iterator it = versions->begin();
112 it != versions->end(); ++it) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
app_yaml_helper.py 40 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/jmonkeyengine/engine/src/core/com/jme3/export/
SavableClassUtil.java 97 int[] versions = new int[versionList.size()]; local
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){
141 }else if (count >= versions.length){
143 return 0; // for buggy versions of j3o
151 return versions[count];
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOptions.java 41 /** Set of Exchange protocol versions we understand. */
87 final Header versions = response.getHeader("ms-asprotocolversions"); local
89 if (commands == null || versions == null) {
90 LogUtils.e(LOG_TAG, "OPTIONS response without commands or versions");
93 mProtocolVersion = getProtocolVersionFromHeader(versions);
110 * @param versionHeader The {@link Header} for the server's supported versions.
114 // The string is a comma separated list of EAS versions in ascending order
117 LogUtils.d(LOG_TAG, "Server supports versions: %s", supportedVersions);
  /external/chromium_org/third_party/lcov/bin/
install.sh 53 echo WARNING: Skipping uninstall for $TARGET - versions differ! >&2
  /device/generic/goldfish/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSVersion.py 195 passed in that doesn't match a value in versions python will throw a error.
199 versions = {
285 return versions[str(name)]
297 """Collect the list of installed visual studio versions.
300 A list of visual studio versions installed in descending order of
303 Only versions 8-10 are considered.
319 versions = []
338 versions.append(_CreateVersion(version_to_year[version],
343 versions.append(_CreateVersion(version_to_year[version] + 'e',
354 versions.append(_CreateVersion(version_to_year[version] + 'e'
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
install.sh 56 echo WARNING: Skipping uninstall for $TARGET - versions differ! >&2
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
nacl.scons 9 # shared versions of this library
  /external/elfutils/src/
ldscript.y 66 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->versionname, versions->global_names, false)
    [all...]
  /external/chromium_org/tools/gn/secondary/build/config/win/
get_msvc_config_real.py 197 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.append(_CreateVersion(version_to_year[version] + 'e'
    [all...]
  /external/chromium_org/net/quic/
quic_protocol.cc 72 versions(other.versions) {
82 versions = other.versions;
173 string QuicVersionArrayToString(const QuicVersion versions[],
177 const QuicVersion& version = versions[i];
191 for (size_t i = 0; i < header.public_header.versions.size(); ++i) {
192 os << header.public_header.versions[0] << " ";
  /external/grub/lib/
getopt1.c 50 #include <gnu-versions.h>
  /ndk/sources/host-tools/make-3.81/
getopt1.c 50 #include <gnu-versions.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 228 Map<String, Integer> versions = manager.getExtrasVersions(); local
229 Integer version = versions.get(VENDOR_ID + '/' + SUPPORT_ID);
234 version = versions.get(VENDOR_ID + '/' + COMPATIBILITY_ID);
301 Map<String, Integer> versions = manager.getExtrasVersions(); local
302 Integer version = versions.get(VENDOR_ID + '/' + SUPPORT_ID);
314 version = versions.get(VENDOR_ID + '/' + COMPATIBILITY_ID);
  /device/generic/goldfish/gps/
Android.mk 18 # smooth builds even if the tree contains both versions.
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 180 int[] versions = new int[ropRegCount]; local
186 + versions[ropReg] + "]");
187 versions[ropReg]++;

Completed in 2072 milliseconds

1 2 3 4 5 6 7 8