Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:raiseExceptions
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Tools/c-analyzer/c_common/
H
A
D
logging.py
49
orig = logging.
raiseExceptions
50
logging.
raiseExceptions
= False
52
logging.
raiseExceptions
= orig
/third_party/python/Lib/test/
H
A
D
test_logging.py
775
old_raise = logging.
raiseExceptions
787
logging.
raiseExceptions
= False
792
logging.
raiseExceptions
= old_raise
4219
old_raise_exceptions = logging.
raiseExceptions
4240
# If
raiseExceptions
is False, no message is printed
4242
logging.
raiseExceptions
= False
4249
logging.
raiseExceptions
= old_raise_exceptions
4283
raise_exceptions = logging.
raiseExceptions
4284
self.addCleanup(setattr, logging, '
raiseExceptions
', raise_exceptions)
4335
logging.
raiseExceptions
[all...]
/third_party/python/Lib/logging/
H
A
D
__init__.py
41
'lastResort', '
raiseExceptions
', 'getLevelNamesMapping']
61
#
raiseExceptions
is used to see if exceptions during handling should be
64
raiseExceptions
= True
variable
1021
encountered during an emit() call. If
raiseExceptions
is false,
1028
if
raiseExceptions
and sys.stderr: # see issue 13807
1554
if
raiseExceptions
:
1715
elif
raiseExceptions
and not self.manager.emittedNoHandlerWarning:
2186
#we just ignore them if
raiseExceptions
is not set
2203
if
raiseExceptions
:
Completed in 9 milliseconds