OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIXL_CHECK
(Results
1 - 8
of
8
) sorted by null
/external/vixl/test/
test-invalset.cc
99
VIXL_CHECK
(set.empty() && (set.size() == 0));
104
VIXL_CHECK
(set.size() == kNPreallocatedElements);
108
VIXL_CHECK
(set.size() == kNPreallocatedElements + 2);
109
VIXL_CHECK
(set.min_element() == Obj(-123, 456));
112
VIXL_CHECK
(set.min_element_key() == 0);
115
VIXL_CHECK
(set.empty() && (set.size() == 0));
120
VIXL_CHECK
(TestSet::IsValid(Obj(0, 0)));
121
VIXL_CHECK
(TestSet::IsValid(Obj(-1, 0)));
122
VIXL_CHECK
(TestSet::IsValid(Obj(kInvalidKey - 1, 0)));
123
VIXL_CHECK
(!TestSet::IsValid(Obj(kInvalidKey, 0)))
[
all
...]
test-simulator-a64.cc
275
VIXL_CHECK
(expected_length == results_length);
298
VIXL_CHECK
(error_count == 0);
389
VIXL_CHECK
(expected_length == results_length);
418
VIXL_CHECK
(error_count == 0);
519
VIXL_CHECK
(expected_length == results_length);
553
VIXL_CHECK
(error_count == 0);
647
VIXL_CHECK
(expected_length == results_length);
682
VIXL_CHECK
(error_count == 0);
766
VIXL_CHECK
(expected_length == results_length);
798
VIXL_CHECK
(error_count == 0)
[
all
...]
test-assembler-a64.cc
[
all
...]
/external/vixl/src/vixl/
code-buffer.cc
34
VIXL_CHECK
(capacity_ != 0);
36
VIXL_CHECK
(buffer_ != NULL);
103
VIXL_CHECK
(buffer_ != NULL);
globals.h
67
#define
VIXL_CHECK
(condition) VIXL_ASSERT(condition)
74
#define
VIXL_CHECK
(condition) assert(condition)
/external/vixl/examples/
literal.cc
90
VIXL_CHECK
(LiteralExample(1, 2) == 3);
/external/vixl/src/vixl/a64/
macro-assembler-a64.cc
[
all
...]
simulator-a64.cc
[
all
...]
Completed in 262 milliseconds