OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outSeq
(Results
1 - 6
of
6
) sorted by null
/external/svox/pico/lib/
picotrns.h
87
void picotrns_printSolution(const picotrns_possym_t
outSeq
[], const picoos_uint16 outSeqLen);
107
typedef void picotrns_printSolutionFct(const picotrns_possym_t
outSeq
[], const picoos_uint16 outSeqLen);
112
to '*outSeqLen' elements in '
outSeq
';
117
solution is returned in '
outSeq
';
122
* @retval
outSeq
the output sequence
124
* @param maxOutSeqLen must provide the maximum length of '
outSeq
'
129
@note if '
outSeq
' or 'altDesc' are too small to hold a solution,
136
picotrns_possym_t
outSeq
[], picoos_uint16 * outSeqLen, picoos_uint16 maxOutSeqLen,
142
/* transduce 'inSeq' into '
outSeq
' 'inSeq' has to be terminated with the id for symbol '#'. '
outSeq
' is terminated in the same way. *
[
all
...]
picotrns.c
114
void picotrns_printSolution(const picotrns_possym_t
outSeq
[], const picoos_uint16 outSeqLen)
118
PICOTRNS_PRINTSYMSEQ(NULL,
outSeq
, outSeqLen);
122
void picotrns_printSolutionAscii(const picotrns_possym_t
outSeq
[], const picoos_uint16 outSeqLen)
126
PICOTRNS_PRINTSYMSEQ1(NULL,
outSeq
, outSeqLen,0);
179
/* copy elements from inSeq to
outSeq
, ignoring elements with epsilon symbol */
181
picotrns_possym_t
outSeq
[], picoos_uint16 * outSeqLen, picoos_uint16 maxOutSeqLen)
189
outSeq
[j].pos = inSeq[i].pos;
190
outSeq
[j].sym = inSeq[i].sym;
205
/* copy elements from inSeq to
outSeq
, inserting syllable separators in some trivial way.
206
* inSeq is assumed to be at most PICOTRNS_MAX_NUM_POSSYM,
outSeq
at least of size PICOTRNS_MAX_NUM_POSSYM *
[
all
...]
/frameworks/native/libs/input/
InputTransport.cpp
344
status_t InputPublisher::receiveFinishedSignal(uint32_t*
outSeq
, bool* outHandled) {
353
*
outSeq
= 0;
362
*
outSeq
= msg.body.finished.seq;
393
bool consumeBatches, nsecs_t frameTime, uint32_t*
outSeq
, InputEvent** outEvent) {
399
*
outSeq
= 0;
415
result = consumeBatch(factory, frameTime,
outSeq
, outEvent);
419
mChannel->getName().string(), *
outSeq
);
434
*
outSeq
= mMsg.body.key.seq;
438
mChannel->getName().string(), *
outSeq
);
459
batch, batch.samples.size(),
outSeq
, outEvent)
[
all
...]
/frameworks/native/include/input/
InputTransport.h
252
status_t receiveFinishedSignal(uint32_t*
outSeq
, bool* outHandled);
296
nsecs_t frameTime, uint32_t*
outSeq
, InputEvent** outEvent);
417
nsecs_t frameTime, uint32_t*
outSeq
, InputEvent** outEvent);
419
Batch& batch, size_t count, uint32_t*
outSeq
, InputEvent** outEvent);
/external/chromium_org/third_party/libxml/src/
xpath.c
[
all
...]
/external/libxml2/
xpath.c
[
all
...]
Completed in 70 milliseconds