HomeSort by relevance Sort by last modified time
    Searched full:application (Results 601 - 625 of 12067) sorted by null

<<21222324252627282930>>

  /device/sample/apps/SampleEmailPolicy/
README 16 Package (APK) files containing a device-specific configuration values for the Email application.
19 Open Source platform, but wishes to provide small customizations to the Email application without
20 having to edit or merge changes directly into its source. It also allows the same Email application
  /device/sample/apps/upgrade/
AndroidManifest.xml 17 <!-- This is an example of writing an application that will can perform
22 <application android:label="Upgrade App">
31 </application>
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 33 * This interface allows an application to encapsulate information about an
38 * The application is expected to provide objects that implement this interface
39 * whenever such objects are needed. The application can either provide its
50 * LSOutput objects belong to the application. The DOM implementation will
75 * writable stream of bytes. If the application knows the character encoding
87 * writable stream of bytes. If the application knows the character encoding
101 * application must encode the stream using UTF-16 (defined in [Unicode] and
113 * application must encode the stream using UTF-16 (defined in [Unicode] and
123 * destination. If the application knows the character encoding of the
136 * destination. If the application knows the character encoding of the
    [all...]
  /external/chromium_org/android_webview/javatests/
AndroidManifest.xml 7 <!-- We add an application tag here just so that we can indicate that this
10 <application android:hardwareAccelerated="false">
12 </application>
  /external/chromium_org/chrome/android/testshell/javatests/
AndroidManifest.xml 9 <!-- We add an application tag here just so that we can indicate that this
12 <application>
14 </application>
  /external/chromium_org/content/shell/android/javatests/
AndroidManifest.xml 9 <!-- We add an application tag here just so that we can indicate that this
12 <application>
14 </application>
  /external/chromium_org/native_client_sdk/src/doc/
quick-start.rst 10 Client is, how a Native Client application is structured and to get a feel
12 #. Play with some of the applications in the :doc:`Application Gallery
13 <community/application-gallery>` to see what others have done so far.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
README.chromium 11 the process of developing or porting a Native Client application.
18 The POSIX 1003.1-2001 standard defines an application programming interface
24 standard API, with application developers following suit to reduce porting
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
thread_creator.c 39 * We cannot tell at link time whether the application uses PPB_Audio,
44 * application does not use PPB_Audio or libpthread.
46 * If an application developer wants to avoid that cost, they can
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 114 def LaunchApplication(self, application, parameters=None):
115 """"Launchs a given application on the OS."""
116 return self._platform_backend.LaunchApplication(application,
119 def IsApplicationRunning(self, application):
120 """Returns whether an application is currently running."""
121 return self._platform_backend.IsApplicationLaunchning(application)
123 def CanLaunchApplication(self, application):
124 """Returns whether the platform can launch the given application."""
125 return self._platform_backend.CanLaunchApplication(application)
127 def InstallApplication(self, application)
    [all...]
  /external/clang/tools/clang-format/
clang-format-bbedit.applescript 2 -- and save it to ~/Library/Application Support/BBEdit/Scripts. You can then
11 tell application "BBEdit"
20 tell application "BBEdit"
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
package.html 13 retrieved for an application by using {@link com.jme3.app.Application#getInputManager()}.
20 // Retrieve an input manager for the application "app"<br>
  /external/objenesis/tck-android/
AndroidManifest.xml 20 Describes an Android application with a single Instrumentation,
35 <application android:allowBackup="false">
37 </application>
  /external/qemu/distrib/sdl-1.2.15/src/main/beos/
SDL_BeApp.h 24 /* Handle the BeApp specific portions of the application */
26 /* Initialize the Be Application, if it's not already started */
29 /* Quit the Be Application, if there's nothing left to do */
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QPEApp.h 24 /* Handle the QPE application loop */
26 /* Initialize the QPE Application, if it's not already started */
29 /* Quit the QPE Application, if there's nothing left to do */
  /frameworks/base/docs/html/training/cloudsync/
index.jd 15 covers syncing data with the cloud using your own back-end web application, and
17 installing your application on a new device.
24 <dd>Learn how to integrate the Backup API into your Android Application, so
  /frameworks/base/test-runner/src/android/test/mock/
MockApplication.java 19 import android.app.Application;
23 * A mock {@link android.app.Application} class. All methods are non-functional and throw
27 public class MockApplication extends Application {
  /hardware/ti/wpan/
README 5 bt_sco_app - Command line application to send PCM configuruations to WL12xx chip(optional)
8 fmradio - Stack and Command line application for FM on WiLink chipsets
12 kfmapp/ - V4L2 FM application to be used with V4L2 drivers for FM on WL.
  /ndk/build/core/
main.mk 43 # Read all application configuration files
45 # Each 'application' must have a corresponding Application.mk file
68 You can also add new applications by writing an Application.mk file.)
70 See docs/APPLICATION-MK.TXT for details.)
84 # Check that all apps listed in APP have an Application.mk
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
93 Missing file: apps/$(_app)/Application.mk !)\
103 The NDK could not find a proper application description under apps/*/Application.mk
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstallerMain.java 46 "application/x-pkcs12",
47 "application/x-x509-ca-cert",
48 "application/x-x509-user-cert",
49 "application/x-x509-server-cert",
50 "application/x-pem-file",
51 "application/pkix-cert"
122 if ("application/x-pkcs12".equals(mimeType)) {
124 } else if ("application/x-x509-ca-cert".equals(mimeType)
125 || "application/x-x509-user-cert".equals(mimeType)
126 || "application/x-x509-server-cert".equals(mimeType
    [all...]
  /packages/apps/Gallery/tests/
AndroidManifest.xml 20 <application>
22 </application>
31 android:label="Tests for Camera application."/>
  /packages/apps/LegacyCamera/tests/
AndroidManifest.xml 22 <application>
24 </application>
38 android:label="Tests for Camera application."/>
  /packages/providers/PartnerBookmarksProvider/
AndroidManifest.xml 20 <!-- We add an application tag here just to indicate the authorities -->
21 <application>
24 </application>
  /packages/services/Telephony/src/com/android/phone/
PhoneApp.java 19 import android.app.Application;
24 * Top-level Application class for the Phone app.
26 public class PhoneApp extends Application {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Processes_Suite.py 18 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """application - The Processes Suite host program """
48 applications = application
51 """application process - A process launched from an application file """
54 """application file - a reference to the application file from which this process was launched """
74 """accepts high level events - Is the process high-level event aware (accepts open application, open document, print document, and quit)? """
123 application._superclassnames = []
128 application._privpropdict =
    [all...]

Completed in 779 milliseconds

<<21222324252627282930>>