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

1 23 4

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 55 typedef unsigned char UChar;
56 typedef char Char;
vlc_encode.cpp 146 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
269 PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream)
951 PutCBPY(CBP >> 2, (Char)(1), bs2); /* cbpy */
    [all...]
  /external/chromium/googleurl/src/
url_util.cc 44 template <class Char> inline Char ToLowerASCII(Char c) {
50 inline bool DoLowerCaseEqualsASCII(Iter a_begin, Iter a_end, const char* b) {
58 const char kFileScheme[] = "file"; // Used in a number of places.
59 const char kMailtoScheme[] = "mailto";
62 const char* kStandardURLSchemes[kNumStandardURLSchemes] = {
73 std::vector<const char*>* standard_schemes = NULL;
80 standard_schemes = new std::vector<const char*>;
87 template<typename CHAR>
    [all...]
  /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:
WebViewImpl.cpp 133 const char* pageGroupName = "default";
469 // Webkit. A keyDown event is typically associated with a keyPress(char)
556 // We need to ignore the next Char event after this otherwise pressing
568 ASSERT(event.type == WebInputEvent::Char);
573 // keyPress(char) event and a keyUp event. We reset this flag here as it
590 // Accesskeys are triggered by char events and can't be suppressed.
694 case WebInputEvent::Char:
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_prog_config.cpp 689 pScratchPCE->comments[i] = (Char) get9_n_lessbits(LEN_BYTE,
ps_stereo_processing.cpp 164 Char index;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 25 typedef unsigned char UChar;
26 typedef char 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...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
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...]
tblcmp.c 312 zero_out( (char *) (chk + old_max),
439 zero_out( (char *) chk, (size_t) (current_max_xpairs * sizeof( int )) );
715 Char transset[CSIZE + 1];
  /dalvik/vm/
CheckJni.c 74 const char* declType = dexProtoGetReturnType(&method->prototype);
75 const char* objType = objClazz->descriptor;
270 static const char* classDescriptor = "???"; \
271 static const char* methodName = "???"; \
288 static void showLocation(const Method* meth, const char* func)
290 char* desc = dexProtoCopyMethodDescriptor(&meth->prototype);
325 static void checkThread(JNIEnv* env, int flags, const char* func)
417 PrimitiveType prim, bool isStatic, const char* func)
419 static const char* primNameList[] = {
420 "Object/Array", "boolean", "char", "float", "double"
    [all...]
Jni.c 756 char* str = dvmCreateCstrFromString(strObj);
    [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;
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 60 const char* name;
66 const char* name;
390 // so we leave it upon WebCore to either handle them immediately (e.g. Tab that changes focus) or if not to let a CHAR event be generated
405 const char* EditorClientWx::interpretKeyEvent(const KeyboardEvent* evt)
407 ASSERT(evt->keyEvent()->type() == PlatformKeyboardEvent::RawKeyDown || evt->keyEvent()->type() == PlatformKeyboardEvent::Char);
409 static HashMap<int, const char*>* keyDownCommandsMap = 0;
410 static HashMap<int, const char*>* keyPressCommandsMap = 0;
413 keyDownCommandsMap = new HashMap<int, const char*>;
414 keyPressCommandsMap = new HashMap<int, const char*>;
  /external/zlib/contrib/delphi/
ZLib.pas 51 FBuffer: array [Word] of Char;
530 Buf: array [0..4095] of Char;
  /dalvik/libnativehelper/include/nativehelper/
jni.h 43 typedef unsigned char jboolean; /* unsigned 8 bits */
44 typedef signed char jbyte; /* signed 8 bits */
143 const char* name;
144 const char* signature;
171 jclass (*DefineClass)(JNIEnv*, const char*, jobject, const jbyte*,
173 jclass (*FindClass)(JNIEnv*, const char*);
187 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
191 void (*FatalError)(JNIEnv*, const char*);
211 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 28 typedef unsigned char jboolean; /* unsigned 8 bits */
29 typedef signed char jbyte; /* signed 8 bits */
128 const char* name;
129 const char* signature;
156 jclass (*DefineClass)(JNIEnv*, const char*, jobject, const jbyte*,
158 jclass (*FindClass)(JNIEnv*, const char*);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
176 void (*FatalError)(JNIEnv*, const char*);
196 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h 28 typedef unsigned char jboolean; /* unsigned 8 bits */
29 typedef signed char jbyte; /* signed 8 bits */
128 const char* name;
129 const char* signature;
156 jclass (*DefineClass)(JNIEnv*, const char*, jobject, const jbyte*,
158 jclass (*FindClass)(JNIEnv*, const char*);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
176 void (*FatalError)(JNIEnv*, const char*);
196 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h 28 typedef unsigned char jboolean; /* unsigned 8 bits */
29 typedef signed char jbyte; /* signed 8 bits */
128 const char* name;
129 const char* signature;
156 jclass (*DefineClass)(JNIEnv*, const char*, jobject, const jbyte*,
158 jclass (*FindClass)(JNIEnv*, const char*);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
176 void (*FatalError)(JNIEnv*, const char*);
196 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h 28 typedef unsigned char jboolean; /* unsigned 8 bits */
29 typedef signed char jbyte; /* signed 8 bits */
128 const char* name;
129 const char* signature;
156 jclass (*DefineClass)(JNIEnv*, const char*, jobject, const jbyte*,
158 jclass (*FindClass)(JNIEnv*, const char*);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
176 void (*FatalError)(JNIEnv*, const char*);
196 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
jni.h 28 typedef unsigned char jboolean; /* unsigned 8 bits */
29 typedef signed char jbyte; /* signed 8 bits */
128 const char* name;
129 const char* signature;
156 jclass (*DefineClass)(JNIEnv*, const char*, jobject, const jbyte*,
158 jclass (*FindClass)(JNIEnv*, const char*);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
176 void (*FatalError)(JNIEnv*, const char*);
196 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*);
    [all...]

Completed in 600 milliseconds

1 23 4