| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
| TargetMenuListener.java | 92 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
|
| /toolchain/binutils/binutils-2.27/opcodes/ |
| s390-dis.c | 173 char separator; local 179 separator = '\t'; 189 val.u == 0 && separator == '(') 191 separator = ','; 203 info->fprintf_func (info->stream, "%c%%r%u", separator, val.u); 205 info->fprintf_func (info->stream, "%c%%f%u", separator, val.u); 207 info->fprintf_func (info->stream, "%c%%v%i", separator, val.u); 209 info->fprintf_func (info->stream, "%c%%a%u", separator, val.u); 211 info->fprintf_func (info->stream, "%c%%c%u", separator, val.u); 214 info->fprintf_func (info->stream, "%c", separator); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
| ProjectNamePage.java | 144 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL); local 145 separator.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 3, 1)); 451 + File.separator + FN_PROJECT_PROGUARD_FILE);
|
| /bootable/recovery/minui/ |
| resources.cpp | 404 size_t separator = prefix.find('-'); local 405 if (separator == std::string::npos) { 408 std::regex loc_regex(prefix.substr(0, separator) + "-[A-Za-z]*" + prefix.substr(separator));
|
| /cts/libs/json/src/com/android/json/stream/ |
| JsonWriter.java | 137 * The name/value separator; either ":" or ": ". 139 private String separator = ":"; field in class:JsonWriter 164 this.separator = ":"; 167 this.separator = ": "; 460 out.append(separator);
|
| /cts/tests/signature/src/android/signature/cts/ |
| ReflectionHelper.java | 90 String separator = ""; local 94 builder.append(separator).append(classNamePart); 95 separator = ".";
|
| /dalvik/dx/src/com/android/dx/command/dump/ |
| BaseDumper.java | 63 /** {@code non-null;} the current column separator string */ 64 private String separator; field in class:BaseDumper 93 this.separator = rawBytes ? "|" : ""; 124 separator = rawBytes ? "|" : ""; 126 separator += " "; 271 IndentingWriter iw = new IndentingWriter(sw, w2, separator); 281 return TwoColumnOutput.toString(s1, w1, separator, s2, w2);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
| getpath.c | 87 /** Determine if "ch" is a separator character.
91 @retval TRUE ch is a separator character.
92 @retval FALSE ch is NOT a separator character.
106 The last element (everything to the right of the last separator character)
465 static char separator[2] = {SEP, '\0'};
local 641 strcat(buf, separator);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
| getpath.c | 93 /** Determine if "ch" is a separator character.
97 @retval TRUE ch is a separator character.
98 @retval FALSE ch is NOT a separator character.
108 The last element (everything to the right of the last separator character)
396 static char separator[2] = {SEP, '\0'};
local 572 strcat(buf, separator);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| getpath.c | 376 static char separator[2] = {SEP, '\0'};
local 608 strcat(buf, separator);
643 strcpy(prefix, separator);
653 strcpy(exec_prefix, separator);
|
| /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
| BitSet.java | 302 String separator = ","; local 309 buf.append(separator);
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
| Vector3DFormat.java | 32 * <p>The prefix and suffix "{" and "}" and the separator "; " can be replaced by 35 * or separator specifications. So even if the default separator does include a space 54 /** The default separator: ", ". */ 63 /** Separator. */ 64 private final String separator; field in class:Vector3DFormat 72 /** Trimmed separator. */ 80 * <p>The instance uses the default prefix, suffix and separator: 96 * Create an instance with custom prefix, suffix and separator. 99 * @param separator separator to use instead of the default "; [all...] |
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
| RealVectorFormat.java | 34 * <p>The prefix and suffix "{" and "}" and the separator "; " can be replaced by 37 * or separator specifications. So even if the default separator does include a space 57 /** The default separator: ", ". */ 66 /** Separator. */ 67 private final String separator; field in class:RealVectorFormat 75 /** Trimmed separator. */ 83 * <p>The instance uses the default prefix, suffix and separator: 99 * Create an instance with custom prefix, suffix and separator. 102 * @param separator separator to use instead of the default "; [all...] |
| /external/drm_hwcomposer/ |
| drmdisplaycomposition.cpp | 453 bool separator = false; local 456 separator = true; 459 if (separator) 462 separator = true; 465 if (separator) 468 separator = true; 471 if (separator) 474 separator = true; 477 if (separator) 480 separator = true [all...] |
| /external/guava/guava-tests/test/com/google/common/io/ |
| CharSinkTest.java | 89 String separator = System.getProperty("line.separator"); local 90 assertEquals("foo" + separator + "bar" + separator + "baz" + separator, sink.getString());
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| ResourceBundleWrapper.java | 132 String separator ="_"; local 134 separator = "/"; 136 throw new MissingResourceException("Could not find the bundle "+ baseName+separator+ localeID,"","");
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
| LocaleDataTest.java | 435 String separator = ld.getLocaleSeparator(); local 440 logln("LocaleSeparator for locale " + locale + ": " + separator); 441 if (!separator.equals(", ")) { 448 separator = ld.getLocaleSeparator(); 453 logln("LocaleSeparator for locale " + locale + ": " + separator); 454 if (!separator.equals("\uFF0C")) {
|
| /external/icu/icu4c/source/i18n/ |
| ulocdata.cpp | 330 const UChar *separator = NULL; local 355 separator = ures_getStringByKey(separatorBundle, "separator", &len, &localStatus); 371 p0=u_strstr(separator, sub0); 372 p1=u_strstr(separator, sub1); 374 separator = (const UChar *)p0 + subLen; 375 len = p1 - separator; 376 /* Desired separator is no longer zero-terminated; handle that if necessary */ 378 u_strncpy(result, separator, len); 384 u_strncpy(result, separator, resultCapacity) [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| ResourceBundleWrapper.java | 130 String separator ="_"; local 132 separator = "/"; 134 throw new MissingResourceException("Could not find the bundle "+ baseName+separator+ localeID,"","");
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| LocaleDataTest.java | 432 String separator = ld.getLocaleSeparator(); local 437 logln("LocaleSeparator for locale " + locale + ": " + separator); 438 if (!separator.equals(", ")) { 445 separator = ld.getLocaleSeparator(); 450 logln("LocaleSeparator for locale " + locale + ": " + separator); 451 if (!separator.equals("\uFF0C")) {
|
| /external/kmod/tools/ |
| modinfo.c | 36 static char separator = '\n'; variable 145 separator); 151 separator); 156 separator); 178 printf("%s%c", kmod_module_get_path(mod), separator); 182 kmod_module_get_path(mod), separator); 206 printf("%s%c", value, separator); 217 if (separator == '\0') { 218 printf("%s=%s%c", key, value, separator); 223 printf("%s:%-*s%s%c", key, 15 - keylen, "", value, separator); [all...] |
| /external/lz4/examples/ |
| compress_functions.c | 341 const char *separator = "+--------------+------------------------------+--------------+----------------+--------------+--------------+\n"; local 343 printf("%s", separator); 345 printf("%s", separator); 359 printf("%s", separator);
|
| /external/nist-sip/java/gov/nist/core/ |
| DuplicateNameValueList.java | 47 private String separator; field in class:DuplicateNameValueList 54 this.separator = ";"; 59 public void setSeparator(String separator) { 60 this.separator = separator; 86 buffer.append(separator); 190 retval.setSeparator(this.separator);
|
| NameValueList.java | 61 private String separator; field in class:NameValueList 67 this.separator = ";"; 72 this.separator = ";"; 79 public void setSeparator(String separator) { 80 this.separator = separator; 106 buffer.append(separator); 217 retval.setSeparator(this.separator);
|
| /external/perf_data_converter/src/quipper/ |
| test_utils.cc | 166 size_t separator = line.find(' '); local 167 string build_id = line.substr(0, separator); 168 string filename = line.substr(separator + 1);
|