HomeSort by relevance Sort by last modified time
    Searched full:multiple (Results 401 - 425 of 3575) sorted by null

<<11121314151617181920>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BarrierConsumer.java 50 * interrupted. This method should not be called multiple times.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
PaletteFactory.java 66 // Do not use the MarqueeToolEntry since we don't support multiple selection.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 17 # generic messages that could be used by multiple classes
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ApkSettings.java 23 * Settings for multiple APK generation.
  /external/webkit/WebCore/dom/
SelectElement.cpp 76 if (!element->renderer() || !data.multiple())
274 if (!foundSelected && (data.usesMenuList() || (!data.multiple() && optionElement->selected()))) {
277 } else if (foundSelected && !data.multiple() && optionElement->selected()) {
318 if (!data.multiple())
476 if (!successful && !data.multiple() && data.size() <= 1 && items.size()) {
503 if (selectedOption && !data.multiple())
686 bool shiftSelect = data.multiple() && mouseEvent->shiftKey();
687 bool multiSelect = data.multiple() && multiSelectKeyPressed && !mouseEvent->shiftKey();
700 // If we're not in any special multiple selection mode, then deselect all other items, excluding the clicked option.
714 // If we're doing a single selection, or a multiple selection (using cmd or ctrl), then initialize the anchor index to the listIndex that just got cli (…)
    [all...]
  /bootable/recovery/minzip/
Log.h 9 // The output will be correct when the log file is shared between multiple
10 // threads and/or multiple processes so long as the operating system
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
AVTPartXPath.java 93 * object itself can be simultaneously invoked from multiple threads.
123 * can be simultaneously invoked from multiple threads.
  /development/simulator/app/
MessageStream.h 132 * This may be used from multiple threads simultaneously. Blocking on
133 * the read pipe from multiple threads will have unpredictable behavior.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
async_queues.sgml 18 structures, as they can be used simultaneously from multiple threads
54 g_async_queue_unlock()) over multiple queue accessing
patterns.sgml 21 When multiple strings must be matched against the same pattern, it is
82 to provide the reversed string to avoid multiple constructions thereof in
  /external/bluetooth/glib/gobject/
gvaluecollector.h 74 * @var_args: the va_list variable; it may be evaluated multiple times
134 * @var_args: the va_list variable; it may be evaluated multiple times
  /external/dropbear/
README 6 which performs multiple tasks, to save disk space)
28 user. Beware of editors that split the key into multiple lines.
  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mul2add.c 30 @param kA What to multiple A by
32 @param kB What to multiple B by
  /external/dropbear/libtommath/
bn_fast_mp_invmod.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_fast_mp_montgomery_reduce.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_invmod_slow.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_is_square.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_karatsuba_mul.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_prime_next_prime.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_toom_sqr.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
  /external/elfutils/
TODO 150 specify another section. mcs can take multiple -n
151 options to allow for specification of multiple sec-
  /external/icu4c/layout/
KernTable.cpp 60 * multiple subtables, only the first will be used. If this turns out to
70 * TODO: support multiple subtables
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 104 "received multiple payload type %d.\n",
115 "received multiple payload type %d.\n",
  /external/jpeg/
jcapistd.c 27 * multiple datastreams from the same compression object. Since prior runs
73 * when using a multiple-scanline buffer.
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_queue.h 51 ** There may be multiple data available when this is called. There will
55 ** param (in) aQueue: originating queue, in case multiple queues share an observer.

Completed in 1077 milliseconds

<<11121314151617181920>>