/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() 1096 wps2 = attr.version2 != NULL; in wps_validate_beacon() 1108 wps_validate_version2(attr.version2, wps2) || in wps_validate_beacon() 1136 wps2 = attr.version2 != NULL; in wps_validate_beacon_probe_resp() 1160 wps_validate_version2(attr.version2, wps2) || in wps_validate_beacon_probe_resp() 1194 wps2 = attr.version2 != NULL; in wps_validate_probe_req() 1205 wps_validate_version2(attr.version2, wps2) || in wps_validate_probe_req() [all …]
|
D | wps_upnp_ap.c | 63 } 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 | 1019 if (wps_validate_m4_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m4() 1072 if (wps_validate_m6_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m6() 1143 attr->version2 != NULL) < 0) { in wps_process_m8() 1154 eattr.num_cred, attr->version2 != NULL) || in wps_process_m8() 1156 attr->version2 != NULL)) { in wps_process_m8()
|
D | wps.c | 313 if (!attr.version2 && ver1_compat) { in wps_is_addr_authorized() 394 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/chromium_org/gpu/config/ |
D | gpu_control_list_machine_model_info_unittest.cc | 37 std::string version2; in TEST_F() local 41 version2 = "5.4"; in TEST_F() 43 version_op[j], version1, version2); in TEST_F()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | versionparsing.cc | 63 const int version2[], in CompareVersions() argument 66 int diff = version1[i] - version2[i]; in CompareVersions()
|
D | versionparsing.h | 47 const int version2[],
|
/external/icu4c/layout/ |
D | IndicLayoutEngine.cpp | 28 …le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 31 if ( version2 ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 37 fVersion2 = version2; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | IndicLayoutEngine.h | 59 …le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &…
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | restest.cpp | 273 const char* version2; in TestConstruction() local 276 version2 = test2.getVersionNumber(); in TestConstruction() 279 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte in TestConstruction() 286 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2); in TestConstruction() 288 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0) in TestConstruction()
|
D | restsnew.cpp | 273 const char* version2; in TestConstruction() local 276 version2 = test2.getVersionNumber(); in TestConstruction() 279 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte in TestConstruction() 286 …logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect… in TestConstruction() 291 if (strcmp(version2, versionID2) != 0) { in TestConstruction() 292 errln("getVersionNumber(version2) failed. %s != %s", version2, versionID2); in TestConstruction()
|
/external/icu4c/test/intltest/ |
D | restest.cpp | 273 const char* version2; in TestConstruction() local 276 version2 = test2.getVersionNumber(); in TestConstruction() 279 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte in TestConstruction() 286 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2); in TestConstruction() 288 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0) in TestConstruction()
|
D | restsnew.cpp | 273 const char* version2; in TestConstruction() local 276 version2 = test2.getVersionNumber(); in TestConstruction() 279 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte in TestConstruction() 286 …logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect… in TestConstruction() 291 if (strcmp(version2, versionID2) != 0) { in TestConstruction() 292 errln("getVersionNumber(version2) failed. %s != %s", version2, versionID2); in TestConstruction()
|
/external/chromium_org/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/chromium_org/sync/tools/testserver/ |
D | chromiumsync_test.py | 585 version2, changes, remaining = ( 589 self.assertNotEqual(version1, version2) 592 version2) 600 self.assertEqual(version2, version) 621 version2, changes2, remaining2 = ( 637 version2, changes, remaining = ( 639 self.assertNotEqual(version1, version2) 663 version2, changes, remaining = ( 667 self.assertNotEqual(version1, version2)
|
/external/chromium_org/content/browser/webui/ |
D | web_ui_data_source_impl.cc | 218 scoped_ptr<webui::UseVersion2> version2; in SendLocalizedStringsAsJSON() local 220 version2.reset(new webui::UseVersion2); in SendLocalizedStringsAsJSON()
|
/external/chromium_org/third_party/skia/src/sfnt/ |
D | SkOTTable_post.h | 27 ((version2, SkTEndian_SwapBE32(0x00020000)))
|
/external/skia/src/sfnt/ |
D | SkOTTable_post.h | 27 ((version2, SkTEndian_SwapBE32(0x00020000)))
|
/external/clang/test/Modules/ |
D | on-demand-build.m | 13 const char *version2 = [Module version];
|
/external/bison/m4/ |
D | largefile.m4 | 58 # http://www.unix-systems.org/version2/whatsnew/lfs20mar.html
|
/external/chromium/chrome/browser/extensions/ |
D | extension_updater_unittest.cc | 838 std::string version2 = "0.1"; in TestMultipleExtensionDownloading() local 841 updater.FetchUpdatedExtension(id2, url2, hash2, version2); in TestMultipleExtensionDownloading()
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
D | ntp_resource_cache.cc | 551 webui::UseVersion2 version2; in CreateNewTabHTML() local
|