HomeSort by relevance Sort by last modified time
    Searched refs:SEPARATOR (Results 51 - 75 of 158) sorted by null

1 23 4 5 6 7

  /external/chromium_org/chrome/renderer/plugins/
chrome_plugin_placeholder.cc 332 separator_item.type = content::MenuItem::SEPARATOR;
  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter.cc 89 type = MenuItemView::SEPARATOR;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 103 Label label = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCreationPage.java 106 new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL).setLayoutData(
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.c 316 #define SEPARATOR ' '
340 for (len = 0; (server_string[base + len] != SEPARATOR)
354 for (base += len; (server_string[base] == SEPARATOR)
  /external/mesa3d/src/glx/
glxextensions.c 316 #define SEPARATOR ' '
340 for (len = 0; (server_string[base + len] != SEPARATOR)
354 for (base += len; (server_string[base] == SEPARATOR)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 199 Label l = new Label(buttons, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSetupBuilder.java 317 return ":" + relativeString.replaceAll(Pattern.quote(File.separator), ":"); //$NON-NLS-1$
338 result = result.append(Path.SEPARATOR + path2.segment(i));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 66 SEPARATOR;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 90 mDestinationText.setText(sSaveToFolder + File.separator + DEFAULT_TRACE_FNAME);
137 Label separator = new Label(c, SWT.SEPARATOR | SWT.HORIZONTAL); local
140 separator.setLayoutData(gd);
SystraceOptionsDialogV1.java 110 mDestinationText.setText(sSaveToFolder + File.separator + DEFAULT_TRACE_FNAME);
139 Label separator = new Label(c, SWT.SEPARATOR | SWT.HORIZONTAL); local
142 separator.setLayoutData(gd);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 159 Label l = new Label(c, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 152 l = new Label(c, SWT.HORIZONTAL | SWT.SEPARATOR);
  /external/chromium_org/chrome/browser/extensions/
menu_manager.cc 205 if (type_ != SEPARATOR)
237 if (type != SEPARATOR && !value.GetString(kTitleKey, &title))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 466 // separator
467 Label separator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL); local
471 separator.setLayoutData(gd2);
511 // separator
512 Label rootSeparator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL);
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 120 private static final String SEPARATOR = String.valueOf(COMMIT_CHAR_COMMA)
444 // We have no separator, so we should add it
445 super.append(SEPARATOR, 0, SEPARATOR.length());
446 displayString += SEPARATOR;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /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);
  /frameworks/testing/espresso/libs/
dagger-1.2.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 565 TM_PART(5,TP,SEPARATOR)
590 TM_PART(6,MP,SEPARATOR)
  /prebuilts/devtools/tools/lib/
rule-api.jar 
org-eclipse-equinox-common-3.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 386 private static final String SEPARATOR = ";";
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 

Completed in 1361 milliseconds

1 23 4 5 6 7