Searched refs:FullName (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.c2272 char *FullName, char *FullClass,
2278 char *EndOfName = FullName + strlen(FullName);
2281 strcat(FullName, "."); strcat(FullName, RscName);
2285 FullName, FullClass, RepresentationType, RscValue);
2307 char *FullName, char *FullClass,
2314 if ( FetchResource(w, FullName, FullClass,
2327 char *FullName, char *FullClass,
2334 if ( FetchResource(w, FullName, FullClas
2271 FetchResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, XrmValue *RscValue, String *RepresentationType) argument
2306 FetchIntResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, int *pInt) argument
2326 FetchShortResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, short *pShort) argument
2346 FetchLabelTypeResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, unsigned char *pUChar) argument
2366 FetchDimensionResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, Dimension *pDimension) argument
2386 FetchStringResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, String *pString) argument
2403 FetchKeySymResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, KeySym *pKeySym) argument
2423 FetchXmStringResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, XmString *pString) argument
2440 FetchXmStringTableResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, XmStringTable *pStringTable, int *pTableSize) argument
2489 FetchXmFontListResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, XmFontList *pFontList) argument
2509 FetchPixmapResource(Widget w, char *FullName, char *FullClass, char *RscName, char *RscClass, Pixmap *pPixmap) argument
2590 char FullName[1024], FullClass[1024]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-csharp/
H A Dintl.cs483 throw new InvalidOperationException("resource for \""+msgid+"\" in "+GetType().FullName+" is not a string");
505 throw new InvalidOperationException("resource for \""+msgid+"\" in "+GetType().FullName+" is not a string");
528 throw new InvalidOperationException("resource for \""+msgid+"\" in "+GetType().FullName+" is not a string");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/regtest/
H A Dregtest.cpp137 const wxChar *FullName() const;
705 pFrame->SetStatusText(GetNode(event)->FullName(), 1);
800 pNode->FullName());
841 nameSrc << wxString(src->FullName()).AfterFirst('\\');
842 nameDst << wxString(dst->FullName()).AfterFirst('\\') << '\\'
843 << wxString(src->FullName()).AfterLast('\\');
940 wxLogError(wxT("The key '%s' can't be opened."), FullName());
1104 const wxChar *RegTreeCtrl::TreeNode::FullName() const function in class:RegTreeCtrl::TreeNode
1116 s_strName = Parent()->FullName();

Completed in 146 milliseconds