Home
last modified time | relevance | path

Searched full:app (Results 1 – 25 of 4530) sorted by relevance

12345678910>>...182

/external/python/cpython2/PC/VS7.1/
Dpython.iss51 ; Default install dir; value of {app} later (unless user overrides).
76 UninstallDisplayIcon={app}\pyc.ico
107 Source: LICENSE.txt; DestDir: {app}; CopyMode: alwaysoverwrite
108 Source: README.txt; DestDir: {app}; CopyMode: alwaysoverwrite
109 Source: News.txt; DestDir: {app}; CopyMode: alwaysoverwrite
110 Source: *.ico; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
112 Source: python.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
113 Source: pythonw.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
114 Source: w9xpopen.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
117 Source: DLLs\tcl83.dll; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: tk
[all …]
/external/toolchain-utils/binary_search_tool/ndk/
DTeapot.tar.gz
/external/autotest/server/cros/tradefed/tradefed_utils_unittest_data/
DCtsAppTestCases.txt24 03-26 16:14:03 D/InstrumentationTest: Collecting test info for android.app.cts on device chromeos2-…
25 …jur/includes.txt -e debug false -e log true -e timeout_msec 300000 android.app.cts/android.support…
26 …ur/includes.txt -e debug false -e log false -e timeout_msec 300000 android.app.cts/android.support…
27 03-26 16:14:09 D/ModuleListener: ModuleListener.testRunStarted(android.app.cts, 321)
29 03-26 16:14:09 D/ModuleListener: ModuleListener.testStarted(android.app.backup.cts.BackupAgentHelpe…
30 03-26 16:14:09 D/ModuleListener: ModuleListener.testEnded(android.app.backup.cts.BackupAgentHelperT…
31 …porter: [1/321 x86 CtsAppTestCases chromeos2-row8-rack4-host19:22] android.app.backup.cts.BackupAg…
32 03-26 16:14:09 D/ModuleListener: ModuleListener.testStarted(android.app.backup.cts.BackupAgentTest#…
33 03-26 16:14:09 D/ModuleListener: ModuleListener.testEnded(android.app.backup.cts.BackupAgentTest#te…
34 …porter: [2/321 x86 CtsAppTestCases chromeos2-row8-rack4-host19:22] android.app.backup.cts.BackupAg…
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/app-route/
DREADME.md5 app-location.html app-route-converter-behavior.html app-route-converter.html app-route.html
15 …s](https://travis-ci.org/PolymerElements/app-route.svg?branch=master)](https://travis-ci.org/Polym…
18 ## <app-route>
20 `app-route` is an element that enables declarative, self-describing routing
21 for a web app.
23 > *n.b. app-route is still in beta. We expect it will need some changes. We're counting on your fee…
25 In its typical usage, a `app-route` element consumes an object that describes
31 Here is a basic example, when used with `app-location`:
34 <app-location route="{{route}}"></app-location>
35 <app-route
[all …]
Dapp-route-converter.html12 <link rel="import" href="./app-route-converter-behavior.html">
15 `app-route-converter` provides a means to convert a path and query
17 is to be fed into route-consuming elements such as `app-route`.
21 an app, please refer to [app-location](https://github.com/PolymerElements/app-route/blob/master/app
22 and [app-route](https://github.com/PolymerElements/app-route/blob/master/app-route.html).
25 `https://elements.polymer-project.org/elements/app-route-converter?foo=bar&baz=qux`
26 and should be passed to other `app-route` elements:
30 path: '/elements/app-route-converter',
38 that routing elements like `app-route` can intermediate changes to the query
39 params and choose whether to propagate them upstream or not. `app-route` for
[all …]
/external/pdfium/testing/resources/javascript/
Dapp_methods_expected.txt2 Alert: PASS: app.alert('message', 1, 2, 'title') = 0
4 Alert: PASS: app.alert({'cMsg': 'message', 'cTitle': 'title'}) = 0
6 Alert: PASS: app.alert({'cMsg': 'message', 'cTitle': 'title', 'nIcon': 3, 'nType': 4}) = 0
8 Alert: PASS: app.alert(undefined) = 0
10 Alert: PASS: app.alert(null) = 0
12 Alert: PASS: app.alert(true) = 0
14 Alert: PASS: app.alert(false) = 0
16 Alert: PASS: app.alert(42) = 0
18 Alert: PASS: app.alert([1, 2, 3]) = 0
20 Alert: PASS: app.alert([1, 2, {'color': 'red'}]) = 0
[all …]
Dapp_properties_expected.txt2 Alert: app.activeDocs is object [object global]
3 Alert: app.calculate is boolean true
4 Alert: app.formsVersion is number 7
5 Alert: ERROR: app.fs: Operation not supported.
6 Alert: ERROR: app.fullscreen: Operation not supported.
7 Alert: app.language is string ENU
8 Alert: ERROR: app.media: Operation not supported.
9 Alert: app.platform is string WIN
10 Alert: app.runtimeHighlight is boolean false
11 Alert: app.viewerType is string pdfium
[all …]
Dapp_methods.in37 expect("app.alert('message', 1, 2, 'title')", 0);
38 expect("app.alert({'cMsg': 'message', 'cTitle': 'title'})", 0);
39 expect("app.alert({'cMsg': 'message', 'cTitle': 'title', 'nIcon': 3, 'nType': 4})", 0);
40 expect("app.alert(undefined)", 0);
41 expect("app.alert(null)", 0);
42 expect("app.alert(true)", 0);
43 expect("app.alert(false)", 0);
44 expect("app.alert(42)", 0);
45 expect("app.alert([1, 2, 3])", 0);
46 expect("app.alert([1, 2, {'color': 'red'}])", 0);
[all …]
/external/python/google-api-python-client/docs/dyn/
Dandroidenterprise_v1.webapps.html79 <p class="firstline">Deletes an existing web app.</p>
82 <p class="firstline">Gets an existing web app.</p>
85 <p class="firstline">Creates a new web app for the enterprise.</p>
91 <p class="firstline">Updates an existing web app. This method supports patch semantics.</p>
94 <p class="firstline">Updates an existing web app.</p>
98 <pre>Deletes an existing web app.
102 webAppId: string, The ID of the web app. (required)
108 <pre>Gets an existing web app.
112 webAppId: string, The ID of the web app. (required)
117app created for an enterprise. Web apps are published to managed Google Play and can be distribute…
[all …]
Dandroidenterprise_v1.entitlements.html79 <p class="firstline">Removes an entitlement to an app for a user.</p>
88 <p class="firstline">Adds or updates an entitlement to an app for a user. This method supports patc…
91 <p class="firstline">Adds or updates an entitlement to an app for a user.</p>
95 <pre>Removes an entitlement to an app for a user.
100 …entitlementId: string, The ID of the entitlement (a product ID), e.g. "app:com.google.android.gm".…
111 …entitlementId: string, The ID of the entitlement (a product ID), e.g. "app:com.google.android.gm".…
116app. Entitlements are user specific, not device specific. This allows a user with an entitlement t…
118 …. As an option, you can also use the API to trigger the installation of an app on all a user's man…
120app is free, creating the entitlement also creates a group license for that app. For paid apps, cr…
122 … If an entitlement is deleted, the app may be uninstalled from a user's device. As a best practice…
[all …]
Ddrive_v2.apps.html79 <p class="firstline">Gets a specific app.</p>
86 <pre>Gets a specific app.
89 appId: string, The ID of the app. (required)
94 … a list of the apps that a user has installed, with information about each app's supported MIME ty…
98 …"useByDefault": True or False, # Whether the app is selected as the default handler for the types …
99 "installed": True or False, # Whether the app is installed.
100 "productUrl": "A String", # A link to the product listing for this app.
101 "shortDescription": "A String", # A short description of the app.
102 "id": "A String", # The ID of the app.
103 …"hasDriveWideScope": True or False, # Whether the app has drive-wide scope. An app with drive-wide…
[all …]
Dandroidenterprise_v1.installs.html79 <p class="firstline">Requests to remove an app from a device. A call to get or list will still show…
82 <p class="firstline">Retrieves details of an installation of an app on a device.</p>
88 <p class="firstline">Requests to install the latest version of an app to a device. If the app is al…
91 <p class="firstline">Requests to install the latest version of an app to a device. If the app is al…
95 …<pre>Requests to remove an app from a device. A call to get or list will still show the app as ins…
101 …installId: string, The ID of the product represented by the install, e.g. "app:com.google.android.…
107 <pre>Retrieves details of an installation of an app on a device.
113 …installId: string, The ID of the product represented by the install, e.g. "app:com.google.android.…
118 …{ # The existence of an Installs resource indicates that an app is installed on a particular devic…
120app on the device. If the user does not already have an entitlement for the app, then an attempt i…
[all …]
Dandroidmanagement_v1.enterprises.webApps.html79 <p class="firstline">Creates a web app.</p>
82 <p class="firstline">Deletes a web app.</p>
85 <p class="firstline">Gets a web app.</p>
94 <p class="firstline">Updates a web app.</p>
98 <pre>Creates a web app.
105 { # A web app.
106 …"name": "A String", # The name of the web app, which is generated by the server during creation in…
107 "icons": [ # A list of icons for the web app. Must have at least one element.
108 { # An icon for a web app. Supported formats are: png, jpg and webp.
112 …"title": "A String", # The title of the web app as displayed to the user (e.g., amongst a list of …
[all …]
Ddfareporting_v3_3.advertiserLandingPages.html111 "deepLinks": [ # Links that will direct the user to a mobile app, if installed.
113 …ileApp": { # Contains information about a mobile app. Used as a landing page deep link. # The mobi…
114 "directory": "A String", # Mobile app directory.
117 "id": "A String", # ID of this mobile app.
118 "title": "A String", # Title of this mobile app.
120 "appUrl": "A String", # The URL of the mobile app being linked to.
122 …ng", # The fallback URL. This URL will be served to users who do not have the mobile app installed.
147 "deepLinks": [ # Links that will direct the user to a mobile app, if installed.
149 …ileApp": { # Contains information about a mobile app. Used as a landing page deep link. # The mobi…
150 "directory": "A String", # Mobile app directory.
[all …]
Ddfareporting_v3_2.advertiserLandingPages.html111 "deepLinks": [ # Links that will direct the user to a mobile app, if installed.
113 …ileApp": { # Contains information about a mobile app. Used as a landing page deep link. # The mobi…
114 "directory": "A String", # Mobile app directory.
117 "id": "A String", # ID of this mobile app.
118 "title": "A String", # Title of this mobile app.
120 "appUrl": "A String", # The URL of the mobile app being linked to.
122 …ng", # The fallback URL. This URL will be served to users who do not have the mobile app installed.
147 "deepLinks": [ # Links that will direct the user to a mobile app, if installed.
149 …ileApp": { # Contains information about a mobile app. Used as a landing page deep link. # The mobi…
150 "directory": "A String", # Mobile app directory.
[all …]
Ddfareporting_v3_1.advertiserLandingPages.html111 "deepLinks": [ # Links that will direct the user to a mobile app, if installed.
113 …ileApp": { # Contains information about a mobile app. Used as a landing page deep link. # The mobi…
114 "directory": "A String", # Mobile app directory.
117 "id": "A String", # ID of this mobile app.
118 "title": "A String", # Title of this mobile app.
120 "appUrl": "A String", # The URL of the mobile app being linked to.
122 …ng", # The fallback URL. This URL will be served to users who do not have the mobile app installed.
147 "deepLinks": [ # Links that will direct the user to a mobile app, if installed.
149 …ileApp": { # Contains information about a mobile app. Used as a landing page deep link. # The mobi…
150 "directory": "A String", # Mobile app directory.
[all …]
/external/nos/host/generic/nugget/proto/
DBUILD76 "nugget/app/keymaster/Keymaster.client.cpp",
79 "nugget/app/keymaster/Keymaster.client.h",
82 "./nugget/app/keymaster",
95 "nugget/app/weaver/Weaver.client.cpp",
98 "nugget/app/weaver/Weaver.client.h",
101 "./nugget/app/weaver/",
114 "nugget/app/identity/Identity.client.cpp",
117 "nugget/app/identity/Identity.client.h",
120 "./nugget/app/identity/",
133 "nugget/app/avb/Avb.client.cpp",
[all …]
/external/expat/win32/
Dexpat.iss24 UninstallFilesDir={app}\Uninstall
36 Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe; DestDir: "{app}\Bin"
37 Flags: ignoreversion; Source: win32\MANIFEST.txt; DestDir: "{app}"
38 Flags: ignoreversion; Source: AUTHORS; DestDir: "{app}"; DestName: AUTHORS.txt
39 Flags: ignoreversion; Source: Changes; DestDir: "{app}"; DestName: Changes.txt
40 Flags: ignoreversion; Source: COPYING; DestDir: "{app}"; DestName: COPYING.txt
41 Flags: ignoreversion; Source: README.md; DestDir: "{app}"; DestName: README.txt
42 Flags: ignoreversion; Source: doc\*.html; DestDir: "{app}\Doc"
43 Flags: ignoreversion; Source: doc\*.css; DestDir: "{app}\Doc"
44 Flags: ignoreversion; Source: doc\*.png; DestDir: "{app}\Doc"
[all …]
/external/llvm-project/llvm/test/MC/AArch64/
Dinline-asm-modifiers.s9 //APP
12 //APP
15 //APP
18 //APP
21 //APP
24 //APP
42 //APP
45 //APP
59 //APP
62 //APP
[all …]
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.options1 nugget.app.keymaster.ImportWrappedKeyRequest.initialization_vector max_size:12
2 nugget.app.keymaster.ImportWrappedKeyRequest.gcm_tag max_size:16
3 nugget.app.keymaster.ImportWrappedKeyRequest.masking_key max_size:32
4 nugget.app.keymaster.SetRootOfTrustRequest.digest max_size:32
5 nugget.app.keymaster.SetBootStateRequest.public_key max_size:32
6 nugget.app.keymaster.SetBootStateRequest.boot_hash max_size:32
7 nugget.app.keymaster.ComputeSharedHmacRequest.hmac_sharing_params max_count:10
8 nugget.app.keymaster.ComputeSharedHmacResponse.sharing_check max_size:32
9 nugget.app.keymaster.DTupHandshakeRequest.nonce_client max_size:32
10 nugget.app.keymaster.DTupHandshakeResponse.nonce_citadel max_size:32
[all …]
/external/llvm/test/MC/AArch64/
Dinline-asm-modifiers.s9 //APP
12 //APP
15 //APP
18 //APP
21 //APP
24 //APP
42 //APP
45 //APP
59 //APP
62 //APP
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Dapp_ui_test.py21 resource-id="com.example.app:id/spinner"/>
29 resource-id="com.example.app:id/toolbar">
32 resource-id="com.example.app:id/actionbar_custom_view">
34 resource-id="com.example.app:id/actionbar_title" text="Primary"/>
36 resource-id="com.example.app:id/actionbar_search_button"/>
39 <node bounds="[0,178][576,1952]" resource-id="com.example.app:id/drawer">
41 resource-id="com.example.app:id/mini_drawer">
42 <node bounds="[40,254][104,318]" resource-id="com.example.app:id/avatar"/>
44 resource-id="com.example.app:id/image_view"/>
46 resource-id="com.example.app:id/image_view"/>
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java3 import static android.app.admin.DevicePolicyManager.ENCRYPTION_STATUS_ACTIVATING;
4 import static android.app.admin.DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE;
5 import static android.app.admin.DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE_DEFAULT_KEY;
6 import static android.app.admin.DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE_PER_USER;
7 import static android.app.admin.DevicePolicyManager.ENCRYPTION_STATUS_INACTIVE;
8 import static android.app.admin.DevicePolicyManager.ENCRYPTION_STATUS_UNSUPPORTED;
9 import static android.app.admin.DevicePolicyManager.STATE_USER_SETUP_COMPLETE;
10 import static android.app.admin.DevicePolicyManager.STATE_USER_SETUP_INCOMPLETE;
11 import static android.app.admin.DevicePolicyManager.STATE_USER_UNMANAGED;
24 import android.app.admin.DevicePolicyManager;
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_manifest.py30 'name': 'app',
32 'packages': ['app'],
62 'app.egg-info/PKG-INFO',
63 'app.egg-info/SOURCES.txt',
64 'app.egg-info/dependency_links.txt',
65 'app.egg-info/top_level.txt',
66 'app/__init__.py',
184 - app/
190 - app.js
191 - app.js.map
[all …]
/external/autotest/client/cros/multimedia/
Darc_resource.py43 """Class to manage microphone app in container."""
56 """Starts microphone app to start recording.
58 Starts microphone app. The app starts recorder itself after start up.
60 @raises: ArcMicrophoneResourceException if microphone app is not ready
66 'Microphone app is not ready yet.')
70 'Microphone app is already started.')
73 # each start of the app.
80 """Stops microphone app and gets recorded audio file from container.
82 Stops microphone app.
88 @raises: ArcMicrophoneResourceException if microphone app is not started
[all …]

12345678910>>...182