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

<<11121314151617181920>>

  /external/e2fsprogs/misc/
blkid.8.in 73 option. If there are multiple devices that match the specified search
99 It is possible to specify multiple
140 give multiple
fsck.8.in 73 The exit code returned when multiple file systems are checked
95 operations. This is a good idea if you are checking multiple
189 system initialization file, instead of multiple commands for checking
208 If there are multiple filesystems with the same pass number,
210 multiple filesystem checks on the same physical disk.
223 not to use this configuration if they need to avoid multiple filesystem
327 is generally a bad idea to use this option if multiple fsck's are being
  /external/freetype/include/freetype/
ftbitmap.h 140 /* line (a.k.a. the `pitch') a multiple of `alignment'. */
147 /* alignment :: The pitch of the bitmap is a multiple of this */
157 /* It is possible to call @FT_Bitmap_Convert multiple times without */
  /external/openssl/android.testssl/
testssl 139 echo test tls1 with 1024bit anonymous DH, multiple handshakes
146 echo test tls1 with 1024bit RSA, no DHE, multiple handshakes
152 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
  /external/skia/src/core/
SkMemory_stdlib.cpp 32 // size this (as a multiple of 4) so that the total offset to the internal data
33 // is at least a multiple of 8 (since some clients of our malloc may require
58 // data goes here. The offset to this point must be a multiple of 8
  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 211 // tolerate multiple calls to close()
224 * is detached from the underlying stream. This prevents multiple
255 * multiple notifications to the watcher.
284 * multiple notifications to the watcher.
320 // tolerate multiple calls
  /external/iptables/extensions/
libipt_string.c 183 "Can't specify multiple --from");
190 "Can't specify multiple --to");
197 "Can't specify multiple --algo");
204 "Can't specify multiple --string");
216 "Can't specify multiple --hex-string");
  /external/opencore/codecs_v2/utilities/colorconvert/include/
cczoomrotationbase.h 55 * 5. all the starting address MUST be multiple of 4, which is normally the case.
56 * 4. the dest pitch MUST be multiple of 4
98 * always has width and height to be multiple of 16 pixels but the actual size may be not.
102 * for multiple of 16).
124 * and/or srcBuf address are not word-aligned (multiple of 4).
  /external/opencore/protocols/http_parcom/src/
string_keyvalue_store.h 48 // (2) support simplified link list. This is mainly used for multiple same header field cases (i.e. same field key, but multiple field
196 // when there might be a key with multiple values
214 // for one key multiple value cases.
298 // storage for multiple field values with the same field key
  /external/webkit/WebCore/html/
HTMLSelectElement.cpp 68 DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-multiple"));
70 return m_data.multiple() ? selectMultiple : selectOne;
353 void HTMLSelectElement::setMultiple(bool multiple)
355 setAttribute(multipleAttr, multiple ? "" : 0);
392 setSelectedIndex(index, !m_data.multiple());
  /external/guava/src/com/google/common/collect/
ImmutableSortedSet.java 127 * their natural ordering. When multiple elements are equivalent according to
140 * their natural ordering. When multiple elements are equivalent according to
153 * their natural ordering. When multiple elements are equivalent according to
166 * their natural ordering. When multiple elements are equivalent according to
182 * their natural ordering. When multiple elements are equivalent according to
249 * their natural ordering. When multiple elements are equivalent according to
282 * their natural ordering. When multiple elements are equivalent according to
302 * the given {@code Comparator}. When multiple elements are equivalent
320 * the given {@code Comparator}. When multiple elements are equivalent
479 * multiple times to build multiple sets in series. Each se
    [all...]
  /bootable/diskinstaller/libdiskconfig/
diskconfig.c 42 uint32_t multiple = 1; local
55 multiple <<= 10;
58 multiple <<= 10;
72 if (multiple > 1) {
78 if (multiple > 1024)
79 multiple >>= 10;
80 *plen *= multiple;
  /external/dropbear/libtommath/
tommath.out 2 \BOOKMARK [1][-]{section.1.1}{Multiple Precision Arithmetic}{chapter.1}
3 \BOOKMARK [2][-]{subsection.1.1.1}{What is Multiple Precision Arithmetic?}{section.1.1}
4 \BOOKMARK [2][-]{subsection.1.1.2}{The Need for Multiple Precision Arithmetic}{section.1.1}
5 \BOOKMARK [2][-]{subsection.1.1.3}{Benefits of Multiple Precision Arithmetic}{section.1.1}
25 \BOOKMARK [1][-]{section.2.2}{What is a Multiple Precision Integer?}{chapter.2}
35 \BOOKMARK [2][-]{subsection.2.6.3}{Multiple Integer Initializations and Clearings}{section.2.6}
131 \BOOKMARK [1][-]{section.9.2}{Least Common Multiple}{chapter.9}
  /packages/apps/IM/src/com/android/im/imps/
PtsPrimitiveSerializer.java 100 // workaround for multiple elements
302 // 2. Use special tags for multiple values of this presence, eg. ClientInfo
305 // multiple values. eg. CommCap has adapted this way. -> ExtMultiValue
307 // condition 2: multiple value
334 // condition 3: extended multiple value
382 // TODO: Add more supported extended multiple presence here
387 // TODO: Add supported extended multiple presence here
  /system/core/libdiskconfig/
diskconfig.c 42 uint32_t multiple = 1; local
55 multiple <<= 10;
58 multiple <<= 10;
72 if (multiple > 1) {
78 if (multiple > 1024)
79 multiple >>= 10;
80 *plen *= multiple;
  /external/webkit/WebCore/wml/
WMLSelectElement.cpp 58 DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-multiple"));
60 return m_data.multiple() ? selectMultiple : selectOne;
312 m_defaultOptionIndices.append((unsigned) !m_data.multiple());
319 if (!m_data.multiple()) {
350 if (m_data.multiple()) {
351 // Spec: If the 'name' attribute is specified and the select is a multiple-choice element,
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
ISO9797Alg3Mac.java 70 * @param macSizeInBits the size of the MAC in bits, must be a multiple of 8.
91 * @param macSizeInBits the size of the MAC in bits, must be a multiple of 8.
101 throw new IllegalArgumentException("MAC size must be multiple of 8");
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
InsertFunctionalityTest.java 235 * @tests InsertFunctionalityTest#testInsert5(). Inserts multiple rows using
241 notes = "Functionality test: Inserts multiple rows using UNION ALL",
247 notes = "Functionality test: Inserts multiple rows using UNION ALL",
  /external/ipsec-tools/src/racoon/
proposal.h 42 * B. proposal. this will point to multiple (A) items (order is important
44 * this covers multiple proposal on a packet if proposal # is the same.
148 /* (multiple tranform case) */
  /external/opencore/codecs_v2/video/m4v_h263/dec/include/
pvm4vdecoder.h 57 This function takes the compressed bitstreams of a multiple layer video and decodes the next YUV 4:2:0 frame to
60 bitstream is decoded into this passed YUV buffer. The unpadded (non-multiple of 16) size of the frame can be
65 layer after consuming a frame worth of data from a particular layer. This is useful if multiple frame data is
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4lib_int.h 87 uint timeInc_offset; /* timeInc offset for multiple VOP in a packet */
208 /* Data used to facilitate multiple layer decoding. 05/04/2000 */
245 int displayWidth; /* Handle image whose size is not a multiple of 16. */
  /external/opencore/protocols/http_parcom/include/
http_composer.h 81 * For HTTP, there is a typical situation where multiple same fields can be set at the same time, for example, field "Pragma". The
82 * user can set all the implementation specifics for one "Pragma", or multiple "Pragma". So by default, if we run into the same
98 * Note that this API can get called in multiple times, and any time.
  /external/openssl/crypto/des/
enc_read.c 83 * used on multiple files.
167 * we make sure that we have read a multiple of 8 bytes from the net.
201 /* >output is a multiple of 8 byes, if len < rnum
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 30 * lists, possibly spanning multiple screens. These preferences will
39 * shown on multiple screens) via XML. For these reasons, it is recommended to
48 * The preference hierarchy can be formed in multiple ways:
  /frameworks/base/core/java/android/webkit/
Network.java 47 * static and can exist over multiple activities, thus over multiple
68 * SSL error handler: takes care of synchronization of multiple async

Completed in 502 milliseconds

<<11121314151617181920>>