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

<<11121314151617181920>>

  /external/valgrind/main/docs/internals/
directory-structure.txt 8 1. Multiple tools, plus the core.
9 2. Multiple architectures, OSes, and platforms (arch/OS combinations).
20 Some subdirs of coregrind/ hold modules that consist of multiple files.
  /external/webkit/Source/WebCore/html/
HTMLSelectElement.cpp 68 DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-multiple"));
70 return m_data.multiple() ? selectMultiple : selectOne;
115 // The select element has no placeholder label option if it has an attribute "multiple" specified or a display size of non-1.
123 // The default display size is 1 for non-multiple select elements, and 4 for multiple select elements.
125 // Finally, if size() == 0 and non-multiple, the display size can be assumed as 1.
126 if (multiple() || size() > 1)
150 if (!multiple())
435 void HTMLSelectElement::setMultiple(bool multiple)
438 setAttribute(multipleAttr, multiple ? "" : 0)
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateLuma.c 33 * srcStep -reference frame step, in bytes; must be a multiple of roi.width
34 * dstStep -destination frame step, in bytes; must be a multiple of
59 * srcStep or dstStep is not a multiple of 8.
  /external/freetype/include/freetype/
t1tables.h 56 /* structures in order to support Multiple Master fonts. */
66 /* Note that for Multiple Master fonts, each instance has its own */
115 /* Note that for Multiple Master fonts, each instance has its own */
191 /* Multiple Masters fonts. */
239 /* maximum number of Multiple Masters designs, as defined in the spec */
242 /* maximum number of Multiple Masters axes, as defined in the spec */
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnPropertyValue.pl 114 multiple lines.
127 multiple lines.
141 multiple lines.
153 multiple lines.
165 multiple lines.
168 multiple lines.
  /frameworks/base/docs/html/guide/topics/manifest/
compatible-screens-element.jd 25 contain multiple <code>&lt;screen&gt;</code> elements. Each <code>&lt;screen&gt;</code> element
42 Multiple Screens</a>, in order to provide complete support for multiple screens, by adding
86 href="{@docRoot}guide/practices/screens_support.html#range">Supporting Multiple Screens</a>.</p>
98 href="{@docRoot}guide/practices/screens_support.html#range">Supporting Multiple Screens</a>.</p>
140 href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple Screens</a></dd>
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 59 * This test simply verifies that the system is able to perform multiple
86 * This test simply verifies that the system is able to perform multiple
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_selection_controller.js 132 if (sm.multiple)
137 if (sm.multiple)
140 if (sm.multiple && (cr.isMac ? e.metaKey :
154 if (sm.multiple)
209 if (sm.multiple && e.keyCode == 65 &&
221 sm.setIndexSelected(leadIndex, !selected || !sm.multiple);
260 if (sm.multiple)
272 if (sm.multiple)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
options.js 7 //Contains true if multiple calendar option is checked, false otherwise.
14 * Sets the value of multiple calendar checkbox based on value from
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_memory_multi.c 15 Hash (multiple buffers) memory helper, Tom St Denis
19 Hash multiple (non-adjacent) blocks of memory at once.
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_memory_multi.c 16 f9 support, process multiple blocks of memory, Tom St Denis
22 f9 multiple blocks of memory
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_memory_multi.c 16 HMAC support, process multiple blocks of memory, Tom St Denis/Dobes Vandermeer
22 HMAC multiple blocks of memory to produce the authentication tag
  /external/dropbear/libtomcrypt/src/mac/omac/
omac_memory_multi.c 16 OMAC1 support, process multiple blocks of memory, Tom St Denis
22 OMAC multiple blocks of memory
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_memory_multi.c 16 PMAC implementation, process multiple blocks of memory, by Tom St Denis
22 PMAC multiple blocks of memory
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_memory_multi.c 16 XCBC support, process multiple blocks of memory, Tom St Denis
22 XCBC multiple blocks of memory
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_high_digs.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_add_d.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_div_2d.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_div_d.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_dr_reduce.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_exptmod.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_gcd.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_mul_2.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_mul_2d.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision
bn_mp_prime_miller_rabin.c 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis
5 * LibTomMath is a library that provides multiple-precision

Completed in 202 milliseconds

<<11121314151617181920>>