| /openjdk7/jdk/test/java/lang/System/finalization/ |
| H A D | FinExit.sh | 29 x=`$TESTJAVA/bin/java -cp "$TESTCLASSES" FinExit | cut -c1`
|
| /openjdk7/jdk/test/java/nio/MappedByteBuffer/ |
| H A D | Force.java | 39 int cut = random.nextInt((int)filesize); 45 MappedByteBuffer mbb = fc.map(FileChannel.MapMode.READ_WRITE, cut, filesize-cut);
|
| H A D | ZeroMap.java | 39 int cut = random.nextInt((int)filesize); 45 MappedByteBuffer mbb = fc.map(FileChannel.MapMode.READ_WRITE, cut, 0);
|
| /openjdk7/langtools/test/tools/javac/parser/netbeans/ |
| H A D | JavacParserTest.java | 92 CompilationUnitTree cut = ct.parse().iterator().next(); 96 (MethodTree) ((ClassTree) cut.getTypeDecls().get(0)).getMembers().get(0); 101 72 - 24, pos.getStartPosition(cut, es)); 103 80 - 24, pos.getEndPosition(cut, es)); 108 72 - 24, pos.getStartPosition(cut, mit)); 110 79 - 24, pos.getEndPosition(cut, mit)); 113 72 - 24, pos.getStartPosition(cut, mit.getMethodSelect())); 115 77 - 24, pos.getEndPosition(cut, mit.getMethodSelect())); 125 CompilationUnitTree cut = ct.parse().iterator().next(); 128 ClassTree clazz = (ClassTree) cut [all...] |
| /openjdk7/langtools/test/tools/javac/ |
| H A D | T6972327.java | 50 CompilationUnitTree cut = ct.parse().iterator().next(); 51 ClassTree clazz = (ClassTree) cut.getTypeDecls().get(0); 54 long pos = t.getSourcePositions().getStartPosition(cut, clazz);
|
| H A D | T6654037.java | 54 CompilationUnitTree cut = ct.parse().iterator().next(); 55 ClassTree clazz = (ClassTree) cut.getTypeDecls().get(0);
|
| H A D | T6993301.java | 77 CompilationUnitTree cut = ct.parse().iterator().next(); 91 }.scan(cut, null);
|
| /openjdk7/langtools/test/tools/javac/api/6598108/ |
| H A D | T6598108.java | 51 CompilationUnitTree cut = ct.parse().iterator().next(); 52 TreePath tp = new TreePath(new TreePath(cut), cut.getTypeDecls().get(0));
|
| /openjdk7/jdk/src/share/classes/javax/accessibility/ |
| H A D | AccessibleEditableText.java | 95 public void cut(int startIndex, int endIndex); method in interface:AccessibleEditableText
|
| /openjdk7/jdk/test/com/oracle/net/ |
| H A D | sanity.sh | 46 egrep "^[ \t]+ib" /proc/net/dev|cut -d':' -f1|tr -d '\t ' > ${IB_LINKS}
|
| /openjdk7/jdk/test/com/sun/tools/attach/ |
| H A D | ApplicationSetup.sh | 56 realpid=`ps -o pid,ppid,comm|grep ${pid}|grep "java"|cut -c1-6`
|
| /openjdk7/jdk/test/com/sun/jdi/ |
| H A D | ProcessAttachTest.sh | 90 pid=`ps -o pid,ppid,comm|grep ${startpid}|grep "java"|cut -c1-6`
|
| /openjdk7/jdk/test/sun/jvmstat/testlibrary/ |
| H A D | utils.sh | 68 TMPDRIVE=`windir -t | cut -d: -f1`
|
| /openjdk7/jdk/src/share/demo/jfc/Metalworks/ |
| H A D | MetalworksFrame.java | 187 JMenuItem cut = new JMenuItem("Cut"); 193 cut.setEnabled(false); 205 edit.add(cut);
|
| /openjdk7/corba/make/common/shared/ |
| H A D | Platform.gmk | 146 MB_OF_MEMORY=$(shell /etc/prtconf | fgrep 'Memory size:' | expand | cut -d' ' -f3) 231 MB_OF_MEMORY := $(shell free -m | fgrep Mem: | sed -e 's@\ \ *@ @g' | cut -d' ' -f2) 432 sed -e 's@\ \ *@ @g' | cut -d' ' -f2 ; \
|
| H A D | Defs-utils.gmk | 89 CUT = $(UTILS_USR_BIN_PATH)cut
|
| /openjdk7/jdk/src/share/classes/javax/swing/ |
| H A D | JPasswordField.java | 226 public void cut() { method in class:JPasswordField 230 super.cut();
|
| H A D | JSpinner.java | 1970 public void cut(int startIndex, int endIndex) { method in class:JSpinner.AccessibleJSpinner 1973 at.cut(startIndex, endIndex);
|
| /openjdk7/jdk/test/tools/launcher/ |
| H A D | MultipleJRE.sh | 81 prefix="`echo "$mess" | cut -d ' ' -f 1-3`" 264 prefix=`echo "$mess" | cut -d ' ' -f 1-3` 305 RELEASE=`$JAVA -version 2>&1 | head -n 1 | cut -d ' ' -f 3 | \
|
| /openjdk7/jdk/test/tools/pack200/ |
| H A D | Utils.java | 198 int cut = name.length() - extension.length(); 199 return name.lastIndexOf(extension) == cut 200 ? name.substring(0, cut)
|
| /openjdk7/jdk/make/ |
| H A D | jdk_generic_profile.sh | 173 proc_arch=`echo "${PROCESSOR_IDENTIFIER}" | expand | cut -d' ' -f1 | sed -e 's@x86@X86@g' -e 's@Intel64@X64@g' -e 's@em64t@X64@g' -e 's@EM64T@X64@g' -e 's@amd64@X64@g' -e 's@AMD64@X64@g' -e 's@ia64@IA64@g'`
|
| /openjdk7/jdk/make/common/shared/ |
| H A D | Defs-utils.gmk | 104 CUT = $(UTILS_USR_BIN_PATH)cut
|
| /openjdk7/make/scripts/ |
| H A D | vsvars.sh | 98 arch=`echo "${PROCESSOR_IDENTIFIER}" | cut -d' ' -f1`
|
| H A D | webrev.ksh | 2947 username=`id | cut -d '(' -f 2 | cut -d ')' -f 1` 2949 realname=`$GETENT passwd $username | cut -d':' -f 5 | cut -d ',' -f 1`
|
| /openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/ |
| H A D | scriptpad.js | 257 // cut the currently selected text 259 editor.cut();
|