OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_SemanticResult
(Results
1 - 17
of
17
) sorted by null
/external/srec/srec/Semproc/include/
SR_SemanticResultImpl.h
37
SR_SemanticResult
Interface;
49
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResult_GetKeyCount(
SR_SemanticResult
* self, size_t* count);
53
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResult_GetKeyList(
SR_SemanticResult
* self, LCHAR** list, size_t* size);
57
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResult_GetValue(
SR_SemanticResult
* self, const LCHAR* key, LCHAR* value, size_t* len);
61
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResult_Destroy(
SR_SemanticResult
* self);
SR_SemanticResult.h
2
*
SR_SemanticResult
.h *
67
SR_SemanticResult
;
75
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResultCreate(
SR_SemanticResult
** self);
82
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResultGetKeyCount(
SR_SemanticResult
* self, size_t* count);
92
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResultGetKeyList(
SR_SemanticResult
* self, LCHAR** list,
103
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResultGetValue(
SR_SemanticResult
* self, const LCHAR* key, LCHAR* value, size_t* len);
109
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResultDestroy(
SR_SemanticResult
* self);
SR_SemanticProcessor.h
27
#include "
SR_SemanticResult
.h"
47
ESR_ReturnCode(*checkParse)(struct SR_SemanticProcessor_t* self, SR_SemanticGraph* semgraph, const LCHAR* transcription,
SR_SemanticResult
** result, size_t* resultCount);
55
ESR_ReturnCode(*checkParseByWordID)(struct SR_SemanticProcessor_t* self, SR_SemanticGraph* semgraph, wordID* wordIDs,
SR_SemanticResult
** result, size_t* resultCount);
SR_SemanticProcessorImpl.h
27
#include "
SR_SemanticResult
.h"
66
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticProcessor_CheckParse(SR_SemanticProcessor* self, SR_SemanticGraph* semgraph, const LCHAR* transcription,
SR_SemanticResult
** result, size_t* resultCount);
70
SREC_SEMPROC_API ESR_ReturnCode SR_SemanticProcessor_CheckParseByWordID(SR_SemanticProcessor* self, SR_SemanticGraph* semgraph, wordID* wordIDs,
SR_SemanticResult
** result, size_t* resultCount);
/external/srec/srec/Semproc/src/
SemanticResult.c
20
#include "
SR_SemanticResult
.h"
28
ESR_ReturnCode SR_SemanticResultGetKeyCount(
SR_SemanticResult
* self, size_t* count)
38
ESR_ReturnCode SR_SemanticResultGetKeyList(
SR_SemanticResult
* self, LCHAR** list, size_t* size)
48
ESR_ReturnCode SR_SemanticResultGetValue(
SR_SemanticResult
* self, const LCHAR* key, LCHAR* value, size_t* len)
58
ESR_ReturnCode SR_SemanticResultDestroy(
SR_SemanticResult
* self)
SemanticResultImpl.c
20
#include "
SR_SemanticResult
.h"
29
ESR_ReturnCode SR_SemanticResultCreate(
SR_SemanticResult
** self)
55
*self = (
SR_SemanticResult
*) impl;
62
ESR_ReturnCode SR_SemanticResult_GetKeyCount(
SR_SemanticResult
* self, size_t* count)
73
ESR_ReturnCode SR_SemanticResult_GetKeyList(
SR_SemanticResult
* self, LCHAR** list, size_t* count)
104
ESR_ReturnCode SR_SemanticResult_GetValue(
SR_SemanticResult
* self, const LCHAR* key, LCHAR* value, size_t* len)
123
ESR_ReturnCode SR_SemanticResult_Destroy(
SR_SemanticResult
* self)
SemanticProcessorImpl.c
103
static ESR_ReturnCode interpretScripts(SR_SemanticProcessorImpl* semproc, LCHAR* scripts,
SR_SemanticResult
** result);
472
SR_SemanticResult
** results,
776
SR_SemanticResult
** results,
[
all
...]
/external/srec/srec/Grammar/src/
SR_Grammar.c
173
ESR_ReturnCode SR_GrammarCheckParse(SR_Grammar* self, const LCHAR* transcription,
SR_SemanticResult
** result_void, size_t* resultCount)
175
SR_SemanticResult
** result = (
SR_SemanticResult
**)result_void;
SR_GrammarImpl.c
646
ESR_ReturnCode SR_Grammar_CheckParse(SR_Grammar* self, const LCHAR* transcription,
SR_SemanticResult
** result, size_t* resultCount)
659
about the hidden data structure
SR_SemanticResult
*/
/external/srec/srec/Grammar/include/
SR_Grammar.h
33
#include "
SR_SemanticResult
.h"
115
ESR_ReturnCode(*checkParse)(struct SR_Grammar_t* self, const LCHAR* transcription,
SR_SemanticResult
** result, size_t* resultCount);
508
SREC_GRAMMAR_API ESR_ReturnCode SR_GrammarCheckParse(SR_Grammar* self, const LCHAR* transcription,
SR_SemanticResult
** result, size_t* resultCount);
SR_GrammarImpl.h
170
SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_CheckParse(SR_Grammar* self, const LCHAR* transcription,
SR_SemanticResult
** result, size_t* resultCount);
/external/srec/srec/Recognizer/src/
RecognizerResultImpl.c
22
#include "
SR_SemanticResult
.h"
109
SR_SemanticResult
* result;
129
SR_SemanticResult
* result;
152
SR_SemanticResult
* result;
226
SR_SemanticResult
* semanticResult;
RecognizerImpl.c
34
#include "
SR_SemanticResult
.h"
[
all
...]
/external/srec/tools/parseStringTest/
parseStringTest.c
29
#include "
SR_SemanticResult
.h"
79
void display_results(
SR_SemanticResult
*result, PFile* fout)
108
SR_SemanticResult
* semanticResults[MAX_SEM_RESULTS];
216
SR_SemanticResult
* semanticResults[MAX_SEM_RESULTS];
543
SR_SemanticResult
* semanticResults[MAX_SEM_RESULTS];
/external/srec/tools/test_g2g/
test_g2g.c
28
#include "
SR_SemanticResult
.h"
415
void display_results(
SR_SemanticResult
*result, PFile* fout)
443
SR_SemanticResult
* semanticResults[MAX_SEM_RESULTS];
/external/srec/srec/test/SRecTest/src/
SRecTest.c
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
[
all
...]
Completed in 539 milliseconds