/external/ant-glob/src/org/apache/tools/ant/util/ |
FileUtils.java | 109 * beginning with a double file separator--signifying a Windows UNC--must 165 //remove the initial separator; the root has it. 183 root = File.separator;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
AttributeScope.java | 119 * separator=';'. It results in two Attribute objects. 121 public void addAttributes(String definitions, int separator) { 123 CodeGenerator.getListOfArgumentsFromAction(definitions,0,-1,separator,attrs);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ST.stg | 69 <alts:rewriteTemplateAlt(); separator="else "> 73 <alts:rewriteTemplateAlt(); separator="else "> 132 new Dictionary\<string, object>() { <args:optionalArgument(); separator=", "> }
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ST.stg | 145 self.templateLib.getInstanceOf("<name>"<if(args)>, attributes={<args:{a | "<a.name>": <a.value>}; separator=", ">}<endif>) 150 self.templateLib.getInstanceOf(<expr><if(args)>, attributes={<args:{a | "<a.name>": <a.value>}; separator=", ">}<endif>) 155 stringtemplate3.StringTemplate("<template>", group=self.templateLib<if(args)>, attributes={<args:{a | "<a.name>": <a.value>}; separator=", ">}<endif>)
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
avatar_menu_bubble_controller.mm | 224 NSBox* separator = [self separatorWithFrame: 226 [separator setAutoresizingMask:NSViewWidthSizable]; 227 [contentView addSubview:separator]; 229 yOffset += NSHeight([separator frame]); 262 NSBox* separator = [self separatorWithFrame: 264 [separator setAutoresizingMask:NSViewWidthSizable]; 265 [contentView addSubview:separator]; 267 yOffset += NSHeight([separator frame]) + kVerticalSpacing; 288 separator = [self separatorWithFrame: 290 [separator setAutoresizingMask:NSViewWidthSizable] [all...] |
profile_chooser_controller_unittest.mm | 71 // one separator and one option buttons view. 86 // There should be a separator. 91 int profileIndex = i - 1; // The separator is a view but not a profile.
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
media_galleries_dialog_gtk.cc | 109 // Separator line and unattached volumes header text. 110 GtkWidget* separator = gtk_hseparator_new(); local 111 gtk_box_pack_start(GTK_BOX(checkbox_container), separator, FALSE, FALSE, 0); local
|
/external/chromium_org/chrome/browser/ui/views/ |
avatar_menu_bubble_view.h | 31 class Separator; 112 views::Separator* separator_; 124 views::Separator* separator_switch_users_;
|
/external/chromium_org/content/browser/frame_host/ |
frame_tree_unittest.cc | 40 const char* separator = ""; local 42 result->append(separator); 44 separator = ", ";
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
ContentSearchUtils.cpp | 164 size_t separator = match.find("="); local 165 ASSERT(separator != kNotFound); 166 match = match.substring(separator + 1);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
WorkersSidebarPane.js | 63 var separator = this.bodyElement.createChild("div", "sidebar-separator"); 64 separator.textContent = WebInspector.UIString("Dedicated worker inspectors");
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
DatabaseIdentifier.cpp | 53 // Make sure there's a first separator 58 // Make sure there's a second separator 63 // Ensure there were at least 2 separator characters. Some hostnames on intranets have
|
/external/chromium_org/third_party/icu/source/common/ |
locid.cpp | 362 // Separator rules: 530 char *separator; local 572 separator = field[0] = fullName; 574 while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < (int32_t)(sizeof(field)/sizeof(field[0]))-1) { 575 field[fieldIdx] = separator + 1; 576 fieldLen[fieldIdx-1] = (int32_t)(separator - field[fieldIdx-1]); 580 separator = uprv_strchr(field[fieldIdx-1], '@'); 582 if (separator!=NULL || sep2!=NULL) { 583 if (separator==NULL || (sep2!=NULL && separator > sep2)) [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
toolutil.h | 71 * after the last file separator, and return a pointer 73 * If the pathname only contains a basename and no file separator, 81 * up to but not including the last file separator.
|
/external/chromium_org/third_party/skia/src/utils/ |
SkParse.cpp | 86 int SkParse::Count(const char str[], char separator) 96 } while (c != separator); 101 } while (c == separator);
|
/external/chromium_org/v8/src/ |
string-stream.h | 196 // Utility class to print a list of items to a stream, divided by a separator. 199 explicit SimpleListPrinter(StringStream* stream, char separator = ',') { 200 separator_ = separator;
|
/external/icu4c/common/ |
locid.cpp | 301 // Separator rules: 471 char *separator; local 513 separator = field[0] = fullName; 515 while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < (int32_t)(sizeof(field)/sizeof(field[0]))-1) { 516 field[fieldIdx] = separator + 1; 517 fieldLen[fieldIdx-1] = (int32_t)(separator - field[fieldIdx-1]); 521 separator = uprv_strchr(field[fieldIdx-1], '@'); 523 if (separator!=NULL || sep2!=NULL) { 524 if (separator==NULL || (sep2!=NULL && separator > sep2)) [all...] |
/external/icu4c/tools/toolutil/ |
toolutil.h | 72 * after the last file separator, and return a pointer 74 * If the pathname only contains a basename and no file separator, 82 * up to but not including the last file separator.
|
/external/linux-tools-perf/ |
builtin-diff.c | 195 OPT_STRING('t', "field-separator", &symbol_conf.field_sep, "separator", 196 "separator for columns, no spaces will be added between "
|
/external/proguard/src/proguard/ |
GPL.java | 123 * separator. 125 private static String trimSuffix(String string, char separator) 127 int index = string.lastIndexOf(separator);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/ |
RobolectricTest.java | 41 defaultLineSeparator = System.getProperty("line.separator"); 43 System.setProperty("line.separator", "\n"); 51 System.setProperty("line.separator", defaultLineSeparator);
|
/external/skia/src/utils/ |
SkParse.cpp | 86 int SkParse::Count(const char str[], char separator) 96 } while (c != separator); 101 } while (c == separator);
|
/frameworks/base/test-runner/src/junit/runner/ |
TestCaseClassLoader.java | 56 String separator= System.getProperty("path.separator"); local 58 StringTokenizer st= new StringTokenizer(classPath, 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();
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
HexDump.java | 106 * The line-separator (initializes to "line.separator" system property.
109 System.getProperty("line.separator");
|