OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERIALIZABLE
(Results
1 - 8
of
8
) sorted by null
/external/javassist/src/main/javassist/bytecode/analysis/
MultiArrayType.java
89
if (eq(type.getCtClass(), Type.
SERIALIZABLE
.getCtClass()))
108
if (eq(typeRoot.getCtClass(), Type.
SERIALIZABLE
.getCtClass()))
Type.java
97
/** Represents the java.io.
Serializable
reference type */
98
public static final Type
SERIALIZABLE
= lookupType("java.io.
Serializable
");
384
// Special case, arrays are cloneable and
serializable
, so prefer them when dimensions differ
385
if (eq(CLONEABLE.clazz, targetRoot.clazz) || eq(
SERIALIZABLE
.clazz, targetRoot.clazz))
/dalvik/dx/src/com/android/dx/cf/code/
Merger.java
214
* {@code
Serializable
} and {@code Cloneable}.
293
* assignable only to
Serializable
and Cloneable.
295
return (supertype == Type.
SERIALIZABLE
) ||
/dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java
156
/** {@code non-null;} instance representing {@code java.io.
Serializable
} */
157
public static final Type
SERIALIZABLE
= intern("Ljava/io/
Serializable
;");
/dalvik/dx/src/com/android/dx/rop/type/
Type.java
141
/** {@code non-null;} instance representing {@code java.io.
Serializable
} */
142
public static final Type
SERIALIZABLE
= intern("Ljava/io/
Serializable
;");
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java
141
/** {@code non-null;} instance representing {@code java.io.
Serializable
} */
142
public static final Type
SERIALIZABLE
= intern("Ljava/io/
Serializable
;");
/libcore/luni/src/main/java/java/io/
ObjectStreamClass.java
48
public class ObjectStreamClass implements
Serializable
{
74
* Constant indicating that the class has no
Serializable
fields.
98
// Used to determine if an object is
Serializable
or Externalizable
99
private static final Class<
Serializable
>
SERIALIZABLE
=
Serializable
.class;
214
* This is a footnote in page 1511 (class
Serializable
) of "The Java Class
237
boolean
serializable
= isSerializable(cl);
240
result.isSerializable =
serializable
;
254
if (
serializable
|| externalizable)
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 2782 milliseconds