| /external/mesa3d/src/intel/compiler/elk/ |
| D | elk_interpolation_map.c | 27 static char const *get_qual_name(int mode) in get_qual_name() 92 const bool debug = false; in elk_setup_vue_interpolation() local
|
| D | elk_schedule_instructions.cpp | 60 static bool debug = false; variable 763 instruction_scheduler_mode mode; member in elk_fs_instruction_scheduler 1967 elk_fs_instruction_scheduler::run(instruction_scheduler_mode mode) in run() 2048 instruction_scheduler_mode mode) in schedule_instructions_pre_ra()
|
| /external/python/cpython3/Lib/test/ |
| D | test_pty.py | 28 def debug(msg): function 31 def debug(msg): function 361 def _mock_tcsetattr(self, fileno, opt, mode): argument
|
| /external/libcap/goapps/gowns/ |
| D | gowns.go | 43 mode = flag.String("mode", "", "force a libcap mode (capsh --modes for list)") var 50 debug = flag.Bool("verbose", false, "more verbose output") var
|
| /external/python/setuptools/setuptools/_distutils/ |
| D | ccompiler.py | 353 def _get_cc_args(self, pp_opts, debug, before): argument 512 include_dirs=None, debug=0, extra_preargs=None, argument 586 debug=0, target_lang=None): argument 626 debug=0, argument 687 debug=0, argument 708 debug=0, argument 727 debug=0, argument 811 def find_library_file (self, dirs, lib, debug=0): argument 922 def mkpath (self, name, mode=0o777): argument
|
| /external/python/cpython2/Lib/distutils/ |
| D | ccompiler.py | 367 def _get_cc_args(self, pp_opts, debug, before): argument 511 include_dirs=None, debug=0, extra_preargs=None, argument 587 debug=0, target_lang=None): argument 619 export_symbols=None, debug=0, extra_preargs=None, argument 672 debug=0, extra_preargs=None, extra_postargs=None, argument 685 debug=0, extra_preargs=None, extra_postargs=None, argument 695 runtime_library_dirs=None, debug=0, extra_preargs=None, argument 770 def find_library_file (self, dirs, lib, debug=0): argument 881 def mkpath(self, name, mode=0777): argument
|
| /external/python/cpython3/Lib/distutils/ |
| D | ccompiler.py | 353 def _get_cc_args(self, pp_opts, debug, before): argument 512 include_dirs=None, debug=0, extra_preargs=None, argument 586 debug=0, target_lang=None): argument 626 debug=0, argument 687 debug=0, argument 708 debug=0, argument 727 debug=0, argument 804 def find_library_file (self, dirs, lib, debug=0): argument 915 def mkpath (self, name, mode=0o777): argument
|
| /external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| D | fd5_emit.h | 44 struct util_debug_callback *debug; member 126 enum render_mode_cmd mode) in fd5_set_render_mode()
|
| /external/mockito/src/main/java/org/mockito/ |
| D | Mockito.java | 2150 public static <T> T verify(T mock, VerificationMode mode) { in verify() 2978 static MockitoDebugger debug() { in debug() method in Mockito
|
| /external/llvm/lib/Target/X86/Disassembler/ |
| D | X86DisassemblerDecoder.cpp | 51 #define debug(s) do { Debug(__FILE__, __LINE__, s); } while (0) macro 53 #define debug(s) do { } while (0) macro 1871 uint64_t startLoc, DisassemblerMode mode) { in decodeInstruction()
|
| /external/ethtool/ |
| D | internal.h | 117 static inline bool debug_on(unsigned long debug, unsigned int bit) in debug_on() 222 unsigned long debug; /* debugging mask */ member 276 #define fopen(path, mode) test_fopen(path, mode) argument
|
| /external/python/cpython2/Lib/ |
| D | nntplib.py | 194 debug = set_debuglevel variable in NNTP 624 mode = 'readermode' variable 626 mode = None variable
|
| D | tarfile.py | 311 def filemode(mode): argument 369 def __init__(self, name, mode): argument 398 def __init__(self, name, mode, comptype, fileobj, bufsize): argument 656 def __init__(self, fileobj, mode): argument 1491 debug = 0 # May be set from 0 (no msgs) to 3 (all msgs) variable in TarFile 1513 def __init__(self, name=None, mode="r", fileobj=None, format=None, argument 1515 errors=None, pax_headers=None, debug=None, errorlevel=None): argument 1640 def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, **kwargs): argument 1718 def taropen(cls, name, mode="r", fileobj=None, **kwargs): argument 1726 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): argument [all …]
|
| /external/python/cpython3/Lib/ |
| D | tarfile.py | 314 def __init__(self, name, mode): argument 343 def __init__(self, name, mode, comptype, fileobj, bufsize): argument 918 name=_KEEP, mtime=_KEEP, mode=_KEEP, linkname=_KEEP, argument 1612 debug = 0 # May be set from 0 (no msgs) to 3 (all msgs) variable in TarFile 1636 def __init__(self, name=None, mode="r", fileobj=None, format=None, argument 1638 errors="surrogateescape", pax_headers=None, debug=None, argument 1748 def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, **kwargs): argument 1842 def taropen(cls, name, mode="r", fileobj=None, **kwargs): argument 1850 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): argument 1883 def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): argument [all …]
|
| /external/vulkan-validation-layers/tests/ |
| D | vktestframework.cpp | 107 int fopen_s(FILE **pFile, const char *filename, const char *mode) { in fopen_s() 761 bool debug) { in GLSLtoSPV()
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_schedule_instructions.cpp | 59 static bool debug = false; variable 696 instruction_scheduler_mode mode; member in fs_instruction_scheduler 1588 fs_instruction_scheduler::run(instruction_scheduler_mode mode) in run() 1634 instruction_scheduler_mode mode) in schedule_instructions_pre_ra()
|
| /external/python/cpython2/Tools/pybench/ |
| D | CommandLine.py | 61 def fileopen(name, mode='wb', encoding=None): argument 290 debug = 0 variable in Application
|
| /external/python/cpython2/Tools/bgen/bgen/ |
| D | scantools.py | 108 debug = 0 variable in Scanner 128 def typeused(self, type, mode): argument 664 def modifyarg(self, type, name, mode): argument
|
| /external/capstone/bindings/python/capstone/ |
| D | __init__.py | 455 def cs_disasm_quick(arch, mode, code, offset, count=0): argument 492 def cs_disasm_lite(arch, mode, code, offset, count=0): argument 804 def __init__(self, arch, mode): argument 1011 def mode(self): member in Cs 1017 def mode(self, opt): # opt is new disasm mode, of int type member in Cs 1108 def debug(): function
|
| /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
| D | wpagui.cpp | 30 #define debug(M, ...) qDebug("DEBUG %d: " M, __LINE__, ##__VA_ARGS__) macro 32 #define debug(M, ...) do {} while (0) macro 537 char *mode = NULL; in updateStatus() local
|
| /external/mesa3d/src/freedreno/vulkan/ |
| D | tu_util.h | 54 uint32_t debug; member 344 tu6_polygon_mode(VkPolygonMode mode) in tu6_polygon_mode()
|
| /external/trusty/musl/ldso/ |
| D | dynlink.c | 36 struct debug { struct 37 int ver; 38 void *head; 39 void (*bp)(void); 40 int state; 41 void *base; 131 static struct debug debug; variable 1956 void *dlopen(const char *file, int mode) in dlopen()
|
| /external/blktrace/ |
| D | blkiomon.c | 90 static struct output drvdata, human, binary, debug; variable 528 int mode, vbuf_size; in blkiomon_open_output() local
|
| /external/musl/ldso/ |
| D | dynlink.c | 51 struct debug { struct 52 int ver; 53 void *head; 54 void (*bp)(void); 55 int state; 56 void *base; 150 static struct debug debug; variable 2158 void *dlopen(const char *file, int mode) in dlopen()
|
| /external/angle/src/libGLESv2/ |
| D | egl_ext_stubs.cpp | 169 Debug *debug = GetDebug(); in DebugMessageControlKHR() local 413 Debug *debug = GetDebug(); in QueryDebugKHR() local 566 EGLBoolean SignalSyncKHR(Thread *thread, Display *display, SyncID syncID, EGLenum mode) in SignalSyncKHR() 834 EGLint ProgramCacheResizeANGLE(Thread *thread, Display *display, EGLint limit, EGLint mode) in ProgramCacheResizeANGLE()
|