HomeSort by relevance Sort by last modified time
    Searched defs:getClass (Results 126 - 150 of 504) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/stream/
SpinedBuffer.java 741 Tripwire.trip(getClass(), "{0} calling SpinedBuffer.OfInt.forEach(Consumer)");
824 getClass().getSimpleName(), array.length,
830 getClass().getSimpleName(), array.length,
    [all...]
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardFragment.java 194 mPreferenceControllers.put(controller.getClass(), controller);
202 return DashboardFragmentRegistry.PARENT_TO_CATEGORY_KEY_MAP.get(getClass().getName());
258 key, controller.getClass().getSimpleName()));
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 149 mMockitoHelper.setUp(getClass());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
WidgetClassLoader.java 339 public IClassDescriptor getClass(String className) throws ClassNotFoundException {
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
ProxyBuilderTest.java 188 proxy.getClass().getDeclaredMethod("result");
208 proxy.getClass().getDeclaredMethod("result");
475 assertNotNull(objectProxy.getClass().getMethod("super$hashCode$int"));
552 proxyFor(ProxyBuilderTest.class).build().getClass().getDeclaredMethod("staticMethod");
668 assertSame(a.getClass(), b.getClass());
685 assertEquals(a.getClass(), b.getClass());
693 assertEquals(a.getClass(), c.getClass());
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java     [all...]
  /external/doclava/src/com/google/doclava/
PackageInfo.java 308 public ClassInfo getClass(String className) {
  /external/guice/core/test/com/google/inject/
ParentInjectorTest.java 48 " at ", getClass().getName(), getDeclaringSourcePart(getClass()),
49 " at ", getClass().getName(), getDeclaringSourcePart(getClass()));
63 "bound at " + bindsA.getClass().getName() + ".configure(",
96 assertSame(RealB.class, child.getInstance(B.class).getClass());
ProvisionExceptionTest.java 99 getDeclaringSourcePart(getClass()));
142 getDeclaringSourcePart(getClass()));
ProvisionListenerTest.java 483 assertEquals(provision.getBinding().getKey().getRawType(), provisioned.getClass());
620 new SpecialChecker(Foo.class, getClass().getName() + ".configure(", notified));
638 new SpecialChecker(Foo.class, getClass().getName() + ".configure(", notified));
653 new SpecialChecker(Foo.class, object.getClass().getName(), notified));
ScopesTest.java 233 "at " + getClass().getName(), getDeclaringSourcePart(getClass()),
310 "at " + InnerRuntimeModule.class.getName() + getDeclaringSourcePart(getClass()),
332 "at " + InnerDeprecatedModule.class.getName() + getDeclaringSourcePart(getClass()),
361 + " at " + CustomNoScopeModule.class.getName() + getDeclaringSourcePart(getClass()),
364 "at " + ScopesTest.class.getName(), getDeclaringSourcePart(getClass()),
    [all...]
TypeConversionTest.java 182 + getDeclaringSourcePart(getClass()),
206 assertContains(expected.getMessage(), "bound at " + getClass().getName());
227 assertContains(expected.getMessage(), "bound at " + getClass().getName());
290 "1) Error converting 'invalid' (bound at ", getClass().getName(),
291 getDeclaringSourcePart(getClass()), "to java.util.Date",
293 "(bound at " + getClass().getName(), getDeclaringSourcePart(getClass()),
336 getClass().getName(),
337 getDeclaringSourcePart(getClass()),
341 "(bound at " + getClass().getName()
    [all...]
BinderTest.java 109 String atSegment = "at " + getClass().getName();
110 String sourceFileName = getDeclaringSourcePart(getClass());
140 "at " + getClass().getName(), getDeclaringSourcePart(getClass()));
159 "at " + getClass().getName());
174 "at " + getClass().getName(), getDeclaringSourcePart(getClass()));
277 "1) A binding to java.lang.String[] was already configured at " + getClass().getName(),
278 "at " + getClass().getName(), getDeclaringSourcePart(getClass()));
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 207 Class<? extends IntentTest> thisClass = getClass();
218 Class<? extends IntentTest> thisClass = getClass();
228 Intent intent = new Intent(new Activity(), getClass());
229 assertEquals(shadowOf(intent).getIntentClass(), getClass());
397 Intent intent = new Intent(new Activity(), getClass());
450 if (o == null || getClass() != o.getClass()) return false;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumMapTest.java 90 new EnumMap(Size.Big.getClass());
129 enumSizeMap = new EnumMap(Size.Middle.getClass());
    [all...]
  /libcore/ojluni/src/main/java/java/util/logging/
Logger.java     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
doc.h 176 OperandClass getClass(int op) const { return opClass[op]; }
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
doc.h 176 OperandClass getClass(int op) const { return opClass[op]; }
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 973 expectedRuntimeException.getClass(),
974 actualRuntimeException.getClass());
    [all...]
  /external/conscrypt/android/src/main/java/org/conscrypt/
Platform.java 103 Method setCurveName = spec.getClass().getDeclaredMethod("setCurveName", String.class);
115 getClass("android.system.StructTimeval", "libcore.io.StructTimeval");
148 getClass("android.system.OsConstants", "libcore.io.OsConstants");
166 Method m_setsockoptTimeval = instance_os.getClass().getMethod("setsockoptTimeval",
189 params.getClass().getMethod("getEndpointIdentificationAlgorithm");
193 Method m_getUseCipherSuitesOrder = params.getClass().getMethod("getUseCipherSuitesOrder");
236 Method m_getServerNames = params.getClass().getMethod("getServerNames");
253 params.getClass().getMethod("setEndpointIdentificationAlgorithm", String.class);
258 params.getClass().getMethod("setUseCipherSuitesOrder", boolean.class);
282 Method m_setServerNames = params.getClass().getMethod("setServerNames", List.class)
    [all...]
  /external/fonttools/Lib/fontTools/
cffLib.py 721 ob = self.getClass()()
730 def getClass(self):
745 def getClass(self):
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MoreExecutorsTest.java 590 assertEquals(factory.getClass(), Executors.defaultThreadFactory().getClass());
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 288 inline ExportClass getClass() const { return mClass; }
  /libcore/luni/src/test/java/libcore/java/lang/
LambdaImplementationTest.java 63 Class<?> lambdaClass = c.getClass();
247 Class<?> lambdaClass = r1.getClass();
335 Class<?> lambdaClass = r1.getClass();
393 Method implementationMethod = r1.getClass().getMethod(
396 assertSame(r1.getClass(), implementationMethod.getDeclaringClass());
413 Method implCallMethod = r1.getClass().getDeclaredMethod("call");

Completed in 630 milliseconds

1 2 3 4 56 7 8 91011>>