HomeSort by relevance Sort by last modified time
    Searched refs:CLASS (Results 401 - 425 of 1057) sorted by null

<<11121314151617181920>>

  /build/make/core/tasks/
vendor_module_check.mk 69 $(if $(filter-out FAKE, $(ALL_MODULES.$(m).CLASS)),\
  /cts/tests/signature/src/android/signature/cts/
CurrentApi.java 29 public class CurrentApi {
44 static final String TAG_CLASS = "class";
74 * @param className of the class being examined which will be shown in error messages
89 * @param className of the class being examined which will be shown in error messages
104 * @param currentClass the current class being loaded.
115 * Load class or interface information to memory.
118 * @param isInterface true if the current class is an interface, otherwise is false.
119 * @param pkg the name of the java package this class can be found in.
120 * @return the new class description.
129 JDiffClassDescription.JDiffType.CLASS);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 26 public final class CstType extends TypedConstant {
31 /** {@code non-null;} instance corresponding to the class {@code Object} */
34 /** {@code non-null;} instance corresponding to the class {@code Boolean} */
37 /** {@code non-null;} instance corresponding to the class {@code Byte} */
40 /** {@code non-null;} instance corresponding to the class {@code Character} */
43 /** {@code non-null;} instance corresponding to the class {@code Double} */
46 /** {@code non-null;} instance corresponding to the class {@code Float} */
49 /** {@code non-null;} instance corresponding to the class {@code Long} */
52 /** {@code non-null;} instance corresponding to the class {@code Integer} */
55 /** {@code non-null;} instance corresponding to the class {@code Short} *
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventLocationEventTestCase.java 34 * Base class to test event with LocationOnly modifier.
36 abstract class EventLocationEventTestCase extends JDWPEventTestCase {
110 Location location = new Location(JDWPConstants.TypeTag.CLASS,
FieldModification002Test.java 39 public class FieldModification002Test extends JDWPEventTestCase {
42 return FieldModification002Debuggee.class.getName();
86 * @param classSignature signature of class containing the given field
94 ReplyPacket reply = debuggeeWrapper.vmMirror.setFieldModification(classSignature, JDWPConstants.TypeTag.CLASS, fieldName);
124 // assert that exception class is the expected one
127 assertString("Invalid class signature,",
SingleStepWithLocationTest.java 33 public class SingleStepWithLocationTest extends JDWPEventTestCase {
41 return SingleStepDebuggee.class.getName();
60 logWriter.println("=> Debuggee class = " + getDebuggeeClassName());
61 logWriter.println("=> referenceTypeID for Debuggee class = " + refTypeID);
98 Location location = new Location(JDWPConstants.TypeTag.CLASS,
CombinedEventsTestCase.java 37 * CombinedEventsTestCase class provides auxiliary methods
40 public abstract class CombinedEventsTestCase extends JDWPSyncTestCase {
74 logWriter.println("=== Line Table for method: " + methodName + " of class: "
161 location.tag = JDWPConstants.TypeTag.CLASS;
191 location.tag = JDWPConstants.TypeTag.CLASS;
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
ClassWriter.java 36 public final class ClassWriter extends TypeWriter {
54 * If {@code supertype} is a class, makes this class extend it; if it is an interface, makes this
55 * class implement it.
59 case CLASS:
66 throw new IllegalArgumentException(supertype + " must be a class or interface");
98 writeModifiers(appendable).append("class ").append(name.simpleName());
  /external/droiddriver/src/io/appium/droiddriver/finders/
By.java 33 public class By {
117 * Matches a UiElement by class name.
120 return new MatchFinder(Predicates.attributeEquals(Attribute.CLASS, className));
124 * Matches a UiElement by class name.
126 public static MatchFinder className(Class<?> clazz) {
  /external/elfutils/libelf/
nlist.c 52 #define CLASS static
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
BundleChecker.java 26 * Internal class to check a list of rules against a {@link IBundleCoverage}
29 class BundleChecker {
62 case CLASS:
108 checkRules(classCoverage, classRules, "class", name);
Limit.java 27 public class Limit {
47 entities.put(CounterEntity.CLASS, "classes");
  /external/r8/src/test/java/com/android/tools/r8/shaking/
ProguardNameMatchingTest.java 14 public class ProguardNameMatchingTest {
29 return ProguardTypeMatcher.create(pattern, ClassOrType.CLASS, dexItemFactory)
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
SmaliElementTypes.java 37 public class SmaliElementTypes {
39 public static final SmaliClassElementType CLASS = SmaliClassElementType.INSTANCE;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
AccessibleObjectTest.java 31 public class AccessibleObjectTest extends junit.framework.TestCase {
33 public class TestClass {
40 public class SubTestClass extends TestClass{
59 @Retention(RetentionPolicy.CLASS)
76 private static class MyAccessibleObject extends AccessibleObject{
96 AccessibleObject ao = TestClass.class.getField("aField");
112 AccessibleObject ao = TestClass.class.getField("aField");
127 AccessibleObject ao = TestClass.class.getField("aField");
135 AccessibleObject ao = SubTestClass.class.getMethod("annotatedMethod");
147 InheritedRuntime ir = ao.getAnnotation(InheritedRuntime.class);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Method.java 37 * on a class or interface. The reflected method may be a class method
46 * @see java.lang.Class
47 * @see java.lang.Class#getMethods()
48 * @see java.lang.Class#getMethod(String, Class[])
49 * @see java.lang.Class#getDeclaredMethods()
50 * @see java.lang.Class#getDeclaredMethod(String, Class[])
55 public final class Method extends Executable
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/d/
boost_shared_ptr.i 77 %typemap(in) CONST TYPE[], CONST TYPE[ANY], CONST TYPE (CLASS::*) %{
80 %typemap(out) CONST TYPE[], CONST TYPE[ANY], CONST TYPE (CLASS::*) %{
144 // For shared pointers, both the derived and the base class have to »own« their
  /prebuilts/misc/common/swig/include/2.0.11/java/
boost_shared_ptr.i 87 %typemap(in) CONST TYPE[], CONST TYPE[ANY], CONST TYPE (CLASS::*) %{
90 %typemap(out) CONST TYPE[], CONST TYPE[ANY], CONST TYPE (CLASS::*) %{
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luatypemaps.swg 226 %typemap(in,checkfn="lua_isuserdata") SWIGTYPE (CLASS::*)
232 %typemap(out) SWIGTYPE (CLASS::*)
252 An alternative solution would be a long long struct or class
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
typemaps.i 262 %typemap(how) SWIGTYPE (CLASS::*) {
263 /* %typemap(how) SWIGTYPE (CLASS::*) */
271 /* %typemap(how) SWIGTYPE *, SWIGTYPE (CLASS::*) */
279 %typemap(how) SWIGTYPE (CLASS::*) {
280 /* %typemap(how) SWIGTYPE *, SWIGTYPE (CLASS::*) */
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-elf.c 99 #define EI_CLASS 4 /* File class */
100 #define ELFCLASSNONE 0 /* Invalid class */
269 #define ELF_FETCH_FIELD(TYPEFUNCS, CLASS, STRUCTTYPE, BUFFER, \
271 ((CLASS) == ELFCLASS32 \
301 #define ELF_SET_FIELD(TYPEFUNCS, CLASS, STRUCTTYPE, BUFFER, FIELD, \
303 ((CLASS) == ELFCLASS32 \
317 /* Elf class. */
341 /* Elf class. */
  /build/make/core/
dpi_specific_apk.mk 75 ALL_MODULES.$(dpi_apk_name).CLASS := APPS
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 27 * class are generally interned and may be usefully compared with each
30 public final class Type implements TypeBearer, Comparable<Type> {
117 /** {@code non-null;} instance representing {@code java.lang.Class} */
118 public static final Type CLASS = new Type("Ljava/lang/Class;", BT_OBJECT);
252 putIntern(CLASS);
300 * {@code null-ok;} the internal-form class name corresponding to
365 * intern cache, then it had better be the descriptor for a class.
375 * Validate the characters of the class name itself. Note that
377 * internal-form class names, and the definition here is fairl
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod002Test.java 40 public class InvokeMethod002Test extends JDWPSyncTestCase {
51 * <BR>of org.apache.harmony.jpda.tests.jdwp.share.debuggee.InvokeMethodDebuggee class.
70 1, classes); //this class may be loaded only once
76 JDWPConstants.TypeTag.CLASS, refTypeTag,
77 JDWPConstants.TypeTag.getName(JDWPConstants.TypeTag.CLASS),
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chicken.swg 240 /* special typemaps for class pointers */
241 %typemap(in) SWIGTYPE (CLASS::*) {
265 %typemap(out) SWIGTYPE (CLASS::*) {
276 %typemap(varin) SWIGTYPE (CLASS::*) {
300 %typemap(varout) SWIGTYPE (CLASS::*) {
739 %typemap("clos_out") SIMPLE_CLOS_OBJECT * "(make $class (quote this) $1)"

Completed in 1903 milliseconds

<<11121314151617181920>>