Home
last modified time | relevance | path

Searched refs:specials (Results 1 – 25 of 1193) sorted by relevance

12345678910>>...48

/external/qemu/
Dgen-charmap.py46 specials = { 'COMMA': 'Comma', variable
125 if specials.has_key(keycode):
126 keycode = specials[keycode]
/external/webkit/WebCore/bindings/scripts/
DCodeGeneratorJS.pm965 my @specials = ();
966 … push(@specials, "DontDelete") unless $attribute->signature->extendedAttributes->{"Deletable"};
967 push(@specials, "DontEnum") if $attribute->signature->extendedAttributes->{"DontEnum"};
968 push(@specials, "ReadOnly") if $attribute->type =~ /readonly/;
969 my $special = (@specials > 0) ? join("|", @specials) : "0";
1062 my @specials = ();
1063 … push(@specials, "DontDelete") unless $function->signature->extendedAttributes->{"Deletable"};
1064 push(@specials, "DontEnum") if $function->signature->extendedAttributes->{"DontEnum"};
1065 push(@specials, "Function");
1066 my $special = (@specials > 0) ? join("|", @specials) : "0";
[all …]
/external/icu4c/data/zone/
Dkam.txt10 * ICU <specials> source: <path>/xml/main/kam.xml
Dpa.txt10 * ICU <specials> source: <path>/xml/main/pa.xml
Dkea.txt10 * ICU <specials> source: <path>/xml/main/kea.xml
Dee.txt10 * ICU <specials> source: <path>/xml/main/ee.xml
Dses.txt10 * ICU <specials> source: <path>/xml/main/ses.xml
Dmfe.txt10 * ICU <specials> source: <path>/xml/main/mfe.xml
Dtzm.txt10 * ICU <specials> source: <path>/xml/main/tzm.xml
Dzu.txt10 * ICU <specials> source: <path>/xml/main/zu.xml
Dak.txt10 * ICU <specials> source: <path>/xml/main/ak.xml
Dki.txt10 * ICU <specials> source: <path>/xml/main/ki.xml
Dasa.txt10 * ICU <specials> source: <path>/xml/main/asa.xml
Drof.txt10 * ICU <specials> source: <path>/xml/main/rof.xml
Dmer.txt10 * ICU <specials> source: <path>/xml/main/mer.xml
/external/chromium/third_party/icu/source/data/coll/
Dbn.txt10 * ICU <specials> source: <path>/xml/collation/bn.xml
/external/icu4c/data/curr/
Deo.txt10 * ICU <specials> source: <path>/xml/main/eo.xml
Dha_Latn.txt10 * ICU <specials> source: <path>/xml/main/ha_Latn.xml
Dhaw.txt10 * ICU <specials> source: <path>/xml/main/haw.xml
Dkw.txt10 * ICU <specials> source: <path>/xml/main/kw.xml
/external/icu4c/data/lang/
Dkk_Cyrl.txt10 * ICU <specials> source: <path>/xml/main/kk_Cyrl.xml
Duz_Cyrl.txt10 * ICU <specials> source: <path>/xml/main/uz_Cyrl.xml
Dha_Latn.txt10 * ICU <specials> source: <path>/xml/main/ha_Latn.xml
/external/icu4c/data/region/
Dzh_Hans.txt10 * ICU <specials> source: <path>/xml/main/zh_Hans.xml
Dpa_Guru.txt10 * ICU <specials> source: <path>/xml/main/pa_Guru.xml

12345678910>>...48