Home
last modified time | relevance | path

Searched refs:twelve (Results 1 – 20 of 20) sorted by relevance

/external/pcre/dist/testdata/
Dgrepoutput78 32:twelve
145 32-twelve
159 twelve
175 twelve
206 32-twelve
228 twelve
250 twelve
282 32-twelve
305 twelve
576 32:twelve
Dgrepinputx32 twelve
/external/compiler-rt/lib/builtins/i386/
Dfloatundisf.S68 twelve: label
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedMultisetTest.java549 IntegerDiv10 twelve = new IntegerDiv10(12); in testCopyOfDuplicateInconsistentWithEquals() local
552 List<IntegerDiv10> original = ImmutableList.of(three, eleven, twelve, twenty); in testCopyOfDuplicateInconsistentWithEquals()
556 assertTrue(copy.contains(twelve)); in testCopyOfDuplicateInconsistentWithEquals()
DImmutableSortedMapTest.java602 IntegerDiv10 twelve = new IntegerDiv10(12); in testImmutableMapCopyOfImmutableSortedMap() local
607 assertTrue(original.containsKey(twelve)); in testImmutableMapCopyOfImmutableSortedMap()
608 assertFalse(copy.containsKey(twelve)); in testImmutableMapCopyOfImmutableSortedMap()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedMapTest.java525 IntegerDiv10 twelve = new IntegerDiv10(12); in testImmutableMapCopyOfImmutableSortedMap() local
530 assertTrue(original.containsKey(twelve)); in testImmutableMapCopyOfImmutableSortedMap()
531 assertFalse(copy.containsKey(twelve)); in testImmutableMapCopyOfImmutableSortedMap()
/external/icu/icu4c/source/data/rbnf/
Den.txt99 "12: twelve;",
/external/libvorbis/doc/
D06-floor0.tex95 scalars in \varname{[coefficients]} is to to read a total of twelve
/external/icu/tools/srcgen/resources/
Dreplacements.txt79 * ICU 3.4 and later provides API access for all twelve C/POSIX character classes.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/
Dwords.txt2752 twelve
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
Dwords.txt2752 twelve
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
Dmpl-v11.txt164 Distribution Mechanism, must remain available for at least twelve (12)
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt1378 巳>'[sixth of twelve branches]';
5498 酉>'[tenth in series of twelve cyclic]';
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb1175 )LBN!+0'F turnoverAtutorse������������������������������twelve$LP!;DOtwenty $LP!;FL+twinA…
/external/chromium-trace/catapult/third_party/flot/
DNEWS.md768 - Support for twelve-hour date formatting (patch by Forrest Aldridge).
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt323 things I used to know. Let me see: four times five is twelve,
1479 hours, I THINK; or is it twelve? I--'
3050 `And that's the jury-box,' thought Alice, `and those twelve
3059 The twelve jurors were all writing very busily on slates.
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt171 丣 < ancient\-form\-of\-the\-tenth\-of\-the\-twelve\-terrestrial\-branches;
653 㝙 < the\-third\-of\-the\-twelve\-terrestrial\-branches;
1140 酉 < tenth\-of\-the\-twelve\-earthly\-branches;
1760 亥 < last\-of\-twelve\-earthly\-branches;
3261 巳 < sixth\-of\-twelve\-branches;
36167 丣 > ancient\-form\-of\-the\-tenth\-of\-the\-twelve\-terrestrial\-branches;
36452 㝙 > the\-third\-of\-the\-twelve\-terrestrial\-branches;
36725 酉 > tenth\-of\-the\-twelve\-earthly\-branches;
37110 亥 > last\-of\-twelve\-earthly\-branches;
38224 巳 > sixth\-of\-twelve\-branches;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf1889 CARD "twelve" "tw'elv"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf2156 CARD "twelve" "tw'elv"
/external/v8/test/cctest/
Dtest-api.cc4908 Local<Value> twelve = CompileRun("this[12]"); in THREADED_TEST() local
4909 CHECK_EQ(92, twelve->Int32Value(context.local()).FromJust()); in THREADED_TEST()