Searched refs:level (Results 401 - 425 of 1375) sorted by relevance

<<11121314151617181920>>

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_document.cpp106 CPDF_Dictionary* CPDF_Document::_FindPDFPage(CPDF_Dictionary* pPages, int iPage, int nPagesToGo, int level) argument
115 if (level >= FX_MAX_PAGE_LEVEL) {
137 return _FindPDFPage(pKid, iPage, nPagesToGo, level + 1);
176 int CPDF_Document::_FindPageIndex(CPDF_Dictionary* pNode, FX_DWORD& skip_count, FX_DWORD objnum, int& index, int level) argument
183 if (level >= FX_MAX_PAGE_LEVEL) {
211 int found_index = _FindPageIndex(pKid, skip_count, objnum, index, level + 1);
257 static int _CountPages(CPDF_Dictionary* pPages, int level) argument
259 if (level > 128) {
279 count += _CountPages(pKid, level + 1);
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
H A DSimpleLogger.java54 * <li><code>org.slf4j.simpleLogger.defaultLogLevel</code> - Default log level for all instances of SimpleLogger.
57 * <li><code>org.slf4j.simpleLogger.log.<em>a.b.c</em></code> - Logging detail level for a SimpleLogger instance
59 * named "a.b.c" is initialized, its level is assigned from this property. If unspecified, the level of nearest parent
80 * <li><code>org.slf4j.simpleLogger.levelInBrackets</code> - Should the level string be output in brackets? Defaults
83 * <li><code>org.slf4j.simpleLogger.warnLevelString</code> - The string value output for the warn level. Defaults
92 * <p>With no configuration, the default output includes the relative time in milliseconds, thread name, the level,
94 * %level %logger - %m%n" pattern. </p>
251 /** The current log level */
306 * @param level On
310 log(int level, String message, Throwable t) argument
405 formatAndLog(int level, String format, Object arg1, Object arg2) argument
420 formatAndLog(int level, String format, Object... arguments) argument
[all...]
/external/zlib/src/
H A Dzlib.h224 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
231 The compression level must be Z_DEFAULT_COMPRESSION, or between 0 and 9:
235 equivalent to level 6).
238 memory, Z_STREAM_ERROR if level is not a valid compression level, or
528 int level,
653 stream will keep the same compression level and any other attributes that
661 int level,
664 Dynamically update the compression level and compression strategy. The
665 interpretation of level an
[all...]
/external/zlib/
H A Dzlib.h224 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
231 The compression level must be Z_DEFAULT_COMPRESSION, or between 0 and 9:
235 equivalent to level 6).
238 memory, Z_STREAM_ERROR if level is not a valid compression level, or
528 int level,
653 stream will keep the same compression level and any other attributes that
661 int level,
664 Dynamically update the compression level and compression strategy. The
665 interpretation of level an
[all...]
/external/ipsec-tools/
H A Dmain.c227 void do_plog(int level, char *format, ...) argument
229 if (level >= 0 && level <= 5) {
237 __android_log_vprint(levels[level], "racoon", format, ap);
241 fprintf(stderr, "%c: ", levels[level]);
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_uart.c415 int phDal4Nfc_uart_reset(long level) argument
423 DAL_DEBUG("phDal4Nfc_uart_reset, VEN level = %ld", level);
425 if (snprintf(buffer, sizeof(buffer), "%u", (unsigned int)level) != 1) {
426 ALOGE("Bad nfc power level (%u)", (unsigned int)level);
443 if (level == 2) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex.c90 DBG("%s: alloc obj %p level %d %dx%dx%d using object's miptree %p\n",
100 * whole object since our level didn't fit what was there
105 DBG("%s: alloc obj %p level %d %dx%dx%d using new miptree %p\n",
125 int level; local
128 for (level = 0; level < levels; level++) {
129 struct gl_texture_image *const texImage = texObj->Image[face][level];
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex.c90 DBG("%s: alloc obj %p level %d %dx%dx%d using object's miptree %p\n",
100 * whole object since our level didn't fit what was there
105 DBG("%s: alloc obj %p level %d %dx%dx%d using new miptree %p\n",
125 int level; local
128 for (level = 0; level < levels; level++) {
129 struct gl_texture_image *const texImage = texObj->Image[face][level];
H A Dbrw_blorp.h67 unsigned int level, unsigned int layer);
105 unsigned int level, unsigned int layer);
223 unsigned int level, unsigned int layer,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex.c90 DBG("%s: alloc obj %p level %d %dx%dx%d using object's miptree %p\n",
100 * whole object since our level didn't fit what was there
105 DBG("%s: alloc obj %p level %d %dx%dx%d using new miptree %p\n",
125 int level; local
128 for (level = 0; level < levels; level++) {
129 struct gl_texture_image *const texImage = texObj->Image[face][level];
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDrawable.java35 private int level; field in class:ShadowDrawable
141 return level;
145 public boolean setLevel(int level) { argument
146 this.level = level;
147 // This should return true if the new level causes a layout change.
148 // Doing this in robolectric would require parsing level sets which
/external/skia/src/core/
H A DSkRTree.cpp53 SkRTree::Node* SkRTree::allocateNodeAtLevel(uint16_t level) { argument
58 out->fLevel = level;
103 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { argument
143 Node* n = allocateNodeAtLevel(level);
161 return this->bulkLoad(branches, level + 1);
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h288 // Sets the aggressiveness of the suppressor. A higher level trades off
290 virtual int set_suppression_level(SuppressionLevel level) = 0;
367 // consistent signal level.
406 // to pass the current analog level from the audio HAL. Must be within the
408 virtual int set_stream_analog_level(int level) = 0;
411 // to obtain the recommended new analog level for the audio HAL. It is the
412 // users responsibility to apply this level.
436 // most of the input level range, and compresses (gradually reduces gain
437 // with increasing level) the input signal at higher levels. This mode is
438 // preferred on embedded devices where the capture signal level i
[all...]
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas106 function deflateInit(var strm: z_stream; level: Integer): Integer;
114 function deflateInit2(var strm: z_stream; level, method, windowBits,
120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer;
148 level: Integer): Integer;
160 function deflateInit_(var strm: z_stream; level: Integer;
165 level, method, windowBits, memLevel, strategy: Integer;
227 function deflateInit(var strm: z_stream; level: Integer): Integer;
229 Result := deflateInit_(strm, level, ZLIB_VERSION, sizeof(z_stream));
232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel,
235 Result := deflateInit2_(strm, level, metho
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexgetimage.c697 getteximage_error_check(struct gl_context *ctx, GLenum target, GLint level, argument
713 if (level < 0 || level >= maxLevels) {
714 _mesa_error( ctx, GL_INVALID_VALUE, "glGetTexImage(level)" );
731 texImage = _mesa_select_tex_image(ctx, texObj, target, level);
801 * \param level image level.
808 _mesa_GetnTexImageARB( GLenum target, GLint level, GLenum format, argument
816 if (getteximage_error_check(ctx, target, level, format, type,
827 texImage = _mesa_select_tex_image(ctx, texObj, target, level);
850 _mesa_GetTexImage( GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels ) argument
862 getcompressedteximage_error_check(struct gl_context *ctx, GLenum target, GLint level, GLsizei clientMemSize, GLvoid *img) argument
939 _mesa_GetnCompressedTexImageARB(GLenum target, GLint level, GLsizei bufSize, GLvoid *img) argument
978 _mesa_GetCompressedTexImageARB(GLenum target, GLint level, GLvoid *img) argument
[all...]
/external/lldb/include/lldb/Symbol/
H A DSymbolContext.h217 lldb::DescriptionLevel level,
234 /// return the top level function block.
388 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
546 lldb::DescriptionLevel level,
/external/lldb/source/Breakpoint/
H A DBreakpointSite.cpp94 BreakpointSite::GetDescription (Stream *s, lldb::DescriptionLevel level) argument
96 if (level != lldb::eDescriptionLevelBrief)
98 m_owners.GetDescription (s, level);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c70 unsigned level,
79 transfer->level = level;
68 r300_buffer_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/radeonsi/
H A Dr600_buffer.c51 unsigned level,
59 transfer->level = level;
49 r600_get_transfer(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h131 * clamped later at the per-pixel level before depth testing.
343 unsigned level; member in struct:pipe_surface::__anon12384::__anon12385
368 unsigned first_level:8; /**< first mipmap level to use */
369 unsigned last_level:8; /**< last mipmap level to use */
412 unsigned last_level:8; /**< Index of last mipmap level present/defined */
427 unsigned level; /**< texture mipmap level */ member in struct:pipe_transfer
574 unsigned level; member in struct:pipe_resolve_info::__anon12390
/external/replicaisland/src/com/replica/replicaisland/
H A DGame.java27 * High-level setup object for the AndouKun game engine.
119 LevelSystem level = new LevelSystem();
120 BaseObject.sSystemRegistry.levelSystem = level;
267 // second, memory that may not be needed for the next level will hang around. One solution
269 // then selectively clear static game components based on their usefulness next level,
275 // Reset the level
299 final LevelTree.Level level = mCurrentLevel;
319 mCurrentLevel = level;
324 protected synchronized void goToLevel(LevelTree.Level level) { argument
327 BaseObject.sSystemRegistry.levelSystem.loadLevel(level,
512 setPendingLevel(LevelTree.Level level) argument
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dunpack.cc38 DEFINE_string(level_file, "level.int32", "The name of the level file.");
185 int32_t level = msg.level(); local
186 if (fwrite(&level, sizeof(int32_t), 1, level_file) != 1) {
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp504 for (int level = 0; level < numLevels; level++)
505 memUsageApproxAfter += de::max(1, width>>level) * de::max(1, height>>level) * pixelSize * (m_type == TEXTURETYPE_CUBE ? 6 : 1);
534 for (int level = 0; level < m_numMipLevels; level++)
536 const int levelWid = de::max(1, width>>level);
537 const int levelHei = de::max(1, height>>level);
553 glTexImage2D(cubeFaceToGLFace((CubeFace)face), level, internalFormat, levelWid, levelHei, 0, transfer.format, transfer.dataType, src.getDataPtr()); local
583 glTexSubImage2D(cubeFaceToGLFace((CubeFace)face), level, xOff>>level, yOff>>level, de::max(1, width>>level), de::max(1, height>>level), transfer.format, transfer.dataType, src.getDataPtr()); local
[all...]
/external/e2fsprogs/debugfs/
H A Dhtree.c111 blk64_t blk, char *buf, int level);
118 char *buf, int level)
146 if (level)
148 e.block, buf, level-1);
160 blk64_t blk, char *buf, int level)
188 cbuf, level);
114 htree_dump_int_node(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, struct ext2_dx_root_info * rootnode, struct ext2_dx_entry *ent, char *buf, int level) argument
157 htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, struct ext2_dx_root_info * rootnode, blk64_t blk, char *buf, int level) argument
/external/linux-tools-perf/src/tools/perf/tests/
H A Dattr.py272 level = logging.CRITICAL
275 level = logging.WARNING
277 level = logging.INFO
279 level = logging.DEBUG
282 log.setLevel(level)
284 ch.setLevel(level)
293 -v # verbose level

Completed in 744 milliseconds

<<11121314151617181920>>