OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getclass
(Results
126 - 150
of
3675
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicReferenceFieldUpdater.java
169
*
getClass
comparison suffices) or is of type Object (in
258
if (obj == null || obj.
getClass
() != tclass || cclass != null ||
260
vclass != update.
getClass
()))
267
if (obj == null || obj.
getClass
() != tclass || cclass != null ||
269
vclass != update.
getClass
()))
275
if (obj == null || obj.
getClass
() != tclass || cclass != null ||
277
vclass != newValue.
getClass
()))
283
if (obj == null || obj.
getClass
() != tclass || cclass != null ||
285
vclass != newValue.
getClass
()))
292
if (obj == null || obj.
getClass
() != tclass || cclass != null
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
Constant.java
49
Class clazz =
getClass
();
50
Class otherClazz = other.
getClass
();
CstLiteral32.java
40
(
getClass
() == other.
getClass
()) &&
CstLiteral64.java
40
(
getClass
() == other.
getClass
()) &&
/dalvik/dx/src/com/android/dx/rop/cst/
Constant.java
49
Class clazz =
getClass
();
50
Class otherClazz = other.
getClass
();
CstLiteral32.java
40
(
getClass
() == other.
getClass
()) &&
CstLiteral64.java
40
(
getClass
() == other.
getClass
()) &&
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
PicassoBackgroundManagerTarget.java
52
if (o == null ||
getClass
() != o.
getClass
())
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
PicassoBackgroundManagerTarget.java
55
if (o == null ||
getClass
() != o.
getClass
())
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
SeriesRenderer.java
43
return plot.getSeriesAndFormatterListForRenderer(
getClass
());
47
return (SeriesFormatterType) plot.getFormatter(series,
getClass
());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
GuardedObjectTest.java
47
assertSame(golden.
getClass
(), test.
getClass
());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
KeyFactory.java
45
throw new InvalidKeySpecException("Unknown KeySpec type: " + keySpec.
getClass
().getName());
72
throw new InvalidKeySpecException("Unknown KeySpec type: " + keySpec.
getClass
().getName());
/external/conscrypt/src/main/java/org/conscrypt/
X509PublicKey.java
74
if (
getClass
() != obj.
getClass
())
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
Constant.java
49
Class clazz =
getClass
();
50
Class otherClazz = other.
getClass
();
CstLiteral32.java
40
(
getClass
() == other.
getClass
()) &&
CstLiteral64.java
40
(
getClass
() == other.
getClass
()) &&
/external/easymock/src/org/easymock/internal/matchers/
Equals.java
50
if (o == null || !this.
getClass
().equals(o.
getClass
()))
/external/javassist/src/test/test/javassist/bytecode/analysis/
ErrorFinder.java
46
System.out.println("FAIL: CLASS: " + className + " " + e.
getClass
() + ":" + e.getMessage());
60
System.out.println("FAIL: " + methodName + " - " + (e.getMessage() == null ? e.
getClass
().getName() : e.getMessage()));
/external/javassist/src/test/test/javassist/proxy/
ProxySimpleTest.java
52
Method meth = data2.
getClass
().getDeclaredMethod("writeReplace", new Class[0]);
54
meth.invoke(data2, new Object[0]).
getClass
().getName());
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateMapKey.java
46
if (o == null ||
getClass
() != o.
getClass
()) {
/external/mockito/src/org/mockito/internal/debugging/
VerboseMockInvocationLogger.java
45
printlnIndented("has thrown: " + methodInvocationReport.getThrowable().
getClass
() + message);
47
String type = (methodInvocationReport.getReturnedValue() == null) ? "" : " (" + methodInvocationReport.getReturnedValue().
getClass
().getName() + ")";
/external/mockito/src/org/mockito/internal/invocation/
ArgumentsProcessor.java
22
if (!isVarArgs || new ArrayUtils().isEmpty(args) || args[args.length - 1] != null && !args[args.length - 1].
getClass
().isArray()) {
44
if (arg != null && arg.
getClass
().isArray()) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractTrackEncryptionBox.java
75
if (o == null ||
getClass
() != o.
getClass
()) return false;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DecoderSpecificInfo.java
68
if (o == null ||
getClass
() != o.
getClass
()) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
UnknownEntry.java
66
if (o == null ||
getClass
() != o.
getClass
()) {
Completed in 4912 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>