HomeSort by relevance Sort by last modified time
    Searched full:factory (Results 1 - 25 of 6963) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/
Android.bp 1 subdirs = ["factory", "config"]
  /external/testng/src/test/java/test/factory/
DisabledFactorySampleTest.java 1 package test.factory;
3 import org.testng.annotations.Factory;
7 @Factory(enabled = false)
8 public Object[] factory() { method in class:DisabledFactorySampleTest
FactoryBase.java 1 package test.factory;
3 import org.testng.annotations.Factory;
7 @Factory
FactoryChild.java 1 package test.factory;
FactoryFailureSampleTest.java 1 package test.factory;
3 import org.testng.annotations.Factory;
8 @Factory
9 public Object[] factory() { method in class:FactoryFailureSampleTest
BadFactoryMethodReturnTypeSample.java 1 package test.factory;
3 import org.testng.annotations.Factory;
7 @Factory
FactoryDataProviderStaticSampleTest.java 1 package test.factory;
3 import org.testng.annotations.Factory;
7 @Factory(dataProvider = "dp", dataProviderClass = DPClass.class)
NonPublicFactoryMethodSample.java 1 package test.factory;
3 import org.testng.annotations.Factory;
7 @Factory
FactoryInterleavingSampleFactory.java 1 package test.factory;
4 import org.testng.annotations.Factory;
7 @Factory
8 public Object[] factory() { method in class:FactoryInterleavingSampleFactory
  /prebuilts/misc/common/swig/include/2.0.11/octave/
factory.i 1 %include <typemaps/factory.swg>
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
factory.i 1 %include <typemaps/factory.swg>
  /prebuilts/misc/common/swig/include/2.0.11/python/
factory.i 1 %include <typemaps/factory.swg>
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
factory.i 1 %include <typemaps/factory.swg>
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
factory.i 1 %include <typemaps/factory.swg>
  /external/dagger2/lib/
auto-factory-1.0-20150915.183854-35-sources.jar 
  /external/testng/src/test/java/test/configuration/
SuiteFactoryOnceSample2Test.java 3 import org.testng.annotations.Factory;
7 @Factory
8 public Object[] factory() { method in class:SuiteFactoryOnceSample2Test
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSettingStrategy.java 19 public abstract void applySetting(DocumentBuilderFactory factory,
22 public abstract boolean hasSetting(DOMDocumentBuilderFactory factory);
25 public void applySetting(DocumentBuilderFactory factory,
27 factory.setCoalescing(value);
30 public boolean hasSetting(DOMDocumentBuilderFactory factory) {
31 return factory.isCoalescing();
37 public void applySetting(DocumentBuilderFactory factory, boolean value) {
38 factory.setExpandEntityReferences(value);
41 public boolean hasSetting(DOMDocumentBuilderFactory factory) {
42 return factory.isExpandEntityReferences()
    [all...]
  /external/libchrome/base/message_loop/
message_loop_test.h 14 // RUN_MESSAGE_LOOP_TESTS(UI, factory). Factory is a function called to create
21 void RunTest_PostTask(MessagePumpFactory factory);
22 void RunTest_PostDelayedTask_Basic(MessagePumpFactory factory);
23 void RunTest_PostDelayedTask_InDelayOrder(MessagePumpFactory factory);
24 void RunTest_PostDelayedTask_InPostOrder(MessagePumpFactory factory);
25 void RunTest_PostDelayedTask_InPostOrder_2(MessagePumpFactory factory);
26 void RunTest_PostDelayedTask_InPostOrder_3(MessagePumpFactory factory);
27 void RunTest_PostDelayedTask_SharedTimer(MessagePumpFactory factory);
28 void RunTest_EnsureDeletion(MessagePumpFactory factory);
    [all...]
  /external/r8/src/test/java/com/android/tools/r8/dex/
DexItemFactoryTest.java 20 DexItemFactory factory = new DexItemFactory(); local
23 "B", factory.byteDescriptor, factory.byteType,
24 "C", factory.charDescriptor, factory.charType,
25 "D", factory.doubleDescriptor, factory.doubleType,
26 "F", factory.floatDescriptor, factory.floatType,
27 "I", factory.intDescriptor, factory.intType
53 DexItemFactory factory = new DexItemFactory(); local
    [all...]
DexStringTest.java 17 DexItemFactory factory = new DexItemFactory(); local
18 checkEncodedLength(factory.createString("\u0000"), 2);
19 checkEncodedLength(factory.createString("\u0001"), 1);
20 checkEncodedLength(factory.createString("\u007f"), 1);
21 checkEncodedLength(factory.createString("\u0080"), 2);
22 checkEncodedLength(factory.createString("\u07ff"), 2);
23 checkEncodedLength(factory.createString("\u0800"), 3);
24 checkEncodedLength(factory.createString("\uffff"), 3);
25 checkEncodedLength(factory.createString("\ud800\udc00"), 6);
26 checkEncodedLength(factory.createString("\udbff\udfff"), 6)
31 DexItemFactory factory = new DexItemFactory(); local
    [all...]
  /external/testng/src/test/java/test/dataprovider/
InstanceDataProviderTest.java 3 import org.testng.annotations.Factory;
8 @Factory
  /external/testng/src/test/java/test/tmp/
AFactory.java 3 import org.testng.annotations.Factory;
6 @Factory
  /device/asus/fugu/
init.fugu.countrycode.sh 2 setprop ro.boot.wificountrycode `cat /factory/country`
  /external/nist-sip/java/gov/nist/javax/sip/message/
package.html 3 Class definitions for SIP messages and message factory.
  /device/linaro/hikey/factory-images/
README 1 How to build factory images:
7 $ . ../../device/linaro/hikey/factory-images/generate-factory-images-package.sh
12 $ device/linaro/hikey/factory-images/generate-factory-images-package.sh

Completed in 989 milliseconds

1 2 3 4 5 6 7 8 91011>>