/external/opencore/codecs_v2/video/avc_h264/common/include/ |
avcapi_common.h | 143 /** In/Out: Coded width of the luma component, it has to be multiple of 16. */ 146 /** In/Out: Coded height of the luma component, must be multiple of 16. */
|
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset7.h | 868 * A test case to test if the player engine can handle multiple pause-resume requests with media IO for sinks 908 iTestCaseName = _STRLIT_CHAR("MIONode Multiple Pause-Resume"); [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
lcentry.h | 310 uint8 ClcStatus; /* Multiple CLCSEs (RAN) */ 311 int32 ClcTmrSqcNumber; /* Multiple CLCSEs (RAN) */
|
/external/openssl/crypto/engine/ |
eng_ctrl.c | 268 * multiple ENGINEs and only require a change of ENGINE id 306 * multiple ENGINEs and only require a change of ENGINE id
|
/external/ppp/pppd/plugins/radius/ |
radiusclient.h | 32 #define AUTH_PASS_LEN (3 * 16) /* multiple of 16 */ 70 #define MAX_SECRET_LENGTH (3 * 16) /* MUST be multiple of 16 */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audiocvt.c | 859 /* Convert rate up by multiple of 2 */ 897 /* Convert rate up by multiple of 2, for stereo */ 940 /* Convert rate up by multiple of 2, for quad */ 996 /* Convert rate up by multiple of 2, for 5.1 */ 1063 /* Convert rate down by multiple of 2 */ 1098 /* Convert rate down by multiple of 2, for stereo */ 1136 /* Convert rate down by multiple of 2, for quad */ 1179 /* Convert rate down by multiple of 2, for 5.1 */ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/nto/ |
SDL_nto_audio.c | 475 buffer size must be a multiple of fragment size, so find closest multiple)
|
/external/quake/quake/src/QW/server/ |
server.h | 86 // multiple signon messages are kept 124 // this prevents malicious multiple broadcasts
|
/external/skia/include/core/ |
SkTypes.h | 173 /** Returns x rounded up to a multiple of 2 176 /** Returns x rounded up to a multiple of 4
|
/external/strace/ |
NEWS | 76 * Display multiple ioctl name matches on Linux. 182 * by default the output for multiple processes now goes into one file
|
/external/tcpdump/ |
print-igmp.c | 159 /* Minimum len is 16, and should be a multiple of 4 */ 216 /* Minimum len is 12, and should be a multiple of 4 */
|
print-wb.c | 49 * Multiple drawing ops can be sent in one packet. Each one starts on a 50 * an even multiple of DOP_ALIGN bytes, which must be a power of two.
|
/external/webkit/JavaScriptCore/API/ |
JSValueRef.h | 260 A value may be protected multiple times and must be unprotected an equal number of times before becoming eligible for garbage collection. 269 @discussion A value may be protected multiple times and must be unprotected an
|
/external/webkit/WebCore/plugins/ |
PluginPackage.cpp | 85 // Sort plug-ins that allow multiple instances first. 175 // Because a single process cannot create multiple VMs, and we cannot reliably unload a
|
/external/webkit/WebCore/rendering/ |
RenderMediaControlsChromium.cpp | 124 // FIXME: Draw multiple ranges if there are multiple buffered ranges.
|
/external/webkit/WebKit/chromium/src/ |
ContextMenuClientImpl.cpp | 97 // First select from selectedText to check for multiple word selection. 102 // Don't provide suggestions for multiple words.
|
WebSearchableFormData.cpp | 96 if (select->multiple() || select->size() > 1) { 192 // This form has multiple fields; don't treat it as searchable.
|
/frameworks/base/core/java/android/gesture/ |
Gesture.java | 37 * A gesture is a hand-drawn shape on a touch screen. It can have one or multiple strokes. 101 * Calculates the total length of the gesture. When there are multiple strokes in
|
/frameworks/base/core/java/android/view/ |
KeyEvent.java | 156 * {@link #getAction} value: multiple duplicate key events have 381 * Called when multiple down/up pairs of the same key have occurred 418 * initial down) or event count for multiple events. 440 * initial down) or event count for multiple events. 464 * initial down) or event count for multiple events. 493 * initial down) or event count for multiple events. 862 * down starting at 0 and counting up from there. For multiple key [all...] |
/frameworks/base/core/tests/coretests/src/android/view/ |
MenuTest.java | 83 //TODO: expand this test case to do multiple groups, 205 // Multiple non-exlusive checkable items
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerStressHostTests.java | 30 * Set of tests that verify host side stress scenarios (large apps, multiple upgrades, etc.) 137 * Stress test to verify that we can update an app multiple times on the SD card.
|
/frameworks/base/docs/html/guide/topics/manifest/ |
activity-element.jd | 19 android:<a href="#lmode">launchMode</a>=["multiple" | "singleTop" | 118 a lot of state (such as multiple open tabs) that users would not like to lose. 168 Any or all of the following strings are valid values for this attribute. Multiple values are 358 multiple times. The instances can belong to any task and can be located 422 activity can run in multiple processes, allowing the system to create instances 491 multiple processes. 634 value. Setting multiple values in either group — multiple [all...] |
/frameworks/base/docs/html/guide/topics/providers/ |
content-providers.jd | 83 ContentProvider. But it can communicate with multiple ContentResolver objects 162 multiple data sets (multiple tables) exposes a separate URI for each one. All 399 contain only one value. Otherwise, it can contain multiple values. 636 To delete multiple rows, call <code>{@link 777 form of the MIME type for a single record and another for multiple records. 791 <li><p>For multiple records: {@code vnd.android.cursor.dir/vnd.<em>yourcompanyname.contenttype</em>}</p> [all...] |
/frameworks/base/docs/html/sdk/ |
OLD_RELEASENOTES.jd | 184 <li>Starting with this release, Android .apk files must be cryptographically signed, or the system will reject them upon installation. The purpose of this requirement is to securely and uniquely identify developers, so that the system can -- for example -- safely let multiple .apk files signed by the same developer share resources. 300 <li>Support for managing multiple devices has been integrated into DDMS. This should make it easier to debug applications that are run on multiple device scenarios.</li> 319 <li>ADT also contains the same support for multiple devices that has been introduced into DDMS.</li> 371 <li>Now supports multiple emulators on one host computer. Please note that you need to use the <code>-data</code> option when starting secondary emulators, to allow those instances to save their data across sessions. Also, DDMS does not yet support debugging on multiple emulators yet. </li> 419 <li>917399: On Windows, running multiple emulator consoles can result in unexpected behavior when simulating incoming telephone calls. 511 <p>On Windows, running multiple emulator consoles can result in unexpected behavior when simulating incoming telephone calls.</p>
|
android-1.6-highlights.jd | 70 effective, and consistent way for users to search across multiple sources—such as 85 enables users to select multiple photos for deletion.</p>
|