Home
last modified time | relevance | path

Searched refs:Sep (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/swiftshader/third_party/LLVM/lib/Support/
DPath.cpp257 static StringRef getDirnameCharSep(StringRef path, const char *Sep) { in getDirnameCharSep() argument
258 assert(Sep[0] != '\0' && Sep[1] == '\0' && in getDirnameCharSep()
268 while (pos >= 0 && path[pos] == Sep[0]) in getDirnameCharSep()
272 return path[0] == Sep[0] ? Sep : "."; in getDirnameCharSep()
277 while (i < pos && path[i] != Sep[0]) in getDirnameCharSep()
284 while (pos >= 0 && path[pos] != Sep[0]) in getDirnameCharSep()
288 while (pos >= 0 && path[pos] == Sep[0]) in getDirnameCharSep()
292 return path[0] == Sep[0] ? Sep : "."; in getDirnameCharSep()
/external/icu/icu4c/source/data/brkitr/rules/
Dsent_el.txt23 $Sep = [\p{Sentence_Break = Sep}];
60 # Rule 4 - Break after $Sep.
63 [^$Sep $CR $LF]? ($Extend | $Format)*;
73 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
80 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
84 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
Dsent.txt22 $Sep = [\p{Sentence_Break = Sep}];
59 # Rule 4 - Break after $Sep.
62 [^$Sep $CR $LF]? ($Extend | $Format)*;
72 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
79 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
82 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
/external/e2fsprogs/tests/f_dup2/
Dexpect.114 File /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993)
16 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
19 File /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
21 /pass1.c (inode #14, mod time Tue Sep 21 04:28:37 1993)
22 /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993)
25 File /pass1.c (inode #14, mod time Tue Sep 21 04:28:37 1993)
27 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_16.txt5 for <scr-admin@socal-raves.org>; Sun, 23 Sep 2001 20:13:54 -0700 (PDT)
9 23 Sep 2001 20:14:35 -0700 (PDT)
12 id <0GK500B01D0B8X@cougar.noc.ucla.edu>; Sun, 23 Sep 2001 20:14:35 -0700 (PDT)
13 Date: Sun, 23 Sep 2001 20:14:35 -0700 (PDT)
41 Date: Sun, 23 Sep 2001 20:10:55 -0700
69 id <0GK500B01D0B8X@cougar.noc.ucla.edu>; Sun, 23 Sep 2001 20:14:35 -0700 (PDT)
73 Sun, 23 Sep 2001 20:14:33 -0700 (PDT)
77 <jangel1@ucla.edu>; Sun, 23 Sep 2001 20:14:32 -0700 (PDT)
79 (Postfix) with ESMTP id D3B2951B70; Sun, 23 Sep 2001 20:13:47 -0700 (PDT)
81 id A611F51B82; Sun, 23 Sep 2001 20:13:46 -0700 (PDT)
[all …]
/external/python/cpython2/Lib/email/test/data/
Dmsg_16.txt5 for <scr-admin@socal-raves.org>; Sun, 23 Sep 2001 20:13:54 -0700 (PDT)
9 23 Sep 2001 20:14:35 -0700 (PDT)
12 id <0GK500B01D0B8X@cougar.noc.ucla.edu>; Sun, 23 Sep 2001 20:14:35 -0700 (PDT)
13 Date: Sun, 23 Sep 2001 20:14:35 -0700 (PDT)
41 Date: Sun, 23 Sep 2001 20:10:55 -0700
69 id <0GK500B01D0B8X@cougar.noc.ucla.edu>; Sun, 23 Sep 2001 20:14:35 -0700 (PDT)
73 Sun, 23 Sep 2001 20:14:33 -0700 (PDT)
77 <jangel1@ucla.edu>; Sun, 23 Sep 2001 20:14:32 -0700 (PDT)
79 (Postfix) with ESMTP id D3B2951B70; Sun, 23 Sep 2001 20:13:47 -0700 (PDT)
81 id A611F51B82; Sun, 23 Sep 2001 20:13:46 -0700 (PDT)
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringExtras.h194 template <typename Sep>
195 inline void join_items_impl(std::string &Result, Sep Separator) {} in join_items_impl()
197 template <typename Sep, typename Arg>
198 inline void join_items_impl(std::string &Result, Sep Separator, in join_items_impl()
203 template <typename Sep, typename Arg1, typename... Args>
204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, in join_items_impl()
241 template <typename Sep, typename... Args>
242 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTarWriter.cpp135 size_t Sep = Path.rfind('/', sizeof(UstarHeader::Prefix) + 1); in splitUstar() local
136 if (Sep == StringRef::npos) in splitUstar()
138 if (Path.size() - Sep - 1 >= sizeof(UstarHeader::Name)) in splitUstar()
141 Prefix = Path.substr(0, Sep); in splitUstar()
142 Name = Path.substr(Sep + 1); in splitUstar()
/external/e2fsprogs/tests/f_dup/
Dexpect.113 File /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993)
15 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
18 File /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
20 /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993)
/external/icu/icu4c/source/test/testdata/
DSentenceBreakTest.txt31 ÷ 0001 × 0085 ÷ # ÷ [0.2] <START OF HEADING> (Other) × [998.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
32 … HEADING> (Other) × [5.0] COMBINING DIAERESIS (Extend_FE) × [998.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
61 ÷ 000D ÷ 0085 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
62 …RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
91 ÷ 000A ÷ 0085 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
92 …E FEED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [998.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
115 ÷ 0085 ÷ 0001 ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] <START OF HEADING> (Other) ÷ [0.3]
116 ÷ 0085 ÷ 0308 × 0001 ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) ×…
117 ÷ 0085 ÷ 000D ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
118 ÷ 0085 ÷ 0308 × 000D ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) ×…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringExtras.h331 template <typename Sep>
332 inline void join_items_impl(std::string &Result, Sep Separator) {} in join_items_impl()
334 template <typename Sep, typename Arg>
335 inline void join_items_impl(std::string &Result, Sep Separator, in join_items_impl()
340 template <typename Sep, typename Arg1, typename... Args>
341 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, in join_items_impl()
386 template <typename Sep, typename... Args>
387 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
/external/curl/tests/data/
Dtest111714 Date: Thu, 09 Sep 2010 14:49:00 GMT
24 Date: Thu, 09 Sep 2010 14:49:01 GMT
55 Date: Thu, 09 Sep 2010 14:49:00 GMT
62 Date: Thu, 09 Sep 2010 14:49:01 GMT
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dasia75 Rule EUAsia 1979 1995 - Sep lastSun 1:00u 0 -
78 Rule E-EurAsia 1979 1995 - Sep lastSun 0:00 0 -
82 Rule RussiaAsia 1984 1995 - Sep lastSun 2:00s 0 -
124 3:00 RussiaAsia +03/+04 1995 Sep 24 2:00s
150 3:00 RussiaAsia +03/+04 1992 Sep lastSun 2:00s
238 5:30 - +0530 1942 Sep
239 6:30 - +0630 1951 Sep 30
304 Rule Shang 1945 only - Sep 1 24:00 0 S
306 Rule Shang 1946 only - Sep 30 24:00 0 S
310 Rule Shang 1948 1949 - Sep 30 24:00 0 S #plan
[all …]
Dsouthamerica526 -4:00 - -04 2004 Sep 26
957 -2:00 Brazil -02/-01 1990 Sep 17
958 -2:00 - -02 1999 Sep 30
960 -2:00 - -02 2001 Sep 13
975 -3:00 Brazil -03/-02 1988 Sep 12
981 -4:00 Brazil -04/-03 1988 Sep 12
988 -3:00 Brazil -03/-02 1990 Sep 17
989 -3:00 - -03 1999 Sep 30
991 -3:00 - -03 2001 Sep 13
997 -3:00 Brazil -03/-02 1990 Sep 17
[all …]
Deurope397 Rule GB-Eire 1917 only - Sep 17 2:00s 0 GMT
400 Rule GB-Eire 1918 only - Sep 30 2:00s 0 GMT
403 Rule GB-Eire 1919 only - Sep 29 2:00s 0 GMT
416 Rule GB-Eire 1923 1924 - Sep Sun>=16 2:00s 0 GMT
441 Rule GB-Eire 1944 only - Sep Sun>=16 1:00s 1:00 BST
570 Rule EU 1977 only - Sep lastSun 1:00u 0 -
572 Rule EU 1979 1995 - Sep lastSun 1:00u 0 -
582 Rule W-Eur 1977 only - Sep lastSun 1:00s 0 -
584 Rule W-Eur 1979 1995 - Sep lastSun 1:00s 0 -
593 Rule C-Eur 1917 1918 - Sep Mon>=15 2:00s 0 -
[all …]
/external/e2fsprogs/tests/f_dup3/
Dexpect.114 File /lost+found (inode #11, mod time Mon Sep 20 03:26:36 1993)
18 File /pass1.c (inode #14, mod time Tue Sep 21 04:28:37 1993)
22 File /e2fsck (inode #16, mod time Tue Sep 21 04:32:22 1993)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/
Dsentence.txt14 Sep = [\p{Sentence_Break = Sep}];
26 ParaSep = [Sep CR LF];
/external/python/cpython2/Modules/_ctypes/libffi/
Dmdate-sh131 Sep) month=September; nummonth=9;;
175 Sep) month=September; nummonth=9;;
199 Sep) nummonthtod=9;;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
Dsentence.txt14 Sep = [\p{Sentence_Break = Sep}];
26 ParaSep = [Sep CR LF];
/external/icu/icu4c/source/test/testdata/break_rules/
Dsentence.txt14 Sep = [\p{Sentence_Break = Sep}];
26 ParaSep = [Sep CR LF];
/external/libchrome/libchrome_tools/patch/
Dbuild_time.patch32 + property_get("ro.build.date", kDateTime, "Sep 02 2008 08:00:00 PST");
34 + const char kDateTime[] = "Sep 02 2008 08:00:00 PST";
59 + char build_date[] = "Sep 02 2008 05:00:00";
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatProviders.h380 StringRef Sep = consumeOneOption(Style, '$', ", ");
383 return std::make_pair(Sep, Args);
391 StringRef Sep;
393 std::tie(Sep, ArgStyle) = parseOptions(Style);
403 Stream << Sep;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormatProviders.h390 StringRef Sep = consumeOneOption(Style, '$', ", ");
393 return std::make_pair(Sep, Args);
401 StringRef Sep;
403 std::tie(Sep, ArgStyle) = parseOptions(Style);
413 Stream << Sep;
/external/python/dateutil/docs/
Dexamples.rst895 >>> parse("Thu Sep 25 10:36:28 BRST 2003", tzinfos=TZOFFSETS)
899 >>> parse("2003 10:36:28 BRST 25 Sep Thu", tzinfos=TZOFFSETS)
909 >>> parse("Thu Sep 25 10:36:28 BRST 2003")
917 >>> parse("Thu Sep 25 10:36:28 BRST 2003", ignoretz=True)
925 >>> parse("Thu Sep 25 10:36:28 2003")
934 >>> parse("Thu Sep 25 10:36:28", default=DEFAULT)
942 >>> parse("Thu Sep 10:36:28", default=DEFAULT)
959 >>> parse("Thu Sep 25 2003")
962 >>> parse("Sep 25 2003")
965 >>> parse("Sep 2003", default=DEFAULT)
[all …]
/external/icu/icu4c/source/data/locales/
Dde_IT.txt18 "Sep.",
48 "Sep",

1234567891011