HomeSort by relevance Sort by last modified time
    Searched full:char (Results 426 - 450 of 65527) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
2009-10-27-crash.cpp 18 unsigned char h : 1;
19 unsigned char i : 1;
20 unsigned char j : 1;
21 unsigned char : 5;
25 unsigned char k : 3;
26 unsigned char : 5;
29 unsigned char : 8;
34 unsigned char s;
  /external/google-breakpad/src/third_party/libdisasm/
ia32_invariant.h 6 size_t ia32_disasm_invariant( unsigned char *buf, size_t buf_len,
9 size_t ia32_disasm_size( unsigned char *buf, size_t buf_len );
  /external/selinux/policycoreutils/mcstrans/src/
mls_level.h 7 mls_level_t *mls_level_from_string(char *mls_context);
8 char *mls_level_to_string(mls_level_t *r);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetString.cpp 3 const char* chars = (const char*) glGetString((GLenum) name);
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
glGetString.cpp 3 const char* chars = (const char*) glGetString((GLenum) name);
  /hardware/intel/common/libmix/mix_audio/src/
pvt.h 5 typedef unsigned char u8;
6 typedef signed char s8;
  /ndk/sources/android/support/src/musl-locale/
strcasecmp_l.c 4 int strcasecmp_l(const char *l, const char *r, locale_t loc)
strcoll_l.c 4 int strcoll_l(const char *l, const char *r, locale_t loc)
strncasecmp_l.c 4 int strncasecmp_l(const char *l, const char *r, size_t n, locale_t loc)
strxfrm_l.c 3 size_t strxfrm_l(char *restrict dest, const char *restrict src, size_t n, locale_t l)
  /ndk/sources/android/support/src/musl-stdio/
vsprintf.c 4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap)
  /ndk/sources/cxx-stl/stlport/src/
string.cpp 10 wstring __ASCIIToWide(const char *ascii) {
21 char* buff = new char[size+1];
33 template class _STLP_CLASS_DECLSPEC allocator<char>;
37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >;
38 template class _STLP_CLASS_DECLSPEC _String_base<char, allocator<char> >;
43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hayesesp.h 10 unsigned char rx_timeout;
11 char dma_channel;
  /prebuilts/gdb/darwin-x86/include/python2.7/
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
13 char *name, PyObject *co, char *pathname);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
28 PyAPI_FUNC(int) PyImport_ImportFrozenModule(char *);
39 const char *, PyObject *, char *, size_t, FILE **, PyObject **)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
13 char *name, PyObject *co, char *pathname);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
28 PyAPI_FUNC(int) PyImport_ImportFrozenModule(char *);
39 const char *, PyObject *, char *, size_t, FILE **, PyObject **)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
13 char *name, PyObject *co, char *pathname);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
28 PyAPI_FUNC(int) PyImport_ImportFrozenModule(char *);
39 const char *, PyObject *, char *, size_t, FILE **, PyObject **)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
13 char *name, PyObject *co, char *pathname);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
28 PyAPI_FUNC(int) PyImport_ImportFrozenModule(char *);
39 const char *, PyObject *, char *, size_t, FILE **, PyObject **)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
pr16467c.c 2 const char* sd_get_seats(void);
5 main (int argc, char **argv)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 59 _CRTIMP intptr_t __cdecl _execl(const char *_Filename,const char *_ArgList,...);
60 _CRTIMP intptr_t __cdecl _execle(const char *_Filename,const char *_ArgList,...);
61 _CRTIMP intptr_t __cdecl _execlp(const char *_Filename,const char *_ArgList,...);
62 _CRTIMP intptr_t __cdecl _execlpe(const char *_Filename,const char *_ArgList,...);
63 _CRTIMP intptr_t __cdecl _execv(const char *_Filename,const char *const *_ArgList)
    [all...]
  /external/e2fsprogs/lib/et/
com_err.h 25 char const * const * msgs;
31 extern void com_err (const char *, long, const char *, ...)
34 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt,
38 extern char const *error_message (long);
39 extern void (*com_err_hook) (const char *, long, const char *, va_list);
40 extern void (*set_com_err_hook (void (*) (const char *, long,
41 const char *, va_list))
    [all...]
  /system/bt/btif/include/
btif_config.h 26 static const char BTIF_CONFIG_MODULE[] = "btif_config_module";
30 bool btif_config_has_section(const char *section);
31 bool btif_config_exist(const char *section, const char *key);
32 bool btif_config_get_int(const char *section, const char *key, int *value);
33 bool btif_config_set_int(const char *section, const char *key, int value);
34 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes)
    [all...]
  /external/libedit/src/
vis.h 69 #define UNVIS_VALIDPUSH 2 /* character valid, push back passed char */
80 char *vis(char *, int, int, int);
81 char *nvis(char *, size_t, int, int, int);
83 char *svis(char *, int, int, int, const char *);
84 char *snvis(char *, size_t, int, int, int, const char *)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 31 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
32 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *output, int stride);
35 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
36 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
39 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
40 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs)
    [all...]
  /external/curl/tests/data/
test1135 31 CURL_EXTERN int (curl_strequal)(const char *s1, const char *s2);
32 CURL_EXTERN int (curl_strnequal)(const char *s1, const char *s2, size_t n);
36 CURL_EXTERN char *curl_getenv(const char *variable);
37 CURL_EXTERN char *curl_version(void);
38 CURL_EXTERN char *curl_easy_escape(CURL *handle,
39 CURL_EXTERN char *curl_escape(const char *string
    [all...]
  /external/e2fsprogs/lib/ss/
ss_internal.h 25 typedef char BOOL;
28 char *name; /* abbrev name */
29 char **abbrev; /* new tokens to insert */
39 /* char *path; */
45 const char *subsystem_name;
46 const char *subsystem_version;
49 char **argv; /* arg list */
50 char const *current_request; /* primary name */
52 char **info_dirs;
56 char *prompt
    [all...]

Completed in 1185 milliseconds

<<11121314151617181920>>