HomeSort by relevance Sort by last modified time
    Searched full:_not (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/test/CodeGen/X86/
non-lazy-bind.ll 7 ; CHECK: callq _not
16 ; CHECK: jmp _not
  /external/stlport/stlport/stl/
type_manips.h 56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
273 typedef _Not<_Tr1>::_Ret _NotCon;
274 typedef _Not<_Tr2>::_Ret _NotVol;
boost_type_traits.h 142 typedef typename _Not<_Tr2>::_Ret _Tr3;
type_traits.h 432 typedef typename _Not<_Tr2>::_Ret _Tr3;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
273 typedef _Not<_Tr1>::_Ret _NotCon;
274 typedef _Not<_Tr2>::_Ret _NotVol;
boost_type_traits.h 142 typedef typename _Not<_Tr2>::_Ret _Tr3;
type_traits.h 432 typedef typename _Not<_Tr2>::_Ret _Tr3;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
273 typedef _Not<_Tr1>::_Ret _NotCon;
274 typedef _Not<_Tr2>::_Ret _NotVol;
boost_type_traits.h 142 typedef typename _Not<_Tr2>::_Ret _Tr3;
type_traits.h 432 typedef typename _Not<_Tr2>::_Ret _Tr3;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
273 typedef _Not<_Tr1>::_Ret _NotCon;
274 typedef _Not<_Tr2>::_Ret _NotVol;
boost_type_traits.h 142 typedef typename _Not<_Tr2>::_Ret _Tr3;
type_traits.h 432 typedef typename _Not<_Tr2>::_Ret _Tr3;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
273 typedef _Not<_Tr1>::_Ret _NotCon;
274 typedef _Not<_Tr2>::_Ret _NotVol;
boost_type_traits.h 142 typedef typename _Not<_Tr2>::_Ret _Tr3;
type_traits.h 432 typedef typename _Not<_Tr2>::_Ret _Tr3;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
273 typedef _Not<_Tr1>::_Ret _NotCon;
274 typedef _Not<_Tr2>::_Ret _NotVol;
boost_type_traits.h 142 typedef typename _Not<_Tr2>::_Ret _Tr3;
  /external/chromium/third_party/libjingle/source/talk/base/
thread.h 213 // _not already_ associated with the current OS thread.
  /external/stlport/test/unit/
type_traits_test.cpp 180 typedef _Not<__true_type>::_Ret _NotTrueRet;
182 typedef _Not<__false_type>::_Ret _NotFalseRet;
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 180 typedef _Not<__true_type>::_Ret _NotTrueRet;
182 typedef _Not<__false_type>::_Ret _NotFalseRet;
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 180 typedef _Not<__true_type>::_Ret _NotTrueRet;
182 typedef _Not<__false_type>::_Ret _NotFalseRet;
  /external/iproute2/doc/actions/
mirred-usage 39 This is design intent _not a bug_ to teach you some lessons.
  /external/kernel-headers/original/asm-mips/
dma.h 71 * Transfer count (_not # bytes_) is limited to 64K, represented as actual
  /external/kernel-headers/original/asm-x86/
dma_32.h 66 * Transfer count (_not # bytes_) is limited to 64K, represented as actual

Completed in 2811 milliseconds

1 2