OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:multiple
(Results
701 - 725
of
6800
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/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}
/external/e2fsprogs/misc/
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/llvm/lib/Transforms/Utils/
LoopUnroll.cpp
78
//
multiple
duplicate (but guaranteed to be equal) entries for the
79
// incoming edges. This occurs when there are
multiple
edges from
115
/// branch instruction. However, if the trip count (and
multiple
) are not known,
177
DEBUG(dbgs() << " Trip
Multiple
= " << TripMultiple << "\n");
191
// If we know the trip count, we know the
multiple
...
197
// Figure out what
multiple
to use.
342
// If we know the trip count or a
multiple
of it, we can safely use an
/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
;
/frameworks/base/core/java/android/content/
ContentProvider.java
43
* data between
multiple
applications. For example, the contacts data is used by
multiple
45
*
multiple
applications you can use a database directly via
376
* this content provider. This method can be called from
multiple
398
* this content provider. This method can be called from
multiple
420
* this content provider. This method can be called from
multiple
485
* This method can be called from
multiple
threads, as described in
545
* or <code>vnd.android.cursor.dir/</code> for
multiple
items.
546
* This method can be called from
multiple
threads, as described in
565
* This method can be called from
multiple
threads, as described i
[
all
...]
/frameworks/base/docs/html/guide/appendix/
market-filters.jd
24
<li><a href="#MultiApks">Publishing
Multiple
APKs with Different Filters</a></li>
186
and <a href="{@docRoot}guide/practices/screens_support.html">Supporting
Multiple
247
requests
multiple
OpenGL-ES versions by specifying <code>openGlEsVersion</code>
multiple
times in the
412
<h2 id="MultiApks">Publishing
Multiple
APKs with Different Filters</h2>
414
<p>Some specific Android Market filters allow you to publish
multiple
APKs for the same
422
<p>Currently, Android Market allows you to publish
multiple
APKs for the same application only
444
you <em>cannot</em> publish
multiple
APKs for the same application if the APKs differ only based on
447
<p class="caution"><strong>Caution:</strong> Publishing
multiple
APKs for the same application is
449
APK that supports a wide range of device configurations</strong>. Publishing
multiple
APK
[
all
...]
/external/webkit/Source/WebCore/wml/
WMLSelectElement.cpp
64
DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-
multiple
"));
66
return m_data.
multiple
() ? selectMultiple : selectOne;
319
m_defaultOptionIndices.append((unsigned) !m_data.
multiple
());
326
if (!m_data.
multiple
()) {
357
if (m_data.
multiple
()) {
358
// Spec: If the 'name' attribute is specified and the select is a
multiple
-choice element,
/external/chromium/base/test/
test_file_util_win.cc
61
// If the file size isn't a
multiple
of kOneMB, we'll need special
75
// sector
multiple
, so we'll have to write the entire buffer with
105
// The size of the file isn't a
multiple
of 1 MB, so we'll have
/external/chromium/chrome/browser/autofill/
personal_data_manager_mac.mm
103
//
multiple
addresses. We replicate that information for each profile.
121
// Addresss information from the Address Book may span
multiple
lines.
165
// be
multiple
matching email addresses for a given label. We take the
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.cc
93
// Drop equal items, there may be
multiple
hits.
147
// Since |add_prefixes| can contain
multiple
copies of the same
205
// subs almost never happen (I think you'd need
multiple
collisions
/external/clang/test/Analysis/
malloc.c
85
// Allocating memory for a field via
multiple
indirections to our arguments is OK.
212
int *x = malloc(11); // expected-warning{{Cast a region whose size is not a
multiple
of the destination type size.}}
216
int *buf = malloc(2); // expected-warning{{Cast a region whose size is not a
multiple
of the destination type size.}}
/external/ipsec-tools/
NEWS
16
o support for
multiple
anonymous remoteconfs
56
o Modecfg DNS/WINS server
multiple
attribute support
60
o NAT-T works with
multiple
peers behind the NAT (need kernel support)
/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/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/openssl/crypto/des/
enc_read.c
83
* used on
multiple
files.
170
* we make sure that we have read a
multiple
of 8 bytes from the net.
208
/* >output is a
multiple
of 8 byes, if len < rnum
/external/webkit/Source/JavaScriptCore/runtime/
JSLock.cpp
36
// automatically protected against concurrent access from
multiple
threads.
133
// This is fairly nasty. We allow
multiple
threads to run on the same
135
// clients of the API may simply use the context from
multiple
threads
/frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_action_bar.jd
24
<li><a href="{@docRoot}guide/practices/screens_support.html">Supporting
Multiple
40
Icon Sets</a> and <a href="{@docRoot}guide/practices/screens_support.html">Supporting
Multiple
45
for suggestions on how to work with
multiple
sets of icons.</p>
/frameworks/base/graphics/java/android/renderscript/
Font.java
36
* and point size. You can create
multiple
font objects to represent styles such as bold or italic text,
38
* ensure proper sizing across
multiple
device configurations.</p>
42
* render large batches of text in sequence. It is also more efficient to render
multiple
/frameworks/base/libs/rs/scriptc/
rs_matrix.rsh
198
*
Multiple
matrix m with a rotation matrix
210
*
Multiple
matrix m with a scale matrix
221
*
Multiple
matrix m with a translation matrix
/frameworks/base/media/libstagefright/codecs/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. */
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_TransRecBlockCoef_intra.c
72
* srcStep - width of the source buffer; must be a
multiple
of 8.
74
*
multiple
of 16.
111
* - srcStep, or dstStep <= 0 or not a
multiple
of 8.
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java
50
* 2. create a batch for
multiple
files to send
56
* 7. Cancel sending a file from
multiple
files (implies cancel the transfer, rest of
121
/* There are 2 cases: Service scans the databases and it's
multiple
send
/prebuilt/sdk/14/renderscript/include/
rs_matrix.rsh
198
*
Multiple
matrix m with a rotation matrix
210
*
Multiple
matrix m with a scale matrix
221
*
Multiple
matrix m with a translation matrix
/bionic/libc/include/
assert.h
42
*
multiple
times, with and without NDEBUG defined.
/bionic/linker/
linker_environ.h
38
*
multiple
times, unset all instances. This modifies the environment
Completed in 632 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>