HomeSort by relevance Sort by last modified time
    Searched defs:separator (Results 76 - 100 of 136) sorted by null

1 2 34 5 6

  /external/webkit/Tools/EWebLauncher/
main.c 245 const char *separator = " - "; local
255 size = snprintf(label, sizeof(label), "%s (%d%%)%s%s", title, progress, separator, appname);
257 size = snprintf(label, sizeof(label), "%s %s%s", title, separator, appname);
  /frameworks/base/core/java/android/webkit/
CacheManager.java 877 int separator = controls[i].indexOf('='); local
878 if (separator < 0) {
879 separator = controls[i].indexOf(':');
881 if (separator > 0) {
882 String s = controls[i].substring(separator + 1);
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 431 const char* separator = ""; local
446 strlcat(dnslist, separator, dnslist_sz);
448 separator = " ";
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 24 import com.android.ide.common.api.RuleAction.Separator;
158 if (!(itemActions.get(0) instanceof RuleAction.Separator)) {
180 // add a separator at the end of these groups in case there are no more
181 // actions at the end so that we don't have a trailing separator)
193 if (action instanceof Separator) {
220 /** Add a separator to the toolbar, unless there already is one there at the end already */
223 if (n > 0 && (toolBar.getItem(n - 1).getStyle() & SWT.SEPARATOR) == 0) {
224 ToolItem separator = new ToolItem(toolBar, SWT.SEPARATOR); local
225 separator.setWidth(15)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 319 int separator = mValues.minSdk.indexOf(' '); local
320 if (separator != -1) {
321 mValues.minSdk = mValues.minSdk.substring(0, separator);
563 osTarget = mValues.packageName + File.separator + osTarget;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 468 // separator
469 Label separator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL); local
473 separator.setLayoutData(gd2);
512 // separator
513 Label rootSeparator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 832 Label separator = new Label(mGpxPlayControls, SWT.SEPARATOR | SWT.VERTICAL); local
970 Label separator = new Label(mKmlPlayControls, SWT.SEPARATOR | SWT.VERTICAL); local
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 205 Label separator = new Label(mShell, SWT.SEPARATOR | SWT.HORIZONTAL); local
206 separator.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 405 int cols = 7; // device+config+dock+day+separator*2+theme
484 // first separator
485 Label separator = new Label(this, SWT.SEPARATOR | SWT.VERTICAL); local
486 separator.setLayoutData(gd = new GridData(
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 1454 GtkWidget* separator = gtk_separator_menu_item_new(); local
1455 gtk_menu_shell_append(GTK_MENU_SHELL(menu), separator); local
    [all...]
  /external/jhead/
exif.c 1143 char* separator = strchr(curElement, '\/'); local
1152 char* separator = strchr(curElement, '\/'); local
    [all...]
  /external/sqlite/dist/
shell.c 413 char separator[20]; /* Separator character for MODE_List */ member in struct:callback_data
432 #define MODE_List 2 /* One record per line with a separator */
604 ** Output a single term of CSV. Actually, p->separator is used for
605 ** the separator, which may or may not be a comma. p->nullvalue is
615 int nSep = strlen30(p->separator);
618 || (z[i]==p->separator[0] &&
619 (nSep==1 || memcmp(z, p->separator, nSep)==0)) ){
636 fprintf(p->out, "%s", p->separator);
732 fprintf(p->out,"%s%s",azCol[i], i==nArg-1 ? "\n" : p->separator);
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 1036 @property(readonly, copy) NSString *separator; variable
    [all...]
  /external/webkit/Source/WebCore/platform/
KURL.cpp 497 // no path in base, add a path separator if necessary
1614 int separator = findFirstOf(str, strLen, 0, ":"); local
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 174 * scheme separator ':' and the fragment separator '#'. If this is a
185 * scheme separator ':' and the fragment separator '#'. If this is a
270 * the query separator ('?') and before the fragment separator ('#'). This
280 * the query separator ('?') and before the fragment separator ('#'). This
483 /** Cached scheme separator index. */
493 /** Cached fragment separator index. *
1570 int separator = query.indexOf('=', start); local
1621 int separator = query.indexOf('=', start); local
1674 int separator = query.indexOf('=', start); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 1253 int separator = email.lastIndexOf('@'); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 72 return path + File.separator;
82 tempDirectory = new File(addTrailingSlash(System.getProperty("java.io.tmpdir")) + "harmony-test-" + getClass().getSimpleName() + File.separator);
305 File.separator + "pa th" + File.separator + "another\u20ac" + File.separator + "pa%th"));
409 if (!dirName.endsWith(File.separator)) {
410 dirName += File.separator;
413 dir.getPath() + File.separator, dirName);
422 String sep = File.separator;
741 f = new File(base + "Temp" + File.separator + File.separator + "temp.tst")
1022 String separator = File.separator; local
    [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 2689 size_t separator = function_name.find_first_of(".\/"); local
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 225 // value specified explicitly using the <name>separator<value> syntax:
471 final String name = av.substring (OPT_PREFIXES [p].length ()); // with a possible value after a separator
473 char separator = 0; local
481 separator = OPT_VALUE_SEPARATORS [s];
486 if (separator != 0)
    [all...]
  /external/qemu/
monitor.c 1091 char *separator; local
1102 separator = strchr(string, '-');
1103 keyname_len = separator ? separator - string : strlen(string);
1122 if (!separator)
1124 string = separator + 1;
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 3413 Register separator = r1; local
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 3597 RefPtr<CSSPrimitiveValue> separator; local
    [all...]
  /frameworks/base/core/java/android/content/
SyncManager.java 1297 final String separator = new String(chars); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 2084 final CharSequence separator = ic.getTextBeforeCursor(1, 0); local
    [all...]
  /external/emma/lib/
emma_ant.jar 

Completed in 1898 milliseconds

1 2 34 5 6