/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
main.rb | 81 o.separator 'Input Options:' 391 opt.separator "" 392 opt.separator( "Parser Configuration:" ) 410 opt.separator '' 411 opt.separator "Debug Mode Options:" 505 opt.separator '' 506 opt.separator "Tree Parser Configuration:" 539 opt.separator '' 540 opt.separator "Debug Mode Options:"
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ConfigResultsElement.java | 370 String separator = ""; local 383 localBuffer.append(separator); 387 separator = "+"; 430 localBuffer.append(separator); 458 separator = "+"; 473 localBuffer.append(separator); 475 separator = "+"; 485 localBuffer.append(separator); 487 separator = "+";
|
/cts/tools/signature-tools/test/signature/converter/doclet/ |
DocletTestConverter.java | 46 static String separator;
field in class:DocletTestConverter 49 separator = System.getProperty("file.separator");
52 sourcepath = sourcepath + separator + "cts" + separator;
83 directory = directory + filename.substring(0, pos) + separator;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
product-weight.h | 127 char separator = FLAGS_fst_product_separator[0]; local 128 return strm << w.Value1() << separator << w.Value2(); 134 char separator = FLAGS_fst_product_separator[0]; local 140 if (c == EOF || c == separator) { 157 } while (c != separator);
|
/external/webkit/Tools/WebKitTestRunner/ |
TestInvocation.cpp | 66 const char separator = '\\'; local 67 bool isAbsolutePath = length >= 3 && pathOrURL[1] == ':' && pathOrURL[2] == separator; 69 const char separator = '/'; local 70 bool isAbsolutePath = pathOrURL[0] == separator; 79 buffer = adoptArrayPtr(new char[prefixLength + PATH_MAX + length + 2]); // 1 for the separator 84 buffer[numCharacters] = separator;
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
ManagerService.java | 48 Environment.getExternalStorageDirectory() + File.separator + "layout-test-results"; 54 EXPECTED_RESULT_LOCATION_RELATIVE_DIR_PREFIXES.add("platform" + File.separator + 55 "android-v8" + File.separator); 56 EXPECTED_RESULT_LOCATION_RELATIVE_DIR_PREFIXES.add("platform" + File.separator + 57 "android" + File.separator);
|
/cts/tools/signature-tools/src/signature/io/html/ |
HtmlDeltaExternalizer.java | 44 private static final String DELTA_FOLDER = "changes" + File.separator; 48 if (!location.endsWith(File.separator)) { 49 location += File.separator;
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPSystemInterface.cpp | 189 static const char separator[] = "/"; local 190 char* file = (char*) malloc(strlen(path) + strlen(separator) + strlen(entry->d_name) + 1); 192 strcat(file, separator);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
ContextMenuClientGtk.cpp | 142 GtkWidget* separator = gtk_separator_menu_item_new(); local 143 gtk_menu_shell_append(GTK_MENU_SHELL(gtkmenu), separator); local 144 gtk_widget_show(separator);
|
/external/webkit/Tools/DumpRenderTree/android/ |
get_layout_tests_dir_contents.php | 21 # get_layout_tests_dir_contents.php?path=PATH&recurse=RECURSE&separator=SEPARATOR&mode=MODE 25 # SEPARATOR = a string separating paths in result (defaults to \n) 77 if (!isset($_GET['separator'])) { 78 $separator = "\n"; variable 80 $separator = $_GET['separator']; variable 107 echo "$value$separator";
|
/libcore/luni/src/main/java/java/util/prefs/ |
FilePreferencesImpl.java | 85 path = ((FilePreferencesImpl) parent).path + File.separator + name; 92 prefsFile = new File(path + File.separator + PREFS_FILE_NAME); 100 return new File(path + File.separator + name).isDirectory();
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldBufferedInputStreamTest.java | 201 String separator = System.getProperty("file.separator"); local 202 if (fileName.charAt(fileName.length() - 1) == separator.charAt(0)) { 207 + separator, "input.tst");
|
OldFileInputStreamTest.java | 191 String separator = System.getProperty("file.separator"); local 192 if (fileName.charAt(fileName.length() - 1) == separator.charAt(0)) 197 + separator, "input.tst");
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipFileTest.java | 369 String separator = System.getProperty("file.separator"); local 370 if (tempFileName.charAt(tempFileName.length() - 1) == separator 376 tempFileName + separator, "gabba.zip"); 406 String separator = System.getProperty("file.separator"); local 407 if (tempFileName.charAt(tempFileName.length() - 1) == separator 413 tempFileName + separator, "gabba.zip");
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
AddOnTarget.java | 111 if (location.endsWith(File.separator) == false) { 112 location = location + File.separator; 225 return mLocation + SdkConstants.FD_DOCS + File.separator 230 return mLocation + SdkConstants.FD_DATA + File.separator 237 return mLocation + SdkConstants.FD_DATA + File.separator 244 return mLocation + SdkConstants.FD_DATA + File.separator
|
/cts/tools/signature-tools/src/signature/model/util/ |
ModelUtil.java | 149 String separator) { 154 s.append(separator);
|
/external/proguard/src/proguard/ |
GPL.java | 123 * separator. 125 private static String trimSuffix(String string, char separator) 127 int index = string.lastIndexOf(separator);
|
/external/qemu/ |
json-parser.c | 335 parse_error(ctxt, token, "expected separator in dict"); 397 parse_error(ctxt, token, "expected separator in list");
|
/frameworks/compile/mclinker/include/mcld/Support/ |
Path.h | 30 const wchar_t separator = L'\\'; member in namespace:mcld::sys::fs 33 const char separator = '/'; 112 /// is_separator - is the given character a separator of a path. 114 // @result true if \a value is a path separator character on the host OS
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_print.c | 66 char const * const * domains, *missing, *separator; local 75 missing = separator = ","; 83 separator = ", "; 92 "%s" /* info separator start */ 94 "%s" /* separator */ 96 "%s" /* separator */ 99 "%s" /* separator */ 104 "%s" /* info separator end */ 106 me->csv ? separator : "> {", 108 me->csv ? separator : "-" [all...] |
/libcore/luni/src/main/java/javax/xml/parsers/ |
FilePathToURI.java | 60 char separator = java.io.File.separatorChar; local 61 path = path.replace(separator, '/');
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
FilePathToURI.java | 60 char separator = java.io.File.separatorChar; local 61 path = path.replace(separator, '/');
|
/sdk/chimpchat/src/com/android/chimpchat/adb/ |
AdbBackend.java | 70 return platformTools.getAbsolutePath() + File.separator + SdkConstants.FN_ADB; 73 return mrParentLocation + File.separator + SdkConstants.FN_ADB;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ST.stg | 92 <alts:rewriteTemplateAlt(); separator="else "> 96 <alts:rewriteTemplateAlt(); separator="else ">
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
ST.stg | 83 <alts:rewriteTemplateAlt(); separator="else "> 87 <alts:rewriteTemplateAlt(); separator="else ">
|