| /external/chromium_org/third_party/webrtc/base/ |
| D | referencecountedsingletonfactory_unittest.cc | 42 ReferenceCountedSingletonFactory<MyExistenceWatcher> *factory) { in DoCreateAndGoOutOfScope() 49 TestReferenceCountedSingletonFactory factory; in TEST() local 56 TestReferenceCountedSingletonFactory factory; in TEST() local 65 TestReferenceCountedSingletonFactory factory; in TEST() local 72 TestReferenceCountedSingletonFactory factory; in TEST() local 83 TestReferenceCountedSingletonFactory factory; in TEST() local 93 TestReferenceCountedSingletonFactory factory; in TEST() local 103 TestReferenceCountedSingletonFactory factory; in TEST() local 119 TestReferenceCountedSingletonFactory factory; in TEST() local
|
| /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
| D | CertificateFactory_ImplTest.java | 258 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/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
| D | Multimaps.java | 104 final Supplier<? extends Collection<V>> factory) { in newMultimap() 109 transient Supplier<? extends Collection<V>> factory; field in Multimaps.CustomMultimap 112 Supplier<? extends Collection<V>> factory) { in CustomMultimap() 164 Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) { in newListMultimap() 170 transient Supplier<? extends List<V>> factory; field in Multimaps.CustomListMultimap 173 Supplier<? extends List<V>> factory) { in CustomListMultimap() 221 Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) { in newSetMultimap() 227 transient Supplier<? extends Set<V>> factory; field in Multimaps.CustomSetMultimap 230 Supplier<? extends Set<V>> factory) { in CustomSetMultimap() 278 final Supplier<? extends SortedSet<V>> factory) { in newSortedSetMultimap() [all …]
|
| /external/chromium_org/content/renderer/media/ |
| D | media_stream_video_source_unittest.cc | 301 MockMediaConstraintFactory factory; in TEST_F() local 312 MockMediaConstraintFactory factory; in TEST_F() local 326 MockMediaConstraintFactory factory; in TEST_F() local 339 MockMediaConstraintFactory factory; in TEST_F() local 348 MockMediaConstraintFactory factory; in TEST_F() local 358 MockMediaConstraintFactory factory; in TEST_F() local 367 MockMediaConstraintFactory factory; in TEST_F() local 377 MockMediaConstraintFactory factory; in TEST_F() local 387 MockMediaConstraintFactory factory; in TEST_F() local 399 MockMediaConstraintFactory factory; in TEST_F() local [all …]
|
| /external/chromium_org/base/message_loop/ |
| D | message_loop_test.cc | 88 void RunTest_PostTask(MessagePumpFactory factory) { in RunTest_PostTask() 117 void RunTest_PostDelayedTask_Basic(MessagePumpFactory factory) { in RunTest_PostDelayedTask_Basic() 140 void RunTest_PostDelayedTask_InDelayOrder(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InDelayOrder() 165 void RunTest_PostDelayedTask_InPostOrder(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InPostOrder() 195 void RunTest_PostDelayedTask_InPostOrder_2(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InPostOrder_2() 222 void RunTest_PostDelayedTask_InPostOrder_3(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InPostOrder_3() 250 void RunTest_PostDelayedTask_SharedTimer(MessagePumpFactory factory) { in RunTest_PostDelayedTask_SharedTimer() 314 void RunTest_EnsureDeletion(MessagePumpFactory factory) { in RunTest_EnsureDeletion() 333 void RunTest_EnsureDeletion_Chain(MessagePumpFactory factory) { in RunTest_EnsureDeletion_Chain() 364 void RunTest_Nesting(MessagePumpFactory factory) { in RunTest_Nesting() [all …]
|
| /external/apache-http/src/org/apache/http/auth/ |
| D | AuthSchemeRegistry.java | 82 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/guava/guava-tests/test/com/google/common/collect/ |
| D | BstInOrderPathTest.java | 50 BstPathFactory<SimpleNode, BstInOrderPath<SimpleNode>> factory = in testFullTreeRight() local 76 BstPathFactory<SimpleNode, BstInOrderPath<SimpleNode>> factory = in testFullTreeLeft() local 101 BstPathFactory<SimpleNode, BstInOrderPath<SimpleNode>> factory = in testPartialTree1Right() local 124 BstPathFactory<SimpleNode, BstInOrderPath<SimpleNode>> factory = in testPartialTree1Left() local 146 BstPathFactory<SimpleNode, BstInOrderPath<SimpleNode>> factory = in testPartialTree2Right() local 168 BstPathFactory<SimpleNode, BstInOrderPath<SimpleNode>> factory = in testPartialTree2Left() local
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | Multimaps.java | 108 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() 189 Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) { in newListMultimap() 195 transient Supplier<? extends List<V>> factory; field in Multimaps.CustomListMultimap 198 Supplier<? extends List<V>> factory) { in CustomListMultimap() 267 Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) { in newSetMultimap() 273 transient Supplier<? extends Set<V>> factory; field in Multimaps.CustomSetMultimap 276 Supplier<? extends Set<V>> factory) { in CustomSetMultimap() 345 final Supplier<? extends SortedSet<V>> factory) { in newSortedSetMultimap() [all …]
|
| /external/apache-http/src/org/apache/http/cookie/ |
| D | CookieSpecRegistry.java | 77 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/chromium_org/net/proxy/ |
| D | dhcp_proxy_script_fetcher_factory_unittest.cc | 14 DhcpProxyScriptFetcherFactory factory; in TEST() local 22 DhcpProxyScriptFetcherFactory factory; in TEST() local 40 DhcpProxyScriptFetcherFactory factory; in TEST() local
|
| /external/antlr/antlr-3.4/runtime/C/src/ |
| D | antlr3commontree.c | 67 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()
|
| D | antlr3string.c | 100 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 …]
|
| D | antlr3commontoken.c | 94 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/sfntly/cpp/src/test/ |
| D | test_font_utils.cc | 27 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
|
| D | name_editing_test.cc | 38 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
|
| /external/chromium_org/third_party/sfntly/cpp/src/test/ |
| D | test_font_utils.cc | 27 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
|
| D | name_editing_test.cc | 38 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
|
| /external/chromium_org/google_apis/gaia/ |
| D | gaia_oauth_client_unittest.cc | 242 MockOAuthFetcherFactory factory; in TEST_F() local 257 MockOAuthFetcherFactory factory; in TEST_F() local 272 MockOAuthFetcherFactory factory; in TEST_F() local 287 MockOAuthFetcherFactory factory; in TEST_F() local 299 MockOAuthFetcherFactory factory; in TEST_F() local 316 MockOAuthFetcherFactory factory; in TEST_F() local 333 MockOAuthFetcherFactory factory; in TEST_F() local 344 MockOAuthFetcherFactory factory; in TEST_F() local 358 MockOAuthFetcherFactory factory; in TEST_F() local 381 MockOAuthFetcherFactory factory; in TEST_F() local
|
| /external/chromium_org/ppapi/proxy/ |
| D | enter_proxy.h | 116 CallbackFactory& factory, in EnterHostFromHostResourceForceCallback() 129 CallbackFactory& factory, in EnterHostFromHostResourceForceCallback() 143 CallbackFactory& factory, in EnterHostFromHostResourceForceCallback() 159 CallbackFactory& factory, in EnterHostFromHostResourceForceCallback()
|
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| D | ThreadFactoryBuilderTest.java | 98 ThreadFactory factory = builder.setNameFormat(NAME_FORMAT).build(); in testNameFormat_custom() local 106 ThreadFactory factory = builder.setDaemon(false).build(); in testDaemon_false() local 112 ThreadFactory factory = builder.setDaemon(true).build(); in testDaemon_true() local 119 ThreadFactory factory = builder.setPriority(i).build(); in testPriority_custom() local
|
| /external/chromium_org/components/cronet/android/test/javatests/src/org/chromium/cronet_test_apk/ |
| D | HttpUrlRequestFactoryTest.java | 38 HttpUrlRequestFactory factory = activity.mRequestFactory; in testCreateFactory() local 52 HttpUrlRequestFactory factory = HttpUrlRequestFactory.createFactory( in testCreateLegacyFactory() local
|
| /external/chromium_org/components/keyed_service/content/ |
| D | browser_context_dependency_manager.cc | 54 BrowserContextKeyedBaseFactory* factory = in RegisterProfilePrefsForServices() local 92 BrowserContextKeyedBaseFactory* factory = in DoCreateBrowserContextServices() local 116 BrowserContextKeyedBaseFactory* factory = in DestroyBrowserContextServices() local 127 BrowserContextKeyedBaseFactory* factory = in DestroyBrowserContextServices() local
|
| /external/chromium_org/components/url_matcher/ |
| D | url_matcher_unittest.cc | 169 URLMatcherConditionFactory factory; in TEST() local 213 URLMatcherConditionFactory factory; in TEST() local 246 URLMatcherConditionFactory factory; in TEST() local 359 URLMatcherConditionFactory factory; in TEST() local 409 URLMatcherConditionFactory factory; in TEST() local 429 URLMatcherConditionFactory factory; in TEST() local 515 URLMatcherConditionFactory factory; in IsQueryMatch() local 793 URLMatcherConditionFactory* factory = matcher.condition_factory(); in TEST() local 878 URLMatcherConditionFactory* factory = matcher.condition_factory(); in TEST() local 928 URLMatcherConditionFactory* factory = matcher.condition_factory(); in TEST() local [all …]
|
| /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/ |
| D | utils.cc | 45 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/sfntly/cpp/src/sample/subtly/ |
| D | utils.cc | 45 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()
|