Searched refs:hcs (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/SemaCXX/ |
D | printf-cstr.cpp | 29 HasCStr hcs(str); in pod_test() local 33 printf("%d: %s\n", n, hcs.c_str()); in pod_test() 34 …printf("%d: %s\n", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' to v… in pod_test() 36 …sprintf(str, "%d: %s", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' … in pod_test() 38 …printf(formatString, hcs, hncs); // expected-warning{{cannot pass object of non-POD type 'HasCStr'… in pod_test() 39 …printf(extstr, hcs, n); // expected-warning{{cannot pass object of non-POD type 'HasCStr' through … in pod_test() 50 HasCStr hcs(str); in constructor_test() local 52 …Printf q("%s %d", hcs, 10); // expected-warning {{cannot pass non-POD object of type 'HasCStr' to … in constructor_test()
|
/external/lldb/test/pexpect-2.4/examples/ |
D | bd_serv.py | 286 def parse_host_connect_string (hcs): argument 294 if '@' in hcs: 298 m = p.search (hcs)
|
D | hive.py | 396 def parse_host_connect_string (hcs): argument 404 if '@' in hcs: 408 m = p.search (hcs)
|
D | cgishell.cgi | 335 def parse_host_connect_string (hcs): argument 342 if '@' in hcs: 346 m = p.search (hcs)
|
/external/kernel-headers/original/uapi/linux/ |
D | bcm933xx_hcs.h | 19 __u16 hcs; member
|