Searched refs:outLine (Results 1 – 4 of 4) sorted by relevance
185 StringBuffer outLine = new StringBuffer(256); in execute() local250 outLine.setLength(0); in execute()262 outLine.append(line.substring(lineIndex, startIndex)); in execute()270 outLine.append(className); in execute()275 outLine.append(ClassUtil.internalClassName(className)); in execute()280 outLine.append(match); in execute()285 outLine.append(type); in execute()292 outLine, in execute()302 outLine, in execute()308 outLine.append(arguments); in execute()[all …]
106 List<String> outLine = outLineIt.next(); in checkConvert() local107 Iterator<String> outPartIt = outLine.iterator(); in checkConvert()
599 extern void get_sampler_kernel_code( image_sampler_data *imageSampler, char *outLine );
3395 void get_sampler_kernel_code( image_sampler_data *imageSampler, char *outLine ) in get_sampler_kernel_code() argument3427 …sprintf( outLine, " const sampler_t imageSampler = %s | %s | %s;\n", addressMode, filterMode, n… in get_sampler_kernel_code()