Home
last modified time | relevance | path

Searched refs:iLabel (Results 1 – 10 of 10) sorted by relevance

/external/srec/tools/grxmlcompile/
Dnetw_arc.h37 NUANArc (int iLabel, int oLabel) in NUANArc() argument
39 inputLabel= iLabel; in NUANArc()
49 NUANArc (int iLabel, int oLabel, int from, int to) in NUANArc() argument
51 inputLabel= iLabel; in NUANArc()
162 int Transduce (int iLabel) in Transduce() argument
164 if (inputLabel == iLabel) in Transduce()
Dsub_base.cpp71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) in CreateArc() argument
73 assert (!(iLabel == NONE_LABEL && from == to)); in CreateArc()
75 NUANArc *arc_one= new NUANArc (iLabel, oLabel, from, to); in CreateArc()
Dsub_grph.h209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
/external/opencore/engines/common/include/
Dpv_engine_types.h66 iLabel = aSDKInfo.iLabel;
71 OSCL_StackString<80> iLabel; member
Dpv_common_types.h64 iLabel = aSDKInfo.iLabel;
69 OSCL_StackString<80> iLabel; member
/external/opencore/engines/author/test/src/
Dpvaetest.cpp1723 aSdkInfo.iLabel.get_cstr(), aSdkInfo.iDate); in local_main()
/external/opencore/engines/2way/src/
Dpv_2way_engine.cpp2524 (0, "PV RELEASE LABEL = %s", sdkinfo.iLabel.get_cstr())); in SetLogAppender()
4905 aSDKInfo.iLabel = PV2WAY_ENGINE_SDKINFO_LABEL; in FillSDKInfo()
/external/opencore/engines/author/src/
Dpvauthorengine.cpp2906 aSdkInfo.iLabel = PVAUTHOR_ENGINE_SDKINFO_LABEL; in GetSDKInfo()
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine.cpp1707 aSdkInfo.iLabel.get_cstr(), aSdkInfo.iDate); in local_main()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp4064 sdkinfo->iLabel = PVPLAYER_ENGINE_SDKINFO_LABEL; in DoGetSDKInfo()
17198 aSdkInfo.iLabel = PVPLAYER_ENGINE_SDKINFO_LABEL; in GetSDKInfo()