OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWarn
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
DirectiveHandler.cpp
27
static const char
kWarn
[] = "warn";
32
else if (str ==
kWarn
) return EBhWarn;
/external/googletest/googlemock/src/
gmock-spec-builders.cc
287
case
kWarn
:
396
reaction ==
kWarn
553
return
kWarn
;
674
SetReactionOnUninterestingCalls(mock_obj, internal::
kWarn
);
760
return Mock::GetReactionOnUninterestingCalls(mock_obj) == internal::
kWarn
;
[
all
...]
/external/google-breakpad/src/testing/src/
gmock-spec-builders.cc
252
case
kWarn
:
351
reaction ==
kWarn
? LogIsVisible(kWarning) :
617
SetReactionOnUninterestingCalls(mock_obj, internal::
kWarn
);
642
internal::
kWarn
: g_uninteresting_call_reaction[mock_obj];
/development/vndk/tools/header-checker/src/diff/
header_abi_diff.cpp
182
static const char
kWarn
[] = "\033[36;1mwarning: \033[0m";
216
std::string error_or_warning_str =
kWarn
;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
gmock-spec-builders.cc
255
case
kWarn
:
361
reaction ==
kWarn
? LogIsVisible(kWarning) :
627
SetReactionOnUninterestingCalls(mock_obj, internal::
kWarn
);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-spec-builders.h
363
kWarn
,
365
kDefault =
kWarn
// By default, warn about uninteresting calls.
[
all
...]
/external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h
359
kWarn
,
[
all
...]
/external/googletest/googlemock/test/
gmock-spec-builders_test.cc
102
using testing::internal::
kWarn
;
710
testing::GMOCK_FLAG(default_mock_behavior) =
kWarn
;
727
// Out of bounds values are converted to
kWarn
[
all
...]
/external/googletest/googlemock/include/gmock/
gmock-spec-builders.h
368
kWarn
,
[
all
...]
Completed in 532 milliseconds