Home
last modified time | relevance | path

Searched defs:application (Results 1 – 25 of 53) sorted by relevance

123

/external/robolectric/src/test/java/com/xtremelabs/robolectric/
DApplicationResolverTest.java37 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithPackageName.xm… in shouldAssignThePackageNameFromTheManifest() local
43 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithAppName.xml"))… in shouldAssignTheApplicationNameFromTheManifest() local
49 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithReceivers.xml"… in shouldRegisterReceiversFromTheManifest() local
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_auth/
Dtest_auth_digest.py12 def application(environ, start_response): function
30 application = AuthDigestHandler(application,realm,backwords) variable
31 application = HTTPExceptionHandler(application) variable
Dtest_auth_cookie.py13 def build(application,setenv, *args, **kwargs): argument
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dgzipper.py23 def __init__(self, application, compress_level=6): argument
91 def filter_factory(application, **conf): argument
96 def filter(application): argument
Dwsgilib.py171 def catch_errors(application, environ, start_response, error_callback, argument
216 def catch_errors_app(application, environ, start_response, error_callback_app, argument
278 def raw_interactive(application, path='', raise_on_wsgi_error=False, argument
435 def capture_output(environ, start_response, application): argument
485 def intercept_output(environ, application, conditional=None, argument
Dtransaction.py21 def __init__(self, application): argument
77 def BasicTransactionHandler(application, factory): argument
Dpony.py30 def __init__(self, application): argument
Dlint.py125 def middleware(application, global_conf=None): argument
431 def make_middleware(application, global_conf): argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMoreExecutorsTest.java513 TestApplication application = new TestApplication(); in testAddDelayedShutdownHook_success() local
524 TestApplication application = new TestApplication(); in testAddDelayedShutdownHook_interrupted() local
533 TestApplication application = new TestApplication(); in testGetExitingExcutorService_executorSetToUseDaemonThreads() local
541 TestApplication application = new TestApplication(); in testGetExitingExcutorService_executorDelegatesToOriginal() local
550 TestApplication application = new TestApplication(); in testGetExitingExcutorService_shutdownHookRegistered() local
560 TestApplication application = new TestApplication(); in testGetExitingScheduledExcutorService_executorSetToUseDaemonThreads() local
567 TestApplication application = new TestApplication(); in testGetExitingScheduledExcutorService_executorDelegatesToOriginal() local
577 TestApplication application = new TestApplication(); in testGetScheduledExitingExcutorService_shutdownHookRegistered() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DApplicationResolver.java24 Application application; in resolveApplication() local
69 Application application; in newApplicationInstance() local
/external/chromium-trace/trace-viewer/third_party/Paste/tests/urlparser_data/hook/
Dapp.py3 def application(environ, start_response): function
Dindex.py3 def application(environ, start_response): function
/external/chromium-trace/trace-viewer/third_party/Paste/tests/urlparser_data/not_found/user/
Dlist.py3 def application(environ, start_response): function
/external/chromium-trace/trace-viewer/third_party/Paste/tests/urlparser_data/python/sub/
Dsimpleapp.py1 def application(environ, start_response): function
/external/chromium-trace/trace-viewer/third_party/Paste/tests/urlparser_data/python/
Dsimpleapp.py1 def application(environ, start_response): function
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
Dtest_grantip.py5 def application(environ, start_response): function
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dcas.py31 def AuthCASHandler(application, authority): argument
Dform.py91 def __init__(self, application, authfunc, template=None): argument
Dmulti.py49 def __init__(self, application): argument
/external/clang/test/CodeGenObjC/
Doptimize-ivar-offset-load.m21 {
/external/libopus/src/
Dopus_multistream_encoder.c75 int application; member
401 int application, in opus_multistream_encoder_init_impl()
463 int application in opus_multistream_encoder_init()
477 int application in opus_multistream_surround_encoder_init()
526 int application, in opus_multistream_encoder_create()
564 int application, in opus_multistream_surround_encoder_create()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/
Dmiddleware.py79 def simplecatcher(application): argument
113 def application(environ, start_response): function
171 def __init__(self, application, global_conf=None, argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java100 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithPackageName.xm… in packageManager_shouldKnowPackageName() local
106 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithAppName.xml"))… in packageManager_shouldKnowApplicationName() local
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dscgiserver.py139 def serve_application(application, prefix, port=None, host=None, max_children=None): argument
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
Dtestserver.py63 def serve(application, host=None, port=None, handler=None): argument

123