HomeSort by relevance Sort by last modified time
    Searched refs:Class (Results 1 - 25 of 2226) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
debug-info-this.cpp 3 class Class
15 Class c;
  /external/emma/core/java12/com/vladium/util/
ClassLoadContext.java 18 class ClassLoadContext
24 * Returns the class representing the caller of {@link ClassLoaderResolver}
29 public final Class getCallerClass ()
45 ClassLoadContext (final Class caller)
53 private final Class m_caller;
55 } // end of class
  /external/junit/src/junit/runner/
TestSuiteLoader.java 9 abstract public Class load(String suiteClassName) throws ClassNotFoundException;
10 abstract public Class reload(Class aClass) throws ClassNotFoundException;
StandardTestSuiteLoader.java 3 // android-changed - class not present in upstream JUnit 4.10
7 * The standard test suite loader. It can only load the same class once.
10 public class StandardTestSuiteLoader implements TestSuiteLoader {
12 * Uses the system class loader to load the test class
14 public Class load(String suiteClassName) throws ClassNotFoundException {
15 return Class.forName(suiteClassName);
18 * Uses the system class loader to load the test class
20 public Class reload(Class aClass) throws ClassNotFoundException
    [all...]
  /dalvik/dx/tests/089-dex-define-object/
Class.java 19 public class Class<T> {
  /external/antlr/antlr-3.4/runtime/Perl5/t/
classes.t 7 use My::Test::Class::Load 't/classes';
9 Test::Class->runtests();
  /external/chromium_org/third_party/ocmock/OCMock/
OCClassMockObject.h 10 Class mockedClass;
13 - (id)initWithClass:(Class)aClass;
15 - (Class)mockedClass;
  /external/mockito/src/org/mockito/internal/invocation/
MockitoMethod.java 13 public Class<?> getReturnType();
15 public Class<?>[] getParameterTypes();
17 public Class<?>[] getExceptionTypes();
  /external/clang/test/Sema/
builtin_objc_msgSend.c 5 typedef struct objc_class *Class;
7 Class isa;
nonnull.c 6 } Class;
9 Class *object;
17 Class *obj;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
MethodDef.java 42 public class MethodDef {
52 public Class<?> retType;
57 public Class<?>[] paramTypes;
  /libcore/luni/src/main/java/java/sql/
Wrapper.java 21 * This class is an actual usage of the wrapper pattern for JDBC classes.
23 * class.
34 * the class that defines the interface
39 <T> T unwrap(Class<T> iface) throws SQLException;
42 * If the caller is a wrapper of the class or implements the given
46 * the class that defines the interface
51 boolean isWrapperFor(Class<?> iface) throws SQLException;
  /external/guava/guava/src/com/google/common/primitives/
Primitives.java 33 public final class Primitives {
37 private static final Map<Class<?>, Class<?>> PRIMITIVE_TO_WRAPPER_TYPE;
40 private static final Map<Class<?>, Class<?>> WRAPPER_TO_PRIMITIVE_TYPE;
45 Map<Class<?>, Class<?>> primToWrap = new HashMap<Class<?>, Class<?>>(16);
46 Map<Class<?>, Class<?>> wrapToPrim = new HashMap<Class<?>, Class<?>>(16)
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestSink.java 26 public void addTest(Class test);
  /art/runtime/mirror/
class-inl.h 20 #include "class.h"
34 inline size_t Class::GetObjectSize() const {
35 DCHECK(!IsVariableSize()) << " class=" << PrettyTypeOf(this);
37 size_t result = GetField32(OFFSET_OF_OBJECT_MEMBER(Class, object_size_), false);
38 DCHECK_GE(result, sizeof(Object)) << " class=" << PrettyTypeOf(this);
42 inline Class* Class::GetSuperClass() const {
43 // Can only get super class for loaded classes (hack for when runtime is
46 return GetFieldObject<Class*>(OFFSET_OF_OBJECT_MEMBER(Class, super_class_), false)
    [all...]
proxy.h 28 // All proxy objects have a class which is a synthesized proxy class. The synthesized proxy class
30 class MANAGED SynthesizedProxyClass : public Class {
32 ObjectArray<Class>* GetInterfaces() {
36 ObjectArray<ObjectArray<Class> >* GetThrows() {
41 ObjectArray<Class>* interfaces_;
42 ObjectArray<ObjectArray<Class> >* throws_;
47 class MANAGED Proxy : public Object
    [all...]
  /external/junit/src/org/junit/runners/model/
RunnerBuilder.java 14 * Only writers of custom runners should use <code>RunnerBuilder</code>s. A custom runner class with a constructor taking
20 * \@RunWith(TextFileSuite.class)
22 * class MySuite {}
28 * public TextFileSuite(Class testClass, RunnerBuilder builder) {
31 * addRunner(builder.runnerForClass(Class.forName(className)));
38 public abstract class RunnerBuilder {
39 private final Set<Class<?>> parents= new HashSet<Class<?>>();
42 * Override to calculate the correct runner for a test class at runtime.
44 * @param testClass class to be ru
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
define_empty_macros.h 7 #define METHOD0(Class, ReturnType, MethodName)
8 #define METHOD1(Class, ReturnType, MethodName, Type0)
9 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1)
10 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2)
11 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3)
12 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
  /external/objenesis/main/src/org/objenesis/
Objenesis.java 30 * @param clazz Class to instantiate
33 Object newInstance(Class clazz);
36 * Will pick the best instantiator for the provided class. If you need to create a lot of
37 * instances from the same class, it is way more efficient to create them from the same
38 * ObjectInstantiator than calling {@link #newInstance(Class)}.
40 * @param clazz Class to instantiate
41 * @return Instantiator dedicated to the class
43 ObjectInstantiator getInstantiatorOf(Class clazz);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_class/d/
T_const_class_1.java 19 public class T_const_class_1 {
21 public Class run() {
T_const_class_2.java 19 public class T_const_class_2 {
21 public Class run() {
T_const_class_6.java 19 public class T_const_class_6 {
21 public Class run() {
T_const_class_7.java 19 public class T_const_class_7 {
21 public Class run() {
  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button.h 14 // Overrides cell class with |ChevronMenuButtonCell|.
15 + (Class)cellClass;
  /art/runtime/
compiled_class.h 20 #include "mirror/class.h"
24 class CompiledClass {
26 explicit CompiledClass(mirror::Class::Status status) : status_(status) {}
28 mirror::Class::Status GetStatus() const {
32 const mirror::Class::Status status_;

Completed in 1694 milliseconds

1 2 3 4 5 6 7 8 91011>>