Searched refs:iLabel (Results 1 – 10 of 10) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | netw_arc.h | 37 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()
|
D | sub_base.cpp | 71 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()
|
D | sub_grph.h | 209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
|
/external/opencore/engines/common/include/ |
D | pv_engine_types.h | 66 iLabel = aSDKInfo.iLabel; 71 OSCL_StackString<80> iLabel; member
|
D | pv_common_types.h | 64 iLabel = aSDKInfo.iLabel; 69 OSCL_StackString<80> iLabel; member
|
/external/opencore/engines/author/test/src/ |
D | pvaetest.cpp | 1723 aSdkInfo.iLabel.get_cstr(), aSdkInfo.iDate); in local_main()
|
/external/opencore/engines/2way/src/ |
D | pv_2way_engine.cpp | 2524 (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/ |
D | pvauthorengine.cpp | 2906 aSdkInfo.iLabel = PVAUTHOR_ENGINE_SDKINFO_LABEL; in GetSDKInfo()
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine.cpp | 1707 aSdkInfo.iLabel.get_cstr(), aSdkInfo.iDate); in local_main()
|
/external/opencore/engines/player/src/ |
D | pv_player_engine.cpp | 4064 sdkinfo->iLabel = PVPLAYER_ENGINE_SDKINFO_LABEL; in DoGetSDKInfo() 17198 aSdkInfo.iLabel = PVPLAYER_ENGINE_SDKINFO_LABEL; in GetSDKInfo()
|