Searched refs:param (Results 301 - 315 of 315) sorted by relevance

<<111213

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStylesheet.java482 * @param prefix Namespace prefix.
483 * @param uri Namespace URI.
1387 public int addParam(Param param) { argument
1388 _globals.addElement(param);
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp447 static DWORD WINAPI __stdcall ThreadProc(void *param);
477 DWORD WINAPI __stdcall DS_StartBufferHelper::ThreadProc(void *param) argument
1384 * takes the javaBytePos param into account
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java194 * @param tree The tree whose kind and type is checked
195 * @param owntype The computed type of the tree
196 * @param ownkind The computed kind of the tree
197 * @param pkind The expected kind (or: protokind) of the tree
198 * @param pt The expected type (or: prototype) of the tree
217 * @param v The blank final variable.
218 * @param env The current environment.
237 * @param pos The current source code position.
238 * @param v The assigned varaible
239 * @param bas
[all...]
H A DMemberEnter.java129 * @param pos Position to be used for error reporting.
130 * @param tsym The class or package the members of which are imported.
131 * @param toScope The (import) scope in which imported classes
151 * @param pos Position to be used for error reporting.
152 * @param tsym The class or package the members of which are imported.
153 * @param toScope The (import) scope in which imported classes
238 * @param pos Position to be used for error reporting.
239 * @param tsym The class from which the name is imported.
240 * @param name The (simple) name being imported.
241 * @param en
[all...]
H A DLower.java175 * @param c The class symbol of which we want to determine the definition.
481 * @param type The literal's type.
482 * @param value The literal's value.
495 * @param ctype The class type.
496 * @param args The constructor arguments.
508 * @param optag The operators tree tag.
509 * @param arg The operator's argument.
520 * @param optag The operators tree tag.
521 * @param lhs The operator's left argument.
522 * @param rh
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp238 void AwtDragSource::_DoDragDrop(void* param) { argument
239 StartDragRec* sdrp = (StartDragRec*)param;
H A Dawt_PrintJob.cpp225 #define IS_ENVELOPE(param) (((param) & ENVELOPE_MASK) != 0)
226 #define IS_PORTRAIT(param) (((param) & PORTRAIT_MASK) != 0)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DPretty.java102 * @param contextPrec The precedence level in force so far.
103 * @param ownPrec The new precedence level.
111 * @param contextPrec The precedence level we revert to.
112 * @param ownPrec The inner precedence level.
149 * @param prec The current precedence level.
182 * @param sep the separator string
228 * @param tree The tree for which a documentation comment should be printed.
319 * @param tree The toplevel tree
320 * @param cdef The class definition, which is assumed to be part of the
714 printExpr(tree.param);
[all...]
H A DTreeInfo.java122 return catchClause.param.vartype.getTag() == JCTree.TYPEUNION;
268 * @param tree The tree node
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java684 * @param flavors the data flavors
685 * @param map the FlavorTable which contains mappings between
871 * @param formats the data formats
872 * @param map the FlavorTable which contains mappings between
912 * @param format the data format
913 * @param map the FlavorTable which contains mappings between
932 * @param formats the data formats
933 * @param map the FlavorTable which contains mappings between
2074 * @param mimeType image MIME type, such as: image/png, image/jpeg, image/gif
2100 ImageReadParam param
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java554 * @param pattern the pattern describing the date and time format
570 * @param pattern the pattern describing the date and time format
571 * @param locale the locale whose date format symbols should be used
592 * @param pattern the pattern describing the date and time format
593 * @param formatSymbols the date format symbols to be used for formatting
911 * @param startDate During parsing, two digit years will be placed in the range
937 * @param date the date-time value to be formatted into a date-time string.
938 * @param toAppendTo where the new date-time text is to be appended.
939 * @param pos the formatting position. On input: an alignment field,
998 * @param ob
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java3372 Class param = params[fillp];
3373 args[fillp++] = param.isPrimitive() ? zeroArgs.get(param) : null;
/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c60 #include <sys/param.h>
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java113 * @param t a type
143 * @param t a type
170 * @param t a type
840 * @param t a type
841 * @param s a type
1318 for (Type param : t.allparams()) {
1319 if (!param.isUnbound())
1395 * @param t a type
1396 * @param sym a symbol
1452 * @param
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp113 # include <sys/param.h>

Completed in 122 milliseconds

<<111213