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

1 2 3 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSettingStrategy.java 38 DocumentBuilderFactory factory,
41 public abstract boolean hasSetting(DOMTestDocumentBuilderFactory factory);
45 public void applySetting(DocumentBuilderFactory factory, boolean value)
47 factory.setCoalescing(value);
50 public boolean hasSetting(DOMTestDocumentBuilderFactory factory) {
51 return factory.isCoalescing();
59 public void applySetting(DocumentBuilderFactory factory, boolean value)
61 factory.setExpandEntityReferences(value);
64 public boolean hasSetting(DOMTestDocumentBuilderFactory factory) {
65 return factory.isExpandEntityReferences()
    [all...]
DOMTestSuite.java 49 * @param factory may not be null
51 protected DOMTestSuite(DOMTestDocumentBuilderFactory factory) {
52 super(factory);
DOMTest.java 30 private DOMTestDocumentBuilderFactory factory; field in class:DOMTest
37 * @param factory
40 public DOMTest(DOMTestDocumentBuilderFactory factory) {
41 if (factory == null) {
42 throw new NullPointerException("factory");
44 this.factory = factory;
49 * factory to meet requirements on the parser configuration. setFactory
53 factory = null;
59 protected void setFactory(DOMTestDocumentBuilderFactory factory) {
    [all...]
  /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...]
DOMDocumentBuilderFactory.java 15 private DocumentBuilderFactory factory = null; field in class:DOMDocumentBuilderFactory
24 factory = DocumentBuilderFactory.newInstance();
26 if (factory == null) {
32 settings[i].applySetting(factory);
36 builder = factory.newDocumentBuilder();
56 return factory.isCoalescing();
60 return factory.isExpandEntityReferences();
64 return factory.isIgnoringElementContentWhitespace();
68 return factory.isNamespaceAware();
72 return factory.isValidating()
    [all...]
ElementGetAttributeNS.java 47 DOMDocumentBuilderFactory factory; field in class:ElementGetAttributeNS
54 factory = new DOMDocumentBuilderFactory(DOMDocumentBuilderFactory
56 builder = factory.getBuilder();
63 factory = null;
HCEntitiesRemoveNamedItemNS.java 43 DOMDocumentBuilderFactory factory; field in class:HCEntitiesRemoveNamedItemNS
50 factory = new DOMDocumentBuilderFactory(DOMDocumentBuilderFactory
52 builder = factory.getBuilder();
59 factory = null;
HCEntitiesSetNamedItemNS.java 26 DOMDocumentBuilderFactory factory; field in class:HCEntitiesSetNamedItemNS
33 factory = new DOMDocumentBuilderFactory(DOMDocumentBuilderFactory
35 builder = factory.getBuilder();
42 factory = null;
OwnerDocument.java 48 DOMDocumentBuilderFactory factory; field in class:OwnerDocument
55 factory = new DOMDocumentBuilderFactory(DOMDocumentBuilderFactory
57 builder = factory.getBuilder();
64 factory = null;
RemoveAttributeNS.java 57 DOMDocumentBuilderFactory factory; field in class:RemoveAttributeNS
64 factory = new DOMDocumentBuilderFactory(DOMDocumentBuilderFactory
66 builder = factory.getBuilder();
73 factory = null;
  /external/guava/src/com/google/common/util/concurrent/
DaemonThreadFactory.java 32 private final ThreadFactory factory; field in class:DaemonThreadFactory
34 public DaemonThreadFactory(ThreadFactory factory) {
35 Preconditions.checkNotNull(factory);
36 this.factory = factory;
40 Thread t = factory.newThread(r);
  /external/chromium/base/
weak_ptr_unittest.cc 42 WeakPtrFactory<int> factory(&data);
43 WeakPtr<int> ptr = factory.GetWeakPtr();
49 WeakPtrFactory<int> factory(&data);
50 WeakPtr<int> ptr = factory.GetWeakPtr();
60 WeakPtrFactory<int> factory(&data);
61 ptr = factory.GetWeakPtr();
70 WeakPtrFactory<int> factory(&data);
71 a = factory.GetWeakPtr();
72 b = factory.GetWeakPtr();
82 WeakPtrFactory<Derived> factory(&data)
    [all...]
  /build/core/
process_wrapper.sh 16 gnome-terminal -t "Wrapper: $1" --disable-factory -x $2/process_wrapper_gdb.sh "$@"
  /external/webkit/WebKit/win/
WebKitCOMAPI.cpp 55 COMPtr<IClassFactory>& factory = result.first->second; local
57 if (added && FAILED(DllGetClassObject(clsid, __uuidof(factory), reinterpret_cast<void**>(&factory))))
58 factory = 0;
60 return factory;
65 COMPtr<IClassFactory> factory = classFactory(rclsid); local
66 if (!factory)
69 return factory->CreateInstance(pUnkOuter, riid, ppvObject);
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 109 JNIEnv* env, EmojiFactory* factory, jstring name) {
113 (jint)factory, name);
137 EmojiFactory *factory = gCaller->TryCallGetImplementation(str.string()); local
138 // EmojiFactory *factory = EmojiFactory::GetImplementation(str.string());
139 if (NULL == factory) {
144 return create_java_EmojiFactory(env, factory, name);
154 EmojiFactory *factory = gCaller->TryCallGetAvailableImplementation(); local
155 // EmojiFactory *factory = EmojiFactory::GetAvailableImplementation();
156 if (NULL == factory) {
159 String16 name_16(String8(factory->Name()))
170 EmojiFactory *factory = reinterpret_cast<EmojiFactory *>(nativeEmojiFactory); local
209 EmojiFactory *factory = reinterpret_cast<EmojiFactory *>(nativeEmojiFactory); local
215 EmojiFactory *factory = reinterpret_cast<EmojiFactory *>(nativeEmojiFactory); local
221 EmojiFactory *factory = reinterpret_cast<EmojiFactory *>(nativeEmojiFactory); local
227 EmojiFactory *factory = reinterpret_cast<EmojiFactory *>(nativeEmojiFactory); local
233 EmojiFactory *factory = reinterpret_cast<EmojiFactory *>(nativeEmojiFactory); local
239 EmojiFactory *factory = reinterpret_cast<EmojiFactory *>(nativeEmojiFactory); local
245 EmojiFactory *factory = reinterpret_cast<EmojiFactory *>(nativeEmojiFactory); local
251 EmojiFactory *factory = reinterpret_cast<EmojiFactory *>(nativeEmojiFactory); local
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
TrustManagerFactorySpiTest.java 41 private TrustManagerFactorySpiImpl factory = new TrustManagerFactorySpiImpl(); field in class:TrustManagerFactorySpiTest
72 factory.reset();
84 assertTrue(factory.isEngineInitCalled());
85 assertEquals(ks, factory.getKs());
86 factory.reset();
88 assertTrue(factory.isEngineInitCalled());
89 assertNull(factory.getKs());
105 factory.reset();
118 assertTrue(factory.isEngineInitCalled());
119 assertEquals(pr, factory.getSpec())
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
Spannable_FactoryTest.java 22 import android.text.Spannable.Factory;
28 @TestTargetClass(Factory.class)
37 + "Spannable.Factory#newSpannable(CharSequence) when param CharSequence is null")
40 Factory factory = Spannable.Factory.getInstance(); local
42 Spannable spannable = factory.newSpannable(text);
48 factory.newSpannable(null);
60 Spannable.Factory factory = Spannable.Factory.getInstance() local
    [all...]
  /external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java 61 * Registers a {@link AuthSchemeFactory} with the given identifier. If a factory with the
71 * @param factory the {@link AuthSchemeFactory} class to register
77 final AuthSchemeFactory factory) {
81 if (factory == null) {
82 throw new IllegalArgumentException("Authentication scheme factory may not be null");
84 registeredSchemes.put(name.toLowerCase(Locale.ENGLISH), factory); local
117 AuthSchemeFactory factory = registeredSchemes.get(name.toLowerCase(Locale.ENGLISH)); local
118 if (factory != null) {
119 return factory.newInstance(params);
  /external/apache-http/src/org/apache/http/cookie/
CookieSpecRegistry.java 68 * @param factory the {@link CookieSpecFactory} class to register
72 public synchronized void register(final String name, final CookieSpecFactory factory) {
76 if (factory == null) {
77 throw new IllegalArgumentException("Cookie spec factory may not be null");
79 registeredSpecs.put(name.toLowerCase(Locale.ENGLISH), factory); local
111 CookieSpecFactory factory = registeredSpecs.get(name.toLowerCase(Locale.ENGLISH)); local
112 if (factory != null) {
113 return factory.newInstance(params);
  /external/chromium/net/http/
http_network_layer_unittest.cc 18 net::HttpNetworkLayer factory(
23 int rv = factory.CreateTransaction(&trans);
29 net::HttpNetworkLayer factory(
34 int rv = factory.CreateTransaction(&trans);
39 factory.Suspend(true);
41 rv = factory.CreateTransaction(&trans);
46 factory.Suspend(false);
48 rv = factory.CreateTransaction(&trans);
68 net::HttpNetworkLayer factory(&mock_socket_factory, NULL,
76 int rv = factory.CreateTransaction(&trans)
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
SecretKeyFactoryTest.java 45 SecretKeyFactory factory = SecretKeyFactory.getInstance("PBKDF2WithHmacSHA1"); local
53 factory.generateSecret(ks);
59 factory.generateSecret(ks);
65 factory.generateSecret(ks);
74 factory.generateSecret(ks);
80 factory.generateSecret(ks);
86 factory.generateSecret(ks);
93 factory.generateSecret(ks);
100 factory.generateSecret(ks);
106 factory.generateSecret(ks)
164 SecretKeyFactory factory = SecretKeyFactory.getInstance("PBKDF2WithHmacSHA1"); local
    [all...]
  /external/proguard/src/proguard/obfuscate/
SpecialNameFactory.java 39 * @param nameFactory the name factory from which original names will be
76 SpecialNameFactory factory = new SpecialNameFactory(new SimpleNameFactory()); local
80 System.out.println("["+factory.nextName()+"]");
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentgetelementsbytagnamelength.java 46 * @param factory document factory, may not be null
49 public documentgetelementsbytagnamelength(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
50 super(factory);
elementgetelementsbytagname.java 47 * @param factory document factory, may not be null
50 public elementgetelementsbytagname(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
elementgetelementsbytagnamenomatch.java 45 * @param factory document factory, may not be null
48 public elementgetelementsbytagnamenomatch(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);

Completed in 365 milliseconds

1 2 3 4 5 6 7 8 91011>>