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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 54 private final static boolean _check = false; field in class:MatrixTrackingGL
264 if ( _check) check();
271 if ( _check) check();
363 if ( _check) check();
369 if ( _check) check();
377 if ( _check) check();
383 if ( _check) check();
391 if ( _check) check();
438 if ( _check) check();
444 if ( _check) check()
    [all...]
  /bootable/recovery/minelf/
Retouch.h 36 // Mask retouching in-memory. Used before apply_patch[_check].
  /external/clang/test/Sema/
arm-layout.c 5 #define check(name, cond) int _##name##_check[(cond) ? 1 : -1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 23 def _check(self, name, size=None, *extra): member in class:InputValidationTests
45 self._check(name, size, *extra)
48 self._check(name, None, *extra)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 23 def _check(self, name, size=None, *extra): member in class:InputValidationTests
45 self._check(name, size, *extra)
48 self._check(name, None, *extra)
  /external/stlport/stlport/stl/debug/
_debug.h 217 * method _Check. It is used by the slist debug implementation to check
226 static bool _Check(const _Iterator&) {return true;}
_iterator.h 300 _STLP_DEBUG_CHECK(_Traits::_Check(*this))
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 217 * method _Check. It is used by the slist debug implementation to check
226 static bool _Check(const _Iterator&) {return true;}
_iterator.h 300 _STLP_DEBUG_CHECK(_Traits::_Check(*this))
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 217 * method _Check. It is used by the slist debug implementation to check
226 static bool _Check(const _Iterator&) {return true;}
_iterator.h 300 _STLP_DEBUG_CHECK(_Traits::_Check(*this))
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 217 * method _Check. It is used by the slist debug implementation to check
226 static bool _Check(const _Iterator&) {return true;}
_iterator.h 300 _STLP_DEBUG_CHECK(_Traits::_Check(*this))
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 217 * method _Check. It is used by the slist debug implementation to check
226 static bool _Check(const _Iterator&) {return true;}
_iterator.h 300 _STLP_DEBUG_CHECK(_Traits::_Check(*this))
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 217 * method _Check. It is used by the slist debug implementation to check
226 static bool _Check(const _Iterator&) {return true;}
_iterator.h 300 _STLP_DEBUG_CHECK(_Traits::_Check(*this))
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_debug.h 217 * method _Check. It is used by the slist debug implementation to check
226 static bool _Check(const _Iterator&) {return true;}
_iterator.h 300 _STLP_DEBUG_CHECK(_Traits::_Check(*this))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 511 def _check(self, file): member in class:SpooledTemporaryFile
605 self._check(file)
611 self._check(file)
tarfile.py 2385 def _check(self, mode=None): member in class:TarFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 511 def _check(self, file): member in class:SpooledTemporaryFile
605 self._check(file)
611 self._check(file)
tarfile.py 2385 def _check(self, mode=None): member in class:TarFile
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h 302 # define ASSERT(X) _CHECK(X)
  /external/mesa3d/src/mesa/main/
compiler.h 302 # define ASSERT(X) _CHECK(X)

Completed in 5309 milliseconds

1 2