HomeSort by relevance Sort by last modified time
    Searched refs:Char (Results 51 - 75 of 99) sorted by null

1 23 4

  /external/opencore/codecs_v2/audio/aac/dec/src/
ps_all_pass_filter_coeff.cpp 174 const Char groupBorders[NO_IID_GROUPS + 1] =
180 const Char bins2groupMap[NO_IID_GROUPS] =
get_prog_config.cpp 689 pScratchPCE->comments[i] = (Char) get9_n_lessbits(LEN_BYTE,
ps_stereo_processing.cpp 164 Char index;
  /external/webkit/WebCore/platform/wx/
KeyboardEventWx.cpp 345 m_type = Char;
348 if (m_type != Char)
351 //ENTER is an editing command processed as a char (only Enter and Tab are)
355 //numpad_enter is a CHAR event.
374 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
  /external/webkit/WebKit/chromium/tests/
KeyboardTest.cpp 53 const char* interpretKeyEvent(
66 char keyCode,
79 const char* interpretOSModifierKeyPress(char keyCode)
92 const char* interpretCtrlKeyPress(char keyCode)
100 const char* interpretTab(int modifiers)
104 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::Char);
108 const char* interpretNewLine(int modifiers)
112 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::Char);
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_all_pass_filter_coeff.cpp 174 const Char groupBorders[NO_IID_GROUPS + 1] =
180 const Char bins2groupMap[NO_IID_GROUPS] =
get_prog_config.cpp 689 pScratchPCE->comments[i] = (Char) get9_n_lessbits(LEN_BYTE,
ps_stereo_processing.cpp 164 Char index;
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
mp4def.h 43 typedef unsigned char UChar;
44 typedef char Char;
vlc_encode.h 26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
  /hardware/ti/omap3/dspbridge/inc/
std.h 166 typedef char SmInt; /* SMSIZE-bit signed integer */
174 typedef unsigned char SmUns; /* SMSIZE-bit unsigned integer */
182 typedef unsigned char SmBits; /* SMSIZE-bit bit string */
196 typedef char Char;
199 typedef char *String; /* pointer to null-terminated character
  /hardware/ti/omap3/dspbridge/libbridge/inc/
std.h 166 typedef char SmInt; /* SMSIZE-bit signed integer */
174 typedef unsigned char SmUns; /* SMSIZE-bit unsigned integer */
182 typedef unsigned char SmBits; /* SMSIZE-bit bit string */
196 typedef char Char;
199 typedef char *String; /* pointer to null-terminated character
  /external/webkit/WebCore/dom/
KeyboardEvent.cpp 43 case PlatformKeyboardEvent::Char:
46 // The caller should disambiguate the combined event into RawKeyDown or Char events.
  /external/webkit/WebCore/platform/
PlatformKeyboardEvent.h 72 // 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
108 // Zero for Char events.
193 Char event type.
  /external/webkit/WebKitTools/android/flex-2.5.4a/
ecs.c 103 * Char ccls[];
105 * void mkeccl( Char ccls[], int lenccl, int fwd[llsiz], int bck[llsiz],
116 Char ccls[];
121 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */
initscan.c 69 /* Promotes a possibly negative, possibly signed char to an unsigned
70 * integer for use as an array index. If the signed char is negative,
71 * we want to instead treat it as an 8-bit unsigned char, hence the
74 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
149 char *yy_ch_buf; /* input buffer */
150 char *yy_buf_pos; /* current position in input buffer */
212 static char yy_hold_char;
220 static char *yy_c_buf_p = (char *) 0;
239 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ))
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
get_prog_config.cpp 689 pScratchPCE->comments[i] = (Char) get9_n_lessbits(LEN_BYTE,
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
mp4enc_api.h 27 typedef unsigned char UChar;
28 typedef char Char;
  /external/webkit/WebCore/platform/android/
KeyEventAndroid.cpp 193 char upper[16];
258 ASSERT(type == RawKeyDown || type == Char);
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.cpp 210 // physical key value. Thus, without accepting Char event type which
216 case WebInputEvent::Char:
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 65 char *malloc();
81 /* cast to (char *) is because for 8-bit chars, yytext is (unsigned char *) */
85 #define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout )
91 if ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \
163 #define YY_CHAR unsigned char
195 static char rcsid[] =
213 return ( CHAR );
216 (void) strcpy( nmstr, (char *) yytext ); \
220 for ( i = strlen( (char *) (str) ) - 1; i >= start; --i )
    [all...]
  /dalvik/vm/
CheckJni.c 74 const char* declType = dexProtoGetReturnType(&method->prototype);
75 const char* objType = objClazz->descriptor;
265 static const char* classDescriptor = "???"; \
266 static const char* methodName = "???"; \
283 static void showLocation(const Method* meth, const char* func)
285 char* desc = dexProtoCopyMethodDescriptor(&meth->prototype);
320 static void checkThread(JNIEnv* env, int flags, const char* func)
412 PrimitiveType prim, bool isStatic, const char* func)
414 static const char* primNameList[] = {
415 "Object/Array", "boolean", "char", "float", "double"
    [all...]
  /external/bzip2/
bzlib_private.h 41 typedef char Char;
42 typedef unsigned char Bool;
43 typedef unsigned char UChar;
  /external/v8/src/
uri.js 39 result[index++] = 37; // Char code of '%'.
214 result[index++] = 37; // Char code of '%'.
263 // Does the char code correspond to an alpha-numeric char.
359 // Converts hex string to char code. Not efficient.
  /external/webkit/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 296 // function creates a WebInputEvent::Char event without using a
299 result.type = WebKit::WebInputEvent::Char;

Completed in 765 milliseconds

1 23 4