HomeSort by relevance Sort by last modified time
    Searched defs:Class (Results 76 - 100 of 427) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 7 // Class is the Unicode BiDi class. Each rune has a single class.
8 type Class uint
11 L Class = iota // LeftToRight
39 unknownClass = ^Class(0)
42 var controlToClass = map[rune]Class{
57 // 3..0 Class type
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 7 // Class is the Unicode BiDi class. Each rune has a single class.
8 type Class uint
11 L Class = iota // LeftToRight
39 unknownClass = ^Class(0)
42 var controlToClass = map[rune]Class{
57 // 3..0 Class type
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
poisoned_hash_helper.hpp 23 template <class ...Args> struct TypeList;
26 template <class Hash, class Key, class InputKey = Key>
29 template <class T, class InputKey = T>
35 template <class Hash, class Key>
38 template <class T>
46 struct Class {};
    [all...]
  /art/test/674-hiddenapi/src-ex/
ChildClass.java 22 public class ChildClass {
33 PrimitiveType(char shorty, Class klass, Object value) {
40 public Class mClass;
76 // Check expectations about loading into boot class path.
77 isParentInBoot = (ParentClass.class.getClassLoader().getParent() == null);
80 (expectedParentInBoot ? "" : "not ") + "in boot class path");
82 isChildInBoot = (ChildClass.class.getClassLoader().getParent() == null);
85 "in boot class path");
112 for (Class klass : new Class<?>[] { ParentClass.class, ParentInterface.class })
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
19 class SymbolTableFactory:
27 return Class(table, filename)
40 class SymbolTable(object):
66 return "class"
121 class Function(SymbolTable):
159 class Class(SymbolTable):
172 class Symbol(object):
213 If the name is used as the target of a function or class
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
MdeModuleHii.h 112 /// Device Class opcode.
124 UINT16 Class; ///< Device Class from the above.
145 UINT16 SubClass; ///< Sub Class type from the above.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
TianoHii.h 106 UINT16 Class;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MdeModuleHii.h 111 /// Device Class opcode.
123 UINT16 Class; ///< Device Class from the above.
144 UINT16 SubClass; ///< Sub Class type from the above.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
UefiDevicePathLib.h 84 UINT8 Class;
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.h 168 UINT16 Class;
173 UINT16 Class;
564 @param Class Class for queried packet.
576 IN UINT16 Class,
656 @param Class Queried Class
668 IN UINT16 Class,
    [all...]
  /external/clang/include/clang/AST/
CXXInheritance.h 31 class CXXBaseSpecifier;
32 class CXXMethodDecl;
33 class CXXRecordDecl;
34 class NamedDecl;
36 /// \brief Represents an element in a path from a derived class to a
37 /// base class.
40 /// derived class to one of its direct base classes, along with a
42 /// original derived class we are referencing.
45 /// class to a base class, which will be followed by this bas
    [all...]
  /external/clang/lib/Index/
IndexDecl.cpp 25 class IndexingDeclVisitor : public ConstDeclVisitor<IndexingDeclVisitor, bool> {
249 const ObjCInterfaceDecl *Class = D->getClassInterface();
250 if (!Class)
253 if (Class->isImplicitInterfaceDecl())
254 IndexCtx.handleDecl(Class);
391 // FIXME: Ignore a class template in a dependent context, these are not
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 5 class A {
8 A() : A::m(17) { } // expected-error {{member initializer 'm' does not name a non-static data member or base class}}
12 class B : public A {
22 class C : public virtual B {
27 class D : public C {
32 class E : public D, public B { // expected-warning{{direct base 'B' is inaccessible due to ambiguity:\n class E -> class D -> class C -> class B\n class E -> class B}
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 22 class RegistryTest : public ::testing::Test {
149 EXPECT_TRUE(matches("class X {};", Value));
202 std::string Code = "class Y { public: void x(); }; void z() { Y y; y.x(); }";
206 Code = "class Z { public: void z() { this->z(); } };";
234 Matcher<Decl> Class =
240 EXPECT_TRUE(matches("class A {};", Class));
241 EXPECT_FALSE(matches("class A;", Class));
251 EXPECT_TRUE(matches("class Foo {};", Anything))
    [all...]
  /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
MockMethodAdvice.java 21 class MockMethodAdvice {
54 * Remove calls to a class from a throwable's stack.
58 * @param targetType class to remove from the stack
63 Class<?> targetType) {
108 ArrayList<Class<?>> argTypes = new ArrayList<>(argTypeNames.length);
137 argTypes.add(byte[].class);
140 argTypes.add(short[].class);
143 argTypes.add(int[].class);
146 argTypes.add(long[].class);
149 argTypes.add(char[].class);
    [all...]
  /external/llvm/include/llvm/ObjectYAML/
ELFYAML.h 34 // class's with appropriate fixed underlying type.
61 ELF_ELFCLASS Class;
88 enum class SectionKind {
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 57 class ObjCARCContract : public FunctionPass {
87 ARCInstKind Class,
147 Function &F, Instruction *Autorelease, ARCInstKind Class,
155 if (Class == ARCInstKind::AutoreleaseRV)
184 Constant *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV
223 // Otherwise, we check if Inst is a "good" store. Grab the instruction class
225 ARCInstKind Class = GetBasicARCInstKind(Inst);
231 if (IsRetain(Class))
241 if (!CanUse(Inst, Load, PA, Class)) {
412 ARCInstKind Class = GetBasicARCInstKind(Inst)
    [all...]
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
ClassDefinitionUtils.java 46 * Helper class for ProxyObjectInstantiator. We can see the details of a class specification
51 public final class ClassDefinitionUtils {
78 public static final int ACC_INTERFACE = 0x0200; // Is an interface, not a class.
95 return ClassDefinitionUtils.class.getProtectionDomain();
102 Class<?> loader = Class.forName("java.lang.ClassLoader"); // JVM crash w/o this
104 new Class[]{ String.class,
105 byte[].class,
    [all...]
  /external/python/cpython2/Lib/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
16 class SymbolTableFactory:
24 return Class(table, filename)
37 class SymbolTable(object):
63 return "class"
118 class Function(SymbolTable):
156 class Class(SymbolTable):
169 class Symbol(object):
210 If the name is used as the target of a function or class
    [all...]
  /external/python/cpython3/Lib/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
16 class SymbolTableFactory:
24 return Class(table, filename)
37 class SymbolTable(object):
63 return "class"
113 class Function(SymbolTable):
151 class Class(SymbolTable):
164 class Symbol(object):
208 If the name is used as the target of a function or class
    [all...]
  /external/syslinux/efi32/include/efi/
efifs.h 55 UINT32 Class;
89 UINT32 Class;
  /external/syslinux/efi64/include/efi/
efifs.h 55 UINT32 Class;
89 UINT32 Class;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efifs.h 55 UINT32 Class;
89 UINT32 Class;
  /external/vogar/src/vogar/target/
ClassPathScanner.java 35 * class doesn't yet traverse directories on the classpath.
37 * <p>Adapted from android.test.ClassPathPackageInfo. Unlike that class, this
40 final class ClassPathScanner {
42 static final Comparator<Class<?>> ORDER_CLASS_BY_NAME = new Comparator<Class<?>>() {
43 @Override public int compare(Class<?> a, Class<?> b) {
47 private static final String DOT_CLASS = ".class";
92 Set<Class<?>> topLevelClasses = new TreeSet<>(ORDER_CLASS_BY_NAME);
96 topLevelClasses.add(Class.forName(className, false, getClass().getClassLoader()))
    [all...]

Completed in 841 milliseconds

1 2 34 5 6 7 8 91011>>