HomeSort by relevance Sort by last modified time
    Searched refs:badType (Results 1 - 14 of 14) 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,
  /external/python/cpython3/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);
  /prebuilts/go/darwin-x86/src/cmd/fix/
cftype.go 38 // typefix replaces nil with 0 for all nils whose type, when passed to badType, returns true.
39 func typefix(f *ast.File, badType func(string) bool) bool {
50 if i, ok := n.(*ast.Ident); ok && i.Name == "nil" && badType(typeof[n]) {
132 if badType(dst) && src == "*unsafe.Pointer" ||
133 dst == "unsafe.Pointer" && strings.HasPrefix(src, "*") && badType(src[1:]) {
  /prebuilts/go/linux-x86/src/cmd/fix/
cftype.go 38 // typefix replaces nil with 0 for all nils whose type, when passed to badType, returns true.
39 func typefix(f *ast.File, badType func(string) bool) bool {
50 if i, ok := n.(*ast.Ident); ok && i.Name == "nil" && badType(typeof[n]) {
132 if badType(dst) && src == "*unsafe.Pointer" ||
133 dst == "unsafe.Pointer" && strings.HasPrefix(src, "*") && badType(src[1:]) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 384 boolean badType;
387 badType = (type != 2);
391 badType = (type != 1);
401 if (badType | start < HEADER_LENGTH)
  /external/javassist/src/main/javassist/compiler/
CodeGen.java     [all...]
  /external/annotation-tools/asmx/
javassist.jar 
  /external/annotation-tools/asmx/test/lib/
javassist.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 549 milliseconds