OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:present
(Results
976 - 1000
of
5298
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/devtools/repository/
sdk-addon-3.xsd
105
<!-- The optional license of this package. If
present
, users will have
189
<!-- The optional license of this package. If
present
, users will have
201
Optional. If
present
, must be an int > 0. -->
204
Optional. If
present
, must be an int > 0. -->
339
If
present
, the <project-files> collection must contain at least one path.
348
If
present
, the <project-files> collection must contain at least one path.
/external/libpcap/doc/
pcap.xml
99
<t>This structure, shared among all blocks, makes easy to process a file and to skip unneeded or unknown blocks. Blocks can be nested one inside the others (NOTE: needed?). Some of the blocks are mandatory, i.e. a dump file is not valid if they are not
present
, other are optional.</t>
110
<t>Name Resolution Block: it defines the mapping from numeric addresses
present
in the packet dump and the canonical name counterpart.</t>
130
<t>The file must begin with a Section Header Block. However, more than one Section Header Block can be
present
on the dump, each one covering the data following it till the next one (or the end of file). A Section includes the data delimited by two Section Header Blocks (or by a Section Header Block and the end of the file), including the first Section Header Block.</t>
192
<t>Options: optionally, a list of options (formatted according to the rules defined in <xref target="sectionopt"/>) can be
present
.</t>
249
<t>Options: optionally, a list of options (formatted according to the rules defined in <xref target="sectionopt"/>) can be
present
.</t>
293
<c>Precision of timestamps. If the Most Significant Bit is equal to zero, the remaining bits indicates the accuracy as as a negative power of 10 (e.g. 6 means microsecond accuracy). If the Most Significant Bit is equal to zero, the remaining bits indicates the accuracy as as negative power of 2 (e.g. 10 means 1/1024 of second). If this option is not
present
, a precision of 10^-6 is assumed.</c>
355
<t>Interface ID: Specifies the interface this packet comes from, and corresponds to the ID of one of the Interface Description Blocks
present
in this section of the file (see <xref target="formatidb"/>).</t>
362
<t>Options: optionally, a list of options (formatted according to the rules defined in <xref target="sectionopt"/>) can be
present
.</t>
394
<t>Packet data: the data coming from the network, including link-layers headers. The length of this field can be derived from the field Block Total Length,
present
in the Block Header.</t>
406
<t>The Name Resolution Block is used to support the correlation of numeric addresses (
present
in the captured packets) and their corresponding canonical names and it is optional. Having the li (…)
[
all
...]
/external/aac/libAACdec/src/
aacdec_drc.cpp
451
pDrcBs->pceInstanceTag = -1; /* not
present
*/
584
pDrcBs->pceInstanceTag = -1; /* Not
present
*/
585
pDrcBs->progRefLevel = -1; /* Not
present
*/
694
if (pThreadBs->pceInstanceTag >= 0) { /* if PCE tag
present
*/
721
int
present
= 0;
731
present
++;
736
if (
present
> 1) {
[
all
...]
/external/zlib/src/doc/
rfc1952.txt
320
non-ASCII characters are
present
. In case of doubt, FTEXT
330
If FHCRC is set, a CRC16 for the gzip header is
present
,
338
If FEXTRA is set, optional extra fields are
present
, as
349
If FNAME is set, an original file name is
present
,
363
present
. This comment is not interpreted; it is only
440
If the FLG.FEXTRA bit is set, an "extra field" is
present
in
482
present
. It need not examine any other part of the header or
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable.h
138
// mapped_type, if
present
, comes from _Map_base.
139
// hasher, if
present
, comes from _Hash_code_base.
286
// hash_function, if
present
, comes from _Hash_code_base.
339
// max_load_factor, if
present
, comes from _Rehash_base.
461
// reserve, if
present
, comes from _Rehash_base.
902
// Insert v in bucket n (assumes no element with its key already
present
).
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hashtable.h
138
// mapped_type, if
present
, comes from _Map_base.
139
// hasher, if
present
, comes from _Hash_code_base.
286
// hash_function, if
present
, comes from _Hash_code_base.
339
// max_load_factor, if
present
, comes from _Rehash_base.
461
// reserve, if
present
, comes from _Rehash_base.
902
// Insert v in bucket n (assumes no element with its key already
present
).
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable.h
138
// mapped_type, if
present
, comes from _Map_base.
139
// hasher, if
present
, comes from _Hash_code_base.
286
// hash_function, if
present
, comes from _Hash_code_base.
339
// max_load_factor, if
present
, comes from _Rehash_base.
461
// reserve, if
present
, comes from _Rehash_base.
902
// Insert v in bucket n (assumes no element with its key already
present
).
[
all
...]
/external/chromium/base/
values.h
307
// the passed in dictionary takes precedence and data already
present
will be
396
// deletes it. Returns the index that it was located at (-1 for not
present
).
402
// Appends a Value if it's not already
present
. Takes ownership of the
404
//
present
. If the value was already
present
the |in_value| is deleted.
/external/guava/guava/src/com/google/common/primitives/
Chars.java
113
* Returns {@code true} if {@code target} is
present
as an element anywhere in
209
* Returns the least value
present
in {@code array}.
212
* @return the value
present
in {@code array} that is less than or equal to
228
* Returns the greatest value
present
in {@code array}.
231
* @return the value
present
in {@code array} that is greater than or equal to
Doubles.java
97
* Returns {@code true} if {@code target} is
present
as an element anywhere in
199
* Returns the least value
present
in {@code array}, using the same rules of
203
* @return the value
present
in {@code array} that is less than or equal to
217
* Returns the greatest value
present
in {@code array}, using the same rules
221
* @return the value
present
in {@code array} that is greater than or equal to
Floats.java
94
* Returns {@code true} if {@code target} is
present
as an element anywhere in
196
* Returns the least value
present
in {@code array}, using the same rules of
200
* @return the value
present
in {@code array} that is less than or equal to
214
* Returns the greatest value
present
in {@code array}, using the same rules
218
* @return the value
present
in {@code array} that is greater than or equal to
Ints.java
120
* Returns {@code true} if {@code target} is
present
as an element anywhere in
216
* Returns the least value
present
in {@code array}.
219
* @return the value
present
in {@code array} that is less than or equal to
235
* Returns the greatest value
present
in {@code array}.
238
* @return the value
present
in {@code array} that is greater than or equal to
Longs.java
90
* Returns {@code true} if {@code target} is
present
as an element anywhere in
186
* Returns the least value
present
in {@code array}.
189
* @return the value
present
in {@code array} that is less than or equal to
205
* Returns the greatest value
present
in {@code array}.
208
* @return the value
present
in {@code array} that is greater than or equal to
Shorts.java
118
* Returns {@code true} if {@code target} is
present
as an element anywhere in
214
* Returns the least value
present
in {@code array}.
217
* @return the value
present
in {@code array} that is less than or equal to
233
* Returns the greatest value
present
in {@code array}.
236
* @return the value
present
in {@code array} that is greater than or equal to
generate.sh
135
* Returns {@code true} if {@code target} is
present
as an element anywhere in
231
* Returns the least value
present
in {@code array}.
234
* @return the value
present
in {@code array} that is less than or equal to
250
* Returns the greatest value
present
in {@code array}.
253
* @return the value
present
in {@code array} that is greater than or equal to
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Chars.java
111
* Returns {@code true} if {@code target} is
present
as an element anywhere in
207
* Returns the least value
present
in {@code array}.
210
* @return the value
present
in {@code array} that is less than or equal to
226
* Returns the greatest value
present
in {@code array}.
229
* @return the value
present
in {@code array} that is greater than or equal to
Ints.java
115
* Returns {@code true} if {@code target} is
present
as an element anywhere in
211
* Returns the least value
present
in {@code array}.
214
* @return the value
present
in {@code array} that is less than or equal to
230
* Returns the greatest value
present
in {@code array}.
233
* @return the value
present
in {@code array} that is greater than or equal to
Shorts.java
116
* Returns {@code true} if {@code target} is
present
as an element anywhere in
212
* Returns the least value
present
in {@code array}.
215
* @return the value
present
in {@code array} that is less than or equal to
231
* Returns the greatest value
present
in {@code array}.
234
* @return the value
present
in {@code array} that is greater than or equal to
/external/openssh/
PROTOCOL.agent
96
At
present
there are two constraints defined.
154
"key_constraints" may only be
present
if the request type is
242
present
if the request type is SSH2_AGENTC_ADD_ID_CONSTRAINED.
263
device. "key_constraints" may only be
present
if the request type is
455
a bit-mask, but at
present
only one possible value is defined (see below
/external/smack/src/org/xbill/DNS/
TSIG.java
351
* in the context where a TSIG is expected to be
present
, it is an error
352
* if one is not
present
. After calling this routine, Message.isVerified() may
446
* in the context where a TSIG is expected to be
present
, it is an error
447
* if one is not
present
. After calling this routine, Message.isVerified() may
499
* TSIG records must be
present
on the first and last messages, and
/frameworks/base/media/java/android/media/
Metadata.java
257
// Used to look up if a key was
present
too.
302
if (size <= kRecordHeaderSize) { // at least 1 byte should be
present
.
393
// Checks if the 'M' 'E' 'T' 'A' marker is
present
.
418
* @return true if a value is
present
for the given key.
428
// Caller must make sure the key is
present
using the {@code has}
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java
98
* Searches for a child element in the
present
scrollable container.
122
* Searches for a child element in the
present
scrollable container.
150
* Searches for a child element in the
present
scrollable container that
170
* Searches for a child element in the
present
scrollable
193
* Searches for a child element in the
present
scrollable container. The
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-ar.1
270
of the files listed in \fImember\fR... that are
present
in the
299
member must be
present
as the \fIrelpos\fR argument, before the
305
member must be
present
as the \fIrelpos\fR argument, before the
332
member must be
present
as the \fIrelpos\fR argument, before the
371
exists and is a regular archive, the existing members must be
present
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-ar.1
270
of the files listed in \fImember\fR... that are
present
in the
299
member must be
present
as the \fIrelpos\fR argument, before the
305
member must be
present
as the \fIrelpos\fR argument, before the
332
member must be
present
as the \fIrelpos\fR argument, before the
371
exists and is a regular archive, the existing members must be
present
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-ar.1
270
of the files listed in \fImember\fR... that are
present
in the
299
member must be
present
as the \fIrelpos\fR argument, before the
305
member must be
present
as the \fIrelpos\fR argument, before the
332
member must be
present
as the \fIrelpos\fR argument, before the
371
exists and is a regular archive, the existing members must be
present
Completed in 800 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>