OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outSeq
(Results
1 - 5
of
5
) 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/base/include/android_runtime/
android_app_NativeActivity.h
97
android::KeyEvent* consumePreDispatchingEvent(int*
outSeq
);
/external/libxml2/
xpath.c
[
all
...]
/frameworks/base/core/jni/
android_app_NativeActivity.cpp
322
KeyEvent* AInputQueue::consumePreDispatchingEvent(int*
outSeq
) {
329
*
outSeq
= inflight.seq;
[
all
...]
Completed in 153 milliseconds