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:is_fatal
(Results
1 - 5
of
5
) sorted by relevance
/third_party/googletest/googletest/test/
H
A
D
gtest_stress_test.cc
150
void FailingThread(bool
is_fatal
) {
in FailingThread()
argument
151
if (
is_fatal
)
in FailingThread()
159
void GenerateFatalFailureInAnotherThread(bool
is_fatal
) {
in GenerateFatalFailureInAnotherThread()
argument
160
ThreadWithParam<bool> thread(&FailingThread,
is_fatal
, nullptr);
in GenerateFatalFailureInAnotherThread()
/third_party/gn/src/gn/
H
A
D
err.cc
155
void Err::InternalPrintToStdout(bool is_sub_err, bool
is_fatal
) const {
in InternalPrintToStdout()
159
if (
is_fatal
)
in InternalPrintToStdout()
202
sub_err.InternalPrintToStdout(true,
is_fatal
);
in InternalPrintToStdout()
H
A
D
err.h
116
void InternalPrintToStdout(bool is_sub_err, bool
is_fatal
) const;
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H
A
D
usage_config.cc
36
// fatal if
is_fatal
argument to ReportUsageError is true.
128
void ReportUsageError(absl::string_view msg, bool
is_fatal
) {
in ReportUsageError()
argument
131
if (
is_fatal
) {
in ReportUsageError()
H
A
D
usage_config.h
120
void ReportUsageError(absl::string_view msg, bool
is_fatal
);
129
// fatal if
is_fatal
argument to ReportUsageError is true.
Completed in 2 milliseconds