Searched defs:use (Results 1 - 11 of 11) 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/libaudioclient/
H A DAudioSystem.cpp5 * you may not use this file except in compliance with the License.
400 audio_unique_id_t AudioSystem::newAudioUniqueId(audio_unique_id_use_t use) argument
404 return af->newAudioUniqueId(use);
H A DIAudioFlinger.cpp6 ** you may not use this file except in compliance with the License.
626 virtual audio_unique_id_t newAudioUniqueId(audio_unique_id_use_t use) argument
630 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
114 * @hide Only for use by WebViewProvider implementations
130 * specific behavior, use cached resources when they are available
154 * Don't use the cache, load from the network.
160 * Don't use the network, load from the cache.
200 * strongly advised to use this mode.
214 * are recommended to use {@link #MIXED_CONTENT_NEVER_ALLOW}.
277 * Sets whether the WebView should use its built-in zoom mechanisms. The
279 * displayed over the WebView's content, and the use o
575 setUseDoubleTree(boolean use) argument
638 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.
163 for (unsigned use = AUDIO_UNIQUE_ID_USE_UNSPECIFIED; use < AUDIO_UNIQUE_ID_USE_MAX; use++) {
165 mNextUniqueIds[use] = AUDIO_UNIQUE_ID_USE_MAX;
570 // If pid is already in the mClients wp<> map, then use that entry
1047 ALOGW("checkStreamType() pid %d cannot use internal stream type %d", caller, stream);
1316 // but we use a copy from proposed in case config changes from the call.
1760 // methods, use the initial values provided by the HAL as the current
2252 // It is to use
2489 newAudioUniqueId(audio_unique_id_use_t use) argument
2709 nextUniqueId(audio_unique_id_use_t use) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java5 * you may not use this file except in compliance with the License.
1144 public void setUseIncreasedCollapsedHeight(boolean use) { argument
1145 mUseIncreasedCollapsedHeight = use;
1146 mNotificationInflater.setUsesIncreasedHeight(use);
1149 public void setUseIncreasedHeadsUpHeight(boolean use) { argument
1150 mUseIncreasedHeadsUpHeight = use;
1151 mNotificationInflater.setUsesIncreasedHeadsUpHeight(use);
1313 // All of the views in the list should have same translation, just use first one.
/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 406 milliseconds