Searched defs:use (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp5 * you may not use this file except in compliance with the License.
83 void Program::use() { function in class:android::Program
88 // TODO: maybe use a local cache
93 // TODO: maybe use a local cache
105 // use a fixed size instead
/frameworks/base/libs/hwui/
H A DProgram.cpp5 * you may not use this file except in compliance with the License.
143 // use a fixed size instead
163 // This offset value is based on an assumption that some hardware may use as
185 void Program::use() { function in class:android::uirenderer::Program
/frameworks/minikin/tools/
H A Dmk_hyb_file.py6 # you may not use this file except in compliance with the License.
92 def use(self, ix): member in class:Freelist
216 nodes.use(ix)
219 edges.use(ix)
221 edges.use(ix + s)
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImpl.cpp5 * you may not use this file except in compliance with the License.
231 audio_unique_id_t AudioPolicyService::AudioPolicyClient::newAudioUniqueId(audio_unique_id_use_t use) argument
233 return AudioSystem::newAudioUniqueId(use);
/frameworks/base/core/java/android/view/
H A DPointerIcon.java5 * you may not use this file except in compliance with the License.
239 public static void setUseLargeIcons(boolean use) { argument
240 sUseLargeIcons = use;
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp5 * you may not use this file except in compliance with the License.
397 audio_unique_id_t AudioSystem::newAudioUniqueId(audio_unique_id_use_t use) argument
401 return af->newAudioUniqueId(use);
H A DIAudioFlinger.cpp6 ** you may not use this file except in compliance with the License.
622 virtual audio_unique_id_t newAudioUniqueId(audio_unique_id_use_t use) argument
626 data.writeInt32((int32_t) use);
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java5 * you may not use this file except in compliance with the License.
47 * <li>NARROW_COLUMNS makes all columns no wider than the screen if possible. Only use
113 * @hide Only for use by WebViewProvider implementations
129 * specific behavior, use cached resources when they are available
153 * Don't use the cache, load from the network.
159 * Don't use the network, load from the cache.
199 * strongly advised to use this mode.
213 * are recommended to use {@link #MIXED_CONTENT_NEVER_ALLOW}.
276 * Sets whether the WebView should use its built-in zoom mechanisms. The
278 * displayed over the WebView's content, and the use o
562 setUseDoubleTree(boolean use) argument
625 setUseWideViewPort(boolean use) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp6 ** you may not use this file except in compliance with the License.
188 for (unsigned use = AUDIO_UNIQUE_ID_USE_UNSPECIFIED; use < AUDIO_UNIQUE_ID_USE_MAX; use++) {
190 mNextUniqueIds[use] = AUDIO_UNIQUE_ID_USE_MAX;
502 // If pid is already in the mClients wp<> map, then use that entry
981 ALOGW("setStreamVolume() pid %d cannot use internal stream type %d", caller, stream);
1236 // but we use a copy from proposed in case config changes from the call.
1640 // methods, use the initial values provided by the HAL as the current
2105 // It is to use
2318 newAudioUniqueId(audio_unique_id_use_t use) argument
2484 nextUniqueId(audio_unique_id_use_t use) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2819 milliseconds