HomeSort by relevance Sort by last modified time
    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 104 IOS,
232 /// This may also be called with IOS triples but the OS X version number is
238 /// only be called with IOS triples.
332 /// Is this an iOS triple.
334 return getOS() == Triple::IOS;
337 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).

Completed in 352 milliseconds