Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 98) sorted by relevance

1234

/frameworks/base/core/java/android/net/
DLinkAddress.java72 private int scope; field in LinkAddress
114 private void init(InetAddress address, int prefixLength, int flags, int scope) { in init() argument
126 this.scope = scope; in init()
139 public LinkAddress(InetAddress address, int prefixLength, int flags, int scope) { in LinkAddress() argument
140 init(address, prefixLength, flags, scope); in LinkAddress()
152 this.scope = scopeForUnicastAddress(address); in LinkAddress()
174 this.scope = scopeForUnicastAddress(this.address); in LinkAddress()
185 public LinkAddress(String address, int flags, int scope) { in LinkAddress() argument
188 init(ipAndMask.first, ipAndMask.second, flags, scope); in LinkAddress()
219 this.scope == linkAddress.scope; in equals()
[all …]
/frameworks/av/drm/mediadrm/plugins/clearkey/
DDrmPlugin.cpp47 const Vector<uint8_t>& scope, in getKeyRequest() argument
61 sp<Session> session = mSessionLibrary->findSession(scope); in getKeyRequest()
69 const Vector<uint8_t>& scope, in provideKeyResponse() argument
72 sp<Session> session = mSessionLibrary->findSession(scope); in provideKeyResponse()
DDrmPlugin.h51 const Vector<uint8_t>& scope,
61 const Vector<uint8_t>& scope,
/frameworks/base/docs/html/google/play/billing/
Dbilling_reference.jd41 <th scope="col">Response Code</th>
42 <th scope="col">Value</th>
43 <th scope="col">Description</th>
102 <th scope="col">Key</th>
103 <th scope="col">Description</th>
160 <th scope="col">Key</th>
161 <th scope="col">Description</th>
187 <th scope="col">Field</th>
188 <th scope="col">Description</th>
280 <th scope="col">Key</th>
[all …]
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DLocalizeDependenciesTask.groovy198 println("dependency $dependency for $artifact . scope: ${dependency.scope}")
199 if ("provided".equals(dependency.scope)) {
203 if ("optional".equals(dependency.scope)) {
207 if ("test".equals(dependency.scope)) {
209 … println("${dependency} is test scope but including because $key is in direct dependencies")
/frameworks/base/docs/html-intl/intl/zh-cn/preview/
Ddownload.jd202 <th scope="col">Description</th>
203 <th scope="col">Download / Checksums</th>
237 <th scope="col">Device</th>
238 <th scope="col">Download / Checksums</th>
/frameworks/av/include/ndk/
DNdkMediaDrm.h201 media_status_t AMediaDrm_getKeyRequest(AMediaDrm *, const AMediaDrmScope *scope,
223 media_status_t AMediaDrm_provideKeyResponse(AMediaDrm *, const AMediaDrmScope *scope,
/frameworks/base/docs/html-intl/intl/zh-tw/preview/
Ddownload.jd202 <th scope="col">Description</th>
203 <th scope="col">Download / Checksums</th>
237 <th scope="col">Device</th>
238 <th scope="col">Download / Checksums</th>
/frameworks/base/docs/html-intl/intl/ko/preview/
Ddownload.jd203 <th scope="col">Description</th>
204 <th scope="col">Download / Checksums</th>
238 <th scope="col">Device</th>
239 <th scope="col">Download / Checksums</th>
/frameworks/base/docs/html-intl/intl/ru/preview/
Ddownload.jd202 <th scope="col">Description</th>
203 <th scope="col">Download / Checksums</th>
237 <th scope="col">Device</th>
238 <th scope="col">Download / Checksums</th>
/frameworks/base/docs/html-intl/intl/ja/preview/
Ddownload.jd203 <th scope="col">Description</th>
204 <th scope="col">Download / Checksums</th>
237 <th scope="col">Device</th>
238 <th scope="col">Download / Checksums</th>
/frameworks/data-binding/integration-tests/TestApp/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/data-binding/compiler/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/data-binding/developmentPlugins/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/data-binding/samples/BindingDemo/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/data-binding/developmentPlugins/bintrayPlugin/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/data-binding/integration-tests/IndependentLibrary/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/data-binding/integration-tests/App With Spaces/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/data-binding/gradlePlugin/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp276 media_status_t AMediaDrm_getKeyRequest(AMediaDrm *mObj, const AMediaDrmScope *scope, in AMediaDrm_getKeyRequest() argument
284 if (!mimeType || !scope || !keyRequest || !keyRequestSize) { in AMediaDrm_getKeyRequest()
289 if (!findId(mObj, *scope, iter)) { in AMediaDrm_getKeyRequest()
329 media_status_t AMediaDrm_provideKeyResponse(AMediaDrm *mObj, const AMediaDrmScope *scope, in AMediaDrm_provideKeyResponse() argument
335 if (!scope || !response || !responseSize || !keySetId) { in AMediaDrm_provideKeyResponse()
340 if (!findId(mObj, *scope, iter)) { in AMediaDrm_provideKeyResponse()
/frameworks/base/docs/html/guide/appendix/
Dg-app-intents.jd18 <th scope="col">Target Application</th>
19 <th scope="col">Intent URI</th>
20 <th scope="col">Intent Action</th>
21 <th scope="col">Result</th>
/frameworks/base/docs/html/guide/topics/ui/
Dcontrols.jd52 <th scope="col">Control Type</th>
53 <th scope="col">Description</th>
54 <th scope="col">Related Classes</th>
/frameworks/base/docs/html/ndk/guides/
Dstandalone_toolchain.jd41 <th scope="col">Architecture</th>
42 <th scope="col">Toolchain name</th>
119 <th scope="col">Architecture</th>
120 <th scope="col">Value</th>
194 <th scope="col">Toolchain</th>
195 <th scope="col">Value</th>
226 <th scope="col">Toolchain</th>
227 <th scope="col">Value</th>
310 <th scope="col">Host toolchain</th>
311 <th scope="col">Value</th>
[all …]

1234