Home
last modified time | relevance | path

Searched refs:kName (Results 1 – 2 of 2) sorted by path

/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DTypeDetection.java230 String kName = ((String)k.nextElement()).toString(); in before() local
231 log.println(kName + ":" + param.get(kName).toString()); in before()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx2272 static const int kName = (1 << 3); in NextSymbol() local
2344 if (!(nRefInName & kName)) in NextSymbol()
2346 nRefInName |= (kOpen | kName); in NextSymbol()
2393 else if (!(nRefInName & kName)) in NextSymbol()
2396 nRefInName |= kName; in NextSymbol()

Completed in 47 milliseconds