HomeSort by relevance Sort by last modified time
    Searched refs:Classes (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/junit/src/main/java/org/junit/runner/
JUnitCommandLineParseResult.java 7 import org.junit.internal.Classes;
14 private final List<Class<?>> classes = new ArrayList<Class<?>>(); field in class:JUnitCommandLineParseResult
30 * Returns test classes parsed from command line.
33 return Collections.unmodifiableList(classes);
100 classes.add(Classes.getClass(arg));
118 Request request = Request.classes(
119 computer, classes.toArray(new Class<?>[classes.size()]));
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 58 // For register classes, we can generate these subgroups automatically. For
59 // arbitrary operands, we expect the user to define the classes and their
64 // tuple of classes, any single instruction must match either all or none
67 // In addition, the subset relation amongst classes induces a partial order
70 // 2. The input can now be treated as a tuple of classes (static tokens are
156 /// The (first) register class, subsequent register classes are
160 /// The (first) user defined class, subsequent user defined classes are
169 /// SuperClasses - The super classes of this class. Note that for simplicities
197 /// For register classes: the records for all the registers in this class.
200 /// For custom match classes: the diagnostic kind for when the predicate fails
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 12 // classes.
71 static llvm::StringMap<FoundationClass> Classes;
72 if (Classes.empty()) {
73 Classes["NSArray"] = FC_NSArray;
74 Classes["NSDictionary"] = FC_NSDictionary;
75 Classes["NSEnumerator"] = FC_NSEnumerator;
76 Classes["NSNull"] = FC_NSNull;
77 Classes["NSOrderedSet"] = FC_NSOrderedSet;
78 Classes["NSSet"] = FC_NSSet;
79 Classes["NSString"] = FC_NSString
    [all...]
  /external/guice/core/src/com/google/inject/internal/
Annotations.java 32 import com.google.inject.internal.util.Classes;
261 * annotations are not allowed on abstract classes or interfaces.
265 if (Classes.isConcrete(type)) {
ConstructorBindingImpl.java 29 import com.google.inject.internal.util.Classes;
84 // We can't inject abstract classes.
90 if (Classes.isInnerClass(rawType)) {
Errors.java 34 import com.google.inject.internal.util.Classes;
254 "Classes must have either one (and only one) constructor "
286 return addMessage("Injecting into inner classes is not supported. "
706 return Classes.toString(member);
826 Class<? extends Member> memberType = Classes.memberType(member);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 58 // For register classes, we can generate these subgroups automatically. For
59 // arbitrary operands, we expect the user to define the classes and their
64 // tuple of classes, any single instruction must match either all or none
67 // In addition, the subset relation amongst classes induces a partial order
70 // 2. The input can now be treated as a tuple of classes (static tokens are
134 /// The (first) register class, subsequent register classes are
138 /// The (first) user defined class, subsequent user defined classes are
147 /// SuperClasses - The super classes of this class. Note that for simplicities
175 /// For register classes, the records for all the registers in this class.
189 /// isRelatedTo - Check whether this class is "related" to \arg RHS. Classes
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h 1 //===- llvm/TableGen/Record.h - Classes for Table Records -------*- C++ -*-===//
59 // Other classes.
66 // Type Classes
486 // Initializer Classes
559 /// resolveReferences - This method is used by classes that refer to other
841 /// resolveReferences - This method is used by classes that refer to other
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 6 Classes,
  /build/make/tools/droiddoc/templates-pdk/
customizations.cs 53 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr>
60 <div id="classes-nav"><?cs
64 <?cs call:list("Classes", class.package.classes) ?>
72 <?cs call:class_link_list("Classes", package.classes) ?>
83 </div><!-- end classes -->
88 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr>
102 scrollIntoView("classes-nav");
  /external/guice/core/src/com/google/inject/internal/util/
StackTraceElements.java 76 Class<? extends Member> memberType = Classes.memberType(member);
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 166 /// any empty classes.
241 const ClassVectorTy &Classes = I->second;
242 if (std::find(Classes.begin(), Classes.end(), RD) == Classes.end())
257 ClassVectorTy &Classes = EmptyClassOffsets[Offset];
258 if (std::find(Classes.begin(), Classes.end(), RD) != Classes.end())
261 Classes.push_back(RD)
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 32 /// the prospective base classes.
101 // Collect all the declaring classes of instance members we find.
104 BaseSet Classes;
114 Classes.insert(R->getCanonicalDecl());
121 if (Classes.empty())
180 Classes.clear();
181 Classes.insert(R.getNamingClass()->getCanonicalDecl());
185 // declaring classes, it can't be an implicit member reference (in
187 if (isProvablyNotDerivedFrom(SemaRef, contextClass, Classes))
520 // member of the class or of one of its base classes
    [all...]
  /external/doclava/res/assets/templates-sdk/
page_info.cs 59 <a href="#nestedclasses">Nested Classes</a>
customizations.cs 58 <?cs call:list("Classes", class.package.classes) ?>
67 <?cs call:class_link_list("Classes", package.classes) ?>
  /external/guice/core/src/com/google/inject/spi/
InjectionPoint.java 32 import com.google.inject.internal.util.Classes;
196 return Classes.toString(member);
281 // Disallow private constructors on non-private classes (unless they have @Inject)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pydoc.py 28 CLASSES
92 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pydoc.py 35 CLASSES
100 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pydoc.py 35 CLASSES
100 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 35 CLASSES
100 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 35 CLASSES
100 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
  /external/llvm/include/llvm/TableGen/
Record.h 1 //===- llvm/TableGen/Record.h - Classes for Table Records -------*- C++ -*-===//
38 // Type Classes
236 // Initializer Classes
244 /// hierarchy, and does not contain an entry for abstract classes, as per
355 /// This method is used by classes that refer to other
688 /// This method is used by classes that refer to other
942 /// This method is used by classes that refer to other
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/TableGen/
Record.h 1 //===- llvm/TableGen/Record.h - Classes for Table Records -------*- C++ -*-===//
48 // Type Classes
256 // Initializer Classes
264 /// hierarchy, and does not contain an entry for abstract classes, as per
375 /// This method is used by classes that refer to other
709 /// This method is used by classes that refer to other
970 /// This method is used by classes that refer to other
    [all...]

Completed in 3721 milliseconds

12 3 4 5