/external/u-boot/include/ |
D | time.h | 30 (typecheck(unsigned long, a) && \ 31 typecheck(unsigned long, b) && \ 36 (typecheck(unsigned long, a) && \ 37 typecheck(unsigned long, b) && \
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | strings.i | 57 %typemap(typecheck) tensorflow::StringPiece = char *; 58 %typemap(typecheck) const tensorflow::StringPiece & = char *;
|
/external/curl/packages/vms/ |
D | 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
|
D | pcsi_gnv_curl_file_list.txt | 67 [gnv.usr.include.curl]typecheck-gcc.h
|
/external/u-boot/include/linux/ |
D | typecheck.h | 8 #define typecheck(type,x) \ macro
|
/external/iptables/libiptc/ |
D | linux_stddef.h | 31 #define typecheck(type,x) \ macro
|
D | linux_list.h | 23 #define typecheck(type,x) \ macro
|
/external/curl/include/curl/ |
D | Makefile.am | 24 typecheck-gcc.h system.h urlapi.h
|
/external/bcc/src/lua/bcc/vendor/ |
D | 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/curl/packages/OS400/ |
D | make-include.sh | 52 stdcheaders|typecheck-gcc)
|
/external/tensorflow/tensorflow/python/util/ |
D | tfprof.i | 26 %typemap(typecheck) const string & = char *;
|
/external/clang/test/SemaObjC/ |
D | protocol-typecheck.m | 22 …// protocol-typecheck.m:21: warning: class 'NSObject <PWhatever, XCElementP>' does not implement t…
|
/external/f2fs-tools/fsck/ |
D | f2fs.h | 31 #define ver_after(a, b) (typecheck(unsigned long long, a) && \ 32 typecheck(unsigned long long, b) && \
|
/external/syzkaller/pkg/compiler/ |
D | compiler.go | 75 comp.typecheck()
|
D | check.go | 16 func (comp *compiler) typecheck() { func
|
/external/libnfnetlink/include/ |
D | linux_list.h | 25 #define typecheck(type,x) \ macro
|
/external/libnetfilter_conntrack/include/internal/ |
D | linux_list.h | 26 #define typecheck(type,x) \ macro
|
/external/curl/ |
D | RELEASE-NOTES | 110 o tool_operate: fix typecheck warning [9]
|
D | CHANGES | 1634 - tool_operate: fix typecheck warning 1638 ../include/curl/typecheck-gcc.h:47:9: error: call to 5451 The gcc typecheck macros and coverity combined made it warn on the 2nd
|
/external/python/cpython3/Doc/library/ |
D | typing.rst | 93 # does not typecheck; an int is not a UserId 120 # Fails at runtime and does not typecheck
|
D | ctypes.rst | 441 the Python object passed to the function call, it should do a typecheck or
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 167 #define typecheck(type,x) \ macro
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 430 the Python object passed to the function call, it should do a typecheck or
|