/external/autotest/server/site_tests/platform_ImageLoaderServer/ |
D | platform_ImageLoaderServer.py | 18 def _run_client_test(self, version1, version2, version3): argument 24 component2=version2, 50 version2 = '/tmp/prod_signed_24.0.0.186.tar.gz' 54 version2), 77 self.host.send_file(version2, version2) 81 self.host.run('tar xvf "%s" -C "%s"' % (version2, '/home/chronos')) 95 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_enrollee.c | 1014 eattr.num_cred, attr->version2 != NULL)) { in wps_process_m2() 1119 if (wps_validate_m4_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m4() 1172 if (wps_validate_m6_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m6() 1243 attr->version2 != NULL) < 0) { in wps_process_m8() 1254 eattr.num_cred, attr->version2 != NULL) || in wps_process_m8() 1256 attr->version2 != NULL)) { in wps_process_m8()
|
D | wps_attr_parse.h | 17 const u8 *version2; /* 1 octet */ member
|
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()
|
D | wps_upnp_web.c | 620 if (wps_parse_msg(msg, &attr) < 0 || attr.version2) { in web_process_put_wlan_response()
|
D | wps_registrar.c | 2863 if (wps_validate_m5_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m5() 3015 attr->version2 != NULL) < 0) { in wps_process_m7()
|
/external/webrtc/webrtc/base/ |
D | versionparsing.cc | 46 const int version2[], in CompareVersions() argument 49 int diff = version1[i] - version2[i]; in CompareVersions()
|
D | versionparsing.h | 30 const int version2[],
|
/external/icu/icu4c/source/test/intltest/ |
D | restest.cpp | 275 const char* version2; in TestConstruction() local 278 version2 = test2.getVersionNumber(); in TestConstruction() 281 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte in TestConstruction() 288 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2); in TestConstruction() 290 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0) in TestConstruction()
|
D | restsnew.cpp | 276 const char* version2; in TestConstruction() local 279 version2 = test2.getVersionNumber(); in TestConstruction() 282 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte in TestConstruction() 289 …logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect… in TestConstruction() 294 if (strcmp(version2, versionID2) != 0) { in TestConstruction() 295 errln("getVersionNumber(version2) failed. %s != %s", version2, versionID2); in TestConstruction()
|
/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/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/skqp/src/sfnt/ |
D | SkOTTable_post.h | 26 version2 = SkTEndian_SwapBE32(0x00020000), enumerator
|
/external/skia/src/sfnt/ |
D | SkOTTable_post.h | 26 version2 = SkTEndian_SwapBE32(0x00020000), enumerator
|
/external/clang/test/Modules/ |
D | on-demand-build.m | 13 const char *version2 = [Module version];
|
/external/u-boot/drivers/mmc/ |
D | arm_pl180_mmci.h | 191 int version2; member
|
D | arm_pl180_mmci.c | 232 if (!host->version2) { in do_data_transfer() 434 host->version2 = dev_get_driver_data(dev); in arm_pl180_mmc_probe()
|
/external/libexif/m4m/ |
D | stdint.m4 | 482 dnl /* http://unix.org/version2/whatsnew/login_64bit.html */
|
/external/libmtp/m4/ |
D | stdint.m4 | 480 dnl /* http://unix.org/version2/whatsnew/login_64bit.html */
|
/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 300 def version_comparitor(version1, version2): argument 301 …iterator = itertools.zip_longest(version_splitter(version1), version_splitter(version2), fillvalue…
|