Searched defs:level (Results 126 - 150 of 922) sorted by relevance

1234567891011>>

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DModuleTest.java163 public void msg(String message, int level, boolean incCount, boolean newln) { argument
164 if (level == ERR && t != null) {
167 super.msg(message, level, incCount, newln);
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DAbstractTestLog.java88 * not increment the error or warning level by passing false for incCount.
91 * @param level the message level, either LOG, WARN, or ERR.
95 public abstract void msg(String message, int level, boolean incCount, boolean newln); argument
109 public void msg(String message, int level, boolean incCount, boolean newln) { argument
111 delegate.msg(message, level, incCount, newln);
H A DModuleTest.java162 public void msg(String message, int level, boolean incCount, boolean newln) { argument
163 if (level == ERR && t != null) {
166 super.msg(message, level, incCount, newln);
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DMain.java47 private int level = DepHandler.LEVEL_CLASS; field in class:Main
64 // TODO: make level an enum
65 public void find(String level, String cp1, String cp2) throws IOException { argument
66 if (level == null || cp1 == null) {
67 throw new IllegalArgumentException("level and cp1 are required");
73 if ("class".equals(level)) {
75 } else if ("jar".equals(level)) {
78 throw new IllegalArgumentException("unknown level " + level);
/external/jemalloc/src/
H A Drtree.c34 /* Root level. */
46 /* Leaf level. */
63 rtree_delete_subtree(rtree_t *rtree, rtree_node_elm_t *node, unsigned level) argument
66 if (level + 1 < rtree->height) {
69 nchildren = ZU(1) << rtree->levels[level].bits;
73 rtree_delete_subtree(rtree, child, level + 1);
92 rtree_node_init(rtree_t *rtree, unsigned level, rtree_node_elm_t **elmp) argument
106 node = rtree->alloc(ZU(1) << rtree->levels[level].bits);
116 rtree_subtree_read_hard(rtree_t *rtree, unsigned level) argument
119 return (rtree_node_init(rtree, level,
123 rtree_child_read_hard(rtree_t *rtree, rtree_node_elm_t *elm, unsigned level) argument
[all...]
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_i2c.c268 int phDal4Nfc_i2c_reset(long level) argument
270 DAL_DEBUG("phDal4Nfc_i2c_reset, VEN level = %ld", level);
272 return ioctl(gI2cPortContext.nHandle, PN544_SET_PWR, level);
/external/lzma/C/
H A DLzmaLib.c17 int level, /* 0 <= level <= 9, default = 5 */
28 props.level = level;
15 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_resource.c29 unsigned level,
34 return ur->vtbl->get_transfer(context, resource, level, usage, box);
68 unsigned level,
78 level,
27 u_get_transfer_vtbl(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
66 u_transfer_inline_write_vtbl( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
H A Du_transfer.c12 unsigned level,
36 level,
99 unsigned level,
108 transfer->level = level;
10 u_default_transfer_inline_write( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
97 u_default_get_transfer(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_buffer.c66 unsigned level,
77 transfer->level = level;
107 unsigned level,
64 i915_get_transfer(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
105 i915_buffer_transfer_inline_write( struct pipe_context *rm_ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.c59 tex, transfer->level, &transfer->box);
71 ctx->resource_copy_region(ctx, tex, transfer->level,
82 unsigned level,
105 trans->transfer.level = level;
112 if (tex->tex.microtile || tex->tex.macrotile[level] ||
166 if (!tex->tex.microtile && !tex->tex.macrotile[level]) {
198 trans->transfer.stride = tex->tex.stride_in_bytes[level];
199 trans->offset = r300_texture_get_offset(tex, level, box->z);
80 r300_texture_get_transfer(struct pipe_context *ctx, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c348 unsigned level, unsigned layer,
346 softpipe_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_resource *resource, unsigned level, unsigned layer, void *context_private) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c68 unsigned level,
83 transfer->level = level;
66 svga_buffer_get_transfer(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_screen.h86 unsigned level; member in struct:__DRIimageRec
/external/mesa3d/src/glx/
H A Dindirect_texture_compression.c43 __indirect_glGetCompressedTexImageARB(GLenum target, GLint level, argument
53 __GLX_SINGLE_PUT_LONG(4, level);
76 CompressedTexImage1D2D(GLenum target, GLint level, argument
102 __GLX_PUT_LONG(8, level);
119 __GLX_PUT_LONG(12, level);
137 CompressedTexSubImage1D2D(GLenum target, GLint level, argument
161 __GLX_PUT_LONG(8, level);
179 __GLX_PUT_LONG(12, level);
194 __indirect_glCompressedTexImage1DARB(GLenum target, GLint level, argument
199 CompressedTexImage1D2D(target, level, internal_forma
206 __indirect_glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid * data) argument
219 __indirect_glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei image_size, const GLvoid * data) argument
267 __indirect_glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei image_size, const GLvoid * data) argument
280 __indirect_glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data) argument
293 __indirect_glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_validate.c125 int level; local
133 level = intel_image->base.Base.Level;
137 for (int i = 0; i < mt->level[level].depth; i++)
138 intel_miptree_slice_resolve_depth(intel, mt, level, i);
148 for (i = 0; i < mt->level[level].depth; i++) {
149 intel_miptree_get_image_offset(mt, level, face, i, &x, &y);
158 intel_miptree_get_image_offset(mt, level, face, 0, &x, &y);
161 __FUNCTION__, face, level,
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.cpp48 unsigned int level, unsigned int layer)
50 intel_miptree_check_level_layer(mt, level, layer);
53 this->width = mt->level[level].width;
54 this->height = mt->level[level].height;
59 rb.mt_level = level;
69 unsigned int level, unsigned int layer)
71 brw_blorp_mip_info::set(mt, level, layer);
158 unsigned int level, unsigne
47 set(struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer) argument
67 set(struct brw_context *brw, struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer) argument
157 intel_hiz_exec(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer, gen6_hiz_op op) argument
183 brw_hiz_op_params(struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer, gen6_hiz_op op) argument
[all...]
H A Dintel_tex_validate.c125 int level; local
133 level = intel_image->base.Base.Level;
137 for (int i = 0; i < mt->level[level].depth; i++)
138 intel_miptree_slice_resolve_depth(intel, mt, level, i);
148 for (i = 0; i < mt->level[level].depth; i++) {
149 intel_miptree_get_image_offset(mt, level, face, i, &x, &y);
158 intel_miptree_get_image_offset(mt, level, face, 0, &x, &y);
161 __FUNCTION__, face, level,
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_validate.c125 int level; local
133 level = intel_image->base.Base.Level;
137 for (int i = 0; i < mt->level[level].depth; i++)
138 intel_miptree_slice_resolve_depth(intel, mt, level, i);
148 for (i = 0; i < mt->level[level].depth; i++) {
149 intel_miptree_get_image_offset(mt, level, face, i, &x, &y);
158 intel_miptree_get_image_offset(mt, level, face, 0, &x, &y);
161 __FUNCTION__, face, level,
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c50 const GLuint level = timg->base.Base.Level; local
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level);
88 fprintf(stderr, "%s: copying to face %d, level %d\n",
89 __FUNCTION__, face, level);
131 timg->mt->levels[level].rowstride / dst_bpp,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c50 const GLuint level = timg->base.Base.Level; local
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level);
88 fprintf(stderr, "%s: copying to face %d, level %d\n",
89 __FUNCTION__, face, level);
131 timg->mt->levels[level].rowstride / dst_bpp,
/external/opencv/cv/src/
H A D_cv.h106 int level; member in struct:CvPyramid
/external/opencv3/3rdparty/libwebp/enc/
H A Dcost.c10 // Cost tables for level and modes
55 // For each given level, the following table gives the pattern of contexts to
339 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) { argument
340 int pattern = VP8LevelCodes[level - 1][0];
341 int bits = VP8LevelCodes[level - 1][1];
355 // Pre-calc level costs once for all
373 // Starting at level 67 and up, the variable part of the cost is
/external/parameter-framework/asio/include/asio/detail/
H A Dsocket_option.hpp69 // Get the level of the socket option.
71 int level(const Protocol&) const function in class:asio::detail::socket_option::boolean
160 // Get the level of the socket option.
162 int level(const Protocol&) const function in class:asio::detail::socket_option::integer
253 // Get the level of the socket option.
255 int level(const Protocol&) const function in class:asio::detail::socket_option::linger
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsocket_option.hpp69 // Get the level of the socket option.
71 int level(const Protocol&) const function in class:asio::detail::socket_option::boolean
160 // Get the level of the socket option.
162 int level(const Protocol&) const function in class:asio::detail::socket_option::integer
253 // Get the level of the socket option.
255 int level(const Protocol&) const function in class:asio::detail::socket_option::linger

Completed in 2174 milliseconds

1234567891011>>