| /external/tcpdump/ |
| print-nfs.c | 581 char separator = ' '; local 584 separator = '|'; 587 ND_PRINT((ndo, "%cNFS_ACCESS_LOOKUP", separator)); 588 separator = '|'; 591 ND_PRINT((ndo, "%cNFS_ACCESS_MODIFY", separator)); 592 separator = '|'; 595 ND_PRINT((ndo, "%cNFS_ACCESS_EXTEND", separator)); 596 separator = '|'; 599 ND_PRINT((ndo, "%cNFS_ACCESS_DELETE", separator)); 600 separator = '|' [all...] |
| /external/v8/src/crankshaft/ |
| hydrogen-gvn.cc | 413 const char* separator = ""; local 418 os << separator; local 419 separator = ", "; 435 os << separator << "[" << *t->global_vars_[index].handle() << "]"; 436 separator = ", "; 441 os << separator << t->inobject_fields_[index]; 442 separator = ", ";
|
| /frameworks/support/leanback/src/main/java/androidx/leanback/widget/picker/ |
| Picker.java | 85 * Gets separator string between columns. 87 * @return The separator that will be populated between all the Picker columns. 95 * Sets separator String between Picker columns. 97 * @param separator Separator String between Picker columns. 99 public final void setSeparator(CharSequence separator) { 100 setSeparators(Arrays.asList(separator)); 114 * number of the separators should be either 1 indicating the same separator used between all 220 + ". At least one separator must be provided"); 222 CharSequence separator = mSeparators.get(0) local 246 TextView separator = (TextView) inflater.inflate( local 274 TextView separator = (TextView) inflater.inflate( local [all...] |
| /libcore/ojluni/src/main/java/java/io/ |
| File.java | 65 * the default <em>separator character</em>. The default name-separator 66 * character is defined by the system property <code>file.separator</code>, and 68 * #separator}</code> and <code>{@link #separatorChar}</code> of this class. 70 * within it may be separated by the default name-separator character or by any 71 * other name-separator character that is supported by the underlying system. 166 * pathname string uses the default name-separator character and does not 214 * The system-dependent default name-separator character. This field is 216 * property <code>file.separator</code>. On UNIX systems the value of this 224 * The system-dependent default name-separator character, represented as 228 public static final String separator = "" + separatorChar; field in class:File [all...] |
| /packages/apps/ExactCalculator/src/com/android/calculator2/ |
| CalculatorFormula.java | 194 final char separator = KeyMaps.translateResult(",").charAt(0); local 195 final CharSequence added = StringUtils.getExtensionIgnoring(newText, oldText, separator);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
| SystraceOptionsDialogV2.java | 107 mDestinationText.setText(sSaveToFolder + File.separator + DEFAULT_TRACE_FNAME); 154 Label separator = new Label(c, SWT.SEPARATOR | SWT.HORIZONTAL); local 157 separator.setLayoutData(gd);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
| LintPreferencePage.java | 156 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL); local 157 separator.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 2, 1));
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| NewTemplatePage.java | 208 //Label projectSeparator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL); 236 if (type == Parameter.Type.SEPARATOR) { 237 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL); local 238 separator.setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false, 3, 1)); 375 case SEPARATOR: 392 Label separator = new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL); local 395 separator.setLayoutData(separatorData); 612 if (parameter.type == Parameter.Type.SEPARATOR) { [all...] |
| /bionic/linker/ |
| linker.cpp | 952 // Treat an '!/' separator inside a path as the separator between the name 956 const char* const separator = strstr(path, kZipFileSeparator); local 957 if (separator == nullptr) { 967 buf[separator - path] = '\0'; 970 const char* file_path = &buf[separator - path + 2]; 1000 *realpath += separator; [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| _collectionsmodule.c | 885 char *emit = ""; /* No separator emitted on first pass */
886 char *separator = ", ";
local 910 emit = separator;
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| _collectionsmodule.c | 836 char *emit = ""; /* No separator emitted on first pass */
837 char *separator = ", ";
local 861 emit = separator;
[all...] |
| /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
| ANTLR3.java | 423 String separator = System.getProperty("file.separator"); local 426 File f = new File(antlrLibDir + separator + file); 692 // As the separator string in lines emitted by the depend option
|
| /external/curl/lib/ |
| http.c | 3349 char separator; local 3397 char separator; local [all...] |
| /external/google-breakpad/src/client/linux/minidump_writer/ |
| minidump_writer.cc | 1208 static const char separator[] = " "; local [all...] |
| /external/icu/icu4c/source/common/ |
| locid.cpp | 355 // Separator rules: 504 char *separator; local 546 separator = field[0] = fullName; 548 while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < UPRV_LENGTHOF(field)-1) { 549 field[fieldIdx] = separator + 1; 550 fieldLen[fieldIdx-1] = (int32_t)(separator - field[fieldIdx-1]); 554 separator = uprv_strchr(field[fieldIdx-1], '@'); 556 if (separator!=NULL || sep2!=NULL) { 557 if (separator==NULL || (sep2!=NULL && separator > sep2)) [all...] |
| /external/icu/icu4c/source/test/cintltst/ |
| cldrtest.c | 259 else if ((localeStr[localeStrLen - 1] == (UChar)0x20) && (strcmp(subBundleKey,"separator") != 0)) { 346 /* localeDisplayPattern/separator can end with a space */ 347 } else if (string[len - 1] == (UChar)0x20 && (strcmp(subBundleKey,"separator"))) { 1262 UChar separator[kUBufMax] = {0,}; local [all...] |
| /external/mdnsresponder/mDNSShared/ |
| DebugServices.c | 2046 char separator[ 8 ]; local [all...] |
| /external/python/cpython2/Modules/ |
| _collectionsmodule.c | 940 char *emit = ""; /* No separator emitted on first pass */ 941 char *separator = ", "; local 965 emit = separator; [all...] |
| /external/selinux/libsemanage/src/ |
| direct_api.c | 1721 char *separator; local [all...] |
| /external/syslinux/gpxe/src/net/tcp/ |
| iscsi.c | 608 char *separator; local 620 separator = strchr ( iscsi->target_address, ':' ); 621 if ( separator ) { 622 *separator = '\0'; 623 iscsi->target_port = strtoul ( ( separator + 1 ), NULL, 0 ); [all...] |
| /external/tensorflow/tensorflow/stream_executor/ |
| stream.cc | 139 const char *separator = ""; local 153 port::StrAppend(&str, separator, ToVlogString(elements[i])); 154 separator = ", "; 203 const char *separator = ""; local 205 port::StrAppend(&str, separator, param.first, "=", param.second); 206 separator = ", "; [all...] |
| /external/webrtc/webrtc/base/ |
| httpcommon.cc | 238 void HttpComposeAttributes(const HttpAttributeList& attributes, char separator, 243 ss << separator << " "; local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| KeyboardShortcuts.java | 686 View separator = inflater.inflate( local [all...] |
| /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
| HtmlTree.java | 636 * at most one separator. As such, separators are ordered in increasing 637 * priority, and setting a separator multiple times between text will 638 * result in the single separator with the highest priority being used. 642 static enum Separator { 644 // enum's ordinal() method is used when determining if a new separator 682 // The next separator to be inserted between two text nodes. 683 private Separator separator = Separator.None; field in class:HtmlTree.PlainTextPrinter 696 * Sets the next separator between two text nodes. A Space separator i [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| LayoutActionBar.java | 25 import com.android.ide.common.api.RuleAction.Separator; 167 if (!(itemActions.get(0) instanceof RuleAction.Separator)) { 235 } else if (!(prevAction instanceof RuleAction.Separator)) { 260 // Must be a separator, or a label (which we insert for nested widgets) 261 assert (style & SWT.SEPARATOR) != 0 || !item.getText().isEmpty() : item; 272 // add a separator at the end of these groups in case there are no more 273 // actions at the end so that we don't have a trailing separator) 285 if (action instanceof Separator) { 312 /** Add a separator to the toolbar, unless there already is one there at the end already */ 315 if (n > 0 && (toolBar.getItem(n - 1).getStyle() & SWT.SEPARATOR) == 0) 316 ToolItem separator = new ToolItem(toolBar, SWT.SEPARATOR); local [all...] |