Searched refs:slice (Results 26 - 42 of 42) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DPerfDataEntry.java164 data = b.slice();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaImageFactory.java353 final BufferedImage slice = new BufferedImage(w, h, BufferedImage.TYPE_INT_ARGB_PRE);
354 final Graphics2D g2d = slice.createGraphics();
358 return slice;
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBuffer.java479 ByteBuffer bb = buffer.slice();
572 ByteBuffer data = bb.slice();
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbytes.h62 bytes slice(size_t beg, size_t end) { function in struct:bytes
H A Dunpack.cpp2097 number = n.slice(dollar2+1, nlen);
2104 number = n.slice(dollar1+1, dollar2);
2105 name = n.slice(dollar2+1, nlen);
2110 name = n.slice(dollar2+1, nlen);
2113 pkgOuter = n.slice(0, dollar1);
4145 bytes prefix = n.slice(pkglen, n.len);
4150 prefix = prefix.slice(0, dollar);
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DStreamDecoder.java313 cb = cb.slice();
/openjdk7/jdk/src/share/classes/java/nio/
H A DX-Buffer.java.template69 * #duplicate </code>duplicating<code>}, and {@link #slice
505 public abstract $Type$Buffer slice();
H A DDirect-X-Buffer.java.template206 public $Type$Buffer slice() {
H A DHeap-X-Buffer.java.template97 public $Type$Buffer slice() {
/openjdk7/jdk/src/share/classes/java/util/
H A DBitSet.java216 lb = lb.slice();
261 bb = bb.slice().order(ByteOrder.LITTLE_ENDIAN);
/openjdk7/jdk/src/share/classes/sun/font/
H A DType1Font.java279 return mappedBuf.slice();
H A DCMap.java963 buffer = buffer.slice();
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/
H A DPerfDataBuffer.java585 ByteBuffer bb = buffer.slice();
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DConnectionTest.java123 oneToTwoShifter = oneToTwo.slice();
124 twoToOneShifter = twoToOne.slice();
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp51 _mem_slice_head(arena(), 8, 0, NULL), // memory slice heads
52 _mem_slice_tail(arena(), 8, 0, NULL), // memory slice tails
515 // For each memory slice, create the dependences
520 // Get slice in predecessor order (last is first)
523 // Make the slice dependent on the root
524 DepMem* slice = _dg.dep(n); local
525 _dg.make_edge(_dg.root(), slice);
527 // Create a sink for the slice
535 // If no dependency yet, use slice
537 _dg.make_edge(slice, s
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLEngineImpl.java1055 ea.scatter(decryptedBB.slice());
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java67 slice();
331 // Must test a slice to see if it reports hitEnd correctly
1526 //slice
3079 private static void slice() throws Exception { method in class:RegExTest

Completed in 110 milliseconds

12