Searched refs:fold (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DParameterList.java184 * list is to be inserted. It's used to determine where to fold the
210 // have to fold value
211 String s = MimeUtility.fold(used, value);
H A DMimeBodyPart.java646 setHeader("Content-Description", MimeUtility.fold(21,
H A DMimeUtility.java907 * @param s the string to fold
910 /*public*/ static String fold(int used, String s) { method in class:MimeUtility
929 // have to actually fold the string
/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java388 // make a fold call:
390 for (int fold = 0; fold <= len; fold++) {
401 for (int j = 0; j < fold; j++) {
H A DMethodHandlesTest.java1924 for (int fold = 0; fold <= nargs; fold++) {
1926 testFoldArguments(nargs, pos, fold);
1932 void testFoldArguments(int nargs, int pos, int fold) throws Throwable { argument
1933 if (pos != 0) return; // can fold only at pos=0 for now
1936 MethodHandle combine = varargsList(fold).asType(MethodType.genericMethodType(fold));
1939 System.out.println("fold "+target+" with "+combine);
1943 List<Object> argsToFold = expected.subList(pos, pos + fold);
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java79 * operations result. Return null if fold failed due to an
86 Type fold(int opcode, List<Type> argtypes) { method in class:ConstFold
160 // In this case fold both instructions separately.

Completed in 73 milliseconds