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

1 2 3

  /external/llvm/lib/MC/
MCInst.cpp 54 StringRef Separator) const {
62 OS << Separator;
MCSectionMachO.cpp 129 char Separator = ',';
140 OS << Separator;
145 Separator = '+';
  /external/swiftshader/third_party/LLVM/lib/MC/
MCInst.cpp 49 StringRef Separator) const {
57 OS << Separator;
MCSectionMachO.cpp 129 char Separator = ',';
140 OS << Separator;
145 Separator = '+';
  /external/llvm/lib/Fuzzer/test/
CustomCrossOverTest.cpp 15 static const char *Separator = "-_^_-";
34 static size_t SeparatorLen = strlen(Separator);
53 memcpy(Out + Len1, Separator, SeparatorLen);
  /external/v8/tools/clang/blink_gc_plugin/
JsonWriter.h 17 Separator();
31 Separator();
40 Separator();
44 Separator();
48 Separator();
52 Separator();
57 void Separator() {
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 56 Separator = os.PathSeparator
64 // 1. Replace multiple Separator elements with a single one.
70 // assuming Separator is '/'.
75 // Finally, any occurrences of slash are replaced by Separator.
105 out.append(Separator)
118 // .. element: remove to last separator
130 out.append(Separator)
140 out.append(Separator)
157 // ToSlash returns the result of replacing each separator character
161 if Separator == '/'
    [all...]
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 56 Separator = os.PathSeparator
64 // 1. Replace multiple Separator elements with a single one.
70 // assuming Separator is '/'.
75 // Finally, any occurrences of slash are replaced by Separator.
105 out.append(Separator)
118 // .. element: remove to last separator
130 out.append(Separator)
140 out.append(Separator)
157 // ToSlash returns the result of replacing each separator character
161 if Separator == '/'
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.cpp 72 auto Separator = "";
74 OS << Separator;
75 Separator = " ";
81 OS << Separator;
HexagonMCTargetDesc.cpp 129 StringRef Separator = "\n";
136 OS << Indent << Duplex.first << Separator;
142 OS << Indent << InstTxt << Separator;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 636 * at most one separator. As such, separators are ordered in increasing
637 * priority, and setting a separator multiple times between text will
638 * result in the single separator with the highest priority being used.
642 static enum Separator {
644 // enum's ordinal() method is used when determining if a new separator
682 // The next separator to be inserted between two text nodes.
683 private Separator separator = Separator.None; field in class:HtmlTree.PlainTextPrinter
696 * Sets the next separator between two text nodes. A Space separator i
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsOpenClose.c 513 CHAR16 *Separator;
597 Separator = StrStr (Path, L"\\");
598 if (Separator != NULL) {
604 if ((*(Separator + 1) == '\0') && ((OpenMode & EFI_FILE_MODE_CREATE) != 0)) {
  /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);
  /external/v8/src/
json-stringifier.cc 417 Separator(i == 0);
435 Separator(i == 0);
449 Separator(i == 0);
491 Separator(i == 0);
690 void JsonStringifier::Separator(bool first) {
697 Separator(!deferred_comma);
  /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);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 22 "Separator", "Sizegrip", "Style", "Treeview",
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 22 "Separator", "Sizegrip", "Style", "Treeview",
    [all...]
  /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/llvm/utils/TableGen/
SubtargetEmitter.cpp 90 char Separator);
590 const char *Name, char Separator) {
594 OS << V << Separator << " // " << Name;
596 OS << "MCSchedModel::Default" << Name << Separator;
    [all...]
  /external/python/cpython2/Lib/lib-tk/
ttk.py 22 "Separator", "Sizegrip", "Style", "Treeview",
    [all...]
  /external/python/cpython2/Lib/plat-mac/
FrameWork.py 595 self.items.append(('', None, None, 'separator'))
707 def Separator(menu):
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 154 constexpr const char Separator[] = ":";
155 constexpr size_t SeparatorWidth = llvm::array_lengthof(Separator) - 1;
156 size_t Pos = RegName.find(Separator);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
FrameWork.py 595 self.items.append(('', None, None, 'separator'))
707 def Separator(menu):
    [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...]

Completed in 833 milliseconds

1 2 3