OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:schemes
(Results
1 - 25
of
33
) sorted by null
1
2
/cts/tests/tests/provider/src/android/provider/cts/
MediaStoreIntentsTest.java
71
final String[]
schemes
= new String[] {
local
76
for (String scheme :
schemes
) {
88
final String[]
schemes
= new String[] {
local
94
for (String scheme :
schemes
) {
106
final String[]
schemes
= new String[] {
local
112
for (String scheme :
schemes
) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntentFilter.java
18
List<String>
schemes
= new ArrayList<String>();
field in class:ShadowIntentFilter
62
schemes
.add(scheme);
67
return
schemes
.get(index);
/external/chromium-trace/trace-viewer/third_party/webapp2/
webapp2.py
869
#: Sequence of allowed URI
schemes
. If not set, all
schemes
are allowed.
870
schemes
= None
variable in class:Route
880
schemes
=None):
941
:param
schemes
:
942
A sequence of URI
schemes
, e.g., ``['http']`` or ``['https']``.
943
If set, the route will only match requests with these
schemes
[
all
...]
/frameworks/base/core/java/android/content/
IntentFilter.java
71
* you must also specify one or more
schemes
that it is associated with.
73
* one or more
schemes
it is associated with.
109
* formal RFC
schemes
!</em> You should thus always use lower case letters
110
* for your
schemes
.
113
* the Intent's data scheme specific part <em>and</em> one of the data
schemes
in the filter
120
* the Intent's data authority <em>and</em> one of the data
schemes
in the filter
552
* that it handles *only* http: or https:
schemes
. This is a requirement for
565
// Now allow only the
schemes
"http" and "https"
572
// If we're specifically trying to ensure that there are no non-web
schemes
588
// 1) onlyWebSchemes and no non-web
schemes
were found, i.e success; o
1263
final ArrayList<String>
schemes
= mDataSchemes;
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar
/external/robolectric/lib/main/
httpclient-4.0.3.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar
/prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar
/prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
Completed in 652 milliseconds
1
2