/external/webrtc/webrtc/base/ |
versionparsing.h | 30 const int version2[],
|
versionparsing.cc | 46 const int version2[], 49 int diff = version1[i] - version2[i];
|
/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); 1098 wps2 = attr.version2 != NULL; 1110 wps_validate_version2(attr.version2, wps2) || 1138 wps2 = attr.version2 != NULL; 1162 wps_validate_version2(attr.version2, wps2) | [all...] |
wps_module_tests.c | 250 /* Invalid Version2 length */ 312 if (!attr.version2 ||
|
wps_upnp_ap.c | 61 } else if (!attr.version2) {
|
wps_attr_parse.h | 17 const u8 *version2; /* 1 octet */ member in struct:wps_parse_attr
|
wps_enrollee.c | 1009 eattr.num_cred, attr->version2 != NULL)) { 1114 if (wps_validate_m4_encr(decrypted, attr->version2 != NULL) < 0) { 1167 if (wps_validate_m6_encr(decrypted, attr->version2 != NULL) < 0) { [all...] |
wps.c | 328 if (!attr.version2 && ver1_compat) { 409 return attr.version2 != NULL;
|
wps_attr_parse.c | 28 wpa_printf(MSG_DEBUG, "WPS: Invalid Version2 length " 32 attr->version2 = pos;
|
wps_upnp_web.c | 620 if (wps_parse_msg(msg, &attr) < 0 || attr.version2) { [all...] |
/external/icu/icu4c/source/layout/ |
IndicLayoutEngine.h | 59 le_int32 typoFlags, le_bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success);
|
IndicLayoutEngine.cpp | 28 le_int32 typoFlags, le_bool version2, const LEReferenceTo<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");
|
/cts/hostsidetests/shortcuts/deviceside/upgrade/ |
Android.mk | 66 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/version2/res
|
/external/icu/icu4c/source/test/intltest/ |
restest.cpp | 272 const char* version2; local 275 version2 = test2.getVersionNumber(); 278 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte 285 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2); 287 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...] |
/toolchain/binutils/binutils-2.25/binutils/ |
resres.c | 195 /* resinfo.version2 = windres_get_32 (wrbfd, l.version2, 4); */ 506 windres_put_32 (wrbfd, l.version2, info->version);
|
windint.h | 206 bfd_byte version2[4]; member in struct:bin_res_info
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/ |
string.js | [all...] |