Searched refs:version1 (Results 1 - 19 of 19) sorted by relevance

/external/webrtc/webrtc/base/
H A Dversionparsing.h29 int CompareVersions(const int version1[],
H A Dversionparsing.cc45 int CompareVersions(const int version1[], argument
49 int diff = version1[i] - version2[i];
/external/autotest/server/site_tests/platform_ImageLoaderServer/
H A Dplatform_ImageLoaderServer.py18 def _run_client_test(self, version1, version2, version3):
23 component1=version1,
39 version1 = '/tmp/prod_signed_23.0.0.207.tar.gz'
43 version1),
76 self.host.send_file(version1, version1)
80 self.host.run('tar xvf "%s" -C "%s"' % (version1, '/home/chronos'))
94 % (version1,
/external/harfbuzz_ng/src/
H A Dhb-open-file-private.hh174 case 1: return u.version1.get_face_count ();
182 case 1: return u.version1.get_face (i);
193 case 1: return_trace (u.version1.sanitize (c));
205 TTCHeaderVersion1 version1; member in union:OT::TTCHeader::__anon7765
/external/skia/src/sfnt/
H A DSkOTTable_gasp.h25 static const SK_OT_USHORT version1 = SkTEndian_SwapBE16(1); member in struct:SkOTTableGridAndScanProcedure
H A DSkOTTable_hhea.h24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000); member in struct:SkOTTableHorizontalHeader
H A DSkOTTable_post.h25 version1 = SkTEndian_SwapBE32(0x00010000),
H A DSkOTTable_head.h24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000); member in struct:SkOTTableHead
/external/skqp/src/sfnt/
H A DSkOTTable_gasp.h25 static const SK_OT_USHORT version1 = SkTEndian_SwapBE16(1); member in struct:SkOTTableGridAndScanProcedure
H A DSkOTTable_hhea.h24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000); member in struct:SkOTTableHorizontalHeader
H A DSkOTTable_post.h25 version1 = SkTEndian_SwapBE32(0x00010000),
H A DSkOTTable_head.h24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000); member in struct:SkOTTableHead
/external/python/cpython3/Lib/test/
H A Dtest_dict_version.py30 version1 = _testcapi.dict_get_version(mydict)
31 self.seen_versions.add(version1)
36 self.assertEqual(version2, version1, "version changed")
/external/icu/icu4c/source/test/intltest/
H A Drestest.cpp274 const char* version1; local
277 version1 = test1.getVersionNumber();
280 char *versionID1 = new char[1+strlen(version1)]; // + 1 for zero byte
287 logln(UnicodeString("getVersionNumber on default.txt returned ") + version1);
290 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0)
H A Drestsnew.cpp275 const char* version1; local
278 version1 = test1.getVersionNumber();
281 char *versionID1 = new char[1 + strlen(U_ICU_VERSION) + strlen(version1)]; // + 1 for zero byte
288 logln(UnicodeString("getVersionNumber on default.txt returned ") + version1 + UnicodeString(" Expect: " ) + versionID1);
291 if (strcmp(version1, versionID1) != 0) {
292 errln("getVersionNumber(version1) failed. %s != %s", version1, versionID1);
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp84 gasp->version != SkOTTableGridAndScanProcedure::version1)
646 head->version == SkOTTableHead::version1)
/external/skqp/src/ports/
H A DSkScalerContext_win_dw.cpp84 gasp->version != SkOTTableGridAndScanProcedure::version1)
646 head->version == SkOTTableHead::version1)
/external/python/cpython3/Tools/clinic/
H A Dclinic.py302 def version_comparitor(version1, version2):
303 iterator = itertools.zip_longest(version_splitter(version1), version_splitter(version2), fillvalue=0)
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl200 "v1|vnum1|version1|vnum=s" => \$TargetVersion{1},
434 -v1|-version1 NUM
16073 $TestInfo .= " <version1>\n";
16082 $TestInfo .= " </version1>\n";

Completed in 671 milliseconds