HomeSort by relevance Sort by last modified time
    Searched defs:SHORT (Results 1 - 25 of 605) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
block-explicit-noreturn-type.c 4 typedef short SHORT;
13 return (SHORT)3; // expected-error {{return type 'SHORT' (aka 'short') must match previous return type 'float' when}}
  /external/python/cpython2/Mac/Modules/ah/
ahscan.py 9 SHORT = "ah"
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/app/
appscan.py 9 SHORT = "app"
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/cm/
cmscan.py 9 SHORT = "cm"
13 output = SHORT + "gen.py"
21 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/dlg/
dlgscan.py 10 SHORT = "dlg"
15 output = SHORT + "gen.py"
23 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/evt/
evtscan.py 9 SHORT = "evt"
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/file/
filescan.py 9 SHORT = "file"
13 output = SHORT + "gen.py"
18 scanner.gentypetest(SHORT+"typetest.py")
22 exec "import " + SHORT + "support"
160 ([('short', 'fullPathLength', 'InMode'),
  /external/python/cpython2/Mac/Modules/fm/
fmscan.py 9 SHORT = "fm"
13 output = SHORT + "gen.py"
21 exec "import " + SHORT + "support"
62 ([('short', 'byteCount', 'InMode'), ('void_ptr', 'textAddr', 'InMode'),],
  /external/python/cpython2/Mac/Modules/folder/
folderscan.py 9 SHORT = "folder"
14 output = SHORT + "gen.py"
19 scanner.gentypetest(SHORT+"typetest.py")
23 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/help/
helpscan.py 9 SHORT = "help"
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/icn/
icnscan.py 9 SHORT = "icn"
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/launch/
launchscan.py 9 SHORT = "launch"
14 output = SHORT + "gen.py"
19 scanner.gentypetest(SHORT+"typetest.py")
23 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/list/
listscan.py 9 SHORT = "list"
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
70 ([("void_ptr", "*", "InMode"), ("short", "*", "InMode")],
73 ([("void", "*", "OutMode"), ("short", "*", "OutMode")],
  /external/python/cpython2/Mac/Modules/mlte/
mltescan.py 9 SHORT = "mlte"
15 output = SHORT + "gen.py"
19 scanner.gentypetest(SHORT+"typetest.py")
24 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/osa/
osascan.py 9 SHORT = "osa"
13 output = SHORT + "gen.py"
18 scanner.gentypetest(SHORT+"typetest.py")
22 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/scrap/
scrapscan.py 12 SHORT = "scrap"
16 output = SHORT + "gen.py"
24 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/te/
tescan.py 9 SHORT = "te"
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
61 ([("short", "mode", "OutMode"), ("TextStyle", "aStyle", "OutMode")],
62 [("short", "mode", "InOutMode"), ("TextStyle", "aStyle", "InOutMode")])
  /libcore/luni/src/main/java/libcore/io/
SizeOf.java 25 public static final int SHORT = 2;
  /libcore/ojluni/src/main/java/java/time/format/
FormatStyle.java 94 * Short text style, typically numeric.
97 SHORT;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompactDecimalFormat.java 26 * short for supported languages. However, the result may sometimes exceed 7 characters, such as
28 * should still be short.
34 * <p>The "short" style is also capable of formatting currency amounts, such as "$1.2M" instead of
57 * Short version, like "1.2T"
59 SHORT,
61 * Longer version, like "1.2 trillion", if available. May return same result as SHORT if not.
  /external/icu/icu4c/source/i18n/unicode/
timezone.h 579 * Selector for short display name
582 SHORT = 1,
589 * Selector for short generic display name
599 * Selector for short display name derived
611 * Selector for short display name derived
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CompactDecimalFormat.java 25 * short for supported languages. However, the result may sometimes exceed 7 characters, such as
27 * should still be short.
33 * <p>The "short" style is also capable of formatting currency amounts, such as "$1.2M" instead of
59 * Short version, like "1.2T"
63 SHORT,
65 * Longer version, like "1.2 trillion", if available. May return same result as SHORT if not.
  /external/python/cpython2/Mac/Modules/cf/
cfscan.py 9 SHORT = "cf"
40 output = SHORT + "gen.py"
44 scanner.gentypetest(SHORT+"typetest.py")
49 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/cg/
cgscan.py 9 SHORT = "cg"
18 output = SHORT + "gen.py"
22 scanner.gentypetest(SHORT+"typetest.py")
27 exec "import " + SHORT + "support"
  /external/python/cpython2/Mac/Modules/qt/
qtscan.py 9 SHORT = "qt"
30 output = SHORT + "gen.py"
35 scanner.gentypetest(SHORT+"typetest.py")
39 exec "import " + SHORT + "support"
288 ([('short', 'resId', 'OutMode'), ('StringPtr', 'resName', 'InMode')],
289 [('short', 'resId', 'InOutMode'), ('dummyStringPtr', 'resName', 'InMode')]),

Completed in 340 milliseconds

1 2 3 4 5 6 7 8 91011>>