OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:many
(Results
426 - 450
of
7288
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/net/base/
nss_memio.h
54
/* Ask memio where to put bytes from the network, and how
many
it can handle.
60
/* Tell memio how
many
bytes were read from the network.
78
/* Tell memio how
many
bytes were sent to the network.
nss_memio.c
70
/* How
many
bytes can be read out of the buffer without wrapping */
73
/* How
many
bytes exist after the wrap? */
76
/* How
many
bytes can be written into the buffer without wrapping */
103
/* How
many
bytes can be read out of the buffer without wrapping */
109
/* How
many
bytes exist after the wrap? */
115
/* How
many
bytes can be written into the buffer without wrapping */
/external/clang/test/Sema/
builtins.c
19
return __builtin_isless(a, b, b); // expected-error {{too
many
arguments}}
32
X = CFSTR("foo", "bar"); // expected-error {{too
many
arguments to function call}}
117
__builtin_constant_p(1, 2); // expected-error {{too
many
arguments}}
/external/e2fsprogs/lib/ext2fs/
ext2_err.c
73
"Too
many
symbolic links encountered.",
84
"Too
many
references in table",
102
"Too
many
reserved group descriptor blocks",
/external/fsck_msdos/
dosfs.h
77
u_int32_t NumSectors; /* how
many
sectors are there */
78
u_int32_t FATsecs; /* how
many
sectors are in FAT */
79
u_int32_t NumFatEntries; /* how
many
entries really are there */
/external/libvpx/libvpx/vp8/common/
onyx.h
146
int lag_in_frames; /* how
many
frames lag before we start encoding */
199
int multi_threaded; /* how
many
threads to run the encoder on */
200
int token_partitions; /* how
many
token partitions to create */
/external/netperf/
nettest_unix.h
11
int receive_size; /* how
many
bytes do we want to */
24
int dirty_count; /* how
many
integers in the receive buffer */
26
int clean_count; /* how
many
integers should be read from the */
/external/protobuf/gtest/test/
gtest_stress_test.cc
52
// How
many
threads to create?
107
// Tests using SCOPED_TRACE() and Google Test assertions in
many
threads
111
// ManyAsserts() in
many
threads here.
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
EncodedValueUtils.java
34
* Figure out how
many
bits are needed to represent the value,
76
// Figure out how
many
bits are needed to represent the value.
111
// Figure out how
many
bits are needed to represent the value.
/external/webkit/LayoutTests/fast/url/script-tests/
ipv6.js
62
// Too
many
components means not an IP address. Similarly with too few if using IPv4 compat or mapped addresses.
67
// Too
many
bits (even though 8 comonents, the last one holds 32 bits).
70
// Too
many
bits specified -- the contraction would have to be zero-length
/frameworks/base/media/java/android/drm/mobile1/
DrmRightsManager.java
147
/* call native method to get how
many
rights object in current agent */
215
* native method: get how
many
rights object in current DRM agent.
226
* @param numRights how
many
rights can be saved.
/libcore/luni/src/main/java/java/util/concurrent/locks/
ReadWriteLock.java
26
* <em>writer</em> thread) can modify the shared data, in
many
cases any
48
* cost, particularly as
many
read-write lock implementations still serialize
55
* there are
many
policy decisions that an implementation must make, which
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt
17
android:maxLines : Makes the TextView be at most this
many
lines tall. [integer]
18
android:maxHeight : Makes the TextView be at most this
many
pixels tall. [dimension]
19
android:lines : Makes the TextView be exactly this
many
lines tall. [integer]
20
android:height : Makes the TextView be exactly this
many
pixels tall. [dimension]
21
android:minLines : Makes the TextView be at least this
many
lines tall. [integer]
22
android:minHeight : Makes the TextView be at least this
many
pixels tall. [dimension]
23
android:maxEms : Makes the TextView be at most this
many
ems wide. [integer]
24
android:maxWidth : Makes the TextView be at most this
many
pixels wide. [dimension]
25
android:ems : Makes the TextView be exactly this
many
ems wide. [integer]
26
android:width : Makes the TextView be exactly this
many
pixels wide. [dimension
[
all
...]
completion5-expected-completion40.txt
17
android:maxLines : Makes the TextView be at most this
many
lines tall. [integer]
18
android:maxHeight : Makes the TextView be at most this
many
pixels tall. [dimension]
19
android:lines : Makes the TextView be exactly this
many
lines tall. [integer]
20
android:height : Makes the TextView be exactly this
many
pixels tall. [dimension]
21
android:minLines : Makes the TextView be at least this
many
lines tall. [integer]
22
android:minHeight : Makes the TextView be at least this
many
pixels tall. [dimension]
23
android:maxEms : Makes the TextView be at most this
many
ems wide. [integer]
24
android:maxWidth : Makes the TextView be at most this
many
pixels wide. [dimension]
25
android:ems : Makes the TextView be exactly this
many
ems wide. [integer]
26
android:width : Makes the TextView be exactly this
many
pixels wide. [dimension
[
all
...]
/external/antlr/antlr-3.4/runtime/Python/
pylintrc
61
# R0904: Too
many
public methods
63
# C0302: Too
many
lines in module
64
# R0902: Too
many
instance attributes
65
# R0913: Too
many
arguments
66
# R0912: Too
many
branches
/external/srtp/
Changes
102
1.2.0
Many
improvements and additions, and a fex fixes
146
1.0.5
Many
little fixes
159
1.0.4
Many
minor fixes and two big ones (thanks for the bug reports!)
167
many
other functions, including srtp_init_from_hex(),
201
1.0.1
Many
minor fixes
/external/libffi/
README
42
Libffi has been ported to
many
different platforms, although this
90
Configure has
many
other options. Use "configure --help" to see them all.
150
inconsistency with the SysV ABI: When a procedure is called with
many
154
single-precision anyway. This causes one test to fail (the `
many
188
Many
changes, mostly thanks to the GCC project.
239
feedback. ffi_mips.h is always installed.
Many
configuration
243
Fixed n32 problem.
Many
clean-ups.
/external/llvm/docs/tutorial/
LangImpl8.rst
49
arrays are very easy and are quite useful for
many
different
82
many
different ways to go here.
87
domain that
many
people are interested in: building a compiler for a
88
specific language. However, there are
many
other domains that can use
91
translate C++ code to ActionScript, and
many
other cute and clever
119
Many
other languages have this property, e.g. lisp, java, haskell,
167
Many
of the languages above are also "safe" languages: it is impossible
184
One thing about LLVM that turns off
many
people is that it does not
208
continue to enhance and improve it in
many
different ways. In addition
212
information about pointers aliasing, etc).
Many
of the enhancements ar
[
all
...]
OCamlLangImpl8.rst
49
arrays are very easy and are quite useful for
many
different
82
many
different ways to go here.
87
domain that
many
people are interested in: building a compiler for a
88
specific language. However, there are
many
other domains that can use
91
translate C++ code to ActionScript, and
many
other cute and clever
119
Many
other languages have this property, e.g. lisp, java, haskell,
167
Many
of the languages above are also "safe" languages: it is impossible
184
One thing about LLVM that turns off
many
people is that it does not
208
continue to enhance and improve it in
many
different ways. In addition
212
information about pointers aliasing, etc).
Many
of the enhancements ar
[
all
...]
/external/openssl/crypto/md5/asm/
md5-ia64.S
306
(pOff) br.cond.spnt.
many
.md5_unaligned
331
br.call.sptk.
many
QUICK_RTN = md5_digest_block0
345
(pAgain) br.cond.dptk.
many
.md5_block_loop0
397
br.call.sptk.
many
QUICK_RTN = md5_digest_block##offset; \
407
(pAgain) br.cond.dptk.
many
.md5_block_loop##offset ; \
412
br.cond.sptk.
many
.md5_exit ; \
425
(pOff) br.cond.dpnt.
many
.md5_process1
430
(pOff) br.cond.dpnt.
many
.md5_process2
488
br.ctop.sptk.
many
label ; \
617
br.ctop.dptk.
many
dest ;
[
all
...]
/external/openssl/crypto/sha/asm/
sha512-ia64.pl
231
(p9) br.cond.dpnt.
many
.L1byte };;
234
(p10) br.cond.dpnt.
many
.L2byte };;
237
(p11) br.cond.dpnt.
many
.L3byte };;
240
(p12) br.cond.dpnt.
many
.L4byte };;
243
(p13) br.cond.dpnt.
many
.L5byte };;
246
(p14) br.cond.dpnt.
many
.L6byte };;
249
(p15) br.cond.dpnt.
many
.L7byte };;
252
br.
many
.L_first16 };;
285
br.
many
.L_first16 };;
316
{ .mfb; br.
many
.L_first16 };
[
all
...]
/external/clang/www/
comparison.html
87
Doing so causes
many
problems for source analysis tools: as one simple
104
consistently, showing macro expansions and
many
other features.</li>
113
compliant than GCC's in
many
ways (e.g. conformant two phase name
133
Elsa's, and includes
many
C++'11 features.</li>
154
code that is already validated by GCC, so it does not do
many
semantic
180
inefficient code and does not support
many
important targets.</li>
/frameworks/av/include/media/nbaio/
NBAIO.h
95
// how
many
counter-offers it has, there may be insufficient space for all counter-offers.
97
// (which is greater than the entry value of numCounterOffers), fills in as
many
of the most
152
// WOULD_BLOCK Determining how
many
frames can be written without blocking would itself block.
173
// via Callback function that the sink will call as
many
times as needed to consume data.
249
// WOULD_BLOCK Determining how
many
frames can be read without blocking would itself block.
272
// via Callback function that the source will call as
many
times as needed to provide data.
/cts/tools/dasm/src/java_cup/
parse_action_table.java
28
/* determine how
many
states we are working with */
41
/** How
many
rows/states are in the machine/table. */
44
/** How
many
rows/states are in the machine/table. */
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h
139
/* look back how
many
frames from last buf */
141
/* after send first frame to HAL, how
many
frames
146
/* in burst mode, how
many
super
Completed in 833 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>