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

12 3 4 5 6 7 8 91011>>

  /external/testng/src/test/java/test/configurationfailurepolicy/
FactoryClassWithFailedBeforeClassMethod.java 3 import org.testng.annotations.Factory;
6 @Factory
FactoryClassWithFailedBeforeMethod.java 3 import org.testng.annotations.Factory;
6 @Factory
FactoryClassWithFailedBeforeMethodAndMultipleInvocations.java 3 import org.testng.annotations.Factory;
6 @Factory
  /external/testng/src/test/java/test/factory/
Factory2Test.java 1 package test.factory;
3 import org.testng.annotations.Factory;
6 * Factory to test that setUp methods are correctly interleaved even
13 @Factory()
FactoryDataProviderStaticSampleTest.java 1 package test.factory;
3 import org.testng.annotations.Factory;
7 @Factory(dataProvider = "dp", dataProviderClass = DPClass.class)
FactoryFailureSampleTest.java 1 package test.factory;
3 import org.testng.annotations.Factory;
8 @Factory
9 public Object[] factory() { method in class:FactoryFailureSampleTest
  /external/testng/src/test/java/test/morten/
SampleTestFactory.java 3 import org.testng.annotations.Factory;
7 @Factory public Object[] createInstances() {
  /external/testng/src/test/java/test/thread/
FactorySampleTest.java 3 import org.testng.annotations.Factory;
10 @Factory
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /frameworks/base/core/java/android/text/
Spannable.java 62 * Factory used by TextView to create new {@link Spannable Spannables}. You can subclass
65 * @see android.widget.TextView#setSpannableFactory(Factory)
67 public static class Factory {
68 private static Spannable.Factory sInstance = new Spannable.Factory();
71 * Returns the standard Spannable Factory.
73 public static Spannable.Factory getInstance() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 41 class Factory {
44 Factory(llvm::BumpPtrAllocator& Alloc);
45 ~Factory();
53 friend class Factory;
  /external/clang/unittests/AST/
DeclTest.cpp 23 std::unique_ptr<FrontendActionFactory> Factory(
32 Factory->create(),
56 Factory->create(),

Completed in 525 milliseconds

12 3 4 5 6 7 8 91011>>