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

<<11121314151617181920>>

  /system/tools/aidl/
generate_java_binder.cpp 35 class StubClass : public Class {
56 : Class() {
57 this->comment = "/** Local-side IPC implementation stub class. */";
59 this->what = Class::CLASS;
154 // different class loader) runs in the same process as the service.
177 class ProxyClass : public Class {
189 : Class() {
    [all...]
  /build/make/core/
main.mk 473 $(if $(ALL_MODULES.$(m)$(TARGET_2ND_ARCH_MODULE_SUFFIX).CLASS),\
475 $(if $(ALL_MODULES.$(m)$(HOST_2ND_ARCH_MODULE_SUFFIX).CLASS),\
483 $(if $(ALL_MODULES.$(m)$(TARGET_2ND_ARCH_MODULE_SUFFIX).CLASS)$(ALL_MODULES.$(m)$(HOST_2ND_ARCH_MODULE_SUFFIX).CLASS),\
484 $(if $(ALL_MODULES.$(m)$(TARGET_2ND_ARCH_MODULE_SUFFIX).CLASS),$(m)$(TARGET_2ND_ARCH_MODULE_SUFFIX)) \
485 $(if $(ALL_MODULES.$(m)$(HOST_2ND_ARCH_MODULE_SUFFIX).CLASS),$(m)$(HOST_2ND_ARCH_MODULE_SUFFIX)),\
511 $(if $(filter EXECUTABLES SHARED_LIBRARIES NATIVE_TESTS,$(ALL_MODULES.$(m).CLASS)),\
620 # 5: Module Class
655 define link-type-class
671 $(link-type-name) ($(link-type-class) $(link-type-os)-$(link-type-arch)
    [all...]
  /cts/tests/signature/src/android/signature/cts/
JDiffClassDescription.java 25 * Represents class descriptions loaded from a jdiff xml file. Used
28 public class JDiffClassDescription {
31 INTERFACE, CLASS
38 * Package name + short class name
55 * @param pkg the java package this class will end up in.
56 * @param className the name of the class.
190 abstract static class JDiffElement {
203 public static final class JDiffField extends JDiffElement {
222 * Make a readable string according to the class name specified.
224 * @param className The specified class name
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 26 * class are generally interned and may be usefully compared with each
29 public final class Type implements TypeBearer, Comparable<Type> {
34 /** {@code non-null;} table mapping types as {@code Class} objects to internal form */
35 private static final HashMap<Class, Type> CLASS_TYPE_MAP =
36 new HashMap<Class, Type>();
126 * Create a mapping between types as Java Class objects
129 CLASS_TYPE_MAP.put(boolean.class, BOOLEAN);
130 CLASS_TYPE_MAP.put(short.class, SHORT);
131 CLASS_TYPE_MAP.put(int.class, INT);
132 CLASS_TYPE_MAP.put(long.class, LONG)
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/base/
BaseUiElement.java 52 * @param <R> the type of the raw element this class wraps, for example, View or
56 public abstract class BaseUiElement<R, E extends BaseUiElement<R, E>> implements UiElement {
83 return get(Attribute.CLASS);
  /external/droiddriver/src/io/appium/droiddriver/finders/
ByXPath.java 53 public class ByXPath implements Finder {
146 setAttribute(element, Attribute.CLASS, className);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessBindable.java 46 public class ProcessBindable extends ProcessDataBinding.ProcessingStep implements BindableHolder {
61 .getElementsAnnotatedWith(roundEnv, Bindable.class)) {
64 if (kind != ElementKind.CLASS && kind != ElementKind.INTERFACE) {
70 L.e("Bindable must be on a member in an Observable class. %s is not Observable",
240 private static class IntermediateV1 implements Serializable, Intermediate {
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 45 // All the problem cases are member functions named "swap" within class
109 // incomplete type other than a class currently being defined [...].
112 // pointer or reference to a class currently being defined.
679 // Unwrap pointers and references so that we can do checks within a class
    [all...]
  /external/doclava/res/assets/templates-sdk/
class.cs 1 <?cs # THIS CREATES A CLASS OR INTERFACE PAGE FROM .java FILES ?>
16 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
17 <tr class="api apilevel-<?cs var:method.since ?>" >
48 <tr class="api apilevel-<?cs var:field.since ?>" >
69 <tr class="api apilevel-<?cs var:field.since ?>" >
86 <tr class="api apilevel-<?cs var:attr.since ?>" >
102 <?cs each:cl=class.inners ?>
103 <tr class="api apilevel-<?cs var:cl.since ?>" >
104 <td class="jd-typecol"><code
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Class.java 64 * Instances of the class {@code Class} represent classes and
66 * class and an annotation is a kind of interface. Every array also
67 * belongs to a class that is reflected as a {@code Class} object
73 * represented as {@code Class} objects.
75 * <p> {@code Class} has no public constructor. Instead {@code Class}
77 * are loaded and by calls to the {@code defineClass} method in the class
80 * <p> The following example uses a {@code Class} object to print th
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 126 class ItaniumMangleContextImpl : public ItaniumMangleContext {
214 class CXXNameMangler {
233 class FunctionTypeDepthState {
281 class AbiTagState final {
518 // Declare manglers for every type class.
519 #define ABSTRACT_TYPE(CLASS, PARENT)
520 #define NON_CANONICAL_TYPE(CLASS, PARENT)
521 #define TYPE(CLASS, PARENT) void mangleType(const CLASS##Type *T);
783 // Check if we have a class template
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 653 #define HANDLE_SPECIALIZED_MDNODE_LEAF(CLASS)
654 #define HANDLE_MDNODE_LEAF(CLASS) \
655 case Metadata::CLASS##Kind: \
656 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 651 #define HANDLE_SPECIALIZED_MDNODE_LEAF(CLASS)
652 #define HANDLE_MDNODE_LEAF(CLASS) \
653 case Metadata::CLASS##Kind: \
654 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 681 #define HANDLE_SPECIALIZED_MDNODE_LEAF(CLASS)
682 #define HANDLE_MDNODE_LEAF(CLASS) \
683 case Metadata::CLASS##Kind: \
684 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 29 class LLVMContext;
32 // TerminatorInst Class
35 /// Subclasses of this class are all able to terminate a basic
38 class TerminatorInst : public Instruction {
100 template <class Term, class BB> // Successor Iterator
101 class SuccIterator : public std::iterator<std::random_access_iterator_tag, BB,
120 class SuccessorProxy {
275 // UnaryInstruction Class
278 class UnaryInstruction : public Instruction
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 46 // TerminatorInst Class
49 /// Subclasses of this class are all able to terminate a basic
52 class TerminatorInst : public Instruction {
114 template <class Term, class BB> // Successor Iterator
115 class SuccIterator : public std::iterator<std::random_access_iterator_tag, BB,
134 class SuccessorProxy {
289 // UnaryInstruction Class
292 class UnaryInstruction : public Instruction {
339 // BinaryOperator Class
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 46 // TerminatorInst Class
49 /// Subclasses of this class are all able to terminate a basic
52 class TerminatorInst : public Instruction {
114 template <class Term, class BB> // Successor Iterator
115 class SuccIterator : public std::iterator<std::random_access_iterator_tag, BB,
134 class SuccessorProxy {
289 // UnaryInstruction Class
292 class UnaryInstruction : public Instruction {
339 // BinaryOperator Class
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 46 // TerminatorInst Class
49 /// Subclasses of this class are all able to terminate a basic
52 class TerminatorInst : public Instruction {
114 template <class Term, class BB> // Successor Iterator
115 class SuccIterator : public std::iterator<std::random_access_iterator_tag, BB,
134 class SuccessorProxy {
289 // UnaryInstruction Class
292 class UnaryInstruction : public Instruction {
339 // BinaryOperator Class
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 46 // TerminatorInst Class
49 /// Subclasses of this class are all able to terminate a basic
52 class TerminatorInst : public Instruction {
114 template <class Term, class BB> // Successor Iterator
115 class SuccIterator : public std::iterator<std::random_access_iterator_tag, BB,
134 class SuccessorProxy {
289 // UnaryInstruction Class
292 class UnaryInstruction : public Instruction {
339 // BinaryOperator Class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 46 // TerminatorInst Class
49 /// Subclasses of this class are all able to terminate a basic
52 class TerminatorInst : public Instruction {
114 template <class Term, class BB> // Successor Iterator
115 class SuccIterator : public std::iterator<std::random_access_iterator_tag, BB,
134 class SuccessorProxy {
289 // UnaryInstruction Class
292 class UnaryInstruction : public Instruction {
339 // BinaryOperator Class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 46 // TerminatorInst Class
49 /// Subclasses of this class are all able to terminate a basic
52 class TerminatorInst : public Instruction {
114 template <class Term, class BB> // Successor Iterator
115 class SuccIterator : public std::iterator<std::random_access_iterator_tag, BB,
134 class SuccessorProxy {
289 // UnaryInstruction Class
292 class UnaryInstruction : public Instruction {
339 // BinaryOperator Class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 46 // TerminatorInst Class
49 /// Subclasses of this class are all able to terminate a basic
52 class TerminatorInst : public Instruction {
114 template <class Term, class BB> // Successor Iterator
115 class SuccIterator : public std::iterator<std::random_access_iterator_tag, BB,
134 class SuccessorProxy {
289 // UnaryInstruction Class
292 class UnaryInstruction : public Instruction {
339 // BinaryOperator Class
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 46 // TerminatorInst Class
49 /// Subclasses of this class are all able to terminate a basic
52 class TerminatorInst : public Instruction {
114 template <class Term, class BB> // Successor Iterator
115 class SuccIterator : public std::iterator<std::random_access_iterator_tag, BB,
134 class SuccessorProxy {
289 // UnaryInstruction Class
292 class UnaryInstruction : public Instruction {
339 // BinaryOperator Class
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rcparse.y 57 static rc_res_id class;
118 %token DIALOG DIALOGEX EXSTYLE CAPTION CLASS STYLE
363 dialog.class.named = 1;
388 dialog.class.named = 1;
415 dialog.class.named = 1;
453 | styles CLASS id
455 dialog.class = $3;
466 | styles CLASS res_unicode_string_concat
468 res_unistring_to_id (& dialog.class, $3);
563 class.named = 0
    [all...]
  /cts/tools/dasm/src/dasm/
parser.cup 68 USING, IS, FROM, METHOD, SIGNATURE, REGS, FIELD, CLASS,
173 /* ========== Class specification ========== */
487 DINNER CLASS access:a inner_name:n inner_inner:i inner_outer:o SEP
649 // .throws <class>
654 // .catch <class> from <label1> to <label2> using <branchlab>

Completed in 2626 milliseconds

<<11121314151617181920>>