/external/fio/os/ |
D | os.h | 230 typecheck(uint16_t, val); \ 234 typecheck(uint32_t, val); \ 238 typecheck(uint64_t, val); \ 244 typecheck(uint16_t, val); \ 248 typecheck(uint32_t, val); \ 252 typecheck(uint64_t, val); \
|
/external/regex-re2/lib/codereview/ |
D | 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/iptables/libiptc/ |
D | linux_stddef.h | 31 #define typecheck(type,x) \ macro
|
D | linux_list.h | 23 #define typecheck(type,x) \ macro
|
/external/curl/packages/vms/ |
D | stage_curl_install.com | 21 $! [usr.include.curl]typecheck-gcc.h 149 $ copy [--.include.curl]typecheck-gcc.h - 150 'new_gnu'[usr.include.curl]typecheck-gcc.h
|
D | pcsi_gnv_curl_file_list.txt | 68 [gnv.usr.include.curl]typecheck-gcc.h
|
/external/curl/include/curl/ |
D | Makefile.am | 24 typecheck-gcc.h curlbuild.h curlrules.h
|
/external/fio/compiler/ |
D | compiler.h | 30 #define typecheck(type,x) \ macro
|
/external/curl/packages/OS400/ |
D | make-include.sh | 61 stdcheaders|typecheck-gcc)
|
/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 | 30 #define ver_after(a, b) (typecheck(unsigned long long, a) && \ 31 typecheck(unsigned long long, b) && \
|
/external/libnetfilter_conntrack/include/internal/ |
D | linux_list.h | 26 #define typecheck(type,x) \ macro
|
/external/libnfnetlink/include/ |
D | linux_list.h | 25 #define typecheck(type,x) \ macro
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 2442 HValue* typecheck = NULL) { 2444 Unique<Map>::CreateImmovable(map), zone), typecheck); 2448 HValue* typecheck = NULL) { 2453 return new(zone) HCheckMaps(value, maps, typecheck); 2481 HValue* typecheck() const { return OperandAt(1); } in typecheck() function 2539 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, HValue* typecheck) in HCheckMaps() argument 2548 SetOperandAt(1, typecheck ? typecheck : value); in HCheckMaps()
|
D | hydrogen.cc | 4483 HHasInstanceTypeAndBranch* typecheck = in VisitReturnStatement() local 4489 typecheck->SetSuccessorAt(0, if_spec_object); in VisitReturnStatement() 4490 typecheck->SetSuccessorAt(1, not_spec_object); in VisitReturnStatement() 4491 FinishCurrentBlock(typecheck); in VisitReturnStatement()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 110 #define typecheck(type,x) \ macro
|
/external/fio/ |
D | verify.c | 1525 typecheck(typeof(off), io->offset); in paste_blockoff()
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 430 the Python object passed to the function call, it should do a typecheck or
|