/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 144 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope() 146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope() 149 (void) CreateArc (begLabel, begOutLabel, startId, beginScopeId); in ConnectLastScope() 150 (void) CreateArc (endLabel, endOutLabel, endScopeId, endId); in ConnectLastScope() 153 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope() 155 (void) CreateArc (endLabel, ruleId, endScopeId, lastId); in ConnectLastScope() 158 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope() 160 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope() 180 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, lastId); // start to end in CloseScope() 192 (void) CreateArc (NONE_LABEL, NONE_LABEL, lastId + (ii - 1) * blockCount, finalId); in CloseScope() [all …]
|
D | sub_phon.cpp | 60 arcOne= CreateArc (NONE_LABEL, NONE_LABEL, arc[ii]->GetFromId(), newId); in ExpandPhonemes() 64 arcOne= CreateArc (-wordId, wordId, newId, nextId); in ExpandPhonemes() 67 arcOne= CreateArc (WB_LABEL, NONE_LABEL, nextId, arc[ii]->GetToId()); in ExpandPhonemes() 83 arcOne= CreateArc (phoneId, NONE_LABEL, currId, newId); in ExpandPhonemes() 90 arcOne= CreateArc (WB_LABEL, wordId, currId, arc[ii]->GetToId()); in ExpandPhonemes() 185 arcOne= CreateArc (modelSequence[jj], NONE_LABEL, currId, newId); in ExpandToHMMs() 250 arcOne= CreateArc (modelSequence[jj], in ExpandIntraWordSilence() 293 arcOne= CreateArc (followSequence[jj], in ExpandIntraWordSilence() 429 arcOne= CreateArc (modelSequence[0], NONE_LABEL, arc[ii]->GetFromId(), newId); in ExpandWordBoundaries() 431 (void) CreateArc (WB_LABEL, arc[ii]->GetOutput(), newId, arc[ii]->GetToId()); in ExpandWordBoundaries() [all …]
|
D | sub_grph.h | 209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
|
D | sub_base.cpp | 71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) in CreateArc() function in SubGraph
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zRegister.cpp | 8 static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; } in CreateArc() function 16 { L"7z", L"7z", 0, 7, {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C}, 6, false, CreateArc, CreateArcOut };
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 359 static IInArchive *CreateArc() { return new CHandler; } in CreateArc() function 362 { L"Split", L"001", 0, 0xEA, { 0 }, 0, false, CreateArc, 0 };
|
D | LzmaHandler.cpp | 411 static IInArchive *CreateArc() { return new CHandler(false); } in CreateArc() function 417 { L"lzma", L"lzma", 0, 0xA, { 0 }, 0, true, CreateArc, NULL };
|
D | XzHandler.cpp | 695 static IInArchive *CreateArc() { return new NArchive::NXz::CHandler; } in CreateArc() function 703 …{ L"xz", L"xz txz", L"* .tar", 0xC, {0xFD, '7' , 'z', 'X', 'Z', '\0'}, 6, true, CreateArc, CreateA…
|