OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kbad
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/SemaCXX/
constexpr-depth.cpp
7
constexpr int
kBad
= depth(MAX + 1); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'depth(}}
/external/skia/tests/
DetermineDomainModeTest.cpp
69
kBad
= 2 // we can't sample across this edge
89
if (kHard != fTypes[i] &&
kBad
!= fTypes[i]) {
99
if (
kBad
== fTypes[i]) {
150
(isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::
kBad
,
151
(isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::
kBad
,
175
return RectInfo::
kBad
;
/external/vboot_reference/tests/
vb2_rsa_utility_tests.c
39
struct vb2_public_key
kbad
= {.sig_alg = VB2_SIG_INVALID,
local
91
TEST_EQ(vb2_check_padding(sig, &
kbad
),
/external/stressapptest/src/
worker.cc
749
const int
kBad
= 1;
780
state =
kBad
;
786
} else if (state ==
kBad
) {
807
if ((state == kGoodAgain) || (state ==
kBad
)) {
[
all
...]
Completed in 542 milliseconds