/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | CldrVersion.java | 135 VersionInfo version2 = item.versionInfo; 136 temp2.put(version2, item); in temp2.put() argument 137 if (version2.getMilli() != 0) { 138 version2 = VersionInfo.getInstance(version2.getMajor(), version2.getMinor()); 139 if (!temp2.containsKey(version2)) { 140 temp2.put(version2, item); in temp2.put() argument 143 if (version2.getMinor() != 0) { 144 version2 = VersionInfo.getInstance(version2.getMajor()); 145 if (!temp2.containsKey(version2)) { 146 temp2.put(version2, item); in temp2.put() argument
|
/external/autotest/server/site_tests/platform_ImageLoaderServer/ |
D | platform_ImageLoaderServer.py | 19 def _run_client_test(self, version1, version2, version3): argument 25 component2=version2, 51 version2 = '/tmp/prod_signed_24.0.0.186.tar.gz' 55 version2), 78 self.host.send_file(version2, version2) 82 self.host.run('tar xvf "%s" -C "%s"' % (version2, '/home/chronos')) 96 version2,
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_validate.c | 40 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2() argument 42 if (version2 == NULL) { in wps_validate_version2() 50 if (*version2 < 0x20) { in wps_validate_version2() 52 "value 0x%x", *version2); in wps_validate_version2() 1098 wps2 = attr.version2 != NULL; in wps_validate_beacon() 1110 wps_validate_version2(attr.version2, wps2) || in wps_validate_beacon() 1138 wps2 = attr.version2 != NULL; in wps_validate_beacon_probe_resp() 1162 wps_validate_version2(attr.version2, wps2) || in wps_validate_beacon_probe_resp() 1196 wps2 = attr.version2 != NULL; in wps_validate_probe_req() 1207 wps_validate_version2(attr.version2, wps2) || in wps_validate_probe_req() [all …]
|
D | wps_module_tests.c | 313 if (!attr.version2 || in wps_attr_parse_tests()
|
D | wps_upnp_ap.c | 61 } else if (!attr.version2) { in upnp_er_set_selected_registrar()
|
D | wps_attr_parse.h | 17 const u8 *version2; /* 1 octet */ member
|
D | wps_enrollee.c | 1025 eattr.num_cred, attr->version2 != NULL)) { in wps_process_m2() 1130 if (wps_validate_m4_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m4() 1183 if (wps_validate_m6_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m6() 1254 attr->version2 != NULL) < 0) { in wps_process_m8() 1265 eattr.num_cred, attr->version2 != NULL) || in wps_process_m8() 1267 attr->version2 != NULL)) { in wps_process_m8()
|
D | wps.c | 326 if (!attr.version2 && ver1_compat) { in wps_is_addr_authorized() 407 return attr.version2 != NULL; in wps_is_20()
|
D | wps_attr_parse.c | 32 attr->version2 = pos; in wps_set_vendor_ext_wfa_subelem()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gdef-table.hh | 647 case 2: return u.version2.get_size (); in get_size() 660 case 2: return_trace (u.version2.sanitize (c)); in sanitize() 671 case 2: return u.version2.subset (c); in subset() 682 case 2: return u.version2.glyphClassDef != 0; in has_glyph_classes() 692 case 2: return this+u.version2.glyphClassDef; in get_glyph_class_def() 702 case 2: return u.version2.attachList != 0; in has_attach_list() 712 case 2: return this+u.version2.attachList; in get_attach_list() 722 case 2: return u.version2.ligCaretList != 0; in has_lig_carets() 732 case 2: return this+u.version2.ligCaretList; in get_lig_caret_list() 742 case 2: return u.version2.markAttachClassDef != 0; in has_mark_attachment_types() [all …]
|
D | hb-ot-layout-gsubgpos.hh | 4189 case 2: return u.version2.get_size (); in get_size() 4203 case 2: return_trace (u.version2.sanitize<TLookup> (c)); in sanitize() 4215 case 2: return u.version2.subset<TLookup> (c); in subset() 4226 case 2: return this+u.version2.scriptList; in get_script_list() 4236 case 2: return this+u.version2.featureList; in get_feature_list() 4246 case 2: return (this+u.version2.lookupList).len; in get_lookup_count() 4256 case 2: return (this+u.version2.lookupList)[i]; in get_lookup() 4266 case 2: return this+u.version2.featureVars; in get_feature_variations() 4462 GSUBGPOSVersion1_2<MediumTypes> version2; member
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_versions_test.cc | 487 ParsedQuicVersion version2 = SupportedVersions()[index2]; in TEST() local 488 EXPECT_NE(version1, version2) << version1 << " " << version2; in TEST() 490 CreateQuicVersionLabel(version2)) in TEST() 491 << version1 << " " << version2; in TEST() 494 (version2 != ParsedQuicVersion::RFCv1())) { in TEST() 495 EXPECT_NE(AlpnForVersion(version1), AlpnForVersion(version2)) in TEST() 496 << version1 << " " << version2; in TEST()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | restest.cpp | 299 const char* version2; in TestConstruction() local 302 version2 = test2.getVersionNumber(); in TestConstruction() 305 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte in TestConstruction() 312 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2); in TestConstruction() 314 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0) in TestConstruction()
|
D | restsnew.cpp | 320 const char* version2; in TestConstruction() local 323 version2 = test2.getVersionNumber(); in TestConstruction() 326 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte in TestConstruction() 333 …logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect… in TestConstruction() 338 if (strcmp(version2, versionID2) != 0) { in TestConstruction() 339 errln("getVersionNumber(version2) failed. %s != %s", version2, versionID2); in TestConstruction()
|
/external/icu/icu4c/source/test/intltest/ |
D | restest.cpp | 299 const char* version2; in TestConstruction() local 302 version2 = test2.getVersionNumber(); in TestConstruction() 305 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte in TestConstruction() 312 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2); in TestConstruction() 314 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0) in TestConstruction()
|
D | restsnew.cpp | 320 const char* version2; in TestConstruction() local 323 version2 = test2.getVersionNumber(); in TestConstruction() 326 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte in TestConstruction() 333 …logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect… in TestConstruction() 338 if (strcmp(version2, versionID2) != 0) { in TestConstruction() 339 errln("getVersionNumber(version2) failed. %s != %s", version2, versionID2); in TestConstruction()
|
/external/libxml2/ |
D | libxml-2.0-uninstalled.pc.in | 9 Description: libXML library version2.
|
D | libxml-2.0.pc.in | 9 Description: libXML library version2.
|
/external/cronet/third_party/libxml/src/ |
D | libxml-2.0-uninstalled.pc.in | 9 Description: libXML library version2.
|
D | libxml-2.0.pc.in | 9 Description: libXML library version2.
|
/external/skia/src/sfnt/ |
D | SkOTTable_post.h | 26 version2 = SkTEndian_SwapBE32(0x00020000), enumerator
|
/external/python/cpython3/Lib/test/ |
D | test_dict_version.py | 35 version2 = _testcapi.dict_get_version(mydict) 36 self.assertEqual(version2, version1, "version changed")
|
/external/clang/test/Modules/ |
D | on-demand-build.m | 13 const char *version2 = [Module version];
|
/external/perfetto/src/trace_processor/importers/json/ |
D | json_trace_parser.cc | 43 bool version2) { in MaybeExtractFlowIdentifier() argument 44 std::string id_key = (version2 ? "bind_id" : "id"); in MaybeExtractFlowIdentifier()
|
/external/harfbuzz_ng/src/graph/ |
D | gsubgpos-graph.hh | 359 case 2: return u.version2.get_lookup_list_offset (); in get_lookup_list_field_offset()
|