Searched defs:Char (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/
H A DPlatformKeyboardEvent.h72 // For DOM processing, it needs to be disambiguated as RawKeyDown or Char event.
78 // These events are sent by platforms such as Windows and wxWidgets. RawKeyDown only has information about a physical key, and Char
81 Char enumerator in enum:WebCore::PlatformKeyboardEvent::Type
108 // Zero for Char events.
193 Char event type.
/external/webkit/WebKit/chromium/public/
H A DWebInputEvent.h99 Char enumerator in enum:WebKit::WebInputEvent::Type
130 || type == Char;
/external/bzip2/
H A Dbzip2recover.c54 typedef char Char; typedef
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 )
310 Char* p;
467 Char* split;
H A Dbzip2.c161 typedef char Char; typedef
205 Char inName [FILE_NAME_LEN];
206 Char outName[FILE_NAME_LEN];
207 Char tmpName[FILE_NAME_LEN];
208 Char *progName;
209 Char progNameReally[FILE_NAME_LEN];
213 static void panic ( const Char* ) NORETURN;
221 static void copyFileName ( Char*, Char* );
385 Char buf_ni
[all...]
H A Dbzlib_private.h41 typedef char Char; typedef
/external/webkit/WebKitTools/android/flex-2.5.4a/
H A Dflexdef.h75 #define Char unsigned char macro
627 extern Char *ccltbl;
695 (Char *) allocate_array( size, sizeof( Char ) )
698 (Char *) reallocate_array( (void *) array, size, sizeof( Char ) )
749 extern void mkeccl PROTO((Char[], int, int[], int[], int, int));
828 extern Char clower PROTO((int));
834 extern Char *copy_unsigned_string PROTO((register Char *));
[all...]

Completed in 690 milliseconds