Searched refs:sName (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-58274.js77 var sName; variable
82 sName = getFunctionName(f\u02B2);
92 actual = sName[0];
97 actual = sName[1];
105 sName = getFunctionName(f\u02B2\u0AAA);
115 actual = sName[0];
120 actual = sName[1];
125 actual = sName[2];
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py50 def __init__(self, sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn):
53 self.sName = sName
169 def AddMarker(self, sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn):
173 self.Markers.append(Marker(sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn))
181 self.ClickCallbackFct(Marker.sName, Marker.iEventId)
268 width, height = dc.GetTextExtent(Marker.sName)
271 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
278 width, height = dc.GetTextExtent(Marker.sName)
280 dc.DrawText(Marker.sName,
[all...]
/external/icu4c/test/intltest/
H A Dcanittst.cpp228 UnicodeString sName = s; local
229 nameTrans->transliterate(sName);
230 result += sName;
/external/sqlite/dist/
H A Dsqlite3.c.orig[all...]
H A Dsqlite3.c[all...]

Completed in 253 milliseconds