OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IOS
(Results
1 - 4
of
4
) sorted by null
/external/stlport/test/eh/
intel45.mak
43
IOS
= SGI
44
#
IOS
= NOSGI
45
#
IOS
= NONE
47
!IF "$(
IOS
)" == "NOSGI"
49
!ELSEIF "$(
IOS
)" == "NONE"
intel50.mak
44
IOS
= SGI
45
#
IOS
= NOSGI
46
#
IOS
= NONE
48
!IF "$(
IOS
)" == "NOSGI"
50
!ELSEIF "$(
IOS
)" == "NONE"
/external/iproute2/doc/
ip-tunnels.tex
344
\section{Linux and Cisco
IOS
tunnels.}
346
Among another tunnels Cisco
IOS
supports IPIP and GRE.
/external/llvm/include/llvm/ADT/
Triple.h
87
IOS
,
268
/// isOSDarwin - Is this a "Darwin" OS (OS X or
iOS
).
270
return isMacOSX() || getOS() == Triple::
IOS
;
Completed in 2032 milliseconds