/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | GPUInfoTests.cpp | 21 const gpu_info::D3DDriverVersion version1 = {20, 19, 15, 5107}; member 28 EXPECT_EQ(gpu_info::CompareD3DDriverVersion(vendorID, version1, version2), -1); in TEST()
|
/third_party/python/Lib/test/ |
H A D | test_dict_version.py | 30 version1 = _testcapi.dict_get_version(mydict) 31 self.seen_versions.add(version1) 36 self.assertEqual(version2, version1, "version changed")
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | restest.cpp | 298 const char* version1; in TestConstruction() local 301 version1 = test1.getVersionNumber(); in TestConstruction() 304 char *versionID1 = new char[1+strlen(version1)]; // + 1 for zero byte in TestConstruction() 311 logln(UnicodeString("getVersionNumber on default.txt returned ") + version1); in TestConstruction() 314 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0) in TestConstruction()
|
H A D | restsnew.cpp | 319 const char* version1; in TestConstruction() local 322 version1 = test1.getVersionNumber(); in TestConstruction() 325 char *versionID1 = new char[1 + strlen(U_ICU_VERSION) + strlen(version1)]; // + 1 for zero byte in TestConstruction() 332 logln(UnicodeString("getVersionNumber on default.txt returned ") + version1 + UnicodeString(" Expect: " ) + versionID1); in TestConstruction() 335 if (strcmp(version1, versionID1) != 0) { in TestConstruction() 336 errln("getVersionNumber(version1) failed. %s != %s", version1, versionID1); in TestConstruction()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | GPUInfo.cpp | 80 const D3DDriverVersion& version1, in CompareD3DDriverVersion() 83 uint32_t buildNumber1 = GetIntelD3DDriverBuildNumber(version1); in CompareD3DDriverVersion() 79 CompareD3DDriverVersion(PCIVendorID vendorId, const D3DDriverVersion& version1, const D3DDriverVersion& version2) CompareD3DDriverVersion() argument
|
H A D | GPUInfo.h | 51 // - Return -1 if build number of version1 is smaller 52 // - Return 1 if build number of version1 is bigger 53 // - Return 0 if version1 and version2 represent same driver version 55 const D3DDriverVersion& version1,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-open-file.hh | 253 case 1: return u.version1.get_face_count (); in get_face_count() 261 case 1: return u.version1.get_face (i); in get_face() 272 case 1: return_trace (u.version1.sanitize (c)); in sanitize() 284 TTCHeaderVersion1 version1; member
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_gasp.h | 25 static const SK_OT_USHORT version1 = SkTEndian_SwapBE16(1); member
|
H A D | SkOTTable_hhea.h | 24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000); member
|
H A D | SkOTTable_post.h | 25 version1 = SkTEndian_SwapBE32(0x00010000),
|
H A D | SkOTTable_head.h | 24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000); member
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 104 are_equal(cl_version_khr version1, cl_version_khr version2, in are_equal() argument 107 version1 &= ~CL_VERSION_PATCH_MASK_KHR; in are_equal() 110 return version1 == version2; in are_equal()
|
/third_party/libabigail/tools/ |
H A D | abidiff.cc | 1104 /// @param version1 the second version to consider. 1113 const string& version1, in emit_incompatible_format_version_error_message() 1120 << "'" << file_path1 << "' (" << version1 << ")\n" in emit_incompatible_format_version_error_message() 1112 emit_incompatible_format_version_error_message(const string& file_path1, const string& version1, const string& file_path2, const string& version2, const string& prog_name) emit_incompatible_format_version_error_message() argument
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 134 gasp->version != SkOTTableGridAndScanProcedure::version1) in get_gasp_range() 845 head->version == SkOTTableHead::version1) in generateFontMetrics()
|
/third_party/NuttX/include/nuttx/ |
H A D | scsi.h | 676 uint8_t version1[2]; /* 58-59: Version Descriptor 1 */ member
|
/third_party/ffmpeg/tests/fate/ |
H A D | video.mak | 2 fate-4xm-1: CMD = framecrc -i $(TARGET_SAMPLES)/4xm/version1.4xm -pix_fmt rgb24 -an -vf scale
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 300 def version_comparitor(version1, version2): 301 iterator = itertools.zip_longest(version_splitter(version1), version_splitter(version2), fillvalue=0)
|