Searched defs:_debug (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/closure_compiler/
H A Dcompile_modules.py72 def _debug(self, msg, prefix="(INFO) ", suffix=""): member in class:ModuleCompiler
77 self._debug("MODULE FILE: " + module_file, prefix="")
97 self._debug("MODULE: " + m.name, prefix="", suffix=os.linesep)
108 self._debug(os.linesep, prefix="")
111 self._debug(os.linesep, prefix="")
H A Dchecker.py70 self._debug("Deleting temporary files: %s" % ", ".join(self._temp_files))
75 def _debug(self, msg, error=False): member in class:Checker
93 self._debug("Running command: %s" % cmd_str)
176 self._debug("FILE: %s" % source_file)
179 self._debug("Skipping externs: %s" % source_file)
190 self._debug("Meta file: %s" % meta_file)
194 self._debug("Expanded file: %s" % self._expanded_file)
199 self._debug("Args: %s" % args_file_content.strip())
202 self._debug("Args file: %s" % args_file)
209 self._debug("Summar
[all...]
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libpython_in_gdb.py18 from test_libcython_in_gdb import _debug, inferior_python_version namespace
H A Dtest_libcython_in_gdb.py35 _debug(type(self).__name__, func.__name__)
40 _debug("An exception occurred:", traceback.format_exc(e))
442 def _debug(*messages): function
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DBuildExecutable.py38 def _debug(msg, *args): function
45 _debug('INCDIR: %s', INCDIR)
46 _debug('LIBDIR1: %s', LIBDIR1)
47 _debug('LIBDIR2: %s', LIBDIR2)
48 _debug('PYLIB: %s', PYLIB)
49 _debug('PYLIB_DYN: %s', PYLIB_DYN)
50 _debug('CC: %s', CC)
51 _debug('CFLAGS: %s', CFLAGS)
52 _debug('LINKCC: %s', LINKCC)
53 _debug('LINKFORSHARE
[all...]
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyximport.py70 def _debug(message, *args): function
163 _debug("Rebuilding %s because of %s", pyxfilename, file)
310 _debug("%s not found" % fullname)
336 _debug("trying import of module '%s'", fullname)
358 _debug("importer found path %s for module %s", path, real_name)
392 _debug("Loading shared library module '%s' from %s", fullname, so_path)
406 _debug("PyxLoader created for loading %s from %s (init path: %s)",
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h3640 enum _debug enum
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3640 enum _debug enum

Completed in 166 milliseconds