Searched refs:CreateArc (Results 1 - 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zRegister.cpp8 static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; } function
16 { L"7z", L"7z", 0, 7, {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C}, 6, false, CreateArc, CreateArcOut };
/external/srec/tools/grxmlcompile/
H A Dsub_phon.cpp60 arcOne= CreateArc (NONE_LABEL, NONE_LABEL, arc[ii]->GetFromId(), newId);
64 arcOne= CreateArc (-wordId, wordId, newId, nextId);
66 // (void) CreateArc (-wordId, NONE_LABEL, arc[ii]->GetFromId(), newId);
67 arcOne= CreateArc (WB_LABEL, NONE_LABEL, nextId, arc[ii]->GetToId());
69 // (void) CreateArc (WB_LABEL, wordId, newId, arc[ii]->GetToId());
83 arcOne= CreateArc (phoneId, NONE_LABEL, currId, newId);
90 arcOne= CreateArc (WB_LABEL, wordId, currId, arc[ii]->GetToId());
185 arcOne= CreateArc (modelSequence[jj], NONE_LABEL, currId, newId);
250 arcOne= CreateArc (modelSequence[jj],
293 arcOne= CreateArc (followSequenc
[all...]
H A Dsub_grph.cpp144 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId);
146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId);
149 (void) CreateArc (begLabel, begOutLabel, startId, beginScopeId);
150 (void) CreateArc (endLabel, endOutLabel, endScopeId, endId);
153 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId);
155 (void) CreateArc (endLabel, ruleId, endScopeId, lastId);
158 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId);
160 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId);
180 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, lastId); // start to end
192 (void) CreateArc (NONE_LABE
[all...]
H A Dsub_base.cpp71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) function in class:SubGraph
H A Dsub_grph.h209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp411 static IInArchive *CreateArc() { return new CHandler(false); } function in namespace:NArchive::NLzma
417 { L"lzma", L"lzma", 0, 0xA, { 0 }, 0, true, CreateArc, NULL };
H A DSplitHandler.cpp359 static IInArchive *CreateArc() { return new CHandler; } function in namespace:NArchive::NSplit
362 { L"Split", L"001", 0, 0xEA, { 0 }, 0, false, CreateArc, 0 };
H A DXzHandler.cpp695 static IInArchive *CreateArc() { return new NArchive::NXz::CHandler; } function in namespace:NArchive::NXz
703 { L"xz", L"xz txz", L"* .tar", 0xC, {0xFD, '7' , 'z', 'X', 'Z', '\0'}, 6, true, CreateArc, CreateArcOut };

Completed in 121 milliseconds