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

  /external/clang/test/SemaCXX/
printf-cstr.cpp 29 HasCStr hcs(str);
33 printf("%d: %s\n", n, hcs.c_str());
34 printf("%d: %s\n", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' to variadic function; expected type from format string was 'char *'}} expected-note{{did you mean to call the c_str() method?}}
36 sprintf(str, "%d: %s", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' to variadic function; expected type from format string was 'char *'}} expected-note{{did you mean to call the c_str() method?}}
38 printf(formatString, hcs, hncs); // expected-warning{{cannot pass object of non-POD type 'HasCStr' through variadic function}} expected-warning{{cannot pass object of non-POD type 'HasNoCStr' through variadic function}}
39 printf(extstr, hcs, n); // expected-warning{{cannot pass object of non-POD type 'HasCStr' through variadic function}}
50 HasCStr hcs(str);
52 Printf q("%s %d", hcs, 10); // expected-warning {{cannot pass non-POD object of type 'HasCStr' to variadic constructor; expected type from format string was 'char *'}} expected-note{{did you mean to call the c_str() method?}}
  /bionic/libc/kernel/uapi/linux/
bcm933xx_hcs.h 34 __u16 hcs; member in struct:bcm_hcs
  /development/ndk/platforms/android-L/include/linux/
bcm933xx_hcs.h 34 __u16 hcs; member in struct:bcm_hcs
  /external/kernel-headers/original/uapi/linux/
bcm933xx_hcs.h 19 __u16 hcs; member in struct:bcm_hcs
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
bcm933xx_hcs.h 34 __u16 hcs; member in struct:bcm_hcs
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
bcm933xx_hcs.h 34 __u16 hcs; member in struct:bcm_hcs
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
bcm933xx_hcs.h 34 __u16 hcs; member in struct:bcm_hcs
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
bcm933xx_hcs.h 34 __u16 hcs; member in struct:bcm_hcs
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
bcm933xx_hcs.h 34 __u16 hcs; member in struct:bcm_hcs
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
bcm933xx_hcs.h 34 __u16 hcs; member in struct:bcm_hcs
  /external/lldb/test/pexpect-2.4/examples/
bd_serv.py 286 def parse_host_connect_string (hcs):
294 if '@' in hcs:
298 m = p.search (hcs)
hive.py 396 def parse_host_connect_string (hcs):
404 if '@' in hcs:
408 m = p.search (hcs)
cgishell.cgi 335 def parse_host_connect_string (hcs):
342 if '@' in hcs:
346 m = p.search (hcs)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 698 milliseconds