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:print_warning
(Results
1 - 12
of
12
) sorted by relevance
/third_party/python/Lib/test/libregrtest/
H
A
D
utils.py
64
def
print_warning
(msg):
function
65
support.
print_warning
(msg)
74
support.
print_warning
("Unraisable exception")
78
sys.stderr = support.
print_warning
.orig_stderr
97
support.
print_warning
(f"Uncaught thread exception: {args.exc_type.__name__}")
101
sys.stderr = support.
print_warning
.orig_stderr
H
A
D
runtest.py
17
from test.libregrtest.utils import clear_caches, format_duration,
print_warning
namespace
202
print_warning
= support.
print_warning
203
orig_print_warnings_stderr =
print_warning
.orig_stderr
209
#
print_warning
() writes into the temporary stream to preserve
212
print_warning
.orig_stderr = stream
221
print_warning
.orig_stderr = orig_print_warnings_stderr
325
print_warning
(f"{test_name} created {len(gc.garbage)} "
416
print_warning
(f"{test_name} left behind {kind} {name!r}")
425
print_warning
(
[all...]
H
A
D
runtest_mp.py
22
from test.libregrtest.utils import format_duration,
print_warning
namespace
194
print_warning
(f"Failed to kill {what}: {exc!r}")
330
print_warning
(f"Failed to wait for {self} completion "
354
print_warning
(f"Failed to join {self} in {format_duration(dt)}")
454
print_warning
(f"regrtest worker thread failed: {format_exc}")
H
A
D
save_env.py
8
from test.libregrtest.utils import
print_warning
namespace
323
print_warning
(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
SystemUtils.cpp
19
bool
print_warning
) {
in CheckBitcodeOutputToConsole()
21
if (
print_warning
) {
in CheckBitcodeOutputToConsole()
18
CheckBitcodeOutputToConsole(raw_ostream &stream_to_check, bool
print_warning
)
CheckBitcodeOutputToConsole()
argument
/third_party/python/Lib/test/support/
H
A
D
threading_helper.py
40
support.
print_warning
(f"threading_cleanup() failed to cleanup "
45
support.
print_warning
(f"Dangling thread: {thread!r}")
H
A
D
__init__.py
1280
def
print_warning
(msg):
function
1283
stream =
print_warning
.orig_stderr
1290
print_warning
.orig_stderr = sys.stderr
1327
print_warning
(f"reap_children() reaped child process {pid}")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
SystemUtils.h
26
bool
print_warning
= true ///< Control whether warnings are printed
/third_party/python/Lib/test/
H
A
D
test_support.py
476
with support.swap_attr(support.
print_warning
, 'orig_stderr', stderr):
684
with support.swap_attr(support.
print_warning
, 'orig_stderr', stderr):
685
support.
print_warning
(msg)
H
A
D
_test_multiprocessing.py
5599
support.
print_warning
(f"multiprocessing.Manager still has "
5832
support.
print_warning
(f'Dangling processes: {processes}')
5838
support.
print_warning
(f'Dangling threads: {threads}')
5907
support.
print_warning
(f"multiprocessing.Manager still has "
5918
support.
print_warning
('Shared objects which still exist '
5920
support.
print_warning
(cls.manager._debug_info())
6019
support.
print_warning
(f'Dangling processes: {processes}')
6026
support.
print_warning
(f'Dangling threads: {threads}')
/third_party/skia/third_party/externals/libwebp/src/mux/
H
A
D
anim_encode.c
126
int
print_warning
= enc_options->verbose;
in SanitizeEncoderOptions()
local
138
print_warning
= 0;
in SanitizeEncoderOptions()
143
if (
print_warning
) {
in SanitizeEncoderOptions()
153
if (
print_warning
) {
in SanitizeEncoderOptions()
163
if (
print_warning
) {
in SanitizeEncoderOptions()
/third_party/backends/backend/
H
A
D
hp-scl.c
791
{static int
print_warning
= 1;
in sanei_hp_get_connect()
local
793
if (
print_warning
)
in sanei_hp_get_connect()
795
print_warning
= 0;
in sanei_hp_get_connect()
Completed in 27 milliseconds