Home
last modified time | relevance | path

Searched +defs:debug +defs:mode (Results 1 – 25 of 65) sorted by relevance

123

/external/mesa3d/src/intel/compiler/elk/
Delk_interpolation_map.c27 static char const *get_qual_name(int mode) in get_qual_name()
92 const bool debug = false; in elk_setup_vue_interpolation() local
Delk_schedule_instructions.cpp60 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/
Dtest_pty.py28 def debug(msg): function
31 def debug(msg): function
361 def _mock_tcsetattr(self, fileno, opt, mode): argument
/external/libcap/goapps/gowns/
Dgowns.go43 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/
Dccompiler.py353 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/
Dccompiler.py367 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/
Dccompiler.py353 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/
Dfd5_emit.h44 struct util_debug_callback *debug; member
126 enum render_mode_cmd mode) in fd5_set_render_mode()
/external/mockito/src/main/java/org/mockito/
DMockito.java2150 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/
DX86DisassemblerDecoder.cpp51 #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/
Dinternal.h117 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/
Dnntplib.py194 debug = set_debuglevel variable in NNTP
624 mode = 'readermode' variable
626 mode = None variable
Dtarfile.py311 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/
Dtarfile.py314 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/
Dvktestframework.cpp107 int fopen_s(FILE **pFile, const char *filename, const char *mode) { in fopen_s()
761 bool debug) { in GLSLtoSPV()
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp59 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/
DCommandLine.py61 def fileopen(name, mode='wb', encoding=None): argument
290 debug = 0 variable in Application
/external/python/cpython2/Tools/bgen/bgen/
Dscantools.py108 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__.py455 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/
Dwpagui.cpp30 #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/
Dtu_util.h54 uint32_t debug; member
344 tu6_polygon_mode(VkPolygonMode mode) in tu6_polygon_mode()
/external/trusty/musl/ldso/
Ddynlink.c36 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/
Dblkiomon.c90 static struct output drvdata, human, binary, debug; variable
528 int mode, vbuf_size; in blkiomon_open_output() local
/external/musl/ldso/
Ddynlink.c51 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/
Degl_ext_stubs.cpp169 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()

123