OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keep
(Results
3176 - 3200
of
11137
) sorted by null
<<
121
122
123
124
125
126
127
128
129
130
>>
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h
267
/* Used to
keep
track of if it is first or second part of 60 msec packet */
464
// Flag to
keep
track of initializations, lower & upper-band
/frameworks/base/core/java/android/net/http/
Headers.java
44
* indicate HTTP 1.1 connection
keep
alive
97
//
keep
any headers that require direct access in a presized
/frameworks/base/core/java/android/view/
ViewStub.java
127
* {@link #NO_ID} if the inflated view should
keep
its id.
141
* {@link #NO_ID} if the inflated view should
keep
its id.
/frameworks/base/docs/html/google/gcm/
c2dm.jd
82
<p>C2DM and GCM are not interoperable. For example, you cannot post notifications from GCM to C2DM registration IDs, nor can you use C2DM registration IDs as GCM registration IDs. From your server-side application, you must
keep
keep
track of whether a registration ID is from C2DM or GCM and use the proper endpoint. </p>
/frameworks/base/docs/html/google/play/billing/
gp-purchase-status-api.jd
48
<p>If you plan to use the Purchase Status API,
keep
in mind that:</p>
125
<p>
Keep
in mind that users will want the ability to use your app at any time, including
/frameworks/base/docs/html/google/play-services/
setup.jd
81
-
keep
class * extends java.util.ListResourceBundle {
85
-
keep
public class com.google.android.gms.common.internal.safeparcel.SafeParcelable {
/frameworks/base/docs/html/guide/topics/media/
mediaplayer.jd
85
<li><strong>Wake Lock Permission</strong> - If your player application needs to
keep
the screen
156
principle. However, it's important to
keep
in mind that a few more things are
182
<p>Another aspect of a {@link android.media.MediaPlayer} that you should
keep
in mind is
210
<p>Always
keep
<a href='{@docRoot}images/mediaplayer_state_diagram.gif'>the state diagram</a>
537
all audio playback, but you can
keep
your resources because you will probably get
573
// Lost focus for a short time, but it's ok to
keep
playing
581
<p>
Keep
in mind that the audio focus APIs are available only with API level 8 (Android 2.2)
636
amount of system resources, so you should
keep
it only for as long as you need and call
[
all
...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureTarget.java
76
* RENDERMODE_FIT:
Keep
aspect ratio and fit without cropping. May
78
* RENDERMODE_FILL_CROP:
Keep
aspect ratio and fit without black
/frameworks/base/services/java/com/android/server/location/
LocationFudger.java
80
// The goal is to iterate on the previous offset, but
keep
100
* to
keep
cosine(MAX_LATITUDE) to a non-zero value, so that we avoid
/frameworks/native/include/gui/
ConsumerBase.h
115
//
keep
per slot. If it is overridden, the derived class's implementation
127
// state they
keep
(as opposed to per-slot state). If it is overridden,
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java
62
* class that represents ASN.1 Validity notation may
keep
values
177
* So now Validity class must
keep
all values in Time object
/libcore/luni/src/main/java/org/xml/sax/
HandlerBase.java
93
* method in a subclass if they wish to
keep
track of the notations
112
* method in a subclass to
keep
track of the unparsed entities
/ndk/docs/text/
CPLUSPLUS-SUPPORT.text
166
Please
keep
in mind that the static library variant of a given C++ runtime
198
If you use the shared library variant of a given C++ runtime,
keep
in mind
/ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl
10
# [-
keep
]
155
# Check to see if we have Purify errors. If so,
keep
the logfile.
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertUtils.java
102
* listeners when a reminder should be fired. The provider will
keep
309
Log.d(TAG, "SharedPrefs key " + key + ":
keep
(" + ageInDays +
/packages/apps/Camera/src/com/android/camera/
CameraActivity.java
126
// We
keep
the last known orientation. So if the user first orient
141
CameraHolder.instance().
keep
();
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DateUtils.java
254
// today. If the day is a leap year,
keep
going until we get the next leap year anniversary
261
// Otherwise,
keep
going until we find the next leap year (this is not guaranteed
/packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java
123
* @param useAudio true if
keep
the audio track from the source.
124
* @param useVideo true if
keep
the video track from the source.
/packages/apps/Settings/res/values/
arrays.xml
373
<!-- Always
keep
Wi-Fi on when screen turns off. -->
375
<!--
Keep
Wi-Fi on when screen turns off and plugged in. When on battery, go to sleep when screen turns off. -->
377
<!-- Do not
keep
Wi-Fi on when screen turns off. -->
384
<!-- Always
keep
Wi-Fi on when screen turns off. -->
386
<!--
Keep
Wi-Fi on when screen turns off and plugged in. When on battery, go to sleep when screen turns off. -->
388
<!-- Do not
keep
Wi-Fi on when screen turns off, for Wi-Fi-only devices, no other data connection -->
640
<item>
keep
awake</item>
687
<item>
Keep
awake</item>
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java
70
// This is for compatibility to
keep
the same subtype ids as pre-JellyBean.
277
// layout set in sLocaleAndExtraValueToKeyboardLayoutSetMap to
keep
it compatible with
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MainLogBuffer.java
45
* To balance these requirements (
keep
history so user can edit, flush history so it does not pile
66
//
Keep
consistent with switch statement in Statistics.recordPublishabilityResultCode()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java
207
// to
keep
these tests as pinpoint as possible and avoid bringing it too many dependencies,
208
// but
keep
them in mind if something breaks. Commenting them out as is should work.
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
StringUtilsTests.java
254
// TODO: ideally this would not look like a URL, but to
keep
down the complexity of the
257
// TODO: ideally this would not look like a URL, but to
keep
down the complexity of the
/packages/inputmethods/PinyinIME/jni/include/
atomdictbase.h
30
* A returned MileStoneHandle object should
keep
alive until Function
113
* Used to extend in this dictionary. The handle returned should
keep
valid
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
context.h
84
* whether or not it needs to
keep
an object around in case the library is
105
* client will not wait for the server to complete the request. To
keep
Completed in 2091 milliseconds
<<
121
122
123
124
125
126
127
128
129
130
>>