OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supplied
(Results
326 - 350
of
4064
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c
355
//
supplied
C algorithms, which are now contained within the ANTLR3 C runtime
470
*
supplied
ptr, of pre-determined size.
503
*
supplied
8 bit character ptr, of pre-determined size.
551
*
supplied
ptr, of pre-determined size.
586
/** Create a new 8 bit string from the
supplied
, null terminated, 8 bit string pointer.
597
/** Create a new UTF16 string from the
supplied
, null terminated, 8 bit string pointer.
608
/** Create a new UTF16 string from the
supplied
, null terminated, UTF16 string pointer.
[
all
...]
antlr3basetreeadaptor.c
564
/** Use the adaptor implementation to add a child node with the
supplied
token
736
/** Use the adaptor interface to set a new tree node with the
supplied
token
756
/** Use the super class
supplied
create() method to create a new node
757
* from the
supplied
token.
766
/* Set the type of the new token to that
supplied
793
/* Set the type of the new token to that
supplied
842
/** Dummy implementation - will be
supplied
by super class
850
/** Dummy implementation - will be
supplied
by super class
858
/** Dummy implementation - will be
supplied
by super class
867
/** Dummy implementation - will be
supplied
by super clas
[
all
...]
antlr3basetree.c
219
/// Add all elements of the
supplied
list as children of this node
358
// Either use the existing list of children in the
supplied
nil node, or build a vector of the
458
///
supplied
tree.
467
///
supplied
tree, starting with the child at the
supplied
index.
477
// Loop from the
supplied
index and set the indexes and parent
/external/libnfc-nxp/src/
phHal4Nfc.h
392
* \retval NFCSTATUS_INVALID_PARAMETER One or more of the
supplied
parameters
456
* \retval NFCSTATUS_INVALID_PARAMETER One or more of the
supplied
537
* \retval NFCSTATUS_INVALID_PARAMETER One or more of the
supplied
581
* \retval NFCSTATUS_INVALID_PARAMETER One or more of the
supplied
652
* \retval NFCSTATUS_INVALID_PARAMETER One or more of the
supplied
715
* \retval NFCSTATUS_INVALID_PARAMETER One or more of the
supplied
766
* \retval NFCSTATUS_INVALID_PARAMETER One or more of the
supplied
parameters
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.h
79
// Outputs a textual representation of the value of the field
supplied
on
80
// the message
supplied
. For non-repeated fields, an index of -1 must
81
// be
supplied
. Note that this method will print the default value for a
169
// Outputs a textual representation of the value of the field
supplied
on
170
// the message
supplied
or the default value if not set.
/external/eigen/blas/
chbmv.f
26
* triangular part of the band matrix A is being
supplied
as
30
* being
supplied
.
33
* being
supplied
.
54
* band part of the hermitian matrix,
supplied
column by
72
* band part of the hermitian matrix,
supplied
column by
chpmv.f
19
* A is an n by n hermitian matrix,
supplied
in packed form.
26
* triangular part of the matrix A is
supplied
in the packed
30
*
supplied
in AP.
33
*
supplied
in AP.
75
*
supplied
as zero then Y need not be set on input.
dsbmv.f
26
* triangular part of the band matrix A is being
supplied
as
30
* being
supplied
.
33
* being
supplied
.
54
* band part of the symmetric matrix,
supplied
column by
72
* band part of the symmetric matrix,
supplied
column by
dspmv.f
19
* A is an n by n symmetric matrix,
supplied
in packed form.
26
* triangular part of the matrix A is
supplied
in the packed
30
*
supplied
in AP.
33
*
supplied
in AP.
73
*
supplied
as zero then Y need not be set on input.
ssbmv.f
26
* triangular part of the band matrix A is being
supplied
as
30
* being
supplied
.
33
* being
supplied
.
54
* band part of the symmetric matrix,
supplied
column by
72
* band part of the symmetric matrix,
supplied
column by
sspmv.f
19
* A is an n by n symmetric matrix,
supplied
in packed form.
26
* triangular part of the matrix A is
supplied
in the packed
30
*
supplied
in AP.
33
*
supplied
in AP.
73
*
supplied
as zero then Y need not be set on input.
zhbmv.f
26
* triangular part of the band matrix A is being
supplied
as
30
* being
supplied
.
33
* being
supplied
.
54
* band part of the hermitian matrix,
supplied
column by
72
* band part of the hermitian matrix,
supplied
column by
zhpmv.f
19
* A is an n by n hermitian matrix,
supplied
in packed form.
26
* triangular part of the matrix A is
supplied
in the packed
30
*
supplied
in AP.
33
*
supplied
in AP.
75
*
supplied
as zero then Y need not be set on input.
/external/protobuf/src/google/protobuf/
text_format.h
76
// Outputs a textual representation of the value of the field
supplied
on
77
// the message
supplied
. For non-repeated fields, an index of -1 must
78
// be
supplied
. Note that this method will print the default value for a
167
// Outputs a textual representation of the value of the field
supplied
on
168
// the message
supplied
or the default value if not set.
/frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java
279
// Check cache for the
supplied
position. What we are looking for is
280
// the group descriptor immediately preceding the
supplied
position.
295
// the group header immediately preceding the
supplied
position.
305
// search for the group information at the
supplied
position
315
// If we haven't examined groups beyond the
supplied
position,
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h
91
// request an output appropriate for playback of the
supplied
stream type and parameters
110
// request an input appropriate for record from the
supplied
device with
supplied
parameters.
132
// sets the new stream volume at a level corresponding to the
supplied
index for the
133
//
supplied
device. By convention, specifying AUDIO_DEVICE_OUT_DEFAULT means
/libcore/luni/src/main/java/java/util/logging/
StreamHandler.java
71
* Constructs a {@code StreamHandler} object with the
supplied
output
97
* Constructs a {@code StreamHandler} object with the
supplied
output stream
270
* <li>the
supplied
log record has at least the required logging level;
271
* <li>the
supplied
log record passes the filter associated with this
304
* Determines whether the
supplied
log record needs to be logged. The
/libcore/luni/src/main/java/org/xml/sax/
InputSource.java
162
* @return The public identifier, or null if none was
supplied
.
208
* @return The system identifier, or null if none was
supplied
.
247
* @return The byte stream, or null if none was
supplied
.
283
* @return The encoding, or null if none was
supplied
.
315
* @return The character stream, or null if none was
supplied
.
/frameworks/base/core/java/android/view/
GestureDetector.java
24
* Detects various gestures and events using the
supplied
{@link MotionEvent}s.
76
* current move {@link MotionEvent}. The distance in x and y is also
supplied
for
101
* and the matching up {@link MotionEvent}. The calculated velocity is
supplied
along
287
* Creates a GestureDetector with the
supplied
listener.
307
* Creates a GestureDetector with the
supplied
listener.
325
* Creates a GestureDetector with the
supplied
listener.
340
* Creates a GestureDetector with the
supplied
listener that runs deferred events on the
341
* thread associated with the
supplied
{@link android.os.Handler}.
365
* Creates a GestureDetector with the
supplied
listener that runs deferred events on the
366
* thread associated with the
supplied
{@link android.os.Handler}
[
all
...]
/frameworks/base/core/java/android/app/backup/
IBackupManager.aidl
89
* that data will be
supplied
to the new package's restore agent before the package
116
* current password was
supplied
.
143
* Write a full backup of the given package to the
supplied
file descriptor.
145
* are
supplied
, then every application on the device will be backed up to the output.
190
*
supplied
for restore, it must match the password used when creating the full
229
* UI
supplied
by the transport. If the transport has no configuration UI, it should
235
* Get the destination string
supplied
by the given transport. Callers must
/libcore/luni/src/main/java/org/xml/sax/helpers/
AttributesImpl.java
413
*
supplied
index does not point to an attribute
436
*
supplied
index does not point to an attribute
466
*
supplied
index does not point to an attribute
486
*
supplied
index does not point to an attribute
506
*
supplied
index does not point to an attribute
525
*
supplied
index does not point to an attribute
544
*
supplied
index does not point to an attribute
/external/flac/include/FLAC/
stream_encoder.h
70
* write and seek callbacks are
supplied
internally. For more info see the
306
/**< A required callback was not
supplied
. */
473
* The
supplied
function will be called when the encoder needs to read back
476
* while encoding. The address of the buffer to be filled is
supplied
, along
523
* FLAC__stream_encoder_init*_stream(). The
supplied
function will be called
561
* FLAC__stream_encoder_init*_stream(). The
supplied
function will be called
595
* FLAC__stream_encoder_init*_stream(). The
supplied
function will be called
640
* FLAC__stream_encoder_init*_stream(). The
supplied
function will be called
660
* The
supplied
function will be called when the encoder has finished
[
all
...]
/cts/tools/dasm/src/java_cup/
emit.java
24
*
supplied
general and initialization code, and the parse tables.
80
action_code - user
supplied
declarations and other code to be
82
parser_code - user
supplied
declarations and other code to be
84
init_code - user
supplied
code to be executed as the parser
86
scan_code - user
supplied
code to get the next token.
314
"/** JavaCup generated class to encapsulate user
supplied
action code.*/"
318
/* user
supplied
code */
365
/* user
supplied
code for debug_grammar() */
647
/* user
supplied
imports */
680
out.println(" /** invoke a user
supplied
parse action */")
[
all
...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java
108
* it checks out that the method throws NPE if argument
supplied
is null
123
* being
supplied
with the same seed return the same sequencies of bytes
188
* being
supplied
with seed by themselves return different sequencies of bytes
321
* it checks out that the method throws NPE if argument
supplied
is null
368
* - if one of two SecureRandom objects
supplied
with the same seed is additionally
369
*
supplied
with such array, "nextBytes(..)" of both objects return the same bytes;
/external/libselinux/include/selinux/
avc.h
175
* @mem_callbacks: user-
supplied
memory callbacks
176
* @log_callbacks: user-
supplied
logging callbacks
177
* @thread_callbacks: user-
supplied
threading callbacks
178
* @lock_callbacks: user-
supplied
locking callbacks
228
* memory. User-
supplied
locking, memory, and audit
405
* Fill the
supplied
structure with information about AVC
Completed in 1241 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>