HomeSort by relevance Sort by last modified time
    Searched full:_cast (Results 1 - 17 of 17) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 500 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
502 return _cast(obj, obj, typ)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 500 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
502 return _cast(obj, obj, typ)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 500 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
502 return _cast(obj, obj, typ)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 500 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
502 return _cast(obj, obj, typ)
  /external/opencv3/modules/core/doc/
intro.markdown 187 everywhere in the library. In C++ code, it is done using the saturate\_cast\<\> functions that
209 Ptr\<\> implementation), or just very inconvenient (saturate\_cast\<\>()) the current implementation
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
discovery.py 294 def _cast(value, schema_type): function
670 cast_value = [_cast(x, to_type) for x in value]
672 cast_value = _cast(value, to_type)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 536 // shared_*_cast names are deprecated. Use *_pointer_cast instead.
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /external/clang/lib/Sema/
SemaCast.cpp 211 /// ActOnCXXNamedCast - Parse {dynamic,static,reinterpret,const}_cast's.
    [all...]
SemaTemplate.cpp 322 // Simple filter callback that, for keywords, only accepts the C++ *_cast
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/opencv3/modules/core/include/opencv2/
core.hpp 493 \f[\texttt{dst} (I)= \texttt{saturate\_cast<uchar>} (| \texttt{src} (I)* \texttt{alpha} + \texttt{beta} |)\f]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
ChangeLog 496 * cp-demangle.c (cplus_demangle_operators): Add *_cast.
    [all...]

Completed in 899 milliseconds