Home
last modified time | relevance | path

Searched defs:level (Results 1 – 25 of 1922) sorted by relevance

12345678910>>...77

/third_party/mbedtls/include/mbedtls/
Ddebug.h37 #define MBEDTLS_SSL_DEBUG_MSG( level, args ) \ argument
41 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument
44 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument
48 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument
53 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument
59 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument
62 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) do { } while( 0 ) argument
67 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) \ argument
73 #define MBEDTLS_SSL_DEBUG_MSG( level, args ) do { } while( 0 ) argument
74 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) do { } while( 0 ) argument
[all …]
/third_party/python/Lib/
Dreprlib.py54 def repr1(self, x, level): argument
64 def _repr_iterable(self, x, level, left, right, maxiter, trail=''): argument
77 def repr_tuple(self, x, level): argument
80 def repr_list(self, x, level): argument
83 def repr_array(self, x, level): argument
89 def repr_set(self, x, level): argument
95 def repr_frozenset(self, x, level): argument
102 def repr_deque(self, x, level): argument
105 def repr_dict(self, x, level): argument
120 def repr_str(self, x, level): argument
[all …]
Dpprint.py167 def _format(self, object, stream, indent, allowance, context, level): argument
195 def _pprint_dataclass(self, object, stream, indent, allowance, context, level): argument
205 def _pprint_dict(self, object, stream, indent, allowance, context, level): argument
222 def _pprint_ordered_dict(self, object, stream, indent, allowance, context, level): argument
235 def _pprint_list(self, object, stream, indent, allowance, context, level): argument
243 def _pprint_tuple(self, object, stream, indent, allowance, context, level): argument
252 def _pprint_set(self, object, stream, indent, allowance, context, level): argument
272 def _pprint_str(self, object, stream, indent, allowance, context, level): argument
323 def _pprint_bytes(self, object, stream, indent, allowance, context, level): argument
344 def _pprint_bytearray(self, object, stream, indent, allowance, context, level): argument
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dbuiltin_variables.json44 "level":"COMMON_BUILTINS", string
61 "level":"COMMON_BUILTINS", string
69 "level":"COMMON_BUILTINS", string
78 "level":"COMMON_BUILTINS", string
87 "level":"COMMON_BUILTINS", string
96 "level":"COMMON_BUILTINS", string
105 "level":"COMMON_BUILTINS", string
114 "level":"COMMON_BUILTINS", string
123 "level":"ESSL1_BUILTINS", string
132 "level":"COMMON_BUILTINS", string
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dwpa_debug.c45 static int wpa_to_android_level(int level) in wpa_to_android_level()
108 static int syslog_priority(int level) in syslog_priority()
219 static int wpa_get_log_level(int level) in wpa_get_log_level()
266 void wpa_printf(int level, const char *fmt, ...) in wpa_printf()
334 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump()
500 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump()
506 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key()
512 static void _wpa_hexdump_ascii(int level, const char *title, const void *buf, in _wpa_hexdump_ascii()
630 void wpa_hexdump_ascii(int level, const char *title, const void *buf, in wpa_hexdump_ascii()
637 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf, in wpa_hexdump_ascii_key()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dwpa_debug.c47 static int wpa_to_android_level(int level) in wpa_to_android_level()
108 static int syslog_priority(int level) in syslog_priority()
219 static int wpa_get_log_level(int level) in wpa_get_log_level()
266 void wpa_printf(int level, const char *fmt, ...) in wpa_printf()
336 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump()
502 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump()
508 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key()
514 static void _wpa_hexdump_ascii(int level, const char *title, const void *buf, in _wpa_hexdump_ascii()
631 void wpa_hexdump_ascii(int level, const char *title, const void *buf, in wpa_hexdump_ascii()
638 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf, in wpa_hexdump_ascii_key()
[all …]
/third_party/mesa3d/src/freedreno/decode/
Dcffdec.c197 dump_hex(uint32_t *dwords, uint32_t sizedwords, int level) in dump_hex()
250 dump_float(float *dwords, uint32_t sizedwords, int level) in dump_float()
344 reg_dump_scratch(const char *name, uint32_t dword, int level) in reg_dump_scratch()
365 dump_gpuaddr_size(uint64_t gpuaddr, int level, int sizedwords, int quietlvl) in dump_gpuaddr_size()
379 dump_gpuaddr(uint64_t gpuaddr, int level) in dump_gpuaddr()
385 reg_dump_gpuaddr(const char *name, uint32_t dword, int level) in reg_dump_gpuaddr()
392 reg_gpuaddr_lo(const char *name, uint32_t dword, int level) in reg_gpuaddr_lo()
398 reg_dump_gpuaddr_hi(const char *name, uint32_t dword, int level) in reg_dump_gpuaddr_hi()
404 reg_dump_gpuaddr64(const char *name, uint64_t qword, int level) in reg_dump_gpuaddr64()
426 disasm_gpuaddr(const char *name, uint64_t gpuaddr, int level) in disasm_gpuaddr()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dutracimp.h117 #define UTRACE_LEVEL(level) (utrace_getLevel()>=(level)) argument
232 #define UTRACE_DATA0(level, fmt) UPRV_BLOCK_MACRO_BEGIN { \ argument
246 #define UTRACE_DATA1(level, fmt, a) UPRV_BLOCK_MACRO_BEGIN { \ argument
260 #define UTRACE_DATA2(level, fmt, a, b) UPRV_BLOCK_MACRO_BEGIN { \ argument
274 #define UTRACE_DATA3(level, fmt, a, b, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
288 #define UTRACE_DATA4(level, fmt, a, b, c, d) UPRV_BLOCK_MACRO_BEGIN { \ argument
302 #define UTRACE_DATA5(level, fmt, a, b, c, d, e) UPRV_BLOCK_MACRO_BEGIN { \ argument
316 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) UPRV_BLOCK_MACRO_BEGIN { \ argument
330 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) UPRV_BLOCK_MACRO_BEGIN { \ argument
344 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) UPRV_BLOCK_MACRO_BEGIN { \ argument
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutracimp.h117 #define UTRACE_LEVEL(level) (utrace_getLevel()>=(level)) argument
223 #define UTRACE_DATA0(level, fmt) \ argument
236 #define UTRACE_DATA1(level, fmt, a) \ argument
249 #define UTRACE_DATA2(level, fmt, a, b) \ argument
262 #define UTRACE_DATA3(level, fmt, a, b, c) \ argument
275 #define UTRACE_DATA4(level, fmt, a, b, c, d) \ argument
288 #define UTRACE_DATA5(level, fmt, a, b, c, d, e) \ argument
301 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) \ argument
314 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) \ argument
327 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) \ argument
[all …]
/third_party/icu/icu4c/source/common/
Dutracimp.h117 #define UTRACE_LEVEL(level) (utrace_getLevel()>=(level)) argument
232 #define UTRACE_DATA0(level, fmt) UPRV_BLOCK_MACRO_BEGIN { \ argument
246 #define UTRACE_DATA1(level, fmt, a) UPRV_BLOCK_MACRO_BEGIN { \ argument
260 #define UTRACE_DATA2(level, fmt, a, b) UPRV_BLOCK_MACRO_BEGIN { \ argument
274 #define UTRACE_DATA3(level, fmt, a, b, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
288 #define UTRACE_DATA4(level, fmt, a, b, c, d) UPRV_BLOCK_MACRO_BEGIN { \ argument
302 #define UTRACE_DATA5(level, fmt, a, b, c, d, e) UPRV_BLOCK_MACRO_BEGIN { \ argument
316 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) UPRV_BLOCK_MACRO_BEGIN { \ argument
330 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) UPRV_BLOCK_MACRO_BEGIN { \ argument
344 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) UPRV_BLOCK_MACRO_BEGIN { \ argument
[all …]
/third_party/node/deps/icu-small/source/common/
Dutracimp.h117 #define UTRACE_LEVEL(level) (utrace_getLevel()>=(level)) argument
232 #define UTRACE_DATA0(level, fmt) UPRV_BLOCK_MACRO_BEGIN { \ argument
246 #define UTRACE_DATA1(level, fmt, a) UPRV_BLOCK_MACRO_BEGIN { \ argument
260 #define UTRACE_DATA2(level, fmt, a, b) UPRV_BLOCK_MACRO_BEGIN { \ argument
274 #define UTRACE_DATA3(level, fmt, a, b, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
288 #define UTRACE_DATA4(level, fmt, a, b, c, d) UPRV_BLOCK_MACRO_BEGIN { \ argument
302 #define UTRACE_DATA5(level, fmt, a, b, c, d, e) UPRV_BLOCK_MACRO_BEGIN { \ argument
316 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) UPRV_BLOCK_MACRO_BEGIN { \ argument
330 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) UPRV_BLOCK_MACRO_BEGIN { \ argument
344 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) UPRV_BLOCK_MACRO_BEGIN { \ argument
[all …]
/third_party/boost/boost/log/sources/
Dseverity_logger.hpp58 explicit severity_logger(LevelT level) : base_type(keywords::severity = level) in severity_logger()
80 explicit severity_logger_mt(LevelT level) : base_type(keywords::severity = level) in severity_logger_mt()
106 explicit wseverity_logger(LevelT level) : base_type(keywords::severity = level) in wseverity_logger()
128 explicit wseverity_logger_mt(LevelT level) : base_type(keywords::severity = level) in wseverity_logger_mt()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DImageD3D.cpp28 int level) in setManagedSurface2D()
36 int level) in setManagedSurfaceCube()
43 int level) in setManagedSurface3D()
51 int level) in setManagedSurface2DArray()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DImageD3D.cpp28 int level) in setManagedSurface2D()
36 int level) in setManagedSurfaceCube()
43 int level) in setManagedSurface3D()
51 int level) in setManagedSurface2DArray()
/third_party/mindspore/mindspore/lite/src/common/
Dlog.cc51 bool IsPrint(int level) { in IsPrint()
62 static int GetAndroidLogLevel(LiteLogLevel level) { in GetAndroidLogLevel()
79 void PrintHiLog(LiteLogLevel level, const char *file, int line, const char *func, const char *msg) { in PrintHiLog()
92 const char *EnumStrForMsLogLevel(LiteLogLevel level) { in EnumStrForMsLogLevel()
/third_party/mesa3d/src/freedreno/fdl/
Dfreedreno_layout.h143 fdl_pitch(const struct fdl_layout *layout, unsigned level) in fdl_pitch()
153 fdl_ubwc_pitch(const struct fdl_layout *layout, unsigned level) in fdl_ubwc_pitch()
161 fdl_layer_stride(const struct fdl_layout *layout, unsigned level) in fdl_layer_stride()
171 fdl2_pitch(const struct fdl_layout *layout, unsigned level) in fdl2_pitch()
180 fdl2_pitch_pixels(const struct fdl_layout *layout, unsigned level) in fdl2_pitch_pixels()
186 fdl_surface_offset(const struct fdl_layout *layout, unsigned level, in fdl_surface_offset()
194 fdl_ubwc_offset(const struct fdl_layout *layout, unsigned level, unsigned layer) in fdl_ubwc_offset()
204 fdl_level_linear(const struct fdl_layout *layout, int level) in fdl_level_linear()
217 fdl_tile_mode(const struct fdl_layout *layout, int level) in fdl_tile_mode()
226 fdl_ubwc_enabled(const struct fdl_layout *layout, int level) in fdl_ubwc_enabled()
/third_party/mesa3d/src/glx/
Dindirect_texture_compression.c43 __indirect_glGetCompressedTexImage(GLenum target, GLint level, in __indirect_glGetCompressedTexImage()
76 CompressedTexImage1D2D(GLenum target, GLint level, in CompressedTexImage1D2D()
137 CompressedTexSubImage1D2D(GLenum target, GLint level, in CompressedTexSubImage1D2D()
194 __indirect_glCompressedTexImage1D(GLenum target, GLint level, in __indirect_glCompressedTexImage1D()
206 __indirect_glCompressedTexImage2D(GLenum target, GLint level, in __indirect_glCompressedTexImage2D()
219 __indirect_glCompressedTexImage3D(GLenum target, GLint level, in __indirect_glCompressedTexImage3D()
267 __indirect_glCompressedTexSubImage1D(GLenum target, GLint level, in __indirect_glCompressedTexSubImage1D()
280 __indirect_glCompressedTexSubImage2D(GLenum target, GLint level, in __indirect_glCompressedTexSubImage2D()
293 __indirect_glCompressedTexSubImage3D(GLenum target, GLint level, in __indirect_glCompressedTexSubImage3D()
/third_party/mbedtls/library/
Ddebug.c59 static inline void debug_send_line( const mbedtls_ssl_context *ssl, int level, in debug_send_line()
78 void mbedtls_debug_print_msg( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_msg()
107 void mbedtls_debug_print_ret( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_ret()
135 void mbedtls_debug_print_buf( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_buf()
195 void mbedtls_debug_print_ecp( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_ecp()
218 void mbedtls_debug_print_mpi( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_mpi()
276 static void debug_print_pk( const mbedtls_ssl_context *ssl, int level, in debug_print_pk()
314 static void debug_print_line_by_line( const mbedtls_ssl_context *ssl, int level, in debug_print_line_by_line()
339 void mbedtls_debug_print_crt( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_crt()
374 int level, const char *file, in mbedtls_debug_printf_ecdh_internal()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglquery.h82 #define gst_gl_query_start_log_valist(query,cat,level,object,format,varargs) \ argument
90 #define gst_gl_query_counter_log_valist(query,cat,level,object,format,varargs) \ argument
100 #define gst_gl_query_start_log(query,cat,level,object,format,...) \ argument
107 #define gst_gl_query_counter_log(query,cat,level,object,format,...) \ argument
118 #define gst_gl_query_start_log(query,cat,level,object,format,args...) \ argument
125 #define gst_gl_query_counter_log(query,cat,level,object,format,args...) \ argument
137 GstDebugLevel level, GObject * object, const gchar * format, ...) in gst_gl_query_start_log()
148 GstDebugLevel level, GObject * object, const gchar * format, ...) in gst_gl_query_counter_log()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp332 egl::Image *Texture::createSharedImage(GLenum target, unsigned int level) in createSharedImage()
518 int level = mBaseLevel; in getTopLevel() local
530 for(int level = 1; level < IMPLEMENTATION_MAX_TEXTURE_LEVELS; level++) in hasNonBaseLevels() local
543 for(int level = 0; level < IMPLEMENTATION_MAX_TEXTURE_LEVELS; level++) in requiresSync() local
554 void Texture2D::setImage(GLint level, GLsizei width, GLsizei height, GLint internalformat, GLenum f… in setImage()
594 void Texture2D::setCompressedImage(GLint level, GLenum format, GLsizei width, GLsizei height, GLsiz… in setCompressedImage()
611 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage()
616 void Texture2D::subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize… in subImageCompressed()
621 void Texture2D::copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsi… in copyImage()
654 void Texture2D::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in copySubImage()
[all …]
/third_party/boost/libs/locale/src/icu/
Dcollator.cpp43 int do_utf8_compare( level_type level, in do_utf8_compare()
55 int do_ustring_compare( level_type level, in do_ustring_compare()
65 int do_real_compare(level_type level, in do_real_compare()
73 virtual int do_compare( level_type level, in do_compare()
90 …std::vector<uint8_t> do_basic_transform(level_type level,CharType const *b,CharType const *e) cons… in do_basic_transform()
105 …std::basic_string<CharType> do_transform(level_type level,CharType const *b,CharType const *e) con… in do_transform()
111 long do_hash(level_type level,CharType const *b,CharType const *e) const in do_hash()
164 level_type level, in do_real_compare()
/third_party/mesa3d/src/egl/main/
Degllog.c66 EGLint level; member
85 _eglDefaultLogger(EGLint level, const char *msg) in _eglDefaultLogger()
108 EGLint i, level = -1; in _eglInitLogger() local
142 _eglLog(EGLint level, const char *fmtStr, ...) in _eglLog()
/third_party/boost/libs/locale/src/win32/
Dcollate.cpp28 …virtual int do_compare(collator_base::level_type level,char const *lb,char const *le,char const *r… in do_compare()
34 virtual long do_hash(collator_base::level_type level,char const *b,char const *e) const in do_hash()
39 …virtual std::string do_transform(collator_base::level_type level,char const *b,char const *e) const in do_transform()
77 …virtual int do_compare(collator_base::level_type level,wchar_t const *lb,wchar_t const *le,wchar_t… in do_compare()
81 virtual long do_hash(collator_base::level_type level,wchar_t const *b,wchar_t const *e) const in do_hash()
88 …virtual std::wstring do_transform(collator_base::level_type level,wchar_t const *b,wchar_t const *… in do_transform()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouputils.c32 gst_soup_util_log_make_level_tag (SoupLoggerLogLevel level) in gst_soup_util_log_make_level_tag()
61 SoupLoggerLogLevel level, char direction, const char *data, in gst_soup_util_log_printer_cb()
71 gst_soup_util_log_setup (SoupSession * session, SoupLoggerLogLevel level, in gst_soup_util_log_setup()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dlevel.c74 GstElement *level; in setup_level() local
92 cleanup_level (GstElement * level) in cleanup_level()
147 GstElement *level; in GST_START_TEST() local
205 GstElement *level; in GST_START_TEST() local
247 GstElement *level; in GST_START_TEST() local
305 GstElement *level; in GST_START_TEST() local
383 GstElement *level; in GST_START_TEST() local
441 GstElement *level; in GST_START_TEST() local
507 GstElement *level; in GST_START_TEST() local
546 GstElement *level; in GST_START_TEST() local
[all …]

12345678910>>...77