Searched defs:block (Results 1 - 25 of 154) sorted by relevance

1234567

/openjdk7/hotspot/src/os/windows/vm/
H A Dchaitin_windows.cpp36 Block *block = _cfg._blocks[block_num]; local
38 Node *block_end = block->end();
41 // The last instruction in the block is an implicit null check.
61 Block *block = _cfg._blocks[block_num]; local
63 Node *block_end = block->_nodes[block->_nodes.size()-1];
65 // The last instruction in the block is an implicit
/openjdk7/jdk/test/sun/security/x509/X500Name/
H A DDerValueConstructor.java119 private static String toHexString(byte[] block) { argument
122 int len = block.length;
125 byte2hex(block[i], buf);
/openjdk7/jdk/test/javax/management/notification/
H A DBroadcasterSupportDeadlockTest.java58 // Thread 1 - block the Broadcaster
62 mbs.invoke(name, "block",
68 System.out.println("TEST INCORRECT: block returned");
148 public void block(Semaphore semaphore); method in interface:BroadcasterSupportDeadlockTest.BroadcasterMBean
154 public synchronized void block(Semaphore semaphore) { method in class:BroadcasterSupportDeadlockTest.Broadcaster
161 lock.wait(); // block forever
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DMembershipKey.java48 * system supports source filtering, then the {@link #block block} and {@link
49 * #unblock unblock} methods can be used to block or unblock multicast datagrams
110 * The source address to block
125 public abstract MembershipKey block(InetAddress source) throws IOException; method in class:MembershipKey
129 * previously blocked using the {@link #block(InetAddress) block} method.
H A DSelectableChannel.java72 * upon the channel will block until it completes. In non-blocking mode an I/O
73 * operation will never block and may transfer fewer bytes than were requested
173 * then it will first block until the other operation is complete. This
175 * block if invoked concurrently with another registration or selection
221 // if (channel found) { set interest ops -- may block in selector;
223 // create new key -- may block somewhere in selector;
294 * then it will first block until the other operation is complete. </p>
296 * @param block If <tt>true</tt> then this channel will be placed in
306 * If <tt>block</tt> is <tt>true</tt> and this channel is
312 public abstract SelectableChannel configureBlocking(boolean block) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/util/
H A DExistingBlockReference.java36 private final JBlock block; field in class:ExistingBlockReference
39 this.block = _block;
43 return block;
H A DLazyBlockReference.java31 * Lazy block reference.
38 private JBlock block = null; field in class:LazyBlockReference
41 * Called when a block needs to be created.
47 if(!create) return block;
48 if(block==null)
49 block = create();
50 return block;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/outline/
H A DFieldAccessor.java47 * @param block
48 * The code will be generated into this block.
52 void toRawValue( JBlock block, JVar $var ); argument
60 * @param block
61 * The code will be generated into this block.
64 * the given block. When the callee needs to produce additional
68 * in this block.
73 void fromRawValue( JBlock block, String uniqueName, JExpression $var ); argument
80 * The code will be appended at the end of this block.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DComplexType.java45 public ComplexType block(String value); method in interface:ComplexType
48 public ComplexType block(String[] value); method in interface:ComplexType
H A DElement.java41 public Element block(String value); method in interface:Element
44 public Element block(String[] value); method in interface:Element
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSocketChannelImpl.c50 jobject fdo, jboolean block,
64 result = poll(&poller, 1, block ? -1 : 0);
69 if (!block && (result == 0))
49 Java_sun_nio_ch_SocketChannelImpl_checkConnect(JNIEnv *env, jobject this, jobject fdo, jboolean block, jboolean ready) argument
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/Blowfish/
H A DBlowfishTestVector.java133 static private String toHexString(byte[] block) { argument
136 int len = block.length;
139 byte2hex(block[i], buf);
/openjdk7/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DDHKeyAgreement2.java270 private String toHexString(byte[] block) { argument
273 int len = block.length;
276 byte2hex(block[i], buf);
H A DDHKeyAgreement3.java178 private String toHexString(byte[] block) { argument
181 int len = block.length;
184 byte2hex(block[i], buf);
/openjdk7/jdk/test/java/nio/channels/ServerSocketChannel/
H A DBasic.java43 boolean block; field in class:Basic.Server
45 Server(ServerSocketChannel ssc, boolean block) { argument
48 this.block = block;
53 + (block ? "(blocking)" : "(non-blocking)"));
54 if (!block)
92 Client(int port, boolean block) { argument
95 this.dally = !block;
125 static void test(boolean block) throws Exception { argument
129 Server server = new Server(ssc, block);
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DChannelInputStream.java48 boolean block)
57 if (bm != block)
58 sc.configureBlocking(block);
60 if (bm != block)
47 read(ReadableByteChannel ch, ByteBuffer bb, boolean block) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DObjectSynchronizer.java94 block = new ObjectMonitor(blockAddr);
98 return (index > 0 || block.freeNext() != null);
106 blockAddr = block.freeNext();
118 private ObjectMonitor block; field in class:ObjectSynchronizer.ObjectMonitorIterator
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkFunction.hpp78 SharkTopLevelBlock* block(int i) const { function in class:SharkFunction
120 void add_deferred_zero_check(SharkTopLevelBlock* block,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DModelVisitor.java40 public void visit(Block block) throws Exception; argument
H A DExtendedModelVisitor.java55 Block block = (Block) iter4.next();
56 visitHeaderBlock(block);
61 Block block = (Block) iter4.next();
62 visitBodyBlock(block);
79 Block block = (Block) iter4.next();
80 visitHeaderBlock(block);
85 Block block = (Block) iter4.next();
86 visitBodyBlock(block);
134 protected void visitBodyBlock(Block block) throws Exception {} argument
135 protected void visitHeaderBlock(Block block) throw argument
136 visitFaultBlock(Block block) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_blocks.c90 /* Link in new block */
123 BlockHeader *block; local
133 block = blocks->current_block;
135 if ( block == NULL || block->bytes_left < nbytes ) {
137 block = blocks->current_block;
139 pos = block->next_pos;
140 ptr = (void*)(((char*)block)+pos);
141 block->next_pos += nbytes;
142 block
150 BlockHeader *block; local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DElementCollectionAdapter.java75 public void toRawValue(JBlock block, JVar $var) { argument
88 block.assign($var,JExpr._new(cm.ref(ArrayList.class).narrow(itemType().boxify())));
89 JVar $col = block.decl(core.getRawType(), "col" + hashCode());
90 acc.toRawValue(block,$col);
91 JForEach loop = block.forEach(elementType, "v" + hashCode()/*unique string handling*/, $col);
98 public void fromRawValue(JBlock block, String uniqueName, JExpression $var) { argument
110 JVar $t = block.decl(col,uniqueName+"_col",JExpr._new(col));
112 JForEach loop = block.forEach(itemType(), uniqueName+"_i", $t);
115 acc.fromRawValue(block, uniqueName, $t);
H A DElementSingleAdapter.java67 public void toRawValue(JBlock block, JVar $var) { argument
74 JConditional cond = block._if(acc.hasSetValue());
81 public void fromRawValue(JBlock block, String uniqueName, JExpression $var) { argument
85 acc.fromRawValue(block,uniqueName, createJAXBElement($var));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractFieldWithVar.java108 public final void toRawValue(JBlock block, JVar $var) { argument
110 block.assign($var,$target.invoke(getGetterMethod()));
112 block.assign($var,$target.invoke(getGetterMethod()));
116 public final void fromRawValue(JBlock block, String uniqueName, JExpression $var) { argument
117 block.invoke($target,("set"+prop.getName(true))).arg($var);
H A DConstField.java100 public void toRawValue(JBlock block, JVar $var) { argument
106 public void fromRawValue(JBlock block, String uniqueName, JExpression $var) { argument

Completed in 2642 milliseconds

1234567