Searched refs:blocks (Results 26 - 32 of 32) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp592 // last allocated block yet there may be still be blocks
985 int blocks = 0; local
995 if (blocks == BLOCK_SAMPLE_INTERVAL) {
998 blocks = 0;
1000 blocks++;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCPrinterJob.m510 (JNIEnv *env, jobject jthis, jboolean blocks, jint firstPage, jint lastPage)
553 (void)[printModel runPrintLoopWithView:printerView waitUntilDone:blocks withEnv:env];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java1110 // add response blocks, we dont need to create respnse parameters, just blocks will be fine, lets
1112 //copy the response blocks from the sync operation
1113 Iterator<Block> blocks = info.operation.getResponse().getBodyBlocks();
1115 while (blocks.hasNext()) {
1116 response.addBodyBlock(blocks.next());
1119 blocks = info.operation.getResponse().getHeaderBlocks();
1120 while (blocks.hasNext()) {
1121 response.addHeaderBlock(blocks.next());
1124 blocks
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1483 void print_LIR(BlockList* blocks) { argument
1620 void print_LIR(BlockList* blocks) { argument
1623 for (i = 0; i < blocks->length(); i++) {
1624 BlockBegin* bb = blocks->at(i);
H A Dc1_LIR.hpp2163 void print_LIR(BlockList* blocks);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h570 guint blocks; member in struct:_GtkProgressBar
/openjdk7/jdk/src/share/classes/java/lang/
H A DCharacter.java640 * A family of character subsets representing the character blocks in the
641 * Unicode specification. Character blocks generally define characters
2713 private static final UnicodeBlock[] blocks = { field in class:Character.UnicodeBlock
3014 return blocks[current];
3020 * Blocks-&lt;version&gt;.txt defines blocks for a particular

Completed in 78 milliseconds

12