Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/native/libs/binder/
DAndroid.mk16 sources := \
44 LOCAL_SRC_FILES := $(sources)
51 LOCAL_SRC_FILES := $(sources)
/frameworks/base/docs/html/distribute/
Dopen.jd51 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/
Dgl_frame.cpp206 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/
DLiveSession.cpp1151 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/
Dpublishing_overview.jd184 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/
DREADME4 This directory contains the sources of such players.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java281 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/
Dsetting-up.jd18 <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 …]
Doverview.jd61 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/
DTextUtils.java826 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/
DInputDevice.java349 int productId, String descriptor, boolean isExternal, int sources, int keyboardType, in InputDevice() argument
359 mSources = sources; in InputDevice()
/frameworks/support/v13/
Dbuild.gradle78 classifier = 'sources'
/frameworks/base/docs/html/sdk/
Dexploring.jd62 <td>{@code &lt;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/
Dandroid-2.0-highlights.jd91 additional data sources.</li>
102 <li>Sync support for contacts from multiple data sources including Exchange.
Dandroid-1.6-highlights.jd71 effective, and consistent way for users to search across multiple sources&mdash;such as
/frameworks/av/cmds/stagefright/
Dstagefright.cpp504 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/
Dindex.jd59 <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/
DREADME14 original sources as comments of the form "DEBUGGER: " and "CHECK: ".
/frameworks/support/v4/
Dbuild.gradle119 classifier = 'sources'
/frameworks/base/docs/html/training/displaying-bitmaps/
Dload-bitmap.jd50 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/
DEventLogTags.logtags117 # Value of "unknown sources" setting at app install time
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd444 {@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/
DDoxyfile185 # 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/
DGsmMmiCode.java1223 String sources[] = {"{0}", "{1}", "{2}"}; in makeCFQueryResultMessage() local
1275 return TextUtils.replace(template, sources, destinations); in makeCFQueryResultMessage()
/frameworks/base/docs/html/guide/faq/
Dsecurity.jd78 users only download and install software from known sources.</p>

123