Searched defs:SHORT (Results 1 - 25 of 114) sorted by relevance

12345

/external/clang/test/Sema/
H A Dblock-explicit-noreturn-type.c4 typedef short SHORT; typedef
13 return (SHORT)3; // expected-error {{return type 'SHORT' (aka 'short') must match previous return type 'float' when}}
/external/python/cpython2/Mac/Modules/ah/
H A Dahscan.py9 SHORT = "ah" variable
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/app/
H A Dappscan.py9 SHORT = "app" variable
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/cf/
H A Dcfscan.py9 SHORT = "cf" variable
40 output = SHORT + "gen.py"
44 scanner.gentypetest(SHORT+"typetest.py")
49 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/cg/
H A Dcgscan.py9 SHORT = "cg" variable
18 output = SHORT + "gen.py"
22 scanner.gentypetest(SHORT+"typetest.py")
27 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/cm/
H A Dcmscan.py9 SHORT = "cm" variable
13 output = SHORT + "gen.py"
21 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/dlg/
H A Ddlgscan.py10 SHORT = "dlg" variable
15 output = SHORT + "gen.py"
23 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/evt/
H A Devtscan.py9 SHORT = "evt" variable
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/file/
H A Dfilescan.py9 SHORT = "file" variable
13 output = SHORT + "gen.py"
18 scanner.gentypetest(SHORT+"typetest.py")
22 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/fm/
H A Dfmscan.py9 SHORT = "fm" variable
13 output = SHORT + "gen.py"
21 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/folder/
H A Dfolderscan.py9 SHORT = "folder" variable
14 output = SHORT + "gen.py"
19 scanner.gentypetest(SHORT+"typetest.py")
23 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/help/
H A Dhelpscan.py9 SHORT = "help" variable
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/icn/
H A Dicnscan.py9 SHORT = "icn" variable
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/launch/
H A Dlaunchscan.py9 SHORT = "launch" variable
14 output = SHORT + "gen.py"
19 scanner.gentypetest(SHORT+"typetest.py")
23 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/list/
H A Dlistscan.py9 SHORT = "list" variable
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/mlte/
H A Dmltescan.py9 SHORT = "mlte" variable
15 output = SHORT + "gen.py"
19 scanner.gentypetest(SHORT+"typetest.py")
24 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/osa/
H A Dosascan.py9 SHORT = "osa" variable
13 output = SHORT + "gen.py"
18 scanner.gentypetest(SHORT+"typetest.py")
22 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/qt/
H A Dqtscan.py9 SHORT = "qt" variable
30 output = SHORT + "gen.py"
35 scanner.gentypetest(SHORT+"typetest.py")
39 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/scrap/
H A Dscrapscan.py12 SHORT = "scrap" variable
16 output = SHORT + "gen.py"
24 exec "import " + SHORT + "support"
/external/python/cpython2/Mac/Modules/te/
H A Dtescan.py9 SHORT = "te" variable
14 output = SHORT + "gen.py"
22 exec "import " + SHORT + "support"
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h582 SHORT = 1, enumerator in enum:TimeZone::EDisplayType
/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DMemberType.java18 SHORT; enum constant in enum:MemberType
25 case SHORT:
46 return MemberType.SHORT;
H A DNumericType.java13 SHORT, enum constant in enum:NumericType
32 case SHORT:
52 return NumericType.SHORT;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DValueType.java36 public static final int SHORT = 0x02; field in class:ValueType
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
H A DPrimitiveName.java25 BOOLEAN, BYTE, SHORT, INT, LONG, CHAR, FLOAT, DOUBLE; enum constant in enum:PrimitiveName
48 case SHORT:
49 return SHORT;
73 return SHORT;

Completed in 639 milliseconds

12345