HomeSort by relevance Sort by last modified time
    Searched refs:CHAR (Results 1 - 25 of 763) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libavc/encoder/
ih264e_version.h 45 * Fills the version info in the given char pointer
48 * Fills the version info in the given char pointer
62 IV_STATUS_T ih264e_get_version(CHAR *pc_version, UWORD32 u4_version_bufsize);
ime_typedefs.h 38 typedef unsigned char UWORD8;
43 typedef signed char WORD8;
48 typedef char CHAR;
irc_datatypes.h 44 typedef unsigned char UWORD8;
53 typedef signed char WORD8;
61 typedef char CHAR;
ih264e_version.c 108 * Fills the version info in the given char pointer
111 * Fills the version info in the given char pointer
125 IV_STATUS_T ih264e_get_version(CHAR *pc_version, UWORD32 u4_version_bufsize)
127 CHAR ac_version_tmp[MAX_STRLEN];
  /libcore/luni/src/main/java/libcore/io/
SizeOf.java 20 public static final int CHAR = 2;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
parser.h 48 CHAR m_cCurToken[MAX_LINE_LEN];
49 CHAR m_cCurWord[MAX_LINE_LEN];
50 CHAR m_cCurBuffer[MAX_LINE_LEN];
52 CHAR *m_pCurrentIndex;
67 CHAR *GetFirstWord (CHAR *);
68 CHAR *GetValue (CHAR *);
69 DWORD Start (const CHAR *szFile);
71 CHAR *GetToken ()
    [all...]
atalkwsh.h 75 CHAR ObjectNameLen;
76 CHAR ObjectName[MAX_ENTITY];
77 CHAR TypeNameLen;
78 CHAR TypeName[MAX_ENTITY];
79 CHAR ZoneNameLen;
80 CHAR ZoneName[MAX_ENTITY];
httpfilt.h 74 CHAR *pszUser;
76 CHAR *pszPassword;
81 const CHAR *pszURL;
82 CHAR *pszPhysicalPath;
87 const CHAR *pszURL;
88 CHAR *pszPhysicalPath;
93 const CHAR *pszScriptMapEntry;
104 const CHAR *pszURL;
105 const CHAR *pszPhysicalPath;
110 const CHAR *pszClientHostName
    [all...]
  /external/libavc/common/
ih264_typedefs.h 44 typedef unsigned char UWORD8;
53 typedef signed char WORD8;
61 typedef char CHAR;
  /external/libchrome/base/strings/
pattern.cc 18 template <typename CHAR, typename NEXT>
19 static void EatSameChars(const CHAR** pattern, const CHAR* pattern_end,
20 const CHAR** string, const CHAR* string_end,
22 const CHAR* escape = NULL;
29 // Check if the escapement char is found. If so, skip it and move to the
38 const CHAR* pattern_next = *pattern;
39 const CHAR* string_next = *string;
46 // Uh oh, it did not match, we are done. If the last char was a
    [all...]
  /external/libhevc/common/
ihevc_typedefs.h 39 typedef unsigned char UWORD8;
43 typedef signed char WORD8;
47 typedef char CHAR;
51 typedef char STRWORD8;
  /external/libmpeg2/common/
iv_datatypedef.h 51 typedef char WORD8;
52 typedef unsigned char UWORD8;
54 typedef char CHAR;
icv_datatypes.h 64 typedef char CHAR;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
ResolvedPrimitiveType.java 36 CHAR("char", Character.class.getCanonicalName(), Collections.emptyList()),
37 INT("int", Integer.class.getCanonicalName(), Arrays.asList(BYTE, SHORT, CHAR)),
38 LONG("long", Long.class.getCanonicalName(), Arrays.asList(BYTE, SHORT, INT, CHAR)),
40 FLOAT("float", Float.class.getCanonicalName(), Arrays.asList(LONG, INT, SHORT, BYTE, CHAR)),
41 DOUBLE("double", Double.class.getCanonicalName(), Arrays.asList(FLOAT, LONG, INT, SHORT, BYTE, CHAR));
  /external/webrtc/webrtc/base/
base64_unittest.cc 25 const char* plaintext;
26 const char* cyphertext;
283 const char* plaintext;
284 const char* cyphertext;
333 size_t Base64Escape(const unsigned char *src, size_t szsrc, char *dest,
336 Base64::EncodeFromArray((const char *)src, szsrc, &escaped);
341 size_t Base64Unescape(const char *src, size_t szsrc, char *dest,
350 size_t Base64Unescape(const char *src, size_t szsrc, string *s)
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Type.java 34 * The primitive char type.
36 CHAR("char", 2),
  /external/caliper/examples/src/main/java/examples/
CharacterBenchmark.java 33 private char[] chars;
39 public enum Overload { CHAR, INT }
44 final char[] chars;
46 this.chars = new char[65536];
48 chars[i] = (char) (i % size);
56 if (overload == Overload.CHAR) {
59 dummy ^= ((char) ch == ' ');
73 if (overload == Overload.CHAR) {
89 if (overload == Overload.CHAR) {
105 if (overload == Overload.CHAR) {
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
EmptyArray.java 26 static final char[] CHAR = new char[0];
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
PrimitiveName.java 25 BOOLEAN, BYTE, SHORT, INT, LONG, CHAR, FLOAT, DOUBLE;
54 case CHAR:
55 return CHAR;
81 if (char.class.equals(primitiveClass)) {
82 return CHAR;
  /external/turbine/java/com/google/turbine/model/
TurbineConstantTypeKind.java 21 CHAR("char"),
  /libcore/benchmarks/src/benchmarks/regression/
CharacterBenchmark.java 32 private char[] chars;
39 public enum Overload { CHAR, INT }
48 final char[] chars;
50 this.chars = new char[65536];
52 chars[i] = (char) (i % size);
60 if (overload == Overload.CHAR) {
63 dummy ^= ((char) ch == ' ');
77 if (overload == Overload.CHAR) {
93 if (overload == Overload.CHAR) {
109 if (overload == Overload.CHAR) {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 9 %apply unsigned char { unsigned __int8 };
10 %apply const unsigned char& { const unsigned __int8& };
12 %apply signed char { __int8 };
13 %apply const signed char& { const __int8& };
59 typedef unsigned char UCHAR;
61 typedef char *PSZ;
64 typedef unsigned char BYTE;
86 typedef signed char INT8, *PINT8;
90 typedef unsigned char UINT8, *PUINT8;
115 typedef char CHAR
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/as400/
compile.clp 13 DCL VAR(&SRCLIB) TYPE(*CHAR) LEN(10) +
15 DCL VAR(&SRCFILE) TYPE(*CHAR) LEN(10) +
17 DCL VAR(&CTLFILE) TYPE(*CHAR) LEN(10) +
20 DCL VAR(&MODLIB) TYPE(*CHAR) LEN(10) +
23 DCL VAR(&SRVLIB) TYPE(*CHAR) LEN(10) +
26 DCL VAR(&CFLAGS) TYPE(*CHAR) +
29 DCL VAR(&TGTRLS) TYPE(*CHAR) +
36 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
37 DCL VAR(&FIXDCMD) TYPE(*CHAR) LEN(512)
  /external/elfutils/backends/
linux-core-note.c 37 #define CHAR int8_t
117 FIELD (CHAR, pr_state);
118 FIELD (CHAR, pr_sname);
119 FIELD (CHAR, pr_zomb);
120 FIELD (CHAR, pr_nice);
128 FIELD (CHAR, pr_fname[FNAMESZ]);
129 FIELD (CHAR, pr_psargs[PRARGSZ]);
182 FIELD (state, CHAR, state, 'd'),
183 FIELD (state, CHAR, sname, 'c'),
184 FIELD (state, CHAR, zomb, 'd')
    [all...]
  /external/libhevc/decoder/
ihevcd_version.c 111 IV_API_CALL_STATUS_T ihevcd_get_version(CHAR *pc_version_string,
114 CHAR ac_version_tmp[MAXVERSION_STRLEN + 1];

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 91011>>