OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_abort
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/PCH/
functions.c
24
void __attribute__((noreturn))
test_abort
(int code) {
function
/art/runtime/
runtime_test.cc
28
void*
test_abort
= reinterpret_cast<void*>(0xb);
local
55
options.push_back(std::make_pair("abort",
test_abort
));
71
EXPECT_TRUE(
test_abort
== parsed->hook_abort_);
/external/skia/tests/
DocumentTest.cpp
19
static void
test_abort
(skiatest::Reporter* reporter) {
function
102
test_abort
(reporter);
/external/e2fsprogs/lib/ext2fs/
test_io.c
144
static void
test_abort
(io_channel channel, unsigned long block)
function
328
test_abort
(channel, block);
355
test_abort
(channel, block);
382
test_abort
(channel, block);
409
test_abort
(channel, block);
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
KeyStoreLoginModuleTest.java
49
public void
test_abort
() throws LoginException {
method in class:KeyStoreLoginModuleTest
JndiLoginModuleTest.java
64
public void
test_abort
() throws LoginException {
method in class:JndiLoginModuleTest
LdapLoginModuleTest.java
59
public void
test_abort
() throws LoginException{
method in class:LdapLoginModuleTest
Completed in 191 milliseconds