Searched refs:NOT_SET (Results 1 - 11 of 11) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | settings.h | 80 static constexpr unsigned NOT_SET = std::numeric_limits<unsigned>::max(); member 84 unsigned xres = NOT_SET; 86 unsigned yres = NOT_SET; 88 unsigned startx = NOT_SET; 90 unsigned starty = NOT_SET; 94 unsigned pixels = NOT_SET; 104 unsigned lines = NOT_SET; 106 unsigned depth = NOT_SET; 108 unsigned channels = NOT_SET; 110 ScanMethod scan_method = static_cast<ScanMethod>(NOT_SET); [all...] |
H A D | error.cpp | 195 NOT_SET, member in genesys::LogImageDataStatus 200 static LogImageDataStatus s_log_image_data_setting = LogImageDataStatus::NOT_SET; 215 if (s_log_image_data_setting == LogImageDataStatus::NOT_SET) { in dbg_log_image_data()
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | tables.py | 5 from . import NOT_SET, strutil, fsutil namespace 13 if markers is NOT_SET: 153 default=NOT_SET, 185 def parse_row(line, sep, *, ncols=None, default=NOT_SET): 196 if default is NOT_SET or diff < 0:
|
H A D | __init__.py | 2 NOT_SET = object() variable
|
/third_party/python/Modules/ |
H A D | _csv.c | 23 #define NOT_SET ((Py_UCS4)-1) macro 169 if (c == NOT_SET) { in get_char_or_None() 249 *target = NOT_SET; in _set_char_or_none() 490 DIASET(_set_char_or_none, "escapechar", &self->escapechar, escapechar, NOT_SET); in dialect_new() 500 if (self->delimiter == NOT_SET) { in dialect_new() 507 if (self->quoting != QUOTE_NONE && self->quotechar == NOT_SET) { in dialect_new() 1130 if (dialect->escapechar == NOT_SET) { in join_append_data()
|
/third_party/lame/ACM/ |
H A D | ACMStream.cpp | 208 case NOT_SET: /* FALLTROUGH */ in open()
|
/third_party/lame/libmp3lame/ |
H A D | lame.c | 864 if (gfp->mode == NOT_SET) { in lame_init_params() 1484 case NOT_SET: in lame_print_internals() 2417 gfp->mode = NOT_SET; in lame_init_old()
|
H A D | VbrTag.c | 741 case NOT_SET: in PutLameVBR()
|
H A D | set_get.c | 398 return NOT_SET; in lame_get_mode()
|
/third_party/lame/include/ |
H A D | lame.h | 66 NOT_SET, enumerator
|
/third_party/lame/Dll/ |
H A D | BladeMP3EncDLL.c | 948 case NOT_SET: /* FALLTROUGH */ in dump_config()
|
Completed in 15 milliseconds