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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
parser.h 43 CHAR m_cCurToken[MAX_LINE_LEN];
44 CHAR m_cCurWord[MAX_LINE_LEN];
45 CHAR m_cCurBuffer[MAX_LINE_LEN];
47 CHAR *m_pCurrentIndex;
62 CHAR *GetFirstWord(CHAR *);
63 CHAR *GetValue(CHAR *);
64 DWORD Start(const CHAR *szFile);
66 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...]
  /libcore/luni/src/main/java/libcore/io/
SizeOf.java 20 public static final int CHAR = 2;
  /external/chromium_org/url/
url_file.h 29 template<typename CHAR>
30 inline int FindNextSlash(const CHAR* spec, int begin_index, int spec_len) {
45 template<typename CHAR>
46 inline bool DoesBeginWindowsDriveSpec(const CHAR* spec, int start_offset,
65 template<typename CHAR>
66 inline bool DoesBeginUNCPath(const CHAR* text,
url_canon_internal_file.h 28 template<typename CHAR>
29 static int FileDoDriveSpec(const CHAR* spec, int begin, int end,
46 output->push_back(static_cast<char>(spec[after_slashes]));
56 template<typename CHAR, typename UCHAR>
57 static void FileDoPath(const CHAR* spec, int begin, int end,
74 URLCanonInternal<CHAR, UCHAR>::DoPath(
79 template<typename CHAR, typename UCHAR>
80 static bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source,
108 bool success = URLCanonInternal<CHAR, UCHAR>::DoHost(
121 FileDoPath<CHAR, UCHAR>(source.path, after_drive, parsed.path.end(), output)
    [all...]
url_parse_internal.h 30 template<typename CHAR>
31 inline void TrimURL(const CHAR* spec, int* begin, int* len,
48 template<typename CHAR>
49 inline int CountConsecutiveSlashes(const CHAR *str,
65 void ParsePathInternal(const char* spec,
80 void ParseAfterScheme(const char* spec,
url_canon_query.cc 44 template<typename CHAR, typename UCHAR>
45 bool IsAllASCII(const CHAR* spec, const Component& query) {
58 template<typename CHAR>
59 void AppendRaw8BitQueryString(const CHAR* source, int length,
62 if (!IsQueryChar(static_cast<unsigned char>(source[i])))
63 AppendEscapedChar(static_cast<unsigned char>(source[i]), output);
65 output->push_back(static_cast<char>(source[i]));
71 void RunConverter(const char* spec,
92 template<typename CHAR, typename UCHAR>
93 void DoConvertToQueryEncoding(const CHAR* spec
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
uuidutil.h 57 VOID UUID_UuidToString(IN struct DSP_UUID * pUuid, OUT CHAR * pszUuid,
75 extern VOID UUID_UuidFromString(IN CHAR * pszUuid,
DSPProcessor_OEM.h 97 IN CONST CHAR ** aArgv,
98 IN CONST CHAR ** aEnvp);
csl.h 71 * Convert an ansi string to a wide char string.
73 * wpstrDest: wide char buffer pointer.
77 * Number of characters copied into wpstrDest, excluding the NULL char.
102 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
107 * Convert an ansi string to a wide char string.
211 * Ptr to first char matching the substring in the main string.
291 extern CHAR *CSL_Strtok(IN CHAR * ptstrSrc,
292 IN CONST CHAR * szSeparators);
311 extern CHAR *CSL_Strtokr(IN CHAR * pstrSrc
    [all...]
dbdcd.h 76 IN CHAR * pszCoffPath);
102 IN CHAR * pszCoffPath);
122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName,
331 IN CHAR * pszCoffPath,
369 IN CHAR * pszPathName);
dbtype.h 106 typedef unsigned char BYTE; /* b */
111 typedef char CHAR; /* ch */
122 typedef CHAR SZ[]; /* sz */
123 typedef CHAR *PSTR; /* pstr */
128 typedef unsigned char UCHAR; /* uch */
151 typedef CHAR TCHAR;
179 typedef CHAR TCHAR;
  /dalvik/hit/src/com/android/hit/
Types.java 24 public static final int CHAR = 5;
41 case 'C': return 2; // char
51 case CHAR: return 2;
68 case 'C': return "char";
78 case CHAR: return "char";
  /external/libhevc/common/
ihevc_typedefs.h 39 typedef unsigned char UWORD8;
43 typedef signed char WORD8;
47 typedef char CHAR;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor_OEM.h 97 IN CONST CHAR ** aArgv,
98 IN CONST CHAR ** aEnvp);
csl.h 72 * Convert an ansi string to a wide char string.
74 * wpstrDest: wide char buffer pointer.
78 * Number of characters copied into wpstrDest, excluding the NULL char.
103 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
108 * Convert an ansi string to a wide char string.
212 * Ptr to first char matching the substring in the main string.
292 extern CHAR *CSL_Strtok(IN CHAR * ptstrSrc,
293 IN CONST CHAR * szSeparators);
312 extern CHAR *CSL_Strtokr(IN CHAR * pstrSrc
    [all...]
dbdcd.h 76 IN CHAR * pszCoffPath);
102 IN CHAR * pszCoffPath);
122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName,
331 IN CHAR * pszCoffPath,
369 IN CHAR * pszPathName);
dbtype.h 106 typedef unsigned char BYTE; /* b */
111 typedef char CHAR; /* ch */
122 typedef CHAR SZ[]; /* sz */
123 typedef CHAR *PSTR; /* pstr */
128 typedef unsigned char UCHAR; /* uch */
151 typedef CHAR TCHAR;
179 typedef CHAR TCHAR;
  /libcore/luni/src/main/java/java/nio/
ByteBufferAsCharBuffer.java 22 * This class wraps a byte buffer to be a char buffer.
45 super(byteBuffer.capacity() / SizeOf.CHAR, byteBuffer.effectiveDirectAddress);
65 byteBuffer.limit(limit * SizeOf.CHAR);
66 byteBuffer.position(position * SizeOf.CHAR);
86 public char get() {
90 return byteBuffer.getChar(position++ * SizeOf.CHAR);
94 public char get(int index) {
96 return byteBuffer.getChar(index * SizeOf.CHAR);
100 public CharBuffer get(char[] dst, int dstOffset, int charCount) {
101 byteBuffer.limit(limit * SizeOf.CHAR);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
base64_unittest.cc 42 const char* plaintext;
43 const char* cyphertext;
300 const char* plaintext;
301 const char* cyphertext;
350 size_t Base64Escape(const unsigned char *src, size_t szsrc, char *dest,
353 Base64::EncodeFromArray((const char *)src, szsrc, &escaped);
358 size_t Base64Unescape(const char *src, size_t szsrc, char *dest,
367 size_t Base64Unescape(const char *src, size_t szsrc, string *s)
    [all...]
  /external/chromium_org/third_party/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...]
  /external/conscrypt/src/main/java/org/conscrypt/util/
EmptyArray.java 26 public static final char[] CHAR = new char[0];
  /libcore/benchmarks/src/benchmarks/regression/
CharacterBenchmark.java 33 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...]

Completed in 428 milliseconds

1 2 3 4 5 6 7 8 91011>>