Home
last modified time | relevance | path

Searched refs:TEST_INT (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/stack/
Dstack_test.cc30 using TEST_INT = int; typedef
32 static void TEST_INT_free(TEST_INT *x) { OPENSSL_free(x); } in TEST_INT_free()
35 BORINGSSL_MAKE_DELETER(TEST_INT, TEST_INT_free) in BORINGSSL_MAKE_DELETER() argument
38 static bssl::UniquePtr<TEST_INT> TEST_INT_new(int x) { in BORINGSSL_MAKE_DELETER()
39 bssl::UniquePtr<TEST_INT> ret( in BORINGSSL_MAKE_DELETER()
40 static_cast<TEST_INT *>(OPENSSL_malloc(sizeof(TEST_INT)))); in BORINGSSL_MAKE_DELETER()
48 DEFINE_STACK_OF(TEST_INT)
51 void operator()(STACK_OF(TEST_INT) *sk) const { sk_TEST_INT_free(sk); } in operator ()()
54 using ShallowStack = std::unique_ptr<STACK_OF(TEST_INT), ShallowStackDeleter>;
60 static void ExpectStackEquals(const STACK_OF(TEST_INT) *sk, in ExpectStackEquals()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEventLogTest.java20 private static final int TEST_INT = 123; field in ShadowEventLogTest
49 new ShadowEventLog.EventBuilder(TEST_TAG, TEST_INT) in testAddEvent_testIntLog()
61 assertThat((int) events.get(0).getData()).isEqualTo(TEST_INT); in testAddEvent_testIntLog()
144 int bytes = EventLog.writeEvent(TEST_TAG, TEST_INT); in testWriteEvent_int()
152 assertThat((int) events.get(0).getData()).isEqualTo(TEST_INT); in testWriteEvent_int()
/external/vixl/test/
Dtest-api.cc171 #define TEST_INT(test_vector) \ in TEST() macro
181 TEST_LIST(TEST_INT) in TEST()
184 #undef TEST_INT in TEST()