Home
last modified time | relevance | path

Searched refs:CHAR (Results 1 – 25 of 189) sorted by relevance

12345678

/external/chromium_org/third_party/webrtc/base/
Dbase64_unittest.cc935 EXPECT_TRUE (DecodeTest("YWJjZA== ", 1, "abcd", Flags(STRICT, YES, CHAR))); in TEST()
936 EXPECT_TRUE (DecodeTest("YWJjZA== ", 0, "abcd", Flags(WHITE, YES, CHAR))); in TEST()
937 EXPECT_TRUE (DecodeTest("YWJjZA== ", 0, "abcd", Flags(ANY, YES, CHAR))); in TEST()
940 EXPECT_FALSE(DecodeTest("YWJjZA= =", 3, "abcd", Flags(STRICT, YES, CHAR))); in TEST()
941 EXPECT_TRUE (DecodeTest("YWJjZA= =", 0, "abcd", Flags(WHITE, YES, CHAR))); in TEST()
942 EXPECT_TRUE (DecodeTest("YWJjZA= =", 0, "abcd", Flags(ANY, YES, CHAR))); in TEST()
945 EXPECT_FALSE(DecodeTest("YWJjZA=*=", 3, "abcd", Flags(STRICT, YES, CHAR))); in TEST()
946 EXPECT_FALSE(DecodeTest("YWJjZA=*=", 3, "abcd", Flags(WHITE, YES, CHAR))); in TEST()
947 EXPECT_TRUE (DecodeTest("YWJjZA=*=", 0, "abcd", Flags(ANY, YES, CHAR))); in TEST()
950 EXPECT_FALSE(DecodeTest("YW=JjZA==", 7, "a", Flags(STRICT, YES, CHAR))); in TEST()
[all …]
/external/chromium_org/url/
Durl_canon_internal_file.h28 template<typename CHAR>
29 static int FileDoDriveSpec(const CHAR* spec, int begin, int end, in FileDoDriveSpec()
56 template<typename CHAR, typename UCHAR>
57 static void FileDoPath(const CHAR* spec, int begin, int end, in FileDoPath()
74 URLCanonInternal<CHAR, UCHAR>::DoPath( in FileDoPath()
79 template<typename CHAR, typename UCHAR>
80 static bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source, in DoCanonicalizeFileURL()
108 bool success = URLCanonInternal<CHAR, UCHAR>::DoHost( in DoCanonicalizeFileURL()
121 FileDoPath<CHAR, UCHAR>(source.path, after_drive, parsed.path.end(), output); in DoCanonicalizeFileURL()
125 success &= URLCanonInternal<CHAR, UCHAR>::DoQuery( in DoCanonicalizeFileURL()
[all …]
Durl_canon_query.cc44 template<typename CHAR, typename UCHAR>
45 bool IsAllASCII(const CHAR* spec, const Component& query) { in IsAllASCII()
58 template<typename CHAR>
59 void AppendRaw8BitQueryString(const CHAR* source, int length, in AppendRaw8BitQueryString()
92 template<typename CHAR, typename UCHAR>
93 void DoConvertToQueryEncoding(const CHAR* spec, in DoConvertToQueryEncoding()
97 if (IsAllASCII<CHAR, UCHAR>(spec, query)) { in DoConvertToQueryEncoding()
117 template<typename CHAR, typename UCHAR>
118 void DoCanonicalizeQuery(const CHAR* spec, in DoCanonicalizeQuery()
131 DoConvertToQueryEncoding<CHAR, UCHAR>(spec, query, converter, output); in DoCanonicalizeQuery()
Durl_file.h29 template<typename CHAR>
30 inline int FindNextSlash(const CHAR* spec, int begin_index, int spec_len) { in FindNextSlash()
45 template<typename CHAR>
46 inline bool DoesBeginWindowsDriveSpec(const CHAR* spec, int start_offset, in DoesBeginWindowsDriveSpec()
65 template<typename CHAR>
66 inline bool DoesBeginUNCPath(const CHAR* text, in DoesBeginUNCPath()
Durl_canon_relative.cc28 template<typename CHAR>
31 const CHAR* cmp, in AreSchemesEqual()
51 template<typename CHAR>
52 bool DoesBeginSlashWindowsDriveSpec(const CHAR* spec, int start_offset, in DoesBeginSlashWindowsDriveSpec()
63 template<typename CHAR>
66 const CHAR* url, in DoIsRelativeURL()
227 template<typename CHAR>
231 const CHAR* relative_url, in CopyBaseDriveSpecIfNecessary()
264 template<typename CHAR>
268 const CHAR* relative_url, in DoResolveRelativePath()
[all …]
Durl_canon.h588 template<typename CHAR>
606 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource()
617 const CHAR* scheme;
618 const CHAR* username;
619 const CHAR* password;
620 const CHAR* host;
621 const CHAR* port;
622 const CHAR* path;
623 const CHAR* query;
624 const CHAR* ref;
[all …]
Durl_util.cc69 template<typename CHAR>
70 inline bool DoCompareSchemeComponent(const CHAR* spec, in DoCompareSchemeComponent()
82 template<typename CHAR>
83 bool DoIsStandard(const CHAR* spec, const Component& scheme) { in DoIsStandard()
96 template<typename CHAR>
97 bool DoFindAndCompareScheme(const CHAR* str, in DoFindAndCompareScheme()
103 RawCanonOutputT<CHAR> whitespace_buffer; in DoFindAndCompareScheme()
105 const CHAR* spec = RemoveURLWhitespace(str, str_len, in DoFindAndCompareScheme()
120 template<typename CHAR>
121 bool DoCanonicalize(const CHAR* in_spec, in DoCanonicalize()
[all …]
Durl_canon_pathurl.cc19 template<typename CHAR, typename UCHAR>
20 bool DoCanonicalizePathComponent(const CHAR* source, in DoCanonicalizePathComponent()
22 CHAR seperator, in DoCanonicalizePathComponent()
49 template <typename CHAR, typename UCHAR>
50 bool DoCanonicalizePathURL(const URLComponentSource<CHAR>& source, in DoCanonicalizePathURL()
66 success &= DoCanonicalizePathComponent<CHAR, UCHAR>( in DoCanonicalizePathURL()
68 success &= DoCanonicalizePathComponent<CHAR, UCHAR>( in DoCanonicalizePathURL()
70 success &= DoCanonicalizePathComponent<CHAR, UCHAR>( in DoCanonicalizePathURL()
Durl_canon_etc.cc25 template<typename CHAR>
26 const CHAR* DoRemoveURLWhitespace(const CHAR* input, int input_len, in DoRemoveURLWhitespace()
27 CanonOutputT<CHAR>* buffer, in DoRemoveURLWhitespace()
83 template<typename CHAR, typename UCHAR>
84 bool DoScheme(const CHAR* spec, in DoScheme()
147 template<typename CHAR, typename UCHAR>
148 bool DoUserInfo(const CHAR* username_spec, in DoUserInfo()
150 const CHAR* password_spec, in DoUserInfo()
193 template<typename CHAR, typename UCHAR>
194 bool DoPort(const CHAR* spec, in DoPort()
[all …]
Durl_canon_ip.cc32 template<typename CHAR, typename UCHAR>
33 bool DoFindIPv4Components(const CHAR* spec, in DoFindIPv4Components()
92 template<typename CHAR>
93 CanonHostInfo::Family IPv4ComponentToNumber(const CHAR* spec, in IPv4ComponentToNumber()
158 template<typename CHAR>
159 CanonHostInfo::Family DoIPv4AddressToNumber(const CHAR* spec, in DoIPv4AddressToNumber()
234 template<typename CHAR, typename UCHAR>
235 bool DoCanonicalizeIPv4Address(const CHAR* spec, in DoCanonicalizeIPv4Address()
320 template<typename CHAR, typename UCHAR>
321 bool DoParseIPv6(const CHAR* spec, const Component& host, IPv6Parsed* parsed) { in DoParseIPv6()
[all …]
Durl_canon_fileurl.cc23 template<typename CHAR>
24 int FileDoDriveSpec(const CHAR* spec, int begin, int end, in FileDoDriveSpec()
54 template<typename CHAR, typename UCHAR>
55 bool DoFileCanonicalizePath(const CHAR* spec, in DoFileCanonicalizePath()
87 template<typename CHAR, typename UCHAR>
88 bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source, in DoCanonicalizeFileURL()
111 success &= DoFileCanonicalizePath<CHAR, UCHAR>(source.path, parsed.path, in DoCanonicalizeFileURL()
Durl_parse_file.cc50 template<typename CHAR>
51 void DoParseUNC(const CHAR* spec, in DoParseUNC()
102 template<typename CHAR>
103 void DoParseLocalFile(const CHAR* spec, in DoParseLocalFile()
116 template<typename CHAR>
117 void DoParseFileURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseFileURL()
Durl_parse_internal.h30 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, in CountConsecutiveSlashes()
Durl_canon_path.cc100 template<typename CHAR>
101 DotDisposition ClassifyAfterDot(const CHAR* spec, int after_dot, in ClassifyAfterDot()
178 template<typename CHAR, typename UCHAR>
179 bool DoPartialPath(const CHAR* spec, in DoPartialPath()
188 if (sizeof(CHAR) > sizeof(char) && uch >= 0x80) { in DoPartialPath()
217 switch (ClassifyAfterDot<CHAR>(spec, i + dotlen, end, in DoPartialPath()
296 template<typename CHAR, typename UCHAR>
297 bool DoPath(const CHAR* spec, in DoPath()
311 success = DoPartialPath<CHAR, UCHAR>(spec, path, out_path->begin, output); in DoPath()
Durl_canon_host.cc77 template<typename CHAR, typename UCHAR>
78 void ScanHostname(const CHAR* spec, in ScanHostname()
290 template<typename CHAR, typename UCHAR>
291 void DoHost(const CHAR* spec, in DoHost()
303 ScanHostname<CHAR, UCHAR>(spec, host, &has_non_ascii, &has_escaped); in DoHost()
/external/elfutils/0.153/backends/
Dlinux-core-note.c33 #define CHAR int8_t macro
90 FIELD (CHAR, pr_state); in EBLHOOK()
91 FIELD (CHAR, pr_sname); in EBLHOOK()
92 FIELD (CHAR, pr_zomb); in EBLHOOK()
93 FIELD (CHAR, pr_nice); in EBLHOOK()
101 FIELD (CHAR, pr_fname[FNAMESZ]); in EBLHOOK()
102 FIELD (CHAR, pr_psargs[PRARGSZ]); in EBLHOOK()
153 FIELD (state, CHAR, state, 'd'),
154 FIELD (state, CHAR, sname, 'c'),
155 FIELD (state, CHAR, zomb, 'd'),
[all …]
/external/chromium_org/url/third_party/mozilla/
Durl_parse.cc58 template<typename CHAR>
59 int FindNextAuthorityTerminator(const CHAR* spec, in FindNextAuthorityTerminator()
69 template<typename CHAR>
70 void ParseUserInfo(const CHAR* spec, in ParseUserInfo()
92 template<typename CHAR>
93 void ParseServerInfo(const CHAR* spec, in ParseServerInfo()
142 template<typename CHAR>
143 void DoParseAuthority(const CHAR* spec, in DoParseAuthority()
178 template<typename CHAR>
179 void ParsePath(const CHAR* spec, in ParsePath()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DRegisterType.java107 public static final byte CHAR = 9; field in RegisterType
154 … ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, …
156 … BOOLEAN, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, …
157 … ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, …
158 … BOOLEAN, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, …
160 … POS_BYTE, POS_BYTE, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, …
162 … POS_SHORT, POS_SHORT, SHORT, POS_SHORT, SHORT, POS_SHORT, CHAR, INTEGER, …
163 …/*CHAR*/ {CHAR, CONFLICTED, CHAR, CHAR, CHAR, INTEGER, CHAR, …
186 public static final RegisterType CHAR_TYPE = new RegisterType(CHAR, null);
331 case CHAR: in getRegisterType()
/external/zlib/src/as400/
Dcompile.clp13 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/chromium_org/base/strings/
Dstring_number_conversions.cc98 template<typename CHAR, int BASE, bool BASE_LTE_10> class BaseCharToDigit {
102 template<typename CHAR, int BASE> class BaseCharToDigit<CHAR, BASE, true> {
104 static bool Convert(CHAR c, uint8* digit) { in Convert()
114 template<typename CHAR, int BASE> class BaseCharToDigit<CHAR, BASE, false> {
116 static bool Convert(CHAR c, uint8* digit) { in Convert()
130 template<int BASE, typename CHAR> bool CharToDigit(CHAR c, uint8* digit) { in CharToDigit()
131 return BaseCharToDigit<CHAR, BASE, BASE <= 10>::Convert(c, digit); in CharToDigit()
138 template<typename CHAR> class WhitespaceHelper {
155 template<typename CHAR> bool LocalIsWhitespace(CHAR c) { in LocalIsWhitespace()
156 return WhitespaceHelper<CHAR>::Invoke(c); in LocalIsWhitespace()
Dstring_util.cc713 template <typename CHAR, typename NEXT>
714 static void EatSameChars(const CHAR** pattern, const CHAR* pattern_end, in EatSameChars()
715 const CHAR** string, const CHAR* string_end, in EatSameChars()
717 const CHAR* escape = NULL; in EatSameChars()
733 const CHAR* pattern_next = *pattern; in EatSameChars()
734 const CHAR* string_next = *string; in EatSameChars()
756 template <typename CHAR, typename NEXT>
757 static void EatWildcard(const CHAR** pattern, const CHAR* end, NEXT next) { in EatWildcard()
765 template <typename CHAR, typename NEXT>
766 static bool MatchPatternT(const CHAR* eval, const CHAR* eval_end, in MatchPatternT()
[all …]
/external/mksh/src/
Dsyn.c216 *cp++ = CHAR; in synio()
219 *cp++ = CHAR; in synio()
246 CHAR, 'l', CHAR, 'e', CHAR, 't', CHAR, ']', EOS
249 CHAR, 's', CHAR, 'e', CHAR, 't', EOS
252 CHAR, '-', CHAR, 'A', EOS
255 CHAR, '-', CHAR, '-', EOS
715 tv[0] = CHAR; in function_body()
957 static const char dbtest_or[] = { CHAR, '|', CHAR, '|', EOS };
958 static const char dbtest_and[] = { CHAR, '&', CHAR, '&', EOS };
959 static const char dbtest_not[] = { CHAR, '!', EOS };
[all …]
Dlex.c292 *wp++ = CHAR; in yylex()
296 *wp++ = CHAR; in yylex()
312 *wp++ = CHAR; in yylex()
394 *wp++ = CHAR; in yylex()
396 *wp++ = CHAR; in yylex()
447 *wp++ = CHAR; in yylex()
451 *wp++ = CHAR; in yylex()
467 *wp++ = CHAR; in yylex()
479 *wp++ = CHAR; in yylex()
532 *wp++ = CHAR; in yylex()
[all …]
/external/lzma/CPP/Common/
DMyWindows.h17 typedef char CHAR; typedef
46 typedef const CHAR *LPCSTR;
47 typedef CHAR TCHAR;
158 CHAR cVal;
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DKURL.h192 template<typename CHAR>
193 void replaceComponents(const url::Replacements<CHAR>&);
195 template <typename CHAR>
196 …void init(const KURL& base, const CHAR* relative, int relativeLength, const WTF::TextEncoding* que…

12345678