/frameworks/native/libs/binder/ |
D | Android.mk | 16 sources := \ 44 LOCAL_SRC_FILES := $(sources) 51 LOCAL_SRC_FILES := $(sources)
|
/frameworks/base/docs/html/distribute/ |
D | open.jd | 51 installation from <a href="#unknown-sources">unknown sources</a> and have opened your 71 <a href="#unknown-sources">unknown sources</a>.</p> 83 <h2 id="unknown-sources">User Opt-In for Apps from Unknown Sources</h2> 88 apps from unknown sources." style="width:240px;" /> 90 <strong>Figure 2.</strong> Users must enable the <strong>Unknown sources</strong> 97 until the user opts-in <strong>Unknown sources</strong> in 99 the installation of applications from other sources, users need to enable the 100 Unknown sources setting on their devices, and they need to make this 105 applications from unknown sources.</p>
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_frame.cpp | 206 std::vector<const GLFrame*> sources; in CopyPixelsFrom() local 207 sources.push_back(frame); in CopyPixelsFrom() 208 GetIdentity()->Process(sources, this); in CopyPixelsFrom() 377 std::vector<const GLFrame*> sources; in ReadTexturePixels() local 378 sources.push_back(this); in ReadTexturePixels() 385 GetIdentity()->Process(sources, &target); in ReadTexturePixels()
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 1151 sp<AnotherPacketSource> sources[kMaxStreams]; in onChangeConfiguration3() local 1154 sources[j] = mPacketSources.valueFor(indexToType(j)); in onChangeConfiguration3() 1159 if (sources[kAudioIndex] != NULL || sources[kVideoIndex] != NULL in onChangeConfiguration3() 1160 || sources[kSubtitleIndex] != NULL) { in onChangeConfiguration3() 1162 sources[kAudioIndex], sources[kVideoIndex], sources[kSubtitleIndex]); in onChangeConfiguration3() 1189 sp<AnotherPacketSource> sources[kMaxStreams]; in onChangeConfiguration3() local 1194 sources[j] = mPacketSources.valueFor(indexToType(j)); in onChangeConfiguration3() 1197 sources[j]->clear(); in onChangeConfiguration3() 1201 sp<AMessage> meta = sources[j]->getLatestMeta(); in onChangeConfiguration3() 1214 sources[j] = mPacketSources2.valueFor(indexToType(j)); in onChangeConfiguration3() [all …]
|
/frameworks/base/docs/html/tools/publishing/ |
D | publishing_overview.jd | 184 installation from <a href="#unknown-sources">unknown sources</a> and has opened your 204 <a href="#unknown-sources">unknown sources</a>.</p> 216 <h2 id="unknown-sources">User Opt-In for Apps from Unknown Sources</h2> 221 apps from unknown sources." style="width:240px;" /> 223 <strong>Figure 2.</strong> Users must enable the <strong>Unknown sources</strong> 230 until the user opts-in <strong>Unknown sources</strong> in 232 the installation of applications from other sources, users need to enable the 233 Unknown sources setting on their devices, and they need to make this 238 applications from unknown sources.</p>
|
/frameworks/base/media/tests/players/ |
D | README | 4 This directory contains the sources of such players.
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 281 public void processMulti(TextureSource[] sources, RenderTarget target, int width, int height) { in processMulti() argument 284 checkTexCount(sources.length); in processMulti() 287 bindInputTextures(sources); in processMulti() 610 private void bindInputTextures(TextureSource[] sources) { in bindInputTextures() argument 611 for (int i = 0; i < sources.length; ++i) { in bindInputTextures() 616 sources[i].bind(); in bindInputTextures() 623 throw new RuntimeException("Shader does not seem to support " + sources.length in bindInputTextures()
|
/frameworks/base/docs/html/google/play/licensing/ |
D | setting-up.jd | 18 <li><a href="#add-library">Including the LVL library project sources in your 243 <li>The LVL sources, stored inside an Android library project. </li> 275 copying (or importing) the library sources directly into your existing 281 <h4>Moving the library sources to a new location</h4> 283 <p>Because you will be customizing the LVL sources to some extent, you should 284 make sure to <em>move or copy</em> the library sources (the entire 287 sources as your working set. If you are using a source-code management 288 system, add and track the sources that are in the working location rather 291 <p>Moving the library sources is important because when you later update the 317 compiled sources in their <code>.apk</code> files. In the context of licensing, [all …]
|
D | overview.jd | 61 library sources that you can include in your application project: the Google Market 172 <p>The LVL sources are provided as an Android <em>library project</em>, which 173 means that you can maintain a single set of library sources and share them
|
/frameworks/base/core/java/android/text/ |
D | TextUtils.java | 826 String[] sources, in replace() argument 830 for (int i = 0; i < sources.length; i++) { in replace() 831 int where = indexOf(tb, sources[i]); in replace() 834 tb.setSpan(sources[i], where, where + sources[i].length(), in replace() 838 for (int i = 0; i < sources.length; i++) { in replace() 839 int start = tb.getSpanStart(sources[i]); in replace() 840 int end = tb.getSpanEnd(sources[i]); in replace()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 349 int productId, String descriptor, boolean isExternal, int sources, int keyboardType, in InputDevice() argument 359 mSources = sources; in InputDevice()
|
/frameworks/support/v13/ |
D | build.gradle | 78 classifier = 'sources'
|
/frameworks/base/docs/html/sdk/ |
D | exploring.jd | 62 <td>{@code <sdk>/sources/}</td> 81 <td>A static library you can include in your app sources in order to use powerful 161 https://... sources to be fetched using http://..." </li>
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0-highlights.jd | 91 additional data sources.</li> 102 <li>Sync support for contacts from multiple data sources including Exchange.
|
D | android-1.6-highlights.jd | 71 effective, and consistent way for users to search across multiple sources—such as
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 504 Vector<sp<MediaSource> > &sources, bool syncInfoPresent) { in writeSourcesToMP4() 516 for (size_t i = 0; i < sources.size(); ++i) { in writeSourcesToMP4() 517 sp<MediaSource> source = sources.editItemAt(i); in writeSourcesToMP4()
|
/frameworks/base/docs/html/training/managing-audio/ |
D | index.jd | 59 <dd>Audio can be played from a number of sources. Learn how to find out where the audio is being
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 14 original sources as comments of the form "DEBUGGER: " and "CHECK: ".
|
/frameworks/support/v4/ |
D | build.gradle | 119 classifier = 'sources'
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | load-bitmap.jd | 50 decodeResource()}, etc.) for creating a {@link android.graphics.Bitmap} from various sources. Choose 166 <p>You can follow a similar process to decode bitmaps from other sources, by substituting the
|
/frameworks/base/services/java/com/android/server/ |
D | EventLogTags.logtags | 117 # Value of "unknown sources" setting at app install time
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 444 {@code sources/android/crazy_linker/README.TXT}.</li> 483 {@code sources/cxx-stl/stlport/stlport/stl/config/features.h}, line #311. For more 1001 {@code sources/android/cpufeatures/cpu-features.c} for use when auto-detection via 1037 sources that do not have a {@code .cpp} file extension.</li> 1161 See {@code sources/android/cpufeatures/cpu-features.h} for details.</li> 1585 <li>Moved {@code sources/cxx-stl/gnu-libstdc++/include} and {@code lib} to 1586 {@code sources/cxx-stl/gnu-libstdc++/4.6} when compiled with GCC 4.6, or 1587 {@code sources/cxx-stl/gnu-libstdc++/4.4.3} when compiled with GCC 4.4.3.</li> 1597 <li>Improved speed of {@code download-toolchain-sources.sh} by using the {@code 1642 <p>Unless you rely on architecture-specific assembly sources, such as ARM assembly [all …]
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 185 # sources only. Doxygen will then generate output that is more tailored for C. 192 # sources only. Doxygen will then generate output that is more tailored for 199 # sources only. Doxygen will then generate output that is more tailored for 205 # sources. Doxygen will then generate output that is tailored for 223 # to include (a tag file for) the STL sources as input, then you should 236 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. 486 # If the sources in your project are distributed over multiple directories 696 # be generated. Documented entities will be cross-referenced with these sources. 1162 # Note that which sources are shown also depends on other settings 1324 # evaluate all C-preprocessor directives found in the sources and include [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 1223 String sources[] = {"{0}", "{1}", "{2}"}; in makeCFQueryResultMessage() local 1275 return TextUtils.replace(template, sources, destinations); in makeCFQueryResultMessage()
|
/frameworks/base/docs/html/guide/faq/ |
D | security.jd | 78 users only download and install software from known sources.</p>
|