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

1 2 3 4 5

  /external/webrtc/webrtc/base/
versionparsing.h 30 const int version2[],
versionparsing.cc 46 const int version2[],
49 int diff = version1[i] - version2[i];
  /device/google/marlin/
init.qcom.devstart.sh 11 version2=${version_strings[1]/OEM_IMAGE_UUID_STRING=Q_SENTINEL_/}
12 setprop sys.slpi.firmware.version "$version1 $version2"
  /external/autotest/server/site_tests/platform_ImageLoaderServer/
platform_ImageLoaderServer.py 18 def _run_client_test(self, version1, version2, version3):
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/
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 251 /* Invalid Version2 length */
313 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 1010 eattr.num_cred, attr->version2 != NULL)) {
1115 if (wps_validate_m4_encr(decrypted, attr->version2 != NULL) < 0) {
1168 if (wps_validate_m6_encr(decrypted, attr->version2 != NULL) < 0) {
    [all...]
wps.c 324 if (!attr.version2 && ver1_compat) {
405 return attr.version2 != NULL;
wps_attr_parse.c 28 wpa_printf(MSG_DEBUG, "WPS: Invalid Version2 length "
32 attr->version2 = pos;
  /external/skia/src/sfnt/
SkOTTable_post.h 26 version2 = SkTEndian_SwapBE32(0x00020000), member in struct:SkOTTablePostScript::Format
  /external/skqp/src/sfnt/
SkOTTable_post.h 26 version2 = SkTEndian_SwapBE32(0x00020000), member in struct:SkOTTablePostScript::Format
  /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 68 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/version2/res
  /external/python/cpython3/Lib/test/
test_dict_version.py 35 version2 = _testcapi.dict_get_version(mydict)
36 self.assertEqual(version2, version1, "version changed")
  /external/icu/icu4c/source/test/intltest/
restest.cpp 275 const char* version2; local
278 version2 = test2.getVersionNumber();
281 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte
288 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2);
290 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0)
restsnew.cpp 276 const char* version2; local
279 version2 = test2.getVersionNumber();
282 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte
289 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect: " ) + versionID2);
294 if (strcmp(version2, versionID2) != 0) {
295 errln("getVersionNumber(version2) failed. %s != %s", version2, versionID2);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
resres.c 195 /* resinfo.version2 = windres_get_32 (wrbfd, l.version2, 4); */
505 windres_put_32 (wrbfd, l.version2, info->version);
windint.h 206 bfd_byte version2[4]; member in struct:bin_res_info

Completed in 626 milliseconds

1 2 3 4 5