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

  /external/u-boot/include/
time.h 6 #include <linux/typecheck.h>
30 (typecheck(unsigned long, a) && \
31 typecheck(unsigned long, b) && \
36 (typecheck(unsigned long, a) && \
37 typecheck(unsigned long, b) && \
  /external/u-boot/include/linux/
typecheck.h 8 #define typecheck(type,x) \ macro
  /external/iptables/libiptc/
linux_stddef.h 31 #define typecheck(type,x) \ macro
linux_list.h 23 #define typecheck(type,x) \ macro
  /external/curl/packages/OS400/
make-include.sh 52 stdcheaders|typecheck-gcc)
  /external/tensorflow/tensorflow/python/lib/core/
strings.i 57 %typemap(typecheck) tensorflow::StringPiece = char *;
58 %typemap(typecheck) const tensorflow::StringPiece & = char *;
  /external/tensorflow/tensorflow/python/util/
tfprof.i 26 %typemap(typecheck) const string & = char *;
  /external/curl/packages/vms/
stage_curl_install.com 19 $! [usr.include.curl]typecheck-gcc.h
145 $ copy [--.include.curl]typecheck-gcc.h -
146 'new_gnu'[usr.include.curl]typecheck-gcc.h
  /external/f2fs-tools/fsck/
f2fs.h 31 #define ver_after(a, b) (typecheck(unsigned long long, a) && \
32 typecheck(unsigned long long, b) && \
  /external/bcc/src/lua/bcc/vendor/
argparse.lua 111 local function typecheck(name, types, value) function
123 return {name, function(_, value) typecheck(name, types, value) end}
127 typecheck("name", {"string"}, value)
168 typecheck(name, {"number", "string"}, value)
183 typecheck("action", {"function", "string"}, value)
203 typecheck("add_help", {"boolean", "string", "table"}, value)
  /external/libnetfilter_conntrack/include/internal/
linux_list.h 26 #define typecheck(type,x) \ macro
  /external/libnfnetlink/include/
linux_list.h 25 #define typecheck(type,x) \ macro
  /external/syzkaller/pkg/compiler/
compiler.go 75 comp.typecheck()
check.go 16 func (comp *compiler) typecheck() { func
  /external/f2fs-tools/include/
f2fs_fs.h 167 #define typecheck(type,x) \ macro
    [all...]
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 1072 milliseconds