OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_exp
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/include/utils/
Debug.h
29
#define COMPILE_TIME_ASSERT(
_exp
) \
30
template class CompileTimeAssert< (
_exp
) >;
32
#define COMPILE_TIME_ASSERT_FUNCTION_SCOPE(
_exp
) \
33
CompileTimeAssert<(
_exp
)>();
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations_unittest.py
88
self.
_exp
= None
113
self.
_exp
= TestExpectations(self._port,
121
self.assertEquals(self.
_exp
.get_expectations(self.get_test(test)),
137
self.assertEqual(self.
_exp
.get_expectations(
151
self.assertRaises(KeyError, self.
_exp
.get_expectations,
157
self.assertEqual(self.
_exp
.get_options(
162
json_str = self.
_exp
.get_expectations_json_for_all_platforms()
168
self.assertEquals(self.
_exp
.get_expectations_string(
175
self.assertRaises(ValueError, self.
_exp
.expectation_to_string,
181
s = self.
_exp
._expected_failures.get_test_set(WONTFIX
[
all
...]
/external/valgrind/main/none/tests/ppc32/
jm-insns.c
4230
uint16_t
_exp
, e0, e1;
local
4470
uint16_t
_exp
;
local
[
all
...]
/external/valgrind/main/none/tests/ppc64/
jm-insns.c
4230
uint16_t
_exp
, e0, e1;
local
4470
uint16_t
_exp
;
local
[
all
...]
/system/extras/tests/bionic/libc/common/
test_cpu_set.c
40
int
_exp
= (exp); \
41
if ((_cond) != (
_exp
)) {\
43
__FUNCTION__, __LINE__, #cond, _cond,
_exp
);\
/external/elfutils/libelf/
libelfP.h
514
__typeof__ (exp)
_exp
= (exp); \
515
if (*_var !=
_exp
) \
517
*_var =
_exp
; \
Completed in 793 milliseconds