HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 126 - 150 of 1285) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLDistPoint.java 88 String sep = Strings.lineSeparator(); local
91 buf.append(sep);
97 buf.append(sep);
GeneralNames.java 96 String sep = Strings.lineSeparator(); local
99 buf.append(sep);
105 buf.append(sep);
  /external/dtc/libfdt/
fdt_overlay.c 431 char *sep, *endptr; local
443 sep = memchr(fixup_str, ':', fixup_len);
444 if (!sep || *sep != ':')
447 path_len = sep - path;
452 name = sep + 1;
453 sep = memchr(name, ':', fixup_len);
454 if (!sep || *sep != ':')
457 name_len = sep - name
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Shell.java 25 String sep; field in class:Shell
58 s.sep = sep;
225 (i == args.length - 1 ? "\n" : sep));
236 pw.print(sep);
373 sep = args[0];
533 s.sep = "|";
547 s.sep = args[i];
667 String sep = ""; local
672 sb.append(sep + "quote("
    [all...]
  /external/python/cpython2/Lib/test/
test_glob.py 117 res = glob.glob(self.norm('Z*Z') + os.sep)
119 res = glob.glob(self.norm('ZZZ') + os.sep)
121 # When there is a wildcard pattern which ends with os.sep, glob()
123 res = glob.glob(self.norm('aa*') + os.sep)
128 {self.norm('aaa') + os.sep, self.norm('aab') + os.sep},
134 res = glob.glob(fsdecode(self.norm('Z*Z') + os.sep))
136 res = glob.glob(fsdecode(self.norm('ZZZ') + os.sep))
138 res = glob.glob(fsdecode(self.norm('aa*') + os.sep))
143 {fsdecode(self.norm('aaa') + os.sep),
    [all...]
  /external/strace/
clone.c 101 const char *sep = "|"; local
113 sep = "";
115 tprintf("%s%s", sep, signame(flags & CSIGNAL));
  /external/tcpdump/
print-ahcp.c 149 const char *sep = ": "; local
155 ND_PRINT((ndo, "%s%s", sep, ip6addr_string(ndo, cp)));
157 sep = ", ";
173 const char *sep = ": "; local
179 ND_PRINT((ndo, "%s%s", sep, ipaddr_string(ndo, cp)));
181 sep = ", ";
197 const char *sep = ": "; local
203 ND_PRINT((ndo, "%s%s/%u", sep, ip6addr_string(ndo, cp), *(cp + 16)));
205 sep = ", ";
221 const char *sep = ": " local
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
ipa_nat_test022.c 50 int ipa_nat_test022(int total_entries, u32 tbl_hdl, u8 sep)
77 if(sep)
111 if(sep)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_glob.py 117 res = glob.glob(self.norm('Z*Z') + os.sep)
119 res = glob.glob(self.norm('ZZZ') + os.sep)
121 # When there is a wildcard pattern which ends with os.sep, glob()
123 res = glob.glob(self.norm('aa*') + os.sep)
128 {self.norm('aaa') + os.sep, self.norm('aab') + os.sep},
134 res = glob.glob(fsdecode(self.norm('Z*Z') + os.sep))
136 res = glob.glob(fsdecode(self.norm('ZZZ') + os.sep))
138 res = glob.glob(fsdecode(self.norm('aa*') + os.sep))
143 {fsdecode(self.norm('aaa') + os.sep),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_glob.py 117 res = glob.glob(self.norm('Z*Z') + os.sep)
119 res = glob.glob(self.norm('ZZZ') + os.sep)
121 # When there is a wildcard pattern which ends with os.sep, glob()
123 res = glob.glob(self.norm('aa*') + os.sep)
128 {self.norm('aaa') + os.sep, self.norm('aab') + os.sep},
134 res = glob.glob(fsdecode(self.norm('Z*Z') + os.sep))
136 res = glob.glob(fsdecode(self.norm('ZZZ') + os.sep))
138 res = glob.glob(fsdecode(self.norm('aa*') + os.sep))
143 {fsdecode(self.norm('aaa') + os.sep),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_glob.py 117 res = glob.glob(self.norm('Z*Z') + os.sep)
119 res = glob.glob(self.norm('ZZZ') + os.sep)
121 # When there is a wildcard pattern which ends with os.sep, glob()
123 res = glob.glob(self.norm('aa*') + os.sep)
128 {self.norm('aaa') + os.sep, self.norm('aab') + os.sep},
134 res = glob.glob(fsdecode(self.norm('Z*Z') + os.sep))
136 res = glob.glob(fsdecode(self.norm('ZZZ') + os.sep))
138 res = glob.glob(fsdecode(self.norm('aa*') + os.sep))
143 {fsdecode(self.norm('aaa') + os.sep),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_glob.py 117 res = glob.glob(self.norm('Z*Z') + os.sep)
119 res = glob.glob(self.norm('ZZZ') + os.sep)
121 # When there is a wildcard pattern which ends with os.sep, glob()
123 res = glob.glob(self.norm('aa*') + os.sep)
128 {self.norm('aaa') + os.sep, self.norm('aab') + os.sep},
134 res = glob.glob(fsdecode(self.norm('Z*Z') + os.sep))
136 res = glob.glob(fsdecode(self.norm('ZZZ') + os.sep))
138 res = glob.glob(fsdecode(self.norm('aa*') + os.sep))
143 {fsdecode(self.norm('aaa') + os.sep),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
partition.h 14 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len)
28 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_SEARCH);
64 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len)
78 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_print.py 54 sep = end = file = None
62 # Now synthesize a print(args, sep=..., end=..., file=...) node.
66 if sep is not None or end is not None or file is not None:
67 if sep is not None:
68 self.add_kwarg(l_args, u"sep", String(repr(sep)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
partition.h 14 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len)
28 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_SEARCH);
64 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len)
78 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
decimal_point.pass.cpp 114 const char sep = ','; local
117 const char sep = '.'; local
122 assert(f.decimal_point() == sep);
126 assert(f.decimal_point() == sep);
thousands_sep.pass.cpp 117 const char sep = ' '; local
122 const char sep = ' '; local
127 assert(f.thousands_sep() == sep);
131 assert(f.thousands_sep() == sep);
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_print.py 54 sep = end = file = None
62 # Now synthesize a print(args, sep=..., end=..., file=...) node.
66 if sep is not None or end is not None or file is not None:
67 if sep is not None:
68 self.add_kwarg(l_args, u"sep", String(repr(sep)))
  /external/python/cpython2/Lib/plat-os2emx/
grp.py 142 sep = None
146 if sep is None:
147 sep = __get_field_sep(entry)
148 fields = entry.split(sep)
  /external/python/cpython2/Objects/stringlib/
partition.h 14 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len)
28 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_SEARCH);
64 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len)
78 pos = fastsearch(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
  /external/syslinux/com32/gplinclude/dmi/
dmi_cache.h 45 void dmi_cache_types(uint16_t code, const char *sep, char *array);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_print.py 54 sep = end = file = None
62 # Now synthesize a print(args, sep=..., end=..., file=...) node.
66 if sep is not None or end is not None or file is not None:
67 if sep is not None:
68 self.add_kwarg(l_args, u"sep", String(repr(sep)))
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_print.py 54 sep = end = file = None
62 # Now synthesize a print(args, sep=..., end=..., file=...) node.
66 if sep is not None or end is not None or file is not None:
67 if sep is not None:
68 self.add_kwarg(l_args, u"sep", String(repr(sep)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_print.py 54 sep = end = file = None
62 # Now synthesize a print(args, sep=..., end=..., file=...) node.
66 if sep is not None or end is not None or file is not None:
67 if sep is not None:
68 self.add_kwarg(l_args, u"sep", String(repr(sep)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_print.py 54 sep = end = file = None
62 # Now synthesize a print(args, sep=..., end=..., file=...) node.
66 if sep is not None or end is not None or file is not None:
67 if sep is not None:
68 self.add_kwarg(l_args, u"sep", String(repr(sep)))

Completed in 1641 milliseconds

1 2 3 4 56 7 8 91011>>