HomeSort by relevance Sort by last modified time
    Searched refs:version2 (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/base/
versionparsing.h 47 const int version2[],
versionparsing.cc 63 const int version2[],
66 int diff = version1[i] - version2[i];
  /external/chromium_org/gpu/config/
gpu_control_list_machine_model_info_unittest.cc 37 std::string version2; local
41 version2 = "5.4";
43 version_op[j], version1, version2);
  /external/wpa_supplicant_8/src/wps/
wps_validate.c 40 static int wps_validate_version2(const u8 *version2, int mandatory)
42 if (version2 == NULL) {
44 wpa_printf(MSG_INFO, "WPS-STRICT: Version2 attribute "
50 if (*version2 < 0x20) {
51 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Version2 attribute "
52 "value 0x%x", *version2);
1096 wps2 = attr.version2 != NULL;
1108 wps_validate_version2(attr.version2, wps2) ||
1136 wps2 = attr.version2 != NULL;
1160 wps_validate_version2(attr.version2, wps2) |
    [all...]
wps_upnp_ap.c 63 } else if (!attr.version2) {
wps_attr_parse.h 17 const u8 *version2; /* 1 octet */ member in struct:wps_parse_attr
wps.c 313 if (!attr.version2 && ver1_compat) {
394 return attr.version2 != NULL;
wps_enrollee.c 1019 if (wps_validate_m4_encr(decrypted, attr->version2 != NULL) < 0) {
1072 if (wps_validate_m6_encr(decrypted, attr->version2 != NULL) < 0) {
1143 attr->version2 != NULL) < 0) {
1154 eattr.num_cred, attr->version2 != NULL) ||
1156 attr->version2 != NULL)) {
    [all...]
wps_attr_parse.c 28 wpa_printf(MSG_DEBUG, "WPS: Invalid Version2 length "
32 attr->version2 = pos;
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_post.h 27 ((version2, SkTEndian_SwapBE32(0x00020000)))
  /external/icu4c/layout/
IndicLayoutEngine.h 59 le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success);
IndicLayoutEngine.cpp 28 le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
31 if ( version2 ) {
37 fVersion2 = version2;
  /external/skia/src/sfnt/
SkOTTable_post.h 27 ((version2, SkTEndian_SwapBE32(0x00020000)))
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeIsSupported.java 87 String version2 = "2.0"; local
113 success = element.isSupported(featureCore, version2);
122 String version2 = "2.0"; local
148 success = attribute.isSupported(featureCore, version2);
DOMImplementationHasFeature.java 78 String version2 = "2.0"; local
104 success = domImpl.hasFeature(featureCore, version2);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
domimplementationhasfeature01.java 71 String version2 = "2.0"; local
97 success = domImpl.hasFeature(featureCore, version2);
nodeissupported01.java 71 String version2 = "2.0"; local
97 success = element.isSupported(featureCore, version2);
nodeissupported02.java 71 String version2 = "2.0"; local
97 success = attribute.isSupported(featureCore, version2);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java 182 * @param version2 The new database version
185 public void onUpgrade(SQLiteDatabase db, int version1, int version2) {
188 + version2 + ", which will destroy all the existing data");
201 * @param version2 The new database version
204 public void onDowngrade(SQLiteDatabase db, int version1, int version2) {
207 + version2 + ", which will destroy all the existing data");
  /external/chromium_org/content/browser/webui/
web_ui_data_source_impl.cc 204 scoped_ptr<webui::UseVersion2> version2; local
206 version2.reset(new webui::UseVersion2);
  /external/chromium_org/third_party/icu/source/test/intltest/
restest.cpp 273 const char* version2; local
276 version2 = test2.getVersionNumber();
279 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte
286 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2);
288 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0)
restsnew.cpp 273 const char* version2; local
276 version2 = test2.getVersionNumber();
279 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte
286 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect: " ) + versionID2);
291 if (strcmp(version2, versionID2) != 0) {
292 errln("getVersionNumber(version2) failed. %s != %s", version2, versionID2);
    [all...]
  /external/icu4c/test/intltest/
restest.cpp 273 const char* version2; local
276 version2 = test2.getVersionNumber();
279 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte
286 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2);
288 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0)
restsnew.cpp 273 const char* version2; local
276 version2 = test2.getVersionNumber();
279 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte
286 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect: " ) + versionID2);
291 if (strcmp(version2, versionID2) != 0) {
292 errln("getVersionNumber(version2) failed. %s != %s", version2, versionID2);
    [all...]
  /external/chromium_org/sync/tools/testserver/
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)

Completed in 999 milliseconds

1 2