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

1 2

  /external/llvm/test/CodeGen/X86/
non-lazy-bind.ll 7 ; CHECK: callq _not
16 ; CHECK: jmp _not
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
dummydevicemanager_unittest.cc 70 EXPECT_FALSE(dm.GetAudioInputDevice("_NOT A REAL DEVICE_", &device));
71 EXPECT_FALSE(dm.GetAudioOutputDevice("_NOT A REAL DEVICE_", &device));
79 EXPECT_FALSE(dm.GetVideoCaptureDevice("_NOT A REAL DEVICE_", &device));
85 const std::string imaginary("_NOT A REAL DEVICE_");
devicemanager_unittest.cc 164 EXPECT_FALSE(dm->GetAudioInputDevice("_NOT A REAL DEVICE_", &device));
165 EXPECT_FALSE(dm->GetAudioOutputDevice("_NOT A REAL DEVICE_", &device));
173 EXPECT_FALSE(dm->GetVideoCaptureDevice("_NOT A REAL DEVICE_", &device));
199 const std::string imaginary("_NOT A REAL DEVICE_");
  /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;
  /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;
  /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;
  /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;
  /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;
  /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;
  /prebuilts/ndk/9/sources/cxx-stl/EH/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/chromium_org/third_party/libjingle/source/talk/base/
thread.h 279 // _not already_ associated with the current OS thread.
  /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 1369 milliseconds

1 2