Home
last modified time | relevance | path

Searched refs:mentioned (Results 1 – 25 of 188) sorted by relevance

12345678

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralSamples.java82 Set<FixedDecimal> mentioned = new TreeSet<FixedDecimal>(); in PluralSamples() local
85 for (FixedDecimal s : mentioned) { in PluralSamples()
92 boolean done = addIfNotPresent(i, mentioned, foundKeywords); in PluralSamples()
97 boolean done = addIfNotPresent(i/10d, mentioned, foundKeywords); in PluralSamples()
100 …ed to find sample for each keyword: " + foundKeywords + "\n\t" + pluralRules + "\n\t" + mentioned); in PluralSamples()
102 mentioned.add(new FixedDecimal(0)); // always there in PluralSamples()
103 mentioned.add(new FixedDecimal(1)); // always there in PluralSamples()
104 mentioned.add(new FixedDecimal(2)); // always there in PluralSamples()
105 mentioned.add(new FixedDecimal(0.1,1)); // always there in PluralSamples()
106 mentioned.add(new FixedDecimal(1.99,2)); // always there in PluralSamples()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralSamples.java84 Set<FixedDecimal> mentioned = new TreeSet<FixedDecimal>(); in PluralSamples() local
87 for (FixedDecimal s : mentioned) { in PluralSamples()
94 boolean done = addIfNotPresent(i, mentioned, foundKeywords); in PluralSamples()
99 boolean done = addIfNotPresent(i/10d, mentioned, foundKeywords); in PluralSamples()
102 …ed to find sample for each keyword: " + foundKeywords + "\n\t" + pluralRules + "\n\t" + mentioned); in PluralSamples()
104 mentioned.add(new FixedDecimal(0)); // always there in PluralSamples()
105 mentioned.add(new FixedDecimal(1)); // always there in PluralSamples()
106 mentioned.add(new FixedDecimal(2)); // always there in PluralSamples()
107 mentioned.add(new FixedDecimal(0.1,1)); // always there in PluralSamples()
108 mentioned.add(new FixedDecimal(1.99,2)); // always there in PluralSamples()
[all …]
/external/webrtc/tools/msan/
Dblacklist.txt3 # mentioned here, changing this file requires clobbering all MSan bots.
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/main/
Datgroup_01.css13 /* make the above-mentioned pages really ugly */
Datgroup_02.css14 /* make the above-mentioned pages really ugly */
/external/valgrind/VEX/priv/
Dhost_generic_regs.c225 ULong mentioned = tab->rRead | tab->rWritten; in HRegUsage__contains() local
226 return (mentioned & (1ULL << ix)) != 0; in HRegUsage__contains()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
DREADME.txt18 be required, as mentioned in the blog posts.
/external/v8/
DREADME.md39 Please follow the instructions mentioned on the
/external/autotest/server/site_tests/display_LidCloseOpen/
Dcontrol.extended_plug_close_unplug_plug_open10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.extended_unplug_close_plug_open10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.extended_plug_close_unplug_open_plug10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.extended10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.extended_unplugged_combined10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.extended_unplug_close_plug_unplug_open_plug10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.mirrored_unplugged_combined10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.mirrored_unplug_close_plug_unplug_open_plug10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.mirrored_unplug_close_plug_open10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.mirrored_plug_close_unplug_open_plug10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.mirrored10 CRITERIA = "This test will fail if checks mentioned below fail."
Dcontrol.mirrored_plug_close_unplug_plug_open10 CRITERIA = "This test will fail if checks mentioned below fail."
/external/strace/
DREADME-hacking30 All noteworthy changes should be mentioned in NEWS. All changes in strace
/external/curl/m4/
Dxc-val-flgs.m4212 AC_MSG_ERROR([Can not continue. Fix errors mentioned immediately above this line.])
240 AC_MSG_WARN([Continuing even with errors mentioned immediately above this line.])
/external/curl/docs/
DRESOURCES56 one obsoletes RFC 1738, but since RFC 1738 is often mentioned
/external/webrtc/tools/python_charts/
DREADME14 5. Install the PyDev plugin using the Eclipse update site mentioned at 
/external/libpcap/
DREADME.septel41 Note: As mentioned in pcap-septel.c we should first edit the system.txt

12345678