OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_type
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/SemaTemplate/
dependent-base-member-init.cpp
52
A(U& init) : U::
other_type
(init) { }
/external/dbus/dbus/
sd-daemon.c
173
int
other_type
= 0;
local
174
socklen_t l = sizeof(
other_type
);
176
if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &
other_type
, &l) < 0)
179
if (l != sizeof(
other_type
))
182
if (
other_type
!= type)
/frameworks/native/services/sensorservice/
Fusion.cpp
114
template <typename TYPE, typename
OTHER_TYPE
>
115
static mat<TYPE, 3, 3> crossMatrix(const vec<TYPE, 3>& p,
OTHER_TYPE
diag) {
Completed in 80 milliseconds