Searched refs:pdt (Results 1 – 25 of 30) sorted by relevance
12
/external/openfst/src/include/ |
D | Makefile.am | 18 pdt_include_headers = fst/extensions/pdt/collection.h \ 19 fst/extensions/pdt/compose.h fst/extensions/pdt/expand.h \ 20 fst/extensions/pdt/info.h fst/extensions/pdt/paren.h \ 21 fst/extensions/pdt/pdt.h fst/extensions/pdt/pdtlib.h \ 22 fst/extensions/pdt/pdtscript.h fst/extensions/pdt/replace.h \ 23 fst/extensions/pdt/reverse.h fst/extensions/pdt/shortest-path.h
|
D | Makefile.in | 93 fst/extensions/pdt/collection.h fst/extensions/pdt/compose.h \ 94 fst/extensions/pdt/expand.h fst/extensions/pdt/info.h \ 95 fst/extensions/pdt/paren.h fst/extensions/pdt/pdt.h \ 96 fst/extensions/pdt/pdtlib.h fst/extensions/pdt/pdtscript.h \ 97 fst/extensions/pdt/replace.h fst/extensions/pdt/reverse.h \ 98 fst/extensions/pdt/shortest-path.h fst/script/arcsort.h \ 285 @HAVE_PDT_TRUE@pdt_include_headers = fst/extensions/pdt/collection.h \ 286 @HAVE_PDT_TRUE@fst/extensions/pdt/compose.h fst/extensions/pdt/expand.h \ 287 @HAVE_PDT_TRUE@fst/extensions/pdt/info.h fst/extensions/pdt/paren.h \ 288 @HAVE_PDT_TRUE@fst/extensions/pdt/pdt.h fst/extensions/pdt/pdtlib.h \ [all …]
|
/external/openfst/ |
D | configure.ac | 23 src/extensions/pdt/Makefile 84 AC_ARG_ENABLE([pdt], [AS_HELP_STRING([--enable-pdt], [enable PDT extensions])], optenable
|
D | README | 24 --enable-pdt Experimental push-down transducer extensions (def: no)
|
/external/v8/test/webkit/ |
D | date-parse-comments-test-expected.txt | 91 PASS Date.parse("dec 25 1995 (pdt)utc(pst)") == 819849600000 is true 94 PASS Date.parse("dec 25 1995 (pdt)ut(pst)") == 819849600000 is true 100 PASS Date.parse("dec 25 1995 (utc)pdt(gmt)") == 819874800000 is true 103 PASS Date.parse("dec 25 1995 1:30 (pdt)utc(pst)") == 819855000000 is true 106 PASS Date.parse("dec 25 1995 1:30 (pdt)ut(pst)") == 819855000000 is true 112 PASS Date.parse("dec 25 1995 1:30 (utc)pdt(gmt)") == 819880200000 is true 124 PASS Date.parse("dec 25 1995 1:30 (am) pm pdt (utc)") == 819923400000 is true
|
/external/clang/test/Modules/ |
D | stddef.c | 6 ptrdiff_t pdt; variable
|
/external/openfst/src/extensions/ |
D | Makefile.am | 22 pdtdir = pdt directory
|
D | Makefile.in | 66 DIST_SUBDIRS = compact const far lookahead ngram pdt 217 @HAVE_PDT_TRUE@pdtdir = pdt
|
/external/openfst/src/extensions/pdt/ |
D | Makefile.in | 41 subdir = src/extensions/pdt 306 $(AUTOMAKE) --foreign src/extensions/pdt/Makefile
|
/external/icu/icu4c/source/data/lang/ |
D | mk.txt | 427 pdt{"менонитски долногермански"}
|
D | zh_Hant.txt | 439 pdt{"門諾低地德文"}
|
D | th.txt | 445 pdt{"เพลาท์ดิช"}
|
D | ja.txt | 441 pdt{"メノナイト低地ドイツ語"}
|
D | lb.txt | 436 pdt{"Plattdäitsch"}
|
D | sv.txt | 429 pdt{"mennonitisk lågtyska"}
|
D | pl.txt | 448 pdt{"plautdietsch"}
|
D | fi.txt | 448 pdt{"plautdietsch"}
|
D | nl.txt | 447 pdt{"Plautdietsch"}
|
D | en.txt | 451 pdt{"Plautdietsch"}
|
D | de.txt | 448 pdt{"Plautdietsch"}
|
D | lt.txt | 448 pdt{"vokiečių kalbos žemaičių tarmė"}
|
D | tr.txt | 448 pdt{"Plautdietsch"}
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CalendarRegression.java | 151 SimpleTimeZone pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, ids[0]); in Test4040996() local 152 pdt.setStartRule(Calendar.APRIL, 1, Calendar.SUNDAY, 2 * 60 * 60 * 1000); in Test4040996() 153 pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000); in Test4040996() 154 Calendar calendar = new GregorianCalendar(pdt); in Test4040996()
|
/external/icu/icu4c/source/test/intltest/ |
D | calregts.cpp | 330 SimpleTimeZone *pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, *ids->snext(status)); in test4040996() local 331 pdt->setStartRule(UCAL_APRIL, 1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); in test4040996() 332 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); in test4040996() 333 Calendar *calendar = new GregorianCalendar(pdt, status); in test4040996()
|
/external/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 501 pdt{"pdt_Latn_CA"}
|
12