OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:application
(Results
426 - 450
of
12067
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/ControllerSample/
AndroidManifest.xml
13
<
application
27
</
application
>
/development/samples/CrossCompatibility/
AndroidManifest.xml
11
<
application
android:icon="@drawable/icon" android:label="@string/app_name">
20
</
application
>
/development/samples/SoftKeyboard/
AndroidManifest.xml
3
<
application
android:label="@string/ime_name">
18
</
application
>
/development/samples/ToyVpn/
_index.html
1
<p>ToyVPN is a sample
application
that shows how to build a VPN client using the <a href="../../../reference/android/net/VpnService.html">VpnService</a> class introduced in API level 14.</p>
3
<p>This
application
consists of an Android client and a sample implementation of a server. It performs IP over UDP and is capable of doing seamless handover between different networks as long as it receives the same VPN parameters.</p>
/development/samples/USB/AdbTest/
AndroidManifest.xml
7
<
application
>
22
</
application
>
/development/samples/USB/MissileLauncher/
AndroidManifest.xml
7
<
application
>
24
</
application
>
/development/samples/Vault/
AndroidManifest.xml
5
<
application
19
</
application
>
/development/samples/devbytes/animation/ListViewCellInsertion/
AndroidManifest.xml
9
<
application
android:label="@string/app_name" android:icon="@drawable/ic_launcher">
17
</
application
>
/development/samples/devbytes/animation/ListViewDraggingAnimation/
AndroidManifest.xml
8
<
application
android:label="@string/app_name" android:icon="@drawable/ic_launcher">
16
</
application
>
/development/samples/devbytes/animation/ListViewExpandingCells/
AndroidManifest.xml
8
<
application
android:label="@string/app_name" android:icon="@drawable/ic_launcher">
16
</
application
>
/development/samples/devbytes/graphics/FoldingLayout/
AndroidManifest.xml
10
<
application
android:label="@string/app_name" android:icon="@drawable/ic_launcher">
18
</
application
>
/development/samples/devbytes/graphics/ImagePixelization/
AndroidManifest.xml
8
<
application
android:label="@string/app_name" android:icon="@drawable/ic_launcher">
16
</
application
>
/development/tutorials/MoarRam/
AndroidManifest.xml
7
<
application
21
</
application
>
/external/antlr/antlr-3.4/runtime/ActionScript/project/
.actionScriptProperties
21
<
application
path="Antlr3Runtime.as"/>
22
<
application
path="Antlr3Test.mxml"/>
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/
Antlr3Test.mxml
2
<mx:
Application
xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" creationComplete="onCreationComplete()">
33
</mx:
Application
>
/external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper_delegate.h
21
// Notification that a user's request to install an
application
has completed.
25
// Notification when an
application
programmatically requests installation.
/external/chromium_org/base/mac/
launch_services_util.h
19
// Launches the
application
bundle at |bundle_path|, passing argv[1..] from
23
//
application
's main process if the app was successfully launched.
/external/chromium_org/chrome/app/
chrome_main_mac.h
18
// based on the running
application
. The base bundle ID is the outer browser
19
//
application
's bundle ID even when running in a non-browser (helper)
/external/chromium_org/chrome/browser/ui/extensions/
application_launch.h
48
// The profile to load the
application
from.
54
// The container type to launch the
application
in.
63
// If non-empty, use override_url in place of the
application
's launch url.
66
// If non-empty, use override_boudns in place of the
application
's default
71
//
application
.
79
// Opens the
application
, possibly prompting the user to re-enable it.
82
// Open the
application
in a way specified by |params|.
87
// and shortcuts that open an installed
application
. This function
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/
README.txt
1
This directory contains an example of chrome
application
that uses native
2
messaging API that allows to communicate with a native
application
.
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
ApplicationData.java
18
* A utility class to do operations on the
application
data directory, such as clearing the
19
*
application
data.
30
* Clear all files in target contexts
application
directory, except the directory 'lib'.
40
* @return Whether clearing the
application
data was successful.
65
* Find the absolute path of the
application
data directory for the given target context.
71
* @return the absolute path of the
application
data directory.
79
* Remove all files and directories under the given
application
directory, except 'lib'.
81
* @param appDir the
application
directory to remove.
/external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/
ContentLinkerTestApplication.java
7
import android.app.
Application
;
13
public class ContentLinkerTestApplication extends
Application
{
/external/chromium_org/content/test/data/npapi/
create_instance_in_paint.html
18
<embed type="
application
/vnd.npapi-test"
34
obj.setAttribute('type', '
application
/vnd.npapi-test');
multiple_instances_sync_calls.html
22
<embed type="
application
/vnd.npapi-test"
29
<embed type="
application
/vnd.npapi-test"
plugin_thread_async_call.html
23
<embed type="
application
/vnd.npapi-test"
32
<embed type="
application
/vnd.npapi-test"
Completed in 1112 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>