Home
last modified time | relevance | path

Searched defs:factory (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
DCertificateFactory_ImplTest.java258 CertificateFactory factory = CertificateFactory.getInstance("X.509"); in testGenerateCRLs() local
283 CertificateFactory factory = CertificateFactory.getInstance("X.509"); in testGenerateCRL() local
304 CertificateFactory factory = CertificateFactory.getInstance("X.509"); in testGenerateBase64CRL() local
370 CertificateFactory factory = CertificateFactory.getInstance("X.509"); in testGenerateBase64CRLs() local
470 CertificateFactory factory = CertificateFactory.getInstance("X.509"); in testGenerateBase64Certificates() local
568 CertificateFactory factory = CertificateFactory.getInstance("X.509"); in testGenerateBase64PKCS7() local
637 CertificateFactory factory = CertificateFactory.getInstance("X.509"); in testGenerateBase64CertPath() local
748 CertificateFactory factory = CertificateFactory.getInstance("X.509"); in testGenerateCertificates() local
772 CertificateFactory factory = CertificateFactory.getInstance("X.509"); in testGenerateCertPath() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpDec.java32 protected DfpDec(final DfpField factory) { in DfpDec()
40 protected DfpDec(final DfpField factory, byte x) { in DfpDec()
48 protected DfpDec(final DfpField factory, int x) { in DfpDec()
56 protected DfpDec(final DfpField factory, long x) { in DfpDec()
64 protected DfpDec(final DfpField factory, double x) { in DfpDec()
81 protected DfpDec(final DfpField factory, final String s) { in DfpDec()
92 protected DfpDec(final DfpField factory, final byte sign, final byte nans) { in DfpDec()
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3string.c100 pANTLR3_STRING_FACTORY factory; in antlr3StringFactoryNew() local
186 newRaw8 (pANTLR3_STRING_FACTORY factory) in newRaw8()
215 newRawUTF16 (pANTLR3_STRING_FACTORY factory) in newRawUTF16()
421 newSize8 (pANTLR3_STRING_FACTORY factory, ANTLR3_UINT32 size) in newSize8()
449 newSizeUTF16 (pANTLR3_STRING_FACTORY factory, ANTLR3_UINT32 size) in newSizeUTF16()
476 newPtr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr, ANTLR3_UINT32 size) in newPtr8()
509 newPtrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr, ANTLR3_UINT32 size) in newPtrUTF16_8()
557 newPtrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr, ANTLR3_UINT32 size) in newPtrUTF16_UTF16()
592 newStr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr) in newStr8()
603 newStrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr) in newStrUTF16_8()
[all …]
Dantlr3commontree.c67 pANTLR3_ARBORETUM factory; in antlr3ArboretumNew() local
124 newPool(pANTLR3_ARBORETUM factory) in newPool()
154 newPoolTree (pANTLR3_ARBORETUM factory) in newPoolTree()
213 newFromTree(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree) in newFromTree()
233 newFromToken(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TOKEN token) in newFromToken()
252 factoryClose (pANTLR3_ARBORETUM factory) in factoryClose()
Dantlr3commontoken.c94 pANTLR3_TOKEN_FACTORY factory; in antlr3TokenFactoryNew() local
137 setInputStream (pANTLR3_TOKEN_FACTORY factory, pANTLR3_INPUT_STREAM input) in setInputStream()
152 newPool(pANTLR3_TOKEN_FACTORY factory) in newPool()
191 newPoolToken(pANTLR3_TOKEN_FACTORY factory) in newPoolToken()
232 factoryReset (pANTLR3_TOKEN_FACTORY factory) in factoryReset()
242 factoryClose (pANTLR3_TOKEN_FACTORY factory) in factoryClose()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java98 ThreadFactory factory = builder.setNameFormat(format).build(); in testNameFormatWithPercentS_custom() local
107 ThreadFactory factory = builder.setNameFormat(format).build(); in testNameFormatWithPercentD_custom() local
115 ThreadFactory factory = builder.setDaemon(false).build(); in testDaemon_false() local
121 ThreadFactory factory = builder.setDaemon(true).build(); in testDaemon_true() local
128 ThreadFactory factory = builder.setPriority(i).build(); in testPriority_custom() local
/external/apache-http/src/org/apache/http/auth/
DAuthSchemeRegistry.java82 final AuthSchemeFactory factory) { in register()
89 registeredSchemes.put(name.toLowerCase(Locale.ENGLISH), factory); in register() local
122 AuthSchemeFactory factory = registeredSchemes.get(name.toLowerCase(Locale.ENGLISH)); in getAuthScheme() local
/external/sfntly/cpp/src/test/
Dtest_font_utils.cc27 void BuilderForFontFile(const char* font_path, FontFactory* factory, in BuilderForFontFile()
36 void SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont()
45 void LoadFont(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFont()
57 FontFactoryPtr factory; in LoadFontUsingByteVector() local
Dname_editing_test.cc38 void LoadTestFile(FontFactory* factory, FontBuilderArray* font_builders) { in LoadTestFile()
48 FontFactoryPtr factory; in TestChangeOneName() local
92 FontFactoryPtr factory; in TestModifyNameTableAndRevert() local
143 FontFactoryPtr factory; in TestRemoveOneName() local
Dfont_parsing_test.cc38 FontFactoryPtr factory; in TestFontParsing() local
102 FontFactoryPtr factory; in TestTTFReadWrite() local
120 FontFactoryPtr factory; in TestTTFMemoryBasedReadWrite() local
/external/apache-http/src/org/apache/http/cookie/
DCookieSpecRegistry.java77 public synchronized void register(final String name, final CookieSpecFactory factory) { in register()
84 registeredSpecs.put(name.toLowerCase(Locale.ENGLISH), factory); in register() local
116 CookieSpecFactory factory = registeredSpecs.get(name.toLowerCase(Locale.ENGLISH)); in getCookieSpec() local
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTestUnicodeProperty.java31 Factory factory = ICUPropertyFactory.make(); in TestBasic() local
42 Factory factory = ICUPropertyFactory.make(); in TestSymbolTable() local
59 Factory factory = new MyUnicodePropertyFactory(); in TestSymbolTable2() local
115 public MyUnicodePropertySymbolTable(Factory factory) { in MyUnicodePropertySymbolTable()
/external/guava/guava-tests/test/com/google/common/io/
DByteSinkTester.java47 static TestSuite tests(String name, ByteSinkFactory factory) { in tests()
57 private static TestSuite suiteForString(String name, ByteSinkFactory factory, in suiteForString()
72 private static TestSuite suiteForBytes(String name, ByteSinkFactory factory, in suiteForBytes()
83 ByteSinkTester(ByteSinkFactory factory, byte[] data, String suiteName, in ByteSinkTester()
DByteSourceTester.java53 static TestSuite tests(String name, ByteSourceFactory factory, boolean testAsCharSource) { in tests()
70 private static TestSuite suiteForString(ByteSourceFactory factory, String string, in suiteForString()
84 private static TestSuite suiteForBytes(ByteSourceFactory factory, byte[] bytes, in suiteForBytes()
108 public ByteSourceTester(ByteSourceFactory factory, byte[] bytes, in ByteSourceTester()
DCharSinkTester.java42 static TestSuite tests(String name, CharSinkFactory factory) { in tests()
52 static TestSuite suiteForString(String name, CharSinkFactory factory, in suiteForString()
66 public CharSinkTester(CharSinkFactory factory, String string, in CharSinkTester()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMultimaps.java108 final Supplier<? extends Collection<V>> factory) { in newMultimap()
113 transient Supplier<? extends Collection<V>> factory; field in Multimaps.CustomMultimap
116 Supplier<? extends Collection<V>> factory) { in CustomMultimap()
168 Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) { in newListMultimap()
174 transient Supplier<? extends List<V>> factory; field in Multimaps.CustomListMultimap
177 Supplier<? extends List<V>> factory) { in CustomListMultimap()
225 Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) { in newSetMultimap()
231 transient Supplier<? extends Set<V>> factory; field in Multimaps.CustomSetMultimap
234 Supplier<? extends Set<V>> factory) { in CustomSetMultimap()
282 final Supplier<? extends SortedSet<V>> factory) { in newSortedSetMultimap()
[all …]
/external/sfntly/cpp/src/sample/subtly/
Dutils.cc45 void LoadFonts(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFonts()
53 FontFactory* factory, in LoadFontBuilders()
69 bool SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont()
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
DActivator.java62 ServiceFactory factory = new LogServiceFactory(); in start() local
63 bundleContext.registerService(LogService.class.getName(), factory, props); in start() local
/external/v8/test/cctest/
Dtest-weaksets.cc45 Factory* factory = isolate->factory(); in AllocateJSWeakSet() local
84 Factory* factory = isolate->factory(); in TEST() local
145 Factory* factory = isolate->factory(); in TEST() local
187 Factory* factory = isolate->factory(); in TEST() local
227 Factory* factory = isolate->factory(); in TEST() local
Dtest-weakmaps.cc45 Factory* factory = isolate->factory(); in AllocateJSWeakMap() local
84 Factory* factory = isolate->factory(); in TEST() local
145 Factory* factory = isolate->factory(); in TEST() local
187 Factory* factory = isolate->factory(); in TEST() local
227 Factory* factory = isolate->factory(); in TEST() local
Dtest-constantpool.cc34 Factory* factory = isolate->factory(); in TEST() local
75 Factory* factory = isolate->factory(); in TEST() local
192 Factory* factory = isolate->factory(); in TEST() local
212 Factory* factory = isolate->factory(); in TEST() local
235 Factory* factory = isolate->factory(); in TEST() local
274 Factory* factory = isolate->factory(); in TEST() local
/external/guava/guava/src/com/google/common/collect/
DMultimaps.java112 final Supplier<? extends Collection<V>> factory) { in newMultimap()
117 transient Supplier<? extends Collection<V>> factory; field in Multimaps.CustomMultimap
120 Supplier<? extends Collection<V>> factory) { in CustomMultimap()
193 Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) { in newListMultimap()
199 transient Supplier<? extends List<V>> factory; field in Multimaps.CustomListMultimap
202 Supplier<? extends List<V>> factory) { in CustomListMultimap()
271 Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) { in newSetMultimap()
277 transient Supplier<? extends Set<V>> factory; field in Multimaps.CustomSetMultimap
280 Supplier<? extends Set<V>> factory) { in CustomSetMultimap()
349 final Supplier<? extends SortedSet<V>> factory) { in newSortedSetMultimap()
[all …]
/external/guava/guava-testlib/src/com/google/common/testing/
DClassSanityTester.java565 @Nullable private <T> T instantiate(Invokable<?, ? extends T> factory) in instantiate()
571 private void testEqualsUsing(final Invokable<?, ?> factory) in testEqualsUsing()
617 Invokable<?, ?> factory, List<Parameter> params, List<Object> args) in generateEqualFactoryArguments()
642 Invokable<?, ?> factory, List<Object> args, int i, Object alternateArg) in hashCodeInsensitiveToArgReference()
693 Invokable<?, ? extends T> factory = (Invokable<?, ? extends T>) invokable; in getFactories() local
750 private static <T> T createInstance(Invokable<?, ? extends T> factory, List<?> args) in createInstance()
759 @Nullable private static <T> T invoke(Invokable<?, ? extends T> factory, List<?> args) in invoke()
797 public FactoryMethodReturnsNullException(Invokable<?, ?> factory) { in FactoryMethodReturnsNullException()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DNFA.java45 protected NFAFactory factory = null; field in NFA
69 public void setFactory(NFAFactory factory) { in setFactory()
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketServletConnectionD06.java29 private final WebSocketFactory factory; field in WebSocketServletConnectionD06
31 …public WebSocketServletConnectionD06(WebSocketFactory factory, WebSocket websocket, EndPoint endpo… in WebSocketServletConnectionD06()

12345678910>>...15