Home
last modified time | relevance | path

Searched refs:version1 (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DGPUInfoTests.cpp21 const gpu_info::D3DDriverVersion version1 = {20, 19, 15, 5107}; variable
28 EXPECT_EQ(gpu_info::CompareD3DDriverVersion(vendorID, version1, version2), -1); in TEST()
/third_party/node/deps/npm/node_modules/semver/functions/
Ddiff.js3 const diff = (version1, version2) => { argument
4 const v1 = parse(version1, null, true)
/third_party/skia/third_party/externals/dawn/src/common/
DGPUInfo.cpp80 const D3DDriverVersion& version1, in CompareD3DDriverVersion() argument
83 uint32_t buildNumber1 = GetIntelD3DDriverBuildNumber(version1); in CompareD3DDriverVersion()
DGPUInfo.h55 const D3DDriverVersion& version1,
/third_party/python/Lib/test/
Dtest_dict_version.py30 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/
Drestest.cpp298 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()
Drestsnew.cpp319 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(" Expe… 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/harfbuzz/src/
Dhb-open-file.hh253 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/
DSkOTTable_post.h25 version1 = SkTEndian_SwapBE32(0x00010000), enumerator
DSkOTTable_hhea.h24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000); member
DSkOTTable_gasp.h25 static const SK_OT_USHORT version1 = SkTEndian_SwapBE16(1); member
DSkOTTable_head.h24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000); member
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp104 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/NuttX/include/nuttx/
Dscsi.h676 uint8_t version1[2]; /* 58-59: Version Descriptor 1 */ member
/third_party/libabigail/tools/
Dabidiff.cc1113 const string& version1, in emit_incompatible_format_version_error_message() argument
1120 << "'" << file_path1 << "' (" << version1 << ")\n" in emit_incompatible_format_version_error_message()
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp134 gasp->version != SkOTTableGridAndScanProcedure::version1) in get_gasp_range()
845 head->version == SkOTTableHead::version1) in generateFontMetrics()
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts1280 const version1 = proj.lastCachedUnresolvedImportsList; constant
1300 assert.strictEqual(version1, version2, "set of unresolved imports should change");
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-json.md584 * `version1 - version2` Same as `>=version1 <=version2`.
/third_party/ffmpeg/tests/fate/
Dvideo.mak2 fate-4xm-1: CMD = framecrc -i $(TARGET_SAMPLES)/4xm/version1.4xm -pix_fmt rgb24 -an -vf scale
/third_party/python/Tools/clinic/
Dclinic.py297 def version_comparitor(version1, version2): argument
298 …iterator = itertools.zip_longest(version_splitter(version1), version_splitter(version2), fillvalue…
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi5959 …on {struct {OT::Tag ttcTag; OT::FixedVersion version;} header; OT::TTCHeaderVersion1 version1;} -->
5979 <!-- OT::TTCHeaderVersion1 version1 -->
5980 …<var-decl name='version1' type-id='type-id-273' visibility='default' filepath='/tmp/legendre/spack…
5985 …T::Tag ttcTag; OT::FixedVersion version;} header; OT::TTCHeaderVersion1 version1;} OT::TTCHeader::…
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs1465 var diff = (version1, version2) => {
1466 const v1 = parse(version1, null, true);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h67227 struct tpm1_version version1; member
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi3797 …<var-decl name='version1' type-id='type-id-273' visibility='default' filepath='/tmp/legendre/spack…
/third_party/libabigail/
DChangeLog3727 (emit_incompatible_format_version_error_message): Add version1