Searched
full:char (Results
951 -
975 of
65527) sorted by null
<<31323334353637383940>>
/external/clang/test/CodeGenCXX/ |
2004-11-27-ExceptionCleanupAssertion.cpp | 6 Strongbad(const char *str ); 8 operator const char *() const;
|
/external/clang/test/CodeGenObjC/ |
bitfield-ivar-metadata.m | 7 unsigned char BDIVAR3:1; 8 unsigned char BDIVAR4:1;
|
/external/clang/test/Index/ |
boxed-exprs.h | 5 + (id)stringWithUTF8String:(const char *)nullTerminatedCString; 8 static inline void infoo(const char *cs) {
|
/external/clang/test/PCH/ |
va_arg.c | 9 char *g0(char** argv, int argc) { return argv[argc]; } 11 char *g(char **argv) { 15 char *i0(char **argv, int argc) { return argv[argc]; } 17 char *i(char **argv) {
|
va_arg.cpp | 12 int vsnprintf(char * , size_t, const char * , va_list) ; 13 int __attribute__((ms_abi)) wvsprintfA(char *, const char *, __ms_va_list); 16 void f(char *buffer, unsigned count, const char* format, va_list argptr) { 20 void g(char *buffer, const char *format, __ms_va_list argptr) {
|
/external/clang/test/Sema/ |
implicit-cast.c | 3 static char *test1(int cf) { 6 static char *test2(int cf) {
|
memset-invalid.c | 3 char memset(); // expected-warning {{incompatible redeclaration of library function 'memset'}} expected-note{{'memset' is a builtin with type}} 4 char test() {
|
warn-sizeof-array-decay.c | 4 char foo[10]; 6 char qux[30]; 9 (void)sizeof(foo - 20); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}} 11 (void)sizeof(foo + x); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}} 17 (void)sizeof(x, foo); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}}
|
/external/clang/test/SemaOpenCL/ |
str_literals.cl | 4 constant char * __constant x = "hello world"; 6 void foo(__constant char * a) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-javamail.jar | |
/external/fio/ |
ghelpers.h | 4 GtkWidget *new_combo_entry_in_frame(GtkWidget *box, const char *label); 5 GtkWidget *new_info_entry_in_frame(GtkWidget *box, const char *label); 6 GtkWidget *new_info_label_in_frame(GtkWidget *box, const char *label); 7 GtkWidget *new_info_entry_in_frame_rgb(GtkWidget *box, const char *label, 17 char **text; 22 void multitext_add_entry(struct multitext_widget *mt, const char *text); 25 const char *text); 33 GtkTreeViewColumn *tree_view_column(GtkWidget *tree_view, int index, const char *title, unsigned int flags);
|
smalloc.h | 7 extern char *smalloc_strdup(const char *);
|
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_modrm.h | 7 size_t ia32_modrm_decode( unsigned char *buf, unsigned int buf_len, 11 void ia32_reg_decode( unsigned char byte, x86_op_t *op, size_t gen_regs );
|
ia32_operand.h | 7 size_t ia32_decode_operand( unsigned char *buf, size_t buf_len, 10 unsigned char modrm );
|
/external/icu/icu4c/source/samples/layout/ |
gsupport.h | 12 void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
|
/external/icu/icu4c/source/test/intltest/ |
ssearch.h | 30 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* params = NULL ); 35 virtual void monkeyTest(char *params); 41 virtual const char *getPath(char buffer[2048], const char *filename); 43 const char *name, const char *strength, uint32_t seed);
|
ucdtest.h | 12 char *fields[][2], int32_t fieldCount, 17 char *fields[][2], int32_t fieldCount, 34 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 46 char *fields[][2], int32_t fieldCount, 51 char *fields[][2], int32_t fieldCount, 58 const char *a_name, const char *b_name,
|
/external/icu/icu4c/source/tools/gentest/ |
gentest.h | 12 U_CFUNC int genres32(const char *prog, const char *path);
|
/external/libchrome/sandbox/mac/ |
xpc_stubs.sig | 13 xpc_object_t xpc_dictionary_create(const char* const *keys, const xpc_object_t* values, size_t count); 14 const char* xpc_dictionary_get_string(xpc_object_t dictionary, const char* key); 15 uint64_t xpc_dictionary_get_uint64(xpc_object_t dictionary, const char* key); 16 void xpc_dictionary_set_uint64(xpc_object_t dictionary, const char* key, uint64_t value); 17 int64_t xpc_dictionary_get_int64(xpc_object_t dictionary, const char* key); 18 void xpc_dictionary_set_int64(xpc_object_t dictionary, const char* key, int64_t value); 19 bool xpc_dictionary_get_bool(xpc_object_t dictionary, const char* key);
|
/external/libevent/ |
strlcpy-internal.h | 12 size_t _event_strlcpy(char *dst, const char *src, size_t siz);
|
/external/libexif/contrib/watcom/ |
_stdint.h | 4 typedef unsigned char uint8_t; 8 typedef signed char int8_t;
|
/external/libpcap/ |
pcap-sita.h | 7 extern int acn_parse_hosts_file(char *errbuf); 8 extern int acn_findalldevs(char *errbuf);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_decompose.h | 2 char *verts = (char *) vertices; \
|
/external/mmc-utils/3rdparty/hmac_sha/ |
hmac_sha2.h | 55 unsigned char block_ipad[SHA224_BLOCK_SIZE]; 56 unsigned char block_opad[SHA224_BLOCK_SIZE]; 67 unsigned char block_ipad[SHA256_BLOCK_SIZE]; 68 unsigned char block_opad[SHA256_BLOCK_SIZE]; 79 unsigned char block_ipad[SHA384_BLOCK_SIZE]; 80 unsigned char block_opad[SHA384_BLOCK_SIZE]; 91 unsigned char block_ipad[SHA512_BLOCK_SIZE]; 92 unsigned char block_opad[SHA512_BLOCK_SIZE]; 95 void hmac_sha224_init(hmac_sha224_ctx *ctx, const unsigned char *key, 98 void hmac_sha224_update(hmac_sha224_ctx *ctx, const unsigned char *message [all...] |
/external/selinux/libselinux/src/ |
freeconary.c | 6 void freeconary(char ** con) 8 char **ptr;
|
Completed in 1173 milliseconds
<<31323334353637383940>>