HomeSort by relevance Sort by last modified time
    Searched full:getclass (Results 201 - 225 of 3675) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/objenesis/tck/test/org/objenesis/tck/
CandidateLoaderTest.java 47 candidateLoader = new CandidateLoader(tck, getClass().getClassLoader(), errorHandler);
82 candidateLoader.loadFromResource(getClass(), "CandidateLoaderTest-sample.properties");
92 candidateLoader.loadFromResource(getClass(), "Blatently-Bogus.properties");
  /external/proguard/src/proguard/evaluation/value/
SpecificDoubleValue.java 178 this.getClass() == object.getClass();
184 return this.getClass().hashCode();
SpecificFloatValue.java 178 this.getClass() == object.getClass();
184 return this.getClass().hashCode();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
UnknownClassProto.java 60 return classPath.getClass("Ljava/lang/Object;");
73 return classPath.getClass("Ljava/lang/Object;").getFieldByOffset(fieldOffset);
79 return classPath.getClass("Ljava/lang/Object;").getMethodByVtableIndex(vtableIndex);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SimpleFrame.java 144 setFormatObjectClass(object.getClass());
145 } else if (!format.getObjectClass().isAssignableFrom(object.getClass())) {
147 "Attempting to set object value of type '" + object.getClass() + "' on " +
  /frameworks/base/telecomm/java/android/telecom/
ConnectionRequest.java 66 mAccountHandle = in.readParcelable(getClass().getClassLoader());
67 mAddress = in.readParcelable(getClass().getClassLoader());
68 mExtras = in.readParcelable(getClass().getClassLoader());
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestMethod.java 47 this(testCase.getName(), testCase.getClass());
115 if (o == null || getClass() != o.getClass()) {
  /frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ErrorCatcher.java 64 child.getClass().getCanonicalName(), t);
76 child.getClass().getCanonicalName(), t);
91 child.getClass().getCanonicalName(), e);
  /libcore/luni/src/test/java/libcore/java/security/
SecureRandomTest.java 100 assertEquals(EXPECTED_PROVIDER, sr.getProvider().getClass().getName());
106 assertEquals(EXPECTED_PROVIDER, sr1.getProvider().getClass().getName());
110 assertEquals(EXPECTED_PROVIDER, sr2.getProvider().getClass().getName());
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSource.java 64 getClass().getName() + "." + mName);
140 if (o != null && o.getClass().equals(this.getClass())) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 95 + key.getClass().getName());
101 + keyboard.getClass().getName());
112 + mListener.getClass().getName());
  /art/runtime/
class_linker_test.cc 69 ASSERT_TRUE(primitive->GetClass() != nullptr);
70 ASSERT_EQ(primitive->GetClass(), primitive->GetClass()->GetClass());
71 EXPECT_TRUE(primitive->GetClass()->GetSuperClass() != nullptr);
121 ASSERT_TRUE(array->GetClass() != nullptr);
122 ASSERT_EQ(array->GetClass(), array->GetClass()->GetClass());
123 EXPECT_TRUE(array->GetClass()->GetSuperClass() != nullptr)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractSampleEncryptionBox.java 235 if (o == null || getClass() != o.getClass()) {
270 if (o == null || getClass() != o.getClass()) {
307 if (o == null || getClass() != o.getClass()) {
  /external/nist-sip/java/gov/nist/core/
NameValue.java 164 if (GenericObject.isMySubclass(value.getClass())) {
170 } else if (GenericObjectList.isMySubclass(value.getClass())) {
192 if (GenericObject.isMySubclass(value.getClass())) {
196 } else if (GenericObjectList.isMySubclass(value.getClass())) {
224 if (!other.getClass().equals(this.getClass()))
  /frameworks/base/services/core/java/com/android/server/
SystemServiceManager.java 138 + service.getClass().getName()
153 + " to service " + service.getClass().getName(), ex);
166 + " to service " + service.getClass().getName(), ex);
179 + " to service " + service.getClass().getName(), ex);
192 + " to service " + service.getClass().getName(), ex);
221 .append(service.getClass().getSimpleName())
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 136 Method domConfigMethod = parser.getClass().getMethod("getDomConfig",
139 Method setParameterMethod = domConfig.getClass().getMethod(
154 Method domConfigMethod = parser.getClass().getMethod("getDomConfig",
157 Method getParameterMethod = domConfig.getClass().getMethod("getParameter",
281 Method createLSParserMethod = impl.getClass().getMethod("createLSParser",
285 parseURIMethod = parser.getClass().getMethod("parseURI",
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 80 charsetName, charset.name(), getClass().getName());
98 System.out.println("Encodable Chars dumped for Test Class " + getClass().getName());
99 fail("Encodable Chars dumped for Test Class " + getClass().getName());
107 charsetName, charset.name(), getClass().getName());
118 System.out.println("Encoded Bytes dumped for Test Class " + getClass().getName());
119 fail("Encoded Bytes dumped for Test Class " + getClass().getName());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 30 def getclass(self):
33 __class__ = property(getclass)
51 def getclass(self):
53 __class__ = property(getclass)
156 def getclass(self):
158 __class__ = property(getclass)
29 def getclass(self): member in class:TestIsInstanceExceptions.test_class_has_no_bases.I
50 def getclass(self): member in class:TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.I
153 def getclass(self): member in class:AbstractInstance
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 30 def getclass(self):
33 __class__ = property(getclass)
51 def getclass(self):
53 __class__ = property(getclass)
156 def getclass(self):
158 __class__ = property(getclass)
29 def getclass(self): member in class:TestIsInstanceExceptions.test_class_has_no_bases.I
50 def getclass(self): member in class:TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.I
153 def getclass(self): member in class:AbstractInstance
  /art/test/139-register-natives/src/
Main.java 58 System.out.println("Expected exception for " + b.getClass().getName());
67 System.out.println("Did not expect an exception for " + b.getClass().getName());
  /cts/tests/tests/permission/src/android/permission/cts/
AppOpsTest.java 49 Method setMode = mAppOps.getClass().getMethod("setMode", int.class, int.class,
51 int writeSmsOp = mAppOps.getClass().getField("OP_WRITE_SMS").getInt(mAppOps);
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiPackage.java 46 public ApiClass getClass(String name) {
94 ApiClass superClass = apiPackage.getClass(className);
DexDepsXmlHandler.java 74 ApiClass apiClass = apiPackage.getClass(mCurrentClassName);
82 ApiClass apiClass = apiPackage.getClass(mCurrentClassName);
  /cts/tools/vm-tests-tf/src/dot/junit/
DxUtil.java 56 System.out.println("@dx:debug:vfe-ok: vfe was:"+t.getClass().getName()+", msg:"+t.getMessage());
59 throw new RuntimeException("test did not cause the expected verify error, but:"+t.getClass().getName()+", msg:"+t.getMessage());
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
PieChart.java 76 // TODO: can't remember why this getClass() check is neccessary. test if it actually is...
77 /*if (getClass().equals(PieChart.class) && attrs != null) {

Completed in 1227 milliseconds

1 2 3 4 5 6 7 891011>>