/external/webkit/Source/WebCore/platform/win/ |
KeyEventWin.cpp | 191 , m_text((type == Char) ? singleCharacterString(code) : String()) 192 , m_unmodifiedText((type == Char) ? singleCharacterString(code) : String()) 193 , m_keyIdentifier((type == Char) ? String() : keyIdentifierForWindowsKeyCode(code))
|
/external/valgrind/main/callgrind/ |
command.c | 40 static Char outbuf[FILENAME_LEN + FN_NAME_LEN + OBJ_NAME_LEN]; 42 static Char* command_file = 0; 43 static Char* command_file2 = 0; 44 static Char* current_command_file = 0; 45 static Char* result_file = 0; 46 static Char* result_file2 = 0; 47 static Char* current_result_file = 0; 48 static Char* info_file = 0; 49 static Char* out_file = 0; 60 Char* dir [all...] |
global.h | 62 Char* out_format; /* Format string for callgrind output file name */ 418 Char* name; 452 Char* name; 464 Char* name; 653 Bool (*parse_opt)(Char* arg); 656 void (*getdesc)(Char* buf); 672 Char *log_1I0D_name, *log_2I0D_name, *log_3I0D_name; 673 Char *log_1I1Dr_name, *log_1I1Dw_name; 674 Char *log_0I1Dr_name, *log_0I1Dw_name; 708 Bool CLG_(process_cmd_line_option)(Char*); [all...] |
events.c | 65 sizeof(EventGroup) + n * sizeof(Char*)); 71 EventGroup* CLG_(register_event_group) (int id, Char* n1) 79 EventGroup* CLG_(register_event_group2)(int id, Char* n1, Char* n2) 88 EventGroup* CLG_(register_event_group3)(int id, Char* n1, Char* n2, Char* n3) 99 Char* n1, Char* n2, Char* n3, Char* n4 [all...] |
clo.c | 92 Char name[1]; 122 static config_node* new_config(Char* name, int length) 148 Bool is_wild(Char n) 161 static fn_config* get_fnc2(config_node* node, Char* name) 279 char sp[] = " "; 300 static fn_config* get_fnc(Char* name) 357 static void update_fn_config2(fn_node* fn, Char* name, config_node* node) 408 Bool CLG_(process_cmd_line_option)(Char* arg) 410 Char* tmp_str; 472 Char* s [all...] |
/external/chromium/chrome/browser/ui/views/ |
unhandled_keyboard_event_handler.cc | 24 // Previous calls to TranslateMessage can generate Char events as well as 26 // cases, we discard the Char events. 27 if (event.type == WebKit::WebInputEvent::Char && ignore_next_char_event_) { 32 // always generate a Char event.
|
/external/chromium/testing/gmock/test/ |
gmock_test.cc | 47 template <typename Char, int M, int N> 48 void TestInitGoogleMock(const Char* (&argv)[M], const Char* (&new_argv)[N], 53 InitGoogleMock(&argc, const_cast<Char**>(argv)); 65 const char* argv[] = { 69 const char* new_argv[] = { 77 const char* argv[] = { 82 const char* new_argv[] = { 91 const char* argv[] = { 97 const char* new_argv[] = [all...] |
/external/clang/lib/CodeGen/ |
CodeGenTBAA.cpp | 31 Root(0), Char(0) { 50 // give special powers to char and certain similar types. However, 53 if (!Char) 54 Char = getTBAAInfoForNamedType("omnipotent char", getRoot()); 56 return Char; 100 // effectively in the general char alias class. 113 // In C++, this technically only includes "char" and "unsigned char", 114 // and not "signed char". In C, it includes all three. For now [all...] |
CodeGenTBAA.h | 48 llvm::MDNode *Char; 54 /// getChar - This is the mdnode for "char", which is special, and any types
|
/external/clang/lib/Frontend/ |
PrintPreprocessedOutput.cpp | 146 void WriteLineInfo(unsigned LineNo, const char *Extra=0, unsigned ExtraLen=0); 148 void HandleNewlinesInToken(const char *TokStr, unsigned Len); 159 const char *Extra, 201 const char *NewLines = "\n\n\n\n\n\n\n\n"; 332 unsigned char Char = Str[i]; 333 if (isprint(Char) && Char != '\\' && Char != '"') 334 OS << (char)Char [all...] |
/external/llvm/include/llvm/MC/MCParser/ |
AsmLexer.h | 33 const char *CurPtr; 47 void setBuffer(const MemoryBuffer *buf, const char *ptr = NULL); 51 bool isAtStartOfComment(char Char); 52 bool isAtStatementSeparator(const char *Ptr); 58 AsmToken ReturnError(const char *Loc, const std::string &Msg);
|
/external/v8/src/extensions/ |
externalize-string-extension.cc | 33 template <typename Char, typename Base> 37 SimpleStringResource(Char* data, size_t length) 43 virtual const Char* data() const { return data_; } 48 Char* const data_; 53 typedef SimpleStringResource<char, v8::String::ExternalAsciiStringResource> 59 const char* const ExternalizeStringExtension::kSource = 97 char* data = new char[string->length()];
|
/external/valgrind/main/coregrind/m_replacemalloc/ |
replacemalloc_core.c | 54 Bool VG_(replacement_malloc_process_cmd_line_option)(Char* arg)
|
/external/valgrind/main/drd/ |
drd_semaphore.h | 46 const Char* name, const Word oflag,
|
/external/webkit/Source/WebCore/platform/brew/ |
PlatformKeyboardEventBrew.cpp | 223 if ((m_type == Char) && modifiers) { 230 m_text = (type == Char) ? singleCharacterString(code) : String(); 231 m_unmodifiedText = (type == Char) ? singleCharacterString(code) : String(); 232 m_keyIdentifier = (type == Char) ? String() : keyIdentifierForBrewKeyCode(code);
|
/external/valgrind/main/coregrind/ |
pub_core_debuginfo.h | 102 Bool VG_(get_fnname_raw) ( Addr a, Char* buf, Int nbuf ); 107 Bool VG_(get_fnname_no_cxx_demangle) ( Addr a, Char* buf, Int nbuf );
|
pub_core_trampoline.h | 62 extern Char* VG_(x86_linux_REDIR_FOR_index) ( const Char*, Int ); 127 extern char* VG_(x86_darwin_REDIR_FOR_strcpy)( char *s1, char *s2 ); 128 extern SizeT VG_(x86_darwin_REDIR_FOR_strlcat)( char *s1, const char *s2, 137 extern char* VG_(amd64_darwin_REDIR_FOR_strcpy)( char *s1, char *s2 ) [all...] |
/external/valgrind/tsan/ |
ts_util.h | 41 extern void Printf(const char *format, ...); 194 #define sprintf(arg1, arg2...) VG_(sprintf)((Char*)arg1, (HChar*)arg2) 195 #define vsnprintf(a1, a2, a3, a4) VG_(vsnprintf)((Char*)a1, a2, a3, a4) 197 #define strchr(a,b) VG_(strchr)((Char*)a,b) 198 #define strdup(a) (char*)VG_(strdup)((HChar*)"strdup", (const Char*)a) 199 #define snprintf(a,b,c...) VG_(snprintf)((Char*)a,b,c) 201 #define getenv(x) VG_(getenv)((Char*)x) 294 void Push(const char *cc) { 300 const char *Top() [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
scan.l | 48 yylval = (unsigned char) yytext[0]; \ 49 return CHAR; 101 Char nmdef[MAXLINE], myesc(); 187 strcpy( (char *) nmdef, yytext ); 190 for ( i = strlen( (char *) nmdef ) - 1; 409 if ( (cclval = ccllookup( (Char *) nmstr )) != 0 ) 423 cclinstal( (Char *) nmstr, lastccl + 1 ); 436 register Char *nmdefptr; 437 Char *ndlookup(); 449 int len = strlen( (char *) nmdefptr ) [all...] |
/external/v8/src/ |
interpreter-irregexp.cc | 70 Vector<const char> subject) { 90 const char* bytecode_name) { 93 const char* format = 109 unsigned char b = pc[i]; 189 template <typename Char> 192 Vector<const Char> subject, 325 Char next = subject[pos + 1]; 327 (subject[pos] | (next << (kBitsPerByte * sizeof(Char)))); 334 Char next = subject[pos + 1]; 335 current_char = (subject[pos] | (next << (kBitsPerByte * sizeof(Char)))); [all...] |
dateparser.h | 31 #include "char-predicates-inl.h" 51 template <typename Char> 52 static bool Parse(Vector<Char> str, FixedArray* output, UnicodeCache* cache); 67 template <typename Char> 70 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) 158 Vector<Char> buffer_;
|
/external/bzip2/ |
bzip2recover.c | 53 typedef unsigned char UChar; 54 typedef char Char; 55 typedef unsigned char Bool; 62 Char inFileName[BZ_MAX_FILENAME]; 63 Char outFileName[BZ_MAX_FILENAME]; 64 Char progName[BZ_MAX_FILENAME]; 148 Char mode; 261 static Bool endsInBz2 ( Char* name ) 301 Int32 main ( Int32 argc, Char** argv [all...] |
/external/valgrind/main/memcheck/ |
mc_include.h | 316 Bool MC_(is_recognised_suppression) ( Char* name, Supp* su ); 318 Bool MC_(read_extra_suppression_info) ( Int fd, Char** buf, 324 /*OUT*/Char* buf, Int nBuf ); 326 Char* MC_(get_error_name) ( Error* err ); 339 void MC_(record_overlap_error) ( ThreadId tid, Char* function, 341 void MC_(record_core_mem_error) ( ThreadId tid, Char* msg ); 342 void MC_(record_regparam_error) ( ThreadId tid, Char* msg, UInt otag ); 344 Bool isAddrErr, Char* msg, UInt otag ); 370 Char* desc; 443 extern const char* MC_(clo_summary_file) [all...] |
/external/valgrind/main/massif/ |
ms_main.c | 312 VG_(free), sizeof(Char*)); 313 #define DO(x) { Char* s = x; VG_(addToXA)(alloc_fns, &s); } 364 VG_(free), sizeof(Char*)); 368 static Bool is_member_fn(XArray* fns, Char* fnname) 370 Char** fn_ptr; 394 static Char* TimeUnit_to_string(TimeUnit time_unit) 418 static Char* clo_massif_out_file = "massif.out.%p"; 422 static Bool ms_process_cmd_line_option(Char* arg) 424 Char* tmp_str; 852 static Char buf[BUF_LEN] [all...] |
/external/bluetooth/glib/glib/ |
gutf8.c | 48 #define UTF8_COMPUTE(Char, Mask, Len) \ 49 if (Char < 128) \ 54 else if ((Char & 0xe0) == 0xc0) \ 59 else if ((Char & 0xf0) == 0xe0) \ 64 else if ((Char & 0xf8) == 0xf0) \ 69 else if ((Char & 0xfc) == 0xf8) \ 74 else if ((Char & 0xfe) == 0xfc) \ 82 #define UTF8_LENGTH(Char) \ 83 ((Char) < 0x80 ? 1 : \ 84 ((Char) < 0x800 ? 2 : [all...] |