Searched refs:quote (Results 1 – 7 of 7) sorted by relevance
58 sb.append(INDENT + ".setContentTitle(" + quote(CONTENT_TITLE) + ")"); in generate()60 sb.append(INDENT + ".setContentText(" + quote(CONTENT_TEXT) + ")"); in generate()62 sb.append(INDENT + ".setSubText(" + quote(SUB_TEXT) + ")"); in generate()66 sb.append(INDENT + ".setContentInfo(" + quote(CONTENT_INFO) + ")"); in generate()99 sb.append(STYLE_INDENT + ".bigText(" + quote(BIG_TEXT) + ")"); in generateStyle()105 sb.append(STYLE_INDENT + ".addLine(" + quote(line) + ")"); in generateStyle()110 sb.append(STYLE_INDENT + ".setBigContentTitle(" + quote(BIG_CONTENT_TITLE) + ")"); in generateStyle()112 sb.append(STYLE_INDENT + ".setSummaryText(" + quote(SUMMARY_TEXT) + ")"); in generateStyle()120 ".addAction(" + icon.getValueInt() + ", " + quote(text) + ", " + intentName + ")"); in generateAction()123 private static String quote(EditableItem text) { in quote() method in CodeGenerator[all …]
110 … commandList.add(quote("-p" + projectTarget.getPath(IAndroidTarget.ANDROID_AIDL))); //$NON-NLS-1$ in doCompileFiles()118 commandList.add(quote("-I" + f.getLocation().toOSString())); //$NON-NLS-1$ in doCompileFiles()126 commandList.add(quote("-I" + aidlFile.getAbsolutePath())); //$NON-NLS-1$ in doCompileFiles()185 commands[index] = quote(osSourcePath); in doCompileFiles()186 commands[index + 1] = quote(data.getOutput().getLocation().toOSString()); in doCompileFiles()
81 public static String quote(String path) { in quote() method in SourceProcessor
125 String [] pathArray = pathWithoutExtension.split(Pattern.quote(File.separator)); in packagePathMatches()
350 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR));616 String[] cachedPaths = cache.split(Pattern.quote(PATH_SEPARATOR));
317 return ":" + relativeString.replaceAll(Pattern.quote(File.separator), ":"); //$NON-NLS-1$ in getGradlePath()
364 name = path.replaceAll(Pattern.quote(File.separator), " > "); //$NON-NLS-1$ in getSampleDisplayName()