HomeSort by relevance Sort by last modified time
    Searched refs:sName (Results 1 - 10 of 10) sorted by null

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-58274.js 77 var sName;
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];
  /hardware/ti/wlan/wl1271/utils/
context.h 70 char *sName,
context.c 62 char sName [MAX_NAME_SIZE]; /* Clients' name string */
215 char *sName,
238 (void *)(pContext->aClientName[uClientId].sName),
239 (void *)sName,
483 pContext->aClientName[i].sName,
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
Name.java 216 String sName = name.toString();
218 sName = sName.toLowerCase(Locale.US);
220 return sName;
  /system/wlan/ti/wilink_6_1/utils/
context.h 70 char *sName,
context.c 62 char sName [MAX_NAME_SIZE]; /* Clients' name string */
215 char *sName,
238 (void *)(pContext->aClientName[uClientId].sName),
239 (void *)sName,
483 pContext->aClientName[i].sName,
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 50 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, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
    [all...]
  /cts/tools/host/src/com/android/cts/
TestCase.java 152 String sName = mParentSuite.getFullName();
153 String caseFullName = sName + "." + mName;
  /external/chromium/third_party/icu/source/test/intltest/
canittst.cpp 224 UnicodeString sName = s;
225 nameTrans->transliterate(sName);
226 result += sName;
  /external/icu4c/test/intltest/
canittst.cpp 228 UnicodeString sName = s;
229 nameTrans->transliterate(sName);
230 result += sName;

Completed in 71 milliseconds