HomeSort by relevance Sort by last modified time
    Searched refs:Separator (Results 26 - 50 of 51) sorted by null

12 3

  /external/llvm/include/llvm/MC/
MCInst.h 188 /// structures, if given. Operators are separated by the \p Separator
191 StringRef Separator = " ") const;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 41 import org.eclipse.jface.action.Separator;
266 toolbarManager.add(new Separator());
269 toolbarManager.add(new Separator());
  /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...]
LayoutCanvas.java 60 import org.eclipse.jface.action.Separator;
    [all...]
PaletteControl.java 62 import org.eclipse.jface.action.Separator;
    [all...]
OutlinePage.java 68 import org.eclipse.jface.action.Separator;
    [all...]
SelectionManager.java 52 import org.eclipse.jface.action.Separator;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
BuildsView.java 25 import org.eclipse.jface.action.Separator;
424 manager.add(new Separator());
ComponentResultsView.java 24 import org.eclipse.jface.action.Separator;
208 manager.add(new Separator());
  /external/llvm/lib/IR/
DataLayout.cpp 192 static std::pair<StringRef, StringRef> split(StringRef Str, char Separator) {
194 std::pair<StringRef, StringRef> Split = Str.split(Separator);
196 report_fatal_error("Trailing separator in datalayout string");
198 report_fatal_error("Expected token before separator in datalayout string");
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
SpacingAndPunctuationsTests.java 352 fail("Armenian Sentence Separator");
  /art/tools/
checker.py 165 Text, Pattern, VarRef, VarDef, Separator = range(5)
191 return CheckElement(CheckElement.Variant.Separator, None, None)
268 # A whitespace in the check line creates a new separator of line parts.
322 if part.variant == CheckElement.Variant.Separator:
335 # Check if this is a valid match if we expect a whitespace separator
checker_test.py 64 if linePart.variant == checker.CheckElement.Variant.Separator:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 36 import org.eclipse.jface.action.Separator;
544 manager.add(new Separator());
574 manager.add(new Separator());
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 83 char Separator);
600 const char *Name, char Separator) {
604 OS << V << Separator << " // " << Name;
606 OS << "MCSchedModel::Default" << Name << Separator;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 595 self.items.append(('', None, None, 'separator'))
707 def Separator(menu):
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 22 "Separator", "Sizegrip", "Style", "Treeview",
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 22 "Separator", "Sizegrip", "Style", "Treeview",
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 682 static bool VersionNumberSeparator(const char Separator) {
683 return (Separator == '.' || Separator == '_');
    [all...]
  /external/v8/src/
string.js 586 function StringSplitJS(separator, limit) {
593 if (!IS_REGEXP(separator)) {
594 var separator_string = TO_STRING_INLINE(separator);
598 // ECMA-262 says that if separator is undefined, the result should
600 if (IS_UNDEFINED(separator)) return [subject];
604 // If the separator string is empty then return the elements in the subject.
614 // Separator is a regular expression.
615 return StringSplitOnRegExp(subject, separator, limit, length);
619 function StringSplitOnRegExp(subject, separator, limit, length) {
621 if (DoRegExpExec(separator, subject, 0, 0) != null)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 523 milliseconds

12 3