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

1 2 3 4 5 6 7 8 91011>>

  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeTag.java 25 TypeData LONG = new TypeData.BasicType("long", StackMapTable.LONG);
  /external/python/cpython2/Mac/Modules/ah/
ahscan.py 8 LONG = "AppleHelp"
13 input = LONG + ".h"
15 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/app/
appscan.py 8 LONG = "Appearance"
13 input = LONG + ".h"
15 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/cm/
cmscan.py 8 LONG = "Components"
14 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/dlg/
dlgscan.py 9 LONG = "Dialogs"
14 input = LONG + ".h"
16 defsoutput = TOOLBOXDIR + LONG + ".py"
78 ([("void_ptr", "*", "InMode"), ("long", "*", "InMode")],
81 ([("void", "*", "OutMode"), ("long", "*", "InMode"),
82 ("long", "*", "OutMode")],
  /external/python/cpython2/Mac/Modules/evt/
evtscan.py 8 LONG = "Events"
13 input = LONG + ".h"
15 defsoutput = TOOLBOXDIR + LONG + ".py"
60 ([("void_ptr", "*", "InMode"), ("long", "*", "InMode")],
63 ([("void", "*", "OutMode"), ("long", "*", "InMode"),
64 ("long", "*", "OutMode")],
75 ([('unsigned long', '*', '*')],
  /external/python/cpython2/Mac/Modules/file/
filescan.py 8 LONG = "Files"
14 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/fm/
fmscan.py 8 LONG = "Fonts"
14 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/folder/
folderscan.py 8 LONG = "Folders"
13 input = LONG + ".h"
15 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/help/
helpscan.py 8 LONG = "MacHelp"
13 input = LONG + ".h"
15 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/icn/
icnscan.py 8 LONG = "Icons"
13 input = LONG + ".h"
15 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/launch/
launchscan.py 8 LONG = "LaunchServices"
13 input = LONG + ".h"
15 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/list/
listscan.py 8 LONG = "Lists"
13 input = LONG + ".h"
15 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/mlte/
mltescan.py 8 LONG = "MacTextEditor"
16 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/osa/
osascan.py 8 LONG = "OSAconst"
14 defsoutput = TOOLBOXDIR + LONG + ".py"
  /external/python/cpython2/Mac/Modules/scrap/
scrapscan.py 11 LONG = "Scrap"
  /external/python/cpython2/Mac/Modules/te/
tescan.py 8 LONG = "TextEdit"
13 input = LONG + ".h"
15 defsoutput = TOOLBOXDIR + LONG + ".py"
57 ([("void_ptr", "*", "InMode"), ("long", "*", "InMode")],
  /libcore/luni/src/main/java/libcore/io/
SizeOf.java 24 public static final int LONG = 8;
  /libcore/ojluni/src/main/java/java/time/format/
FormatStyle.java 84 * Long text style, with lots of detail.
87 LONG,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
data.s 5 LONG: .long 0FFFFABCDH,'A'+100h
8 ASCII: .ascii "This is a very long text","This is another"
9 ASCIZ: .asciz "This is a very long text","This is another"
  /external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
AccessibilityClickAction.java 32 public static final AccessibilityClickAction LONG = new LongClick(1000L);
35 protected AccessibilityClickAction(long timeoutMillis) {
40 public DoubleClick(long timeoutMillis) {
52 public LongClick(long timeoutMillis) {
60 + " is not long-clickable; maybe there is a clickable element in the same location?");
67 public SingleClick(long timeoutMillis) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompactDecimalFormat.java 37 * to format a currency amount using the "long" style will produce an UnsupportedOperationException.
50 private static final long serialVersionUID = 4716293295276629682L;
63 LONG
  /external/icu/icu4c/source/i18n/unicode/
timezone.h 584 * Selector for long display name
587 LONG,
594 * Selector for long generic display name
605 * Selector for long display name derived
617 * Selector for long display name derived
627 * This method returns the long name, not including daylight savings.
640 * This method returns the long name, not including daylight savings.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CompactDecimalFormat.java 36 * to format a currency amount using the "long" style will produce an UnsupportedOperationException.
50 private static final long serialVersionUID = 4716293295276629682L;
69 LONG
  /external/python/cpython2/Mac/Modules/cf/
cfscan.py 8 LONG = "CoreFoundation"
41 defsoutput = TOOLBOXDIR + LONG + ".py"

Completed in 620 milliseconds

1 2 3 4 5 6 7 8 91011>>