Home
last modified time | relevance | path

Searched refs:_debug (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Lib/
Dcookielib.py43 def _debug(*args): function
643 _debug("nonnumeric port: '%s'", port)
934 _debug(" - checking cookie %s=%s", cookie.name, cookie.value)
950 _debug(" Set-Cookie2 without version attribute (%s=%s)",
954 _debug(" RFC 2965 cookies are switched off")
957 _debug(" Netscape cookies are switched off")
964 _debug(" third-party RFC 2965 cookie during "
968 _debug(" third-party Netscape cookie during "
978 _debug(" illegal name (starts with '$'): '%s'", cookie.name)
988 _debug(" path attribute %s is not a prefix of request "
[all …]
/external/python/cpython3/Lib/http/
Dcookiejar.py43 def _debug(*args): function
651 _debug("nonnumeric port: '%s'", port)
940 _debug(" - checking cookie %s=%s", cookie.name, cookie.value)
956 _debug(" Set-Cookie2 without version attribute (%s=%s)",
960 _debug(" RFC 2965 cookies are switched off")
963 _debug(" Netscape cookies are switched off")
970 _debug(" third-party RFC 2965 cookie during "
974 _debug(" third-party Netscape cookie during "
984 _debug(" illegal name (starts with '$'): '%s'", cookie.name)
994 _debug(" path attribute %s is not a prefix of request "
[all …]
/external/python/cpython3/Lib/asyncio/
Dbase_events.py530 self._set_coroutine_origin_tracking(self._debug)
606 if self._debug:
668 if self._debug:
689 if self._debug:
734 if self._debug:
744 if self._debug:
783 if self._debug:
797 if self._debug and sock.gettimeout() != 0:
944 if self._debug:
987 if self._debug:
[all …]
Dselector_events.py134 if self._debug:
157 if self._debug:
217 if self._debug:
348 if self._debug and sock.gettimeout() != 0:
381 if self._debug and sock.gettimeout() != 0:
418 if self._debug and sock.gettimeout() != 0:
454 if self._debug and sock.gettimeout() != 0:
511 if self._debug and sock.gettimeout() != 0:
Dproactor_events.py640 if self._debug:
653 if self._debug:
677 elif self._debug:
Dwindows_events.py352 elif self._debug:
/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py59 if self.profile_context._debug:
75 if self.profile_context._debug:
92 if self.profile_context._debug:
163 self._debug = debug
279 if self._debug:
296 if self._debug:
/external/python/cpython2/Tools/unicode/
Dlistcodecs.py11 _debug = 0 variable
28 if _debug:
/external/python/cpython3/Tools/unicode/
Dlistcodecs.py11 _debug = 0 variable
28 if _debug:
/external/python/cpython2/Tools/pybench/
Dpybench.py87 _debug = 0 variable
105 if _debug:
283 if _debug:
301 if _debug:
439 if _debug:
758 debug = _debug
827 if _debug:
/external/clang/test/SemaCXX/
Dcaptured-statements.cpp57 #pragma clang _debug captured in template_capture_var()
85 #pragma clang _debug captured in template_capture_var()
/external/autotest/client/common_lib/test_utils/
Dmock.py283 self._debug = debug
463 if self._debug:
501 if self._debug:
514 if self._debug:
/external/python/cpython2/Lib/compiler/
Dpyassem.py20 if self._debug:
61 _debug = 0 variable in FlowGraph
64 self._debug = 1
67 self._debug = 0
70 if self._debug:
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py42 _debug = False # Analyze kernel messages. variable in graphics_dEQP
387 if self._debug:
545 self._debug = (options['debug'] == 'True')
581 if self._debug:
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go90 regexp.MustCompile(`_debug\.dylib$`),
/external/curl/winbuild/
DMakefileBuild.vc88 BASE_NAME_DEBUG = $(BASE_NAME)_debug
90 BASE_NAME_STATIC_DEBUG = $(BASE_NAME_STATIC)_debug
/external/gflags/
DChangeLog.txt14 Merged 249: Use "_debug" postfix for debug libraries.
DCMakeLists.txt412 set(CMAKE_DEBUG_POSTFIX "_debug")
/external/python/cpython3/Doc/distutils/
Dsetupscript.rst691 .. _debug-setup-script:
/external/mesa3d/src/mesa/main/
Dmtypes.h5105 enum _debug enum
/external/python/cpython2/Doc/distutils/
Dsetupscript.rst687 .. _debug-setup-script:
/external/clang/include/clang/Driver/
DOptions.td1956 def _debug : Flag<["--"], "debug">, Alias<g_Flag>;