Searched refs:it (Results 76 - 100 of 103) sorted by relevance

12345

/frameworks/base/opengl/libs/
H A DAndroid.mk69 # make sure we depend on egl.cfg, so it gets installed
/frameworks/base/cmds/stagefright/
H A Dstagefright.cpp338 // Ignore the first time since it includes some setup
887 for (List<IOMX::ComponentInfo>::iterator it = list.begin();
888 it != list.end(); ++it) {
889 printf("%s\t Roles: ", (*it).mName.string());
890 for (List<String8>::iterator itRoles = (*it).mRoles.begin() ;
891 itRoles != (*it).mRoles.end() ; ++itRoles) {
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp374 DrmSupportInfo::FileSuffixIterator it = info.getFileSuffixIterator(); local
375 while (it.hasNext()) {
376 String8 value = it.next();
562 DrmInfo::KeyIterator it = pDrmInfo->keyIterator(); local
566 while (it.hasNext()) {
567 String8 key = it.next();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java200 // before we decide it's never going to come up for real.
204 // before we decide it's never going to come up for real, when the process was
205 // started with a wrapper for instrumentation (such as Valgrind) because it
226 // How long we allow a receiver to run before giving up on it.
236 // How long a service needs to be running until it will start back at
241 // a service is killed before it has run for SERVICE_RESET_RUN_DURATION.
250 // we consider it non-essential and allow its process to go on the
293 * those after it are waiting for the top to finish..
346 * a minimum amount of time; they are removed from it when they are
348 * time it wa
[all...]
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp355 // SurfaceTexture gets destroyed before all the clients are done using it,
615 * footprint minus the opaque regions above it.
622 * visible regions above it (which includes the translucent areas).
673 * something -- which mean it may have been exposed.
948 Region::const_iterator it = transparent.begin(); member in namespace:__anon1224
951 while (it != end) {
952 const Rect& r(*it++);
1020 Region::const_iterator it = mDirtyRegion.begin();
1022 while (it != end) {
1023 const Rect& r = *it
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s45 ; * so that it points to the current byte in the bit
47 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s45 ; * so that it points to the current byte in the bit
47 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java99 boolean zombie; // if we're in safe mode, don't prune this just because nobody references it
110 boolean zombie; // if we're in safe mode, don't prune this just because nobody references it
395 // it's gone or going away, abruptly drop the callback connection
473 // tell the provider that it's ready
537 // Add it to the mapping of RemoteViewsService to appWidgetIds so that we can determine
576 Iterator<Pair<Integer, Intent.FilterComparison>> it =
578 while (it.hasNext()) {
579 final Pair<Integer, Intent.FilterComparison> key = it.next();
585 it.remove();
641 Iterator<FilterComparison> it
[all...]
H A DIntentResolver.java168 IteratorWrapper(Iterator<F> it) { argument
169 mI = it;
329 * "stopped," that is whether it should not be included in the result
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp164 * if this method is called from the WindowManager's process, it means
166 * a Surface (data), so we create it here.
167 * If we don't have a SurfaceControl, it means we're in a different
209 // This test is conservative and it would be better to compare the ISurfaces
678 SkRegion::Iterator it(*nativeRegion);
679 while (!it.done()) {
680 const SkIRect& r(it.rect());
682 it.next();
749 // we reassign the surface only if it's a different one
801 // available we let it parce
[all...]
H A Dandroid_view_GLES20Canvas.cpp431 SkRegion::Iterator it(*region);
432 while (!it.done()) {
433 const SkIRect& r = it.rect();
435 it.next();
746 // enabled, 0 otherwise. On old emulator versions it will be undefined.
/frameworks/base/media/libmedia/
H A DIOMX.cpp433 for (List<ComponentInfo>::iterator it = list.begin();
434 it != list.end(); ++it) {
435 ComponentInfo &cur = *it;
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java624 it = mPendingBroadcasts.entrySet().iterator();
626 while (it.hasNext() && i < size) {
627 HashMap.Entry<String, ArrayList<String>> ent = it.next();
965 Slog.w(TAG, "Cannot dexopt " + paths[i] + "; is it an APK or JAR? "
989 Slog.w(TAG, "Cannot dexopt " + lib + "; is it an APK or JAR? "
996 // code, so don't dexopt it to avoid the resulting log spew.
1009 // Skip the file if we alrady did it.
1013 // Skip the file if it is not a type we want to dexopt.
1133 // allow... it would be nice to have some better way to handle
1267 // Read permissions from .../etc/permissions/platform.xml last so it wil
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java118 * broadcasts, and other operations on it as the activity
1453 * @param compInfo the compability info. It will use the default compatibility info when it's
1967 // we are back active so skip it.
1990 // paused, because it needs to be visible but isn't in the
1994 // is displayed), and then pausing it. However, in this case
1996 // and such) because the activity manager assumes it can just
1997 // retain the current state it has.
2080 // we are back active so skip it.
2139 // Instantiate a BackupAgent and tell it that it'
[all...]
/frameworks/base/core/java/android/util/
H A DJsonReader.java192 * We decode literals directly out of this buffer, so it must be at least as
241 * Configure this parser to be be liberal in what it accepts. By default,
244 * parser to lenient causes it to ignore the following syntax errors:
266 * Returns true if this parser is liberal in what it accepts.
273 * Consumes the next token from the JSON stream and asserts that it is the
281 * Consumes the next token from the JSON stream and asserts that it is the
289 * Consumes the next token from the JSON stream and asserts that it is the
297 * Consumes the next token from the JSON stream and asserts that it is the
324 * Returns the type of the next token without consuming it.
382 * consumes it
[all...]
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs16 <span class="it" style="display:none">Nozioni di base su Android</span>
27 <span class="it" style="display:none">Che cos'รจ Android?</span>
37 <span class="it" style="display:none">Concetti fondamentali sulle applicazioni</span>
45 <!-- quick overview of what it's like to develop on Android -->
55 <span class="it" style="display:none">Argomenti relativi al framework</span>
518 <span class="it" style="display:none">Sviluppo</span>
713 <span class="it" style="display:none">Pubblicazione</span>
727 <span class="it" style="display:none">Preparativi per la pubblicazione</span>
738 <span class="it" style="display:none">Firma delle applicazioni</span>
750 <span class="it" styl
[all...]
/frameworks/base/docs/html/resources/
H A Dresources-data.js72 en: 'Android offers a very powerful and yet easy-to-use message type called an intent. You can use intents to turn applications into high-level libraries and make code modular and reusable. While it is nice to be able to make use of a loosely coupled API, there is no guarantee that the intent you send will be received by another application. This article describes a technique you can use to find out whether the system contains any application capable of responding to the intent you want to use.'
132 en: 'This article provides an overview of GLSurfaceView, a class that makes it easy to implement 2D or 3D OpenGL rendering inside of an Android application.'
202 en: 'Live wallpapers are richer, animated, interactive backgrounds that users can display in their home screens. Learn how to create a live wallpaper and bundle it in an application that users can install on their devices.'
242 en: 'Quick Search Box (QSB) is a powerful, system-wide search framework. QSB makes it possible for users to quickly and easily find what they\'re looking for, both on their devices and on the web. This article discusses how to work with the QSB framework to add new search results for an installed application.'
382 en: 'The Android SDK includes a tool called zipalign that optimizes the way an application is packaged. Running zipalign against your application enables Android to interact with it more efficiently at run time and thus has the potential to make it and the overall system run faster. This article provides a high-level overview of the zipalign tool and its use.'
507 en: 'An application that demonstrates how to create a live wallpaper and bundle it in an application that users can install on their devices.'
537 en: 'An image gallery application that demonstrates a variety of new APIs in Android 3.0 (Honeycomb). In addition to providing a tablet-optimized design, it also supports handsets running Android 4.0 (Ice Cream Sandwich) and beyond, so is a good example of how to reuse Fragments to support different screen sizes.'
H A Dresources_toc.cs252 <span class="en">Putting it All Together: Wireframing the Example App</span>
272 <span class="it" style="display:none">Codice di esempio</span>
296 <span class="it" style="display:none">Esercitazioni</span>
319 <span style="display:none" class="it"></span>
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java325 * Used as a buffer for reading in data from /proc/wakelocks before it is processed and added
854 * The total time at which the timer was acquired, to determine if it
1565 // We don't include the system UID, because it so often
1584 // We don't include the system UID, because it so often
2726 Iterator<Map.Entry<String, Wakelock>> it = mWakelockStats.entrySet().iterator();
2727 while (it.hasNext()) {
2728 Map.Entry<String, Wakelock> wakelockEntry = it.next();
2731 it.remove();
2738 Iterator<Map.Entry<Integer, Sensor>> it = mSensorStats.entrySet().iterator();
2739 while (it
[all...]
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c822 * Encrypts the given character and writes it to the output buffer.
856 * Matches binary-encoded content data and encrypts it, while looking out for the close delimiter.
883 // The current character isn't part of the delimiter. Write it to the output buffer.
924 * Matches base64-encoded content data and encrypts it, while looking out for the close delimiter.
1120 // The encrypted session key is used as the CTR-mode nonce, so it must be at least
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java361 * Crop the input video to fit it with the output video resolution.
541 /** Input audio track is not AMR-NB, so it can't be mixed with output. */
636 /** The file cannot be opened/ written into as it is locked */
974 * File format of the clip, it can be:
1400 * File format of the clip, it can be:
1560 * the output clip. Set it to <code>0</code> to let the class ignore
2802 final Iterator<MediaItem> it = mediaItemsList.iterator();
2803 while (it.hasNext()) {
2804 final MediaItem t = it.next();
3807 // copy it int
[all...]
/frameworks/base/media/libstagefright/
H A DACodec.cpp1141 List<sp<AMessage> >::iterator it = queue.begin(); local
1142 while (it != queue.end()) {
1143 onMessageReceived(*it++);
H A DOMXCodec.cpp543 // violates it...
2204 List<int64_t>::iterator it = mDecodingTimeList.begin(); local
2205 int64_t timeUs = *it;
2210 mDecodingTimeList.erase(it);
2570 // need to change the display, skip it.
2637 // wasn't of importance to them, i.e. it may be that just the
2785 // them has made it to the display. This allows the OMX
2895 // Cancel the buffer if it belongs to an ANativeWindow.
3321 // to use it to signal EOS to the codec.
3359 // giving it t
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java453 // just means to skip this app so don't make a fuss about it.
508 // can trust it... we'll just use the AndroidManifest.xml
1008 // If it's not a string, it's an integer.
1019 // If it's not a string, it's an integer.
1057 // If the code matches, it definitely targets this SDK.
1790 // note: application meta-data is stored off to the side, so it can
1792 // it can be large)
2772 /* Now try it a
[all...]
/frameworks/base/services/input/
H A DInputDispatcher.cpp79 // before considering it stale and dropping it.
195 for (SkRegion::Iterator it(region); !it.done(); it.next()) {
201 const SkIRect& rect = it.rect();
282 // been pressed. When it expires, we preempt dispatch and drop all other pending events.
294 // for will never arrive. Stop waiting for it.
321 // Throttle the entry if it is a move event and there are no
322 // other events behind it i
[all...]

Completed in 676 milliseconds

12345