HomeSort by relevance Sort by last modified time
    Searched refs:typecheck (Results 126 - 149 of 149) sorted by null

1 2 3 4 56

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
ptrtypes.swg 141 /* typecheck */
144 %typemap(typecheck,noblock=1,precedence=check,fragment=frag) Type * {
149 %typemap(typecheck,noblock=1,precedence=check,fragment=frag) Type, const Type& {
valtypes.swg 159 /* typecheck */
162 %typemap(typecheck,precedence=check,fragment=frag) Type, const Type& {
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 119 def typecheck(s, t): function
125 typecheck(s, str)
205 typecheck(name, str)
232 typecheck(s, str)
259 typecheck(s, str)
277 typecheck(s, str)
306 typecheck(s, str)
397 typecheck(pmsg, str)
403 typecheck(name, str)
407 typecheck(text, str
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 119 def typecheck(s, t): function
125 typecheck(s, str)
205 typecheck(name, str)
232 typecheck(s, str)
259 typecheck(s, str)
277 typecheck(s, str)
306 typecheck(s, str)
397 typecheck(pmsg, str)
403 typecheck(name, str)
407 typecheck(text, str
    [all...]
  /frameworks/rs/tests/typecheck/
kernels.rs 18 #pragma rs java_package_name(com.android.rs.typecheck)
  /prebuilts/misc/common/swig/include/2.0.11/guile/
std_vector.i 110 %typecheck(SWIG_TYPECHECK_VECTOR) vector<T> {
149 %typecheck(SWIG_TYPECHECK_VECTOR) const vector<T>&,
300 %typecheck(SWIG_TYPECHECK_VECTOR) vector<T> {
328 %typecheck(SWIG_TYPECHECK_VECTOR) const vector<T>&,
std_map.i 123 %typecheck(SWIG_TYPECHECK_MAP) map<K,T> {
167 %typecheck(SWIG_TYPECHECK_MAP) const map<K,T>&,
351 %typecheck(SWIG_TYPECHECK_MAP) map<K,T> {
393 %typecheck(SWIG_TYPECHECK_MAP) const map<K,T>&,
565 %typecheck(SWIG_TYPECHECK_MAP) map<K,T> {
606 %typecheck(SWIG_TYPECHECK_MAP) const map<K,T>&,
781 %typecheck(SWIG_TYPECHECK_MAP) map<K,T> {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
std_vector.i 112 %typecheck(SWIG_TYPECHECK_VECTOR) vector<T> {
151 %typecheck(SWIG_TYPECHECK_VECTOR) const vector<T>&,
310 %typecheck(SWIG_TYPECHECK_VECTOR) vector<T> {
338 %typecheck(SWIG_TYPECHECK_VECTOR) const vector<T>&,
std_map.i 123 %typecheck(SWIG_TYPECHECK_MAP) map<K,T> {
167 %typecheck(SWIG_TYPECHECK_MAP) const map<K,T>&,
351 %typecheck(SWIG_TYPECHECK_MAP) map<K,T> {
393 %typecheck(SWIG_TYPECHECK_MAP) const map<K,T>&,
565 %typecheck(SWIG_TYPECHECK_MAP) map<K,T> {
606 %typecheck(SWIG_TYPECHECK_MAP) const map<K,T>&,
781 %typecheck(SWIG_TYPECHECK_MAP) map<K,T> {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
argcargv.i 78 %typemap(typecheck, precedence=SWIG_TYPECHECK_STRING_ARRAY) (int ARGC, char **ARGV) {
boost_shared_ptr.i 292 // Typecheck typemaps
295 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER,noblock=1)
pycontainer.swg 697 %typecheck(%checkcode(ITERATOR),noblock=1,fragment="SwigPySequence_Cont")
788 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER) PySliceObject* {
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_vector.i 153 %typecheck(SWIG_TYPECHECK_VECTOR) vector< T > {
181 %typecheck(SWIG_TYPECHECK_VECTOR) const vector< T >&,
308 %typecheck(SWIG_TYPECHECK_VECTOR) vector< T > {
334 %typecheck(SWIG_TYPECHECK_VECTOR) const vector< T >&,
  /external/f2fs-tools/fsck/
f2fs.h 33 #define ver_after(a, b) (typecheck(unsigned long long, a) && \
34 typecheck(unsigned long long, b) && \
  /prebuilts/misc/common/swig/include/2.0.11/d/
dswigtype.swg 27 %typecheck(SWIG_TYPECHECK_POINTER)
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 514 %define %typecheck(_x...) %typemap(typecheck, precedence=_x) %enddef
  /external/f2fs-tools/include/
f2fs_fs.h 45 #define typecheck(type,x) \ macro
  /external/iptables/libiptc/
linux_list.h 23 #define typecheck(type,x) \ macro
  /prebuilts/misc/common/swig/include/2.0.11/octave/
boost_shared_ptr.i 279 // Typecheck typemaps
282 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER,noblock=1)
octcontainer.swg 481 %typecheck(%checkcode(ITERATOR),noblock=1,fragment="OctSequence_Cont")
  /prebuilts/misc/common/swig/include/2.0.11/r/
boost_shared_ptr.i 279 // Typecheck typemaps
282 %typemap(typecheck,precedence=SWIG_TYPECHECK_POINTER,noblock=1)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg 498 %typecheck(%checkcode(ITERATOR),noblock=1,fragment="RubySequence_Cont")
506 %typecheck(%checkcode(ITERATOR),noblock=1,fragment="RubySequence_Cont")
1022 // Partial specialization for GC_VALUE's. No need to typecheck each
  /external/chromium_org/v8/src/
hydrogen-instructions.h 2741 HValue* typecheck() const { return OperandAt(1); } function in class:V8_FINAL
    [all...]
hydrogen.cc 4691 HHasInstanceTypeAndBranch* typecheck = local
    [all...]

Completed in 497 milliseconds

1 2 3 4 56