HomeSort by relevance Sort by last modified time
    Searched full:multiple (Results 651 - 675 of 6800) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebKit/win/Interfaces/
IWebResourceLoadDelegatePrivate2.idl 46 multiple call backs.
  /frameworks/base/core/java/com/android/internal/util/
State.java 61 * is used for multiple states. But normally there is one class per
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
RecordedRequest.java 75 * HTTP connection may serve multiple requests, each request is assigned its
  /frameworks/base/libs/rs/
rsLocklessFifo.h 30 // will not require locking. It is not threadsafe for multiple
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ComputeTextureErrorBlock.c 48 * - SrcStep <= 0 or srcStep is not a multiple of 8.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16.c 39 * leftStep - Step of left pixel buffer; must be a multiple of 16.
40 * dstStep - Step of the destination buffer; must be a multiple of 16.
55 * dstStep < 16. or dstStep is not a multiple of 16.
56 * leftStep is not a multiple of 16.
  /frameworks/base/tests/CoreTests/android/core/
JniLibTest.java 33 * multiple classes include this line.
  /frameworks/ex/variablespeed/jni/
decode_buffer.h 28 // synchronization if you wish to use it from multiple threads.
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestTarget.java 26 * specifies a single method target for the test (but can be used multiple
TestTargetNew.java 26 * specifies a single method target for the test (but can be used multiple
  /libcore/luni/src/main/java/java/lang/reflect/
TypeVariable.java 22 * 'public interface A<T extends Number>'} or the multiple bounded {@code
  /libcore/luni/src/main/java/libcore/net/http/
RetryableOutputStream.java 27 * sent multiple times.
  /libcore/luni/src/test/java/libcore/java/util/
BitSetTest.java 98 private static int roundUp(int n, int multiple) {
99 return (n == 0) ? 0 : ((n + multiple - 1) / multiple) * multiple;
  /libcore/support/src/test/java/tests/http/
RecordedRequest.java 75 * HTTP connection may serve multiple requests, each request is assigned its
  /ndk/build/core/
setup-abi.mk 16 # this file is included multiple times by build/core/setup-app.mk
  /ndk/sources/host-tools/make-3.81/w32/subproc/
w32err.c 31 /* __declspec (thread) necessary if you will use multiple threads on MSVC */
  /packages/apps/Exchange/src/com/android/exchange/
PartRequest.java 41 // PartRequests are unique by their attachment id (i.e. multiple attachments might be queued
  /packages/apps/Protips/res/values-en-rGB/
arrays.xml 24 <item msgid="1000948398885889319">"Multiple Home screens."\n" Swipe left or right to switch. Drag items to other screens."</item>
  /packages/apps/Protips/res/values-it/
arrays.xml 24 <item msgid="1000948398885889319">"Schermate Home multiple."\n" Scorri a sinistra o a destra per passare da una all\'altra. Trascina elementi in altre schermate."</item>
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutPromoter.java 25 * from multiple sources.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecParserTests.java 210 assertParserError("Multiple bar", "a|b|c",
212 assertParserError("Multiple bar with label and code", "a|" + CODE_SETTINGS + "|c",
214 assertParserError("Multiple bar with icon and outputText", ICON_SETTINGS + "|b|c",
216 assertParserError("Multiple bar with icon and code",
  /packages/providers/DownloadProvider/tests/src/tests/http/
RecordedRequest.java 75 * HTTP connection may serve multiple requests, each request is assigned its
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchMessages.java 24 // generic messages that could be used by multiple classes
  /sdk/rule_api/src/com/android/ide/common/api/
IMenuCallback.java 23 * work of the action, and this level of indirection allows multiple actions (which
  /system/extras/ext4_utils/
sparse_format.h 23 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */

Completed in 302 milliseconds

<<21222324252627282930>>