HomeSort by relevance Sort by last modified time
    Searched defs:Separator (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/MC/
MCInst.cpp 53 StringRef Separator) const {
61 OS << Separator;
MCSectionMachO.cpp 130 char Separator = ',';
141 OS << Separator;
146 Separator = '+';
  /external/chromium_org/ui/views/controls/
separator.cc 5 #include "ui/views/controls/separator.h"
13 const char Separator::kViewClassName[] = "Separator";
15 // The separator height in pixels.
18 // Default color of the separator.
21 Separator::Separator(Orientation orientation) : orientation_(orientation) {
25 Separator::~Separator() {
29 // Separator, View overrides
    [all...]
separator.h 14 // The Separator class is a view that shows a line used to visually separate
17 class VIEWS_EXPORT Separator : public View {
24 // The separator's class name.
27 explicit Separator(Orientation orientation);
28 virtual ~Separator();
39 DISALLOW_COPY_AND_ASSIGN(Separator);
  /external/chromium_org/third_party/WebKit/public/web/
WebMenuItemInfo.h 46 Separator,
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 51 std::string separator = "\t"; local
66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl;
84 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std::endl;
105 std::string Separator ="\t";
109 std::string separator = "\t"; local
174 outfile << arc[loc]->fromId << Separator << arc[loc]->toId << Separator << inLabel.c_str() << Separator << outLabel.c_str() << std::endl
194 std::string separator = "\\t"; local
274 std::string separator = "\\t"; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 597 * at most one separator. As such, separators are ordered in increasing
598 * priority, and setting a separator multiple times between text will
599 * result in the single separator with the highest priority being used.
603 static enum Separator {
605 // enum's ordinal() method is used when determining if a new separator
643 // The next separator to be inserted between two text nodes.
644 private Separator separator = Separator.None; field in class:HtmlTree.PlainTextPrinter
657 * Sets the next separator between two text nodes. A Space separator i
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 135 assertTrue(contextMenu.get(1) instanceof RuleAction.Separator);
138 assertTrue(contextMenu.get(4) instanceof RuleAction.Separator);
239 assertTrue(nestedActions.get(1) instanceof RuleAction.Separator);
243 assertTrue(nestedActions.get(5) instanceof RuleAction.Separator);
245 assertTrue(nestedActions.get(7) instanceof RuleAction.Separator);
  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 339 // Show separator between Attendees
343 View Separator = prevItem.findViewById(R.id.contact_separator);
344 if (Separator != null) {
345 Separator.setVisibility(View.VISIBLE);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 563 * at most one separator. As such, separators are ordered in increasing
564 * priority, and setting a separator multiple times between text will
565 * result in the single separator with the highest priority being used.
569 static enum Separator {
571 // enum's ordinal() method is used when determining if a new separator
609 // The next separator to be inserted between two text nodes.
610 private Separator separator = Separator.None; field in class:HtmlTree.PlainTextPrinter
623 * Sets the next separator between two text nodes. A Space separator i
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 83 char Separator);
612 const char *Name, char Separator) {
616 OS << V << Separator << " // " << Name;
618 OS << "MCSchedModel::Default" << Name << Separator;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 22 "Separator", "Sizegrip", "Style", "Treeview",
    [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/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 22 "Separator", "Sizegrip", "Style", "Treeview",
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
org-eclipse-jface-3.6.2.jar 
  /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 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 678 milliseconds