OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_address
(Results
1 - 6
of
6
) sorted by null
/system/bt/device/test/
interop_test.cc
24
bt_bdaddr_t
test_address
;
local
25
string_to_bdaddr("38:2c:4a:e6:67:89", &
test_address
);
27
interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &
test_address
));
28
string_to_bdaddr("9c:df:03:12:34:56", &
test_address
);
29
EXPECT_TRUE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &
test_address
));
33
bt_bdaddr_t
test_address
;
local
34
string_to_bdaddr("00:00:00:00:00:00", &
test_address
);
36
interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &
test_address
));
37
string_to_bdaddr("ff:ff:ff:ff:ff:ff", &
test_address
);
38
EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &
test_address
));
47
bt_bdaddr_t
test_address
;
local
[
all
...]
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
address.pass.cpp
20
void
test_address
()
function
37
test_address
<int>();
38
test_address
<A>();
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
address.pass.cpp
20
void
test_address
()
function
37
test_address
<int>();
38
test_address
<A>();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/allocator.members/
address.pass.cpp
20
void
test_address
()
function
37
test_address
<int>();
38
test_address
<A>();
/libcore/luni/src/test/java/libcore/java/net/
OldProxyTest.java
27
public void
test_address
() {
method in class:OldProxyTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ProxyTest.java
103
public void
test_address
() {
method in class:ProxyTest
Completed in 731 milliseconds