Searched refs:level (Results 176 - 200 of 221) sorted by relevance

123456789

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.h206 int level; /* compression level (1..9) */ member in struct:internal_state
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp40 int level) :
41 ParNewGeneration(rs, initial_byte_size, level),
325 // level is determining a requested size for eden and that
37 ASParNewGeneration(ReservedSpace rs, size_t initial_byte_size, size_t min_byte_size, int level) argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerBase.java295 //Add a level to the nssymbtable. So latter can be pop-back.
315 //We fineshed with this level, pop to the previous definitions.
329 //We fineshed with this level, pop to the previous definitions.
450 //Add a level to the nssymbtable. So latter can be pop-back.
485 //We fineshed with this level, pop to the previous definitions.
503 //We fineshed with this level, pop to the previous definitions.
523 int isVisibleDO(Node currentNode,int level) { argument
527 int i=((NodeFilter)it.next()).isNodeIncludeDO(currentNode,level);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp657 static int get_sock_opt(int fd, int level, int optname,
659 static int set_sock_opt(int fd, int level, int optname,
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java196 * Retrieves the transaction isolation level set for this
199 * @return the transaction isolation level; one of
209 * Sets the transaction isolation level for this <code>RowSet</code> obejct.
211 * @param level the transaction isolation level; one of
219 void setTransactionIsolation(int level) throws SQLException; argument
425 * concurrency level. This method is used to change the concurrency level
429 * concurrency level: <code>ResultSet.CONCUR_READ_ONLY</code> or
/openjdk7/jdk/src/share/classes/java/sql/
H A DDatabaseMetaData.java581 * Retrieves whether this database supports the ANSI92 entry level SQL
1139 * Retrieves this database's default transaction isolation level. The
1142 * @return the default isolation level
1150 * method <code>commit</code> is a noop, and the isolation level is
1160 * Retrieves whether this database supports the given transaction isolation level.
1162 * @param level one of the transaction isolation levels defined in
1168 boolean supportsTransactionIsolationLevel(int level) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp402 // Whether or not the statistics contain valid data; higher level statistics
434 // Higher level statistics--caller must check that valid() returns true before
455 // End of higher level statistics.
1119 virtual void update_gc_stats(int level, bool full);
1131 int level, CardTableRS* ct,
1353 int level, CardTableRS* ct,
1357 ConcurrentMarkSweepGeneration(rs, initial_byte_size, level, ct,
1352 ASConcurrentMarkSweepGeneration(ReservedSpace rs, size_t initial_byte_size, int level, CardTableRS* ct, bool use_adaptive_freelists, FreeBlockDictionary<FreeChunk>::DictionaryChoice dictionaryChoice) argument
H A DconcurrentMarkSweepGeneration.cpp72 // The low-level locking is of the usual CGC_lock monitor. We introduce
73 // a higher level "token" (hereafter "CMS token") built on top of the
74 // low level monitor (hereafter "CGC lock").
94 // and here the low-level CMS lock, not the high level token,
98 // 1. if a thread does a low-level wait on the CMS lock, then it
100 // when it acquired the low-level CMS lock.
101 // 2. any low-level notifications on the low-level lock
116 // of correctness of this 2-level lockin
193 ConcurrentMarkSweepGeneration( ReservedSpace rs, size_t initial_byte_size, int level, CardTableRS* ct, bool use_adaptive_freelists, FreeBlockDictionary<FreeChunk>::DictionaryChoice dictionaryChoice) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceSend.cpp261 switch (pause->level()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp1562 void methodOopDesc::set_highest_comp_level(int level) { argument
1565 mdo->set_highest_comp_level(level);
1569 void methodOopDesc::set_highest_osr_comp_level(int level) { argument
1572 mdo->set_highest_osr_comp_level(level);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp139 _level = caller == NULL ? 0 : caller->level() + 1;
408 #define TRACE_LINEAR_SCAN(level, code) \
409 if (TraceLinearScanLevel >= level) { \
413 #define TRACE_LINEAR_SCAN(level, code)
H A Dc1_IR.hpp144 int _level; // the inlining level
167 int level() const { return _level; } function in class:IRScope
H A Dc1_Optimizer.cpp140 if (if_state->scope()->level() > sux_state->scope()->level()) {
145 } else if (if_state->scope()->level() < sux_state->scope()->level()) {
H A Dc1_GraphBuilder.hpp333 int inline_level() const { return scope()->level(); }
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwrite.c1325 * should take the desired compression level into account when setting
1380 * should take the desired compression level into account when setting
1411 png_set_compression_level(png_structp png_ptr, int level) argument
1419 png_ptr->zlib_level = level;
1492 png_set_text_compression_level(png_structp png_ptr, int level) argument
1500 png_ptr->zlib_text_level = level;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h3173 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
3174 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
3175 typedef void (APIENTRYP PFNGLCOPYTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
3267 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data);
3268 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
3269 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE1DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data);
3270 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);
3271 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
3272 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data);
3273 typedef void (APIENTRYP PFNGLGETCOMPRESSEDTEXIMAGEPROC) (GLenum target, GLint level, GLvoi
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DTreeMap.java2355 * @param level the current level of tree. Initial call should be 0.
2359 * @param redLevel the level at which nodes should be red.
2362 private final Entry<K,V> buildFromSorted(int level, int lo, int hi, argument
2386 left = buildFromSorted(level+1, lo, mid - 1, redLevel,
2408 // color nodes in non-full bottommost level red
2409 if (level == redLevel)
2418 Entry<K,V> right = buildFromSorted(level+1, mid+1, hi, redLevel,
2428 * Find the level down to which to assign all nodes BLACK. This is the
2429 * last `full' level o
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java1018 public void print(int node, int level) argument
1024 print(getFirstChild(node), level);
1041 print(child, level + 1);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DUtil.java1419 float level = Compile.compiler.arguments.corbaLevel;
1421 if ((level - min + delta >= 0.0f) && (max - level + delta >= 0.0f))
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp37 #define TRACE_BCEA(level, code) \
38 if (EstimateArgEscape && BCEATraceLevel >= level) { \
42 #define TRACE_BCEA(level, code)
1274 tty->print_cr("level (%d) exceeds MaxBCEAEstimateLevel (%d).",
1422 , _level(parent == NULL ? 0 : parent->level() + 1) {
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainDatagramSocketImpl.c1813 * Map the Java level socket option to the platform specific
1814 * level(s) and option name(s).
2136 int level, optname, optlen; local
2186 * Map the Java level socket option to the platform specific
2187 * level and option name.
2189 if (NET_MapSocketOption(opt, &level, &optname)) {
2195 if (NET_MapSocketOptionV6(opt, &level, &optname)) {
2203 if (NET_GetSockOpt(fd, level, optname, (void *)&optval, &optlen) < 0) {
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h179 int verbose; // verbose level, 0 means no output
264 band** elems; // array of top-level layout elems (or callables)
409 int printcr_if_verbose(int level, const char* fmt,...);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java501 static native long XkbKeycodeToKeysym(long display, int keycode, int group, int level); argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java496 * Get the level in the tree for the given node identity.
500 * @return The tree level, or DTM.NULL.
765 int level = _level(index);
767 ps.println("Level: " + level);
1842 * Get the depth level of this node in the tree (equals 1 for
2067 * pushed up to a higher level of our application. (Note that DOM Level
/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java676 private static void verbose(int level, Object a, Object... bcd) { argument
677 if (level > VERBOSITY) return;

Completed in 649 milliseconds

123456789