Searched refs:_true (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp45 BoolTemplate<true> _true; local
47 _true.Foo(1);
/external/quake/quake/src/WinQuake/
H A Dnet_wipx.cpp163 u_long _true = 1; local
174 if (pioctlsocket (newsocket, FIONBIO, &_true) == -1)
177 if (psetsockopt(newsocket, SOL_SOCKET, SO_BROADCAST, (char *)&_true, sizeof(_true)) < 0)
H A Dnet_mp.cpp153 u_long _true = 1; local
158 if (ioctlsocket (newsocket, FIONBIO, &_true) == -1)
H A Dnet_udp.cpp234 qboolean _true = true; local
239 if (ioctl (newsocket, FIONBIO, (char *)&_true) == -1)
H A Dnet_wins.cpp285 u_long _true = 1; local
290 if (pioctlsocket (newsocket, FIONBIO, &_true) == -1)
/external/quake/quake/src/QW/client/
H A Dnet_udp.c239 qboolean _true = true; local
244 if (ioctl (newsocket, FIONBIO, (char *)&_true) == -1)
H A Dnet_wins.c235 unsigned long _true = true; local
241 if (ioctlsocket (newsocket, FIONBIO, &_true) == -1)
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js3077 var _true = Prototype.emptyFunction;
3079 node._countedByPrototype = _true;
H A Dconcat-jquery-mootools-prototype.js11456 var _true = Prototype.emptyFunction;
11458 node._countedByPrototype = _true;

Completed in 145 milliseconds