HomeSort by relevance Sort by last modified time
    Searched refs:badType (Results 1 - 7 of 7) sorted by null

  /external/libffi/testsuite/libffi.call/
err_bad_typedef.c 16 ffi_type badType = ffi_type_void;
20 badType.size = 0;
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType,
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
err_bad_typedef.c 16 ffi_type badType = ffi_type_void;
20 badType.size = 0;
22 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, &badType,
  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamTagTest.java 84 final long badType = fieldType == ProtoOutputStream.FIELD_TYPE_DOUBLE
87 final String badTypeString = badType == ProtoOutputStream.FIELD_TYPE_DOUBLE
94 ProtoOutputStream.checkFieldId(42 | goodCount | badType, goodCount | fieldType);
105 ProtoOutputStream.checkFieldId(43 | goodCount | fieldType, goodCount | badType);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 385 boolean badType;
388 badType = (type != 2);
392 badType = (type != 1);
402 if (badType | start < HEADER_LENGTH)
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 387 boolean badType;
390 badType = (type != 2);
394 badType = (type != 1);
404 if (badType | start < HEADER_LENGTH)
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 450 milliseconds