Searched defs:LOAD (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DReferenceType.java372 public Instruction LOAD(int slot) { method in class:ReferenceType
H A DBooleanType.java198 public Instruction LOAD(int slot) { method in class:BooleanType
H A DIntType.java275 public Instruction LOAD(int slot) { method in class:IntType
H A DNodeSetType.java324 public Instruction LOAD(int slot) { method in class:NodeSetType
H A DNodeType.java317 public Instruction LOAD(int slot) { method in class:NodeType
H A DObjectType.java172 public Instruction LOAD(int slot) { method in class:ObjectType
H A DRealType.java324 public Instruction LOAD(int slot) { method in class:RealType
H A DResultTreeType.java458 public Instruction LOAD(int slot) { method in class:ResultTreeType
H A DStringType.java224 public Instruction LOAD(int slot) { method in class:StringType
H A DType.java263 public Instruction LOAD(int slot) { method in class:Type
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageAffineIndex_BL.c122 #define LOAD(ind) \ macro
130 LOAD(0); \
131 LOAD(1); \
132 LOAD(2);
137 LOAD(3);
H A Dmlib_c_ImageAffine_BL.c98 #define LOAD(ind, ind1, ind2) \ macro
121 LOAD(0, 0, 1);
129 LOAD(0, 0, 1);
159 LOAD(0, 0, 2);
160 LOAD(1, 1, 3);
169 LOAD(0, 0, 2);
170 LOAD(1, 1, 3);
205 LOAD(0, 0, 3);
206 LOAD(1, 1, 4);
207 LOAD(
326 #define LOAD macro
[all...]
H A Dmlib_c_ImageAffine_BL_S16.c98 #define LOAD(ind, ind1, ind2) \ macro
120 LOAD(0, 0, 1);
127 LOAD(0, 0, 1);
156 LOAD(0, 0, 2);
157 LOAD(1, 1, 3);
165 LOAD(0, 0, 2);
166 LOAD(1, 1, 3);
200 LOAD(0, 0, 3);
201 LOAD(1, 1, 4);
202 LOAD(
317 #define LOAD macro
[all...]
H A Dmlib_c_ImageAffine_BL_U16.c98 #define LOAD(ind, ind1, ind2) \ macro
121 LOAD(0, 0, 1);
129 LOAD(0, 0, 1);
159 LOAD(0, 0, 2);
160 LOAD(1, 1, 3);
169 LOAD(0, 0, 2);
170 LOAD(1, 1, 3);
205 LOAD(0, 0, 3);
206 LOAD(1, 1, 4);
207 LOAD(
324 #define LOAD macro
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DFileDialog.java55 public static final int LOAD = 0; field in class:FileDialog
64 * There are two <code>FileDialog</code> modes: <code>LOAD</code> and
67 * If the mode is not specified it will default to <code>LOAD</code>.
72 * @see java.awt.FileDialog#LOAD
176 * <code>FileDialog(parent, "", LOAD)</code>.
182 this(parent, "", LOAD);
189 * <code>FileDialog(parent, title, LOAD)</code>.
195 this(parent, title, LOAD);
202 * If the value of <code>mode</code> is <code>LOAD</code>, then the
211 * <code>FileDialog.LOAD</cod
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinfback.c143 #define LOAD() \ macro
495 LOAD();
H A Dinflate.c427 #define LOAD() \ macro
607 LOAD();
978 LOAD();
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h454 enum TransOps {NONE, LOAD, SAVE}; enumerator in enum:AwtComponent::TransOps

Completed in 105 milliseconds