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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 37 public class ClassPathPackageInfoSource {
40 = ClassPathPackageInfoSource.class.getClassLoader();
54 // The class path of the running application
75 public Set<Class<?>> getTopLevelClassesRecursive(String packageName) {
83 Set<Class<?>> topLevelClasses = new HashSet<>();
92 // We get errors in the emulator if we don't use the caller's class loader.
93 topLevelClasses.add(Class.forName(className, false,
96 // Should not happen unless there is a generated class that is not included in
98 Log.w("ClassPathPackageInfoSource", "Cannot load class. "
99 + "Make sure it is in your apk. Class name: '" + classNam
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/component/
VtsHalMediaOmxV1_0TargetComponentTest.cpp 53 // generic component test fixture class
54 class ComponentHidlTest : public ::testing::VtsHalHidlTargetTestBase {
92 const char* Class;
111 if (!strcasecmp(substring, kStringToClass[i].Class)) {
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
DriverManager.java 46 * <P>As part of its initialization, the <code>DriverManager</code> class will
58 * implementation of <code>java.sql.Driver</code>. For example, to load the <code>my.sql.Driver</code> class,
64 * <P>Applications no longer need to explictly load JDBC drivers using <code>Class.forName()</code>. Existing programs
65 * which currently load JDBC drivers using <code>Class.forName()</code> will continue to work without
84 public class DriverManager {
95 /* Prevent the DriverManager class from being instantiated. */
288 * A newly-loaded driver class should call
348 * @return the list of JDBC Drivers loaded by the caller's class loader
460 Class<?> aClass = null;
462 aClass = Class.forName(driver.getClass().getName(), true, classLoader)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
ELFYAML.h 34 // class's with appropriate fixed underlying type.
61 ELF_ELFCLASS Class;
88 enum class SectionKind {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
ELFYAML.h 34 // class's with appropriate fixed underlying type.
61 ELF_ELFCLASS Class;
88 enum class SectionKind {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
ELFYAML.h 34 // class's with appropriate fixed underlying type.
61 ELF_ELFCLASS Class;
88 enum class SectionKind {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
ELFYAML.h 34 // class's with appropriate fixed underlying type.
61 ELF_ELFCLASS Class;
88 enum class SectionKind {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
ELFYAML.h 34 // class's with appropriate fixed underlying type.
61 ELF_ELFCLASS Class;
88 enum class SectionKind {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
ELFYAML.h 34 // class's with appropriate fixed underlying type.
61 ELF_ELFCLASS Class;
88 enum class SectionKind {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CXXInheritance.h 29 class CXXBaseSpecifier;
30 class CXXMethodDecl;
31 class CXXRecordDecl;
32 class NamedDecl;
34 /// \brief Represents an element in a path from a derived class to a
35 /// base class.
38 /// derived class to one of its direct base classes, along with a
40 /// original derived class we are referencing.
43 /// class to a base class, which will be followed by this bas
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9effect.h 48 D3DXPARAMETER_CLASS Class;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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...]

Completed in 249 milliseconds

1 2 3 45 6 7 8 91011>>