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

<<71727374757677787980>>

  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_quit.h 34 * An SDL_QUITEVENT is generated when the user tries to close the application
44 * handler in your application will override the default generation of
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_quit.h 34 * An SDL_QUITEVENT is generated when the user tries to close the application
44 * handler in your application will override the default generation of
  /external/chromium_org/net/third_party/nss/ssl/
ssl.h 124 /* mode where an SSL client will start sending application data before
132 * In addition to enabling this option, the application must register a
147 * and/or by the application setting the option SSL_CBC_RANDOM_IV to PR_FALSE.
512 ** or SECWouldBlock if the application will authenticate the certificate
517 ** authenticate certificate hook returns SECWouldBlock. If the application
549 * Prototype for SSL callback to get client auth data from the application.
550 * arg - application passed argument
565 * f - the application's callback that delivers the key and cert
566 * a - application specific data
572 * Prototype for SSL callback to get client auth data from the application,
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 54 * application discover available peers, setup connection to peers and query for the list of peers.
58 * <p> The API is asynchronous and responses to requests from an application are on listener
59 * callbacks provided by the application. The application needs to do an initialization with
62 * <p> Most application calls need a {@link ActionListener} instance for receiving callbacks
68 * <p> An application can initiate discovery of peers with {@link #discoverPeers}. An initiated
69 * discovery request from an application stays active until the device starts connecting to a peer
75 * <p> When an application needs to fetch the current list of peers, it can request the list
79 * <p> An application can initiate a connection request to a peer through {@link #connect}. See
91 * <p> With peer discovery using {@link #discoverPeers}, an application discovers the neighborin
    [all...]
  /development/samples/NotePad/
AndroidManifest.xml 17 <!-- Declare the contents of this Android application. The namespace
19 supplies a unique name for the application. When writing your
20 own application, the package name must be changed from "com.example.*"
27 <application android:icon="@drawable/app_notes"
94 define for our application, not a generic VIEW or EDIT
118 </application>
  /docs/source.android.com/src/accessories/
custom.jd 37 adb or audio protocol), you must provide an Android application that can detect the connection of
50 <li>If you are planning to build an Android application that communicates with your accessory
52 <a href="http://developer.android.com/tools/adk/adk2.html#src-download">application source code</a>
62 use it. You can also provide a secondary Android application that handles any specialized
72 <li>If you are planning to build an Android application that communicates with your accessory
74 <a href="http://developer.android.com/tools/adk/adk2.html#src-download">application source code</a>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
Messages.resx 22 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
42 Note - application/x-microsoft.net.object.binary.base64 is the format
46 mimetype: application/x-microsoft.net.object.binary.base64
51 mimetype: application/x-microsoft.net.object.soap.base64
56 mimetype: application/x-microsoft.net.object.bytearray.base64
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 157 ** Description BTIF storage API - Read HL application control block from NVRAM
169 ** Description BTIF storage API - Write HL application control block to NVRAM
181 ** Description BTIF storage API - Read HL application configuration from NVRAM
193 ** Description BTIF storage API - Write HL application configuration to NVRAM
205 ** Description BTIF storage API - Read HL application MDL configuration from NVRAM
217 ** Description BTIF storage API - Write HL application MDL configuration from NVRAM
  /external/chromium/chrome/browser/
background_contents_service.h 51 // Returns the BackgroundContents associated with the passed application id,
66 // Gets the parent application id for the passed BackgroundContents. Returns
67 // an empty string if no parent application found (e.g. passed
73 // shutdown if the parent application is uninstalled.
170 // Key: application id
171 // Value: BackgroundContentsInfo for the BC associated with that application
  /external/chromium_org/base/test/
test_support_ios.mm 20 // RunTestsFromIOSApp calls UIApplicationMain(), providing an application
22 // application:didFinishLaunchingWithOptions: to invoke the TestSuite's Run
46 - (BOOL)application:(UIApplication *)application
140 UIApplication* application = [UIApplication sharedApplication];
141 [application _terminateWithStatus:exitStatus];
  /external/chromium_org/chrome/browser/
app_controller_mac.h 32 // The application controller object, created by loading the MainMenu nib.
61 // If we're told to open URLs (in particular, via |-application:openFiles:| by
103 // Stop trying to terminate the application. That is, prevent the final browser
104 // window closure from causing the application to quit.
107 // Returns true if there is a modal window (either window- or application-
153 // different models of application lifetime.
  /external/chromium_org/chrome/browser/background/
background_contents_service.h 64 // Returns the BackgroundContents associated with the passed application id,
84 // Gets the parent application id for the passed BackgroundContents. Returns
85 // an empty string if no parent application found (e.g. passed
91 // shutdown if the parent application is uninstalled.
205 // Key: application id
206 // Value: BackgroundContentsInfo for the BC associated with that application
  /external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker.cc 135 // within the application. Then set the application to front.
138 ss << "tell application \"System Events\"\n"
150 // is still registered as owner to the application windows. As a
153 // workaround is that the application that we really wanted to set
154 // to front might be behind another X application.
  /external/chromium_org/third_party/openssl/openssl/crypto/
opensslv.h 41 * to what it was at application link time, while the minor number has to
42 * be greater or equal to what it was at application link time. With this
54 * library when linking an application is stored in the application to be
55 * matched at run time. When the application is run, a check is done to
56 * see if the library version stored in the application matches any of the
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
opensslv.h 41 * to what it was at application link time, while the minor number has to
42 * be greater or equal to what it was at application link time. With this
54 * library when linking an application is stored in the application to be
55 * matched at run time. When the application is run, a check is done to
56 * see if the library version stored in the application matches any of the
  /external/chromium_org/tools/stats_viewer/
OpenDialog.resx 22 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
43 Note - application/x-microsoft.net.object.binary.base64 is the format
47 mimetype: application/x-microsoft.net.object.binary.base64
52 mimetype: application/x-microsoft.net.object.soap.base64
57 mimetype: application/x-microsoft.net.object.bytearray.base64
  /external/chromium_org/tools/stats_viewer/Properties/
Resources.resx 22 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
43 Note - application/x-microsoft.net.object.binary.base64 is the format
47 mimetype: application/x-microsoft.net.object.binary.base64
52 mimetype: application/x-microsoft.net.object.soap.base64
57 mimetype: application/x-microsoft.net.object.bytearray.base64
  /external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
AttachDialog.resx 22 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
43 Note - application/x-microsoft.net.object.binary.base64 is the format
47 mimetype: application/x-microsoft.net.object.binary.base64
52 mimetype: application/x-microsoft.net.object.soap.base64
57 mimetype: application/x-microsoft.net.object.bytearray.base64
  /external/chromium_org/v8/tools/
profile_view.js 90 * @param {number} totalTime Amount of time that application spent in the
93 * @param {number} selfTime Amount of time that application spent in the
152 * @param {number} totalTime Amount of time that application spent in the
155 * @param {number} selfTime Amount of time that application spent in the
172 * Returns a share of the function's total time in application's total time.
181 * Returns a share of the function's self time in application's total time.
  /external/opencv/
README.rdoc 33 [OPENCV_ANDROID_ROOT]/Application.mk
44 Before attempting to run the VideoEmulator application, you must first copy this XML file into the emulator in the following location:
62 * Start the VideoEmulator - this runs the Android application that allows you to try out the various pieces implemented thus far
63 * Once the application comes up, you will have to configure for your machine address and port for the socket camera to work.
73 * Start the VideoEmulator - this runs the Android application that allows you to try out the various pieces implemented thus far
74 * Once the application comes up, you will have to configure for your machine address and port for the socket camera to work.
  /external/openssl/crypto/
opensslv.h 41 * to what it was at application link time, while the minor number has to
42 * be greater or equal to what it was at application link time. With this
54 * library when linking an application is stored in the application to be
55 * matched at run time. When the application is run, a check is done to
56 * see if the library version stored in the application matches any of the
  /external/openssl/include/openssl/
opensslv.h 41 * to what it was at application link time, while the minor number has to
42 * be greater or equal to what it was at application link time. With this
54 * library when linking an application is stored in the application to be
55 * matched at run time. When the application is run, a check is done to
56 * see if the library version stored in the application matches any of the
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlactiveevent.html 83 >SDL_ActiveEvent&nbsp;--&nbsp;Application visibility event structure</DIV
172 > if the application was iconified (<TT
228 > type activation event occurs when the application loses or gains keyboard focus. This usually occurs when another application is made active. Finally, a <TT
231 > type event occurs when the application is either minimised/iconified (<TT
244 >This event does not occur when an application window is first created.</P
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextWrapper.java 110 * Non-Android accessor to set the application name.
154 * Non-Android accessor that delegates to the application to consume and return the next {@code Intent} on the
164 * Non-Android accessor that delegates to the application to return (without consuming) the next {@code Intent} on
174 * Non-Android accessor that delegates to the application to consume and return the next {@code Intent} on the
184 * Non-android accessor that delefates to the application to clear the stack of started
201 * Non-Android accessor that delegates to the application to return the next {@code Intent} to stop
  /external/v8/tools/
profile_view.js 90 * @param {number} totalTime Amount of time that application spent in the
93 * @param {number} selfTime Amount of time that application spent in the
152 * @param {number} totalTime Amount of time that application spent in the
155 * @param {number} selfTime Amount of time that application spent in the
172 * Returns a share of the function's total time in application's total time.
181 * Returns a share of the function's self time in application's total time.

Completed in 2667 milliseconds

<<71727374757677787980>>