Searched defs:application (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/gonacl_appengine/
H A Dgonacl.py6 application = webapp2.WSGIApplication([ variable
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
H A DChromeShellSyncAdapter.java14 public ChromeShellSyncAdapter(Context appContext, Application application) { argument
15 super(appContext, application);
H A DChromeShellSyncAdapterService.java16 Context context, Application application) {
15 createChromiumSyncAdapter( Context context, Application application) argument
/external/chromium_org/chrome/test/ispy/server/
H A Dapp.py17 application = webapp2.WSGIApplication( variable
/external/chromium_org/mojo/services/test_service/
H A Dtest_service_impl.cc12 TestServiceImpl::TestServiceImpl(TestServiceApplication* application) argument
13 : application_(application) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DChromiumSyncAdapterService.java35 Application application);
34 createChromiumSyncAdapter(Context applicationContext, Application application) argument
H A DChromiumSyncAdapter.java46 public ChromiumSyncAdapter(Context context, Application application) { argument
48 mApplication = application;
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py150 application = webapp.WSGIApplication([ variable in class:MainHandler
153 util.run_wsgi_app(application)
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dservice_registry.cc5 #include "mojo/public/cpp/application/lib/service_registry.h"
7 #include "mojo/public/cpp/application/application.h"
8 #include "mojo/public/cpp/application/lib/service_connector.h"
13 ServiceRegistry::ServiceRegistry(Application* application) argument
14 : application_(application) {
18 Application* application,
20 : application_(application) {
17 ServiceRegistry( Application* application, ScopedMessagePipeHandle service_provider_handle) argument
/external/chromium_org/tools/deep_memory_profiler/visualizer/
H A Dapp.py95 application = webapp2.WSGIApplication([ variable
/external/chromium_org/tools/oopif/
H A Diframe_server.py214 def application(environ, start_response): function
222 server = pywsgi.WSGIServer(('', 8090), application)
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dpathutils.h128 inline void SetApplicationName(const std::string& application) { argument
129 Filesystem::SetApplicationName(application);
134 inline void GetApplicationName(std::string* application) { argument
135 Filesystem::GetApplicationName(application);
H A Dfileutils.h240 // Returns the path to the running application.
245 // Get a folder that is unique to the current application, which is suitable
250 // Get a temporary folder that is unique to the current user and application.
273 void SetApplicationName(const std::string& application) { argument
274 application_name_ = application;
276 void GetApplicationName(std::string* application) { argument
277 ASSERT(NULL != application);
278 *application = application_name_;
420 static void SetApplicationName(const std::string& application) { argument
421 EnsureDefaultFilesystem()->SetApplicationName(application);
424 GetApplicationName(std::string* application) argument
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dpathutils.h111 inline void SetApplicationName(const std::string& application) { argument
112 Filesystem::SetApplicationName(application);
117 inline void GetApplicationName(std::string* application) { argument
118 Filesystem::GetApplicationName(application);
H A Dfileutils.h223 // Returns the path to the running application.
228 // Get a folder that is unique to the current application, which is suitable
233 // Get a temporary folder that is unique to the current user and application.
256 void SetApplicationName(const std::string& application) { argument
257 application_name_ = application;
259 void GetApplicationName(std::string* application) { argument
260 ASSERT(NULL != application);
261 *application = application_name_;
403 static void SetApplicationName(const std::string& application) { argument
404 EnsureDefaultFilesystem()->SetApplicationName(application);
407 GetApplicationName(std::string* application) argument
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
H A DChromiumSyncAdapterTest.java37 public TestChromiumSyncAdapter(Context context, Application application) { argument
38 super(context, application);
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DApplicationStatus.java60 /** A lazily initialized listener that forwards application state changes to native. */
87 * Called when the application's state changes.
88 * @param newState The application state.
108 * Initializes the activity status for a specified application.
110 * @param application The application whose status you wish to monitor.
112 public static void initialize(BaseChromiumApplication application) { argument
113 sApplication = application;
115 application.registerWindowFocusChangedListener(
131 application
[all...]
/external/chromium_org/chrome/browser/mac/
H A Dsecurity_wrappers.cc12 SecTrustedApplicationRef application,
228 SecTrustedApplicationRef application) {
229 if (!application) {
234 OSStatus status = SecTrustedApplicationCopyRequirement(application,
263 SecTrustedApplicationRef application; local
264 OSStatus status = SecTrustedApplicationCreateFromPath(path, &application);
270 return application;
227 CrSTrustedApplicationCopyRequirement( SecTrustedApplicationRef application) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model.cc71 // Background application representation, private to the
207 Application* application = FindApplication(extension); local
208 if (!application) {
212 LOG(ERROR) << "Background application limit of " << IDC_MinimumLabelValue
216 application = new Application(this, extension);
217 applications_[extension->id()] = application;
219 application->RequestIcon(extension_misc::EXTENSION_ICON_BITTY);
256 const Application* application = FindApplication(extension); local
257 if (application)
258 return application
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectric.java79 public static Application application; field in class:Robolectric
113 * either by a third party library or application code which need new shadow methods to be written. Generates
367 Robolectric.application = new Application();
1249 return shadowOf(Robolectric.application);
/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c47 fprintf(stderr, "Usage: %s [-e] <application> <sampling rate (Hz)> <channels (1/2)> "
200 static OpusEncoder *ms_opus_encoder_create(opus_int32 Fs, int channels, int application, int *error)
204 return (OpusEncoder *)opus_multistream_surround_encoder_create(Fs, channels, 1, &streams, &coupled_streams, mapping, application, error);
244 int application=OPUS_APPLICATION_AUDIO; local
299 application = OPUS_APPLICATION_VOIP;
301 application = OPUS_APPLICATION_RESTRICTED_LOWDELAY;
303 fprintf(stderr, "unknown application: %s\n", argv[args]);
526 enc = opus_encoder_create(sampling_rate, channels, application, &err);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.c59 /* Default to VoIP application for mono, and AUDIO for stereo. */
60 int application = (channels == 1) ? OPUS_APPLICATION_VOIP : local
63 state->encoder = opus_encoder_create(48000, channels, application,
/external/kernel-headers/original/uapi/linux/
H A Dhiddev.h98 __u32 application; /* application usage for this field */ member in struct:hiddev_field_info
/external/libopus/src/
H A Dopus_demo.c47 fprintf(stderr, "Usage: %s [-e] <application> <sampling rate (Hz)> <channels (1/2)> "
200 static OpusEncoder *ms_opus_encoder_create(opus_int32 Fs, int channels, int application, int *error)
204 return (OpusEncoder *)opus_multistream_surround_encoder_create(Fs, channels, 1, &streams, &coupled_streams, mapping, application, error);
244 int application=OPUS_APPLICATION_AUDIO; local
299 application = OPUS_APPLICATION_VOIP;
301 application = OPUS_APPLICATION_RESTRICTED_LOWDELAY;
303 fprintf(stderr, "unknown application: %s\n", argv[args]);
526 enc = opus_encoder_create(sampling_rate, channels, application, &err);

Completed in 1063 milliseconds

123