/external/libcxx/test/re/re.traits/ |
D | value.pass.cpp | 24 for (char c = 0; c < '0'; ++c) in main() local 30 for (char c = '0'; c < '8'; ++c) in main() local 36 for (char c = '8'; c < ':'; ++c) in main() local 42 for (char c = ':'; c < 'A'; ++c) in main() local 48 for (char c = 'A'; c < 'G'; ++c) in main() local 54 for (char c = 'G'; c < 'a'; ++c) in main() local 60 for (char c = 'a'; c < 'g'; ++c) in main() local 66 for (int c = 'g'; c < 256; ++c) in main() local 76 for (wchar_t c = 0; c < '0'; ++c) in main() local 82 for (wchar_t c = '0'; c < '8'; ++c) in main() local [all …]
|
/external/valgrind/main/coregrind/m_demangle/ |
D | safe-ctype.h | 87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument 89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument 90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument 91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument 95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument [all …]
|
/external/mesa3d/src/glsl/ |
D | ir_constant_expression.cpp | 68 for (unsigned c = 0; c < op0->type->components(); c++) in dot() local 161 for (unsigned c = 0; c < components; c++) in constant_expression_value() local 165 for (unsigned c = 0; c < components; c++) in constant_expression_value() local 175 for (unsigned c = 0; c < op[0]->type->components(); c++) in constant_expression_value() local 181 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local 187 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local 193 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local 199 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local 205 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local 211 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local [all …]
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | ir_constant_expression.cpp | 68 for (unsigned c = 0; c < op0->type->components(); c++) in dot() local 161 for (unsigned c = 0; c < components; c++) in constant_expression_value() local 165 for (unsigned c = 0; c < components; c++) in constant_expression_value() local 175 for (unsigned c = 0; c < op[0]->type->components(); c++) in constant_expression_value() local 181 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local 187 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local 193 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local 199 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local 205 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local 211 for (unsigned c = 0; c < op[0]->type->components(); c++) { in constant_expression_value() local [all …]
|
/external/arduino/hardware/arduino/cores/arduino/ |
D | WCharacter.h | 46 inline boolean isAlphaNumeric(int c) in isAlphaNumeric() 54 inline boolean isAlpha(int c) in isAlpha() 62 inline boolean isAscii(int c) in isAscii() 69 inline boolean isWhitespace(int c) in isWhitespace() 76 inline boolean isControl(int c) in isControl() 83 inline boolean isDigit(int c) in isDigit() 90 inline boolean isGraph(int c) in isGraph() 97 inline boolean isLowerCase(int c) in isLowerCase() 104 inline boolean isPrintable(int c) in isPrintable() 112 inline boolean isPunct(int c) in isPunct() [all …]
|
/external/bison/lib/ |
D | c-ctype.h | 144 #define c_isascii(c) \ argument 153 #define c_isalnum(c) \ argument 160 #define c_isalnum(c) \ argument 172 #define c_isalpha(c) \ argument 178 #define c_isalpha(c) \ argument 186 #define c_isblank(c) \ argument 193 #define c_iscntrl(c) \ argument 201 #define c_isdigit(c) \ argument 209 #define c_islower(c) \ argument 217 #define c_isgraph(c) \ argument [all …]
|
D | c-ctype.c | 27 c_isascii (int c) in c_isascii() 33 c_isalnum (int c) in c_isalnum() 68 c_isalpha (int c) in c_isalpha() 97 c_isblank (int c) in c_isblank() 103 c_iscntrl (int c) in c_iscntrl() 137 c_isdigit (int c) in c_isdigit() 154 c_islower (int c) in c_islower() 174 c_isgraph (int c) in c_isgraph() 208 c_isprint (int c) in c_isprint() 242 c_ispunct (int c) in c_ispunct() [all …]
|
/external/libedit/src/ |
D | vi.c | 61 cv_action(EditLine *el, Int c) in cv_action() 93 cv_paste(EditLine *el, Int c) in cv_paste() 125 vi_paste_next(EditLine *el, Int c __attribute__((__unused__))) in vi_paste_next() 138 vi_paste_prev(EditLine *el, Int c __attribute__((__unused__))) in vi_paste_prev() 151 vi_prev_big_word(EditLine *el, Int c __attribute__((__unused__))) in vi_prev_big_word() 176 vi_prev_word(EditLine *el, Int c __attribute__((__unused__))) in vi_prev_word() 201 vi_next_big_word(EditLine *el, Int c __attribute__((__unused__))) in vi_next_big_word() 225 vi_next_word(EditLine *el, Int c __attribute__((__unused__))) in vi_next_word() 248 vi_change_case(EditLine *el, Int c) in vi_change_case() 280 vi_change_meta(EditLine *el, Int c __attribute__((__unused__))) in vi_change_meta() [all …]
|
D | common.c | 55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__))) in ed_end_of_file() 69 ed_insert(EditLine *el, Int c) in ed_insert() 112 ed_delete_prev_word(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_prev_word() 140 ed_delete_next_char(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_next_char() 187 ed_kill_line(EditLine *el, Int c __attribute__((__unused__))) in ed_kill_line() 208 ed_move_to_end(EditLine *el, Int c __attribute__((__unused__))) in ed_move_to_end() 231 ed_move_to_beg(EditLine *el, Int c __attribute__((__unused__))) in ed_move_to_beg() 254 ed_transpose_chars(EditLine *el, Int c) in ed_transpose_chars() 280 ed_next_char(EditLine *el, Int c __attribute__((__unused__))) in ed_next_char() 309 ed_prev_word(EditLine *el, Int c __attribute__((__unused__))) in ed_prev_word() [all …]
|
/external/libcxx/test/numerics/complex.number/complex.members/ |
D | construct.pass.cpp | 22 const std::complex<T> c; in test() local 27 const std::complex<T> c = 7.5; in test() local 32 const std::complex<T> c(8.5); in test() local 37 const std::complex<T> c(10.5, -9.5); in test() local 43 constexpr std::complex<T> c; in test() local 48 constexpr std::complex<T> c = 7.5; in test() local 53 constexpr std::complex<T> c(8.5); in test() local 58 constexpr std::complex<T> c(10.5, -9.5); in test() local
|
/external/libcxx/test/numerics/complex.number/complex.ops/ |
D | stream_input.pass.cpp | 27 std::complex<double> c; in main() local 34 std::complex<double> c; in main() local 41 std::complex<double> c; in main() local 48 std::complex<double> c; in main() local 55 std::complex<double> c; in main() local 62 std::complex<double> c; in main() local 69 std::complex<double> c; in main() local 76 std::complex<double> c; in main() local 83 std::complex<double> c; in main() local 90 std::complex<double> c; in main() local [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
D | ContentSecurityPolicyParsers.cpp | 12 bool isCSPDirectiveNameCharacter(UChar c) in isCSPDirectiveNameCharacter() 17 bool isCSPDirectiveValueCharacter(UChar c) in isCSPDirectiveValueCharacter() 24 bool isBase64EncodedCharacter(UChar c) in isBase64EncodedCharacter() 29 bool isNonceCharacter(UChar c) in isNonceCharacter() 34 bool isSourceCharacter(UChar c) in isSourceCharacter() 39 bool isPathComponentCharacter(UChar c) in isPathComponentCharacter() 44 bool isHostCharacter(UChar c) in isHostCharacter() 49 bool isSchemeContinuationCharacter(UChar c) in isSchemeContinuationCharacter() 54 bool isNotASCIISpace(UChar c) in isNotASCIISpace() 59 bool isNotColonOrSlash(UChar c) in isNotColonOrSlash() [all …]
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | parserInternals.h | 72 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) argument 84 #define IS_CHAR(c) xmlIsCharQ(c) argument 92 #define IS_CHAR_CH(c) xmlIsChar_ch(c) argument 102 #define IS_BLANK(c) xmlIsBlankQ(c) argument 110 #define IS_BLANK_CH(c) xmlIsBlank_ch(c) argument 120 #define IS_BASECHAR(c) xmlIsBaseCharQ(c) argument 130 #define IS_DIGIT(c) xmlIsDigitQ(c) argument 138 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c) argument 148 #define IS_COMBINING(c) xmlIsCombiningQ(c) argument 156 #define IS_COMBINING_CH(c) 0 argument [all …]
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | ASCIICType.h | 46 template<typename CharType> inline bool isASCII(CharType c) in isASCII() 51 template<typename CharType> inline bool isASCIIAlpha(CharType c) in isASCIIAlpha() 56 template<typename CharType> inline bool isASCIIDigit(CharType c) in isASCIIDigit() 61 template<typename CharType> inline bool isASCIIAlphanumeric(CharType c) in isASCIIAlphanumeric() 66 template<typename CharType> inline bool isASCIIHexDigit(CharType c) in isASCIIHexDigit() 71 template<typename CharType> inline bool isASCIILower(CharType c) in isASCIILower() 76 template<typename CharType> inline bool isASCIIOctalDigit(CharType c) in isASCIIOctalDigit() 81 template<typename CharType> inline bool isASCIIPrintable(CharType c) in isASCIIPrintable() 99 template<typename CharType> inline bool isASCIISpace(CharType c) in isASCIISpace() 104 template<typename CharType> inline bool isASCIIUpper(CharType c) in isASCIIUpper() [all …]
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lctype.h | 52 #define testprop(c,p) (luai_ctype_[(c)+1] & (p)) argument 57 #define lislalpha(c) testprop(c, MASK(ALPHABIT)) argument 58 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT))) argument 59 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) argument 60 #define lisspace(c) testprop(c, MASK(SPACEBIT)) argument 61 #define lisprint(c) testprop(c, MASK(PRINTBIT)) argument 62 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT)) argument 67 #define ltolower(c) ((c) | ('A' ^ 'a')) argument 83 #define lislalpha(c) (isalpha(c) || (c) == '_') argument 84 #define lislalnum(c) (isalnum(c) || (c) == '_') argument [all …]
|
/external/libxml2/include/libxml/ |
D | parserInternals.h | 105 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) argument 117 #define IS_CHAR(c) xmlIsCharQ(c) argument 125 #define IS_CHAR_CH(c) xmlIsChar_ch(c) argument 135 #define IS_BLANK(c) xmlIsBlankQ(c) argument 143 #define IS_BLANK_CH(c) xmlIsBlank_ch(c) argument 153 #define IS_BASECHAR(c) xmlIsBaseCharQ(c) argument 163 #define IS_DIGIT(c) xmlIsDigitQ(c) argument 171 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c) argument 181 #define IS_COMBINING(c) xmlIsCombiningQ(c) argument 189 #define IS_COMBINING_CH(c) 0 argument [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | utf.h | 125 #define U_IS_UNICODE_NONCHAR(c) \ argument 147 #define U_IS_UNICODE_CHAR(c) \ argument 159 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument 167 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument 175 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument 183 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument 191 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument 200 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument 209 #define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) argument
|
/external/openssl/crypto/conf/ |
D | conf_def.h | 80 #define KEYTYPES(c) ((unsigned short *)((c)->meth_data)) argument 82 #define IS_COMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_COMMENT) argument 83 #define IS_FCOMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_FCOMMENT) argument 84 #define IS_EOF(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_EOF) argument 85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) argument 86 #define IS_NUMBER(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_NUMBER) argument 87 #define IS_WS(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_WS) argument 88 #define IS_ALPHA_NUMERIC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ALPHA_NUMERIC) argument 89 #define IS_ALPHA_NUMERIC_PUNCT(c,a) \ argument 91 #define IS_QUOTE(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_QUOTE) argument [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
D | conf_def.h | 80 #define KEYTYPES(c) ((unsigned short *)((c)->meth_data)) argument 82 #define IS_COMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_COMMENT) argument 83 #define IS_FCOMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_FCOMMENT) argument 84 #define IS_EOF(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_EOF) argument 85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) argument 86 #define IS_NUMBER(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_NUMBER) argument 87 #define IS_WS(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_WS) argument 88 #define IS_ALPHA_NUMERIC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ALPHA_NUMERIC) argument 89 #define IS_ALPHA_NUMERIC_PUNCT(c,a) \ argument 91 #define IS_QUOTE(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_QUOTE) argument [all …]
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | utf.h | 142 #define U_IS_UNICODE_NONCHAR(c) \ argument 164 #define U_IS_UNICODE_CHAR(c) \ argument 176 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument 184 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument 192 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument 200 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument 208 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument 217 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument 226 #define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) argument
|
/external/clang/test/CodeGen/ |
D | fma4-builtins.c | 8 __m128 test_mm_macc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ps() 13 __m128d test_mm_macc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_pd() 18 __m128 test_mm_macc_ss(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ss() 23 __m128d test_mm_macc_sd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_sd() 28 __m128 test_mm_msub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ps() 33 __m128d test_mm_msub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_pd() 38 __m128 test_mm_msub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ss() 43 __m128d test_mm_msub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_sd() 48 __m128 test_mm_nmacc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_nmacc_ps() 53 __m128d test_mm_nmacc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_nmacc_pd() [all …]
|
D | fma-builtins.c | 8 __m128 test_mm_fmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ps() 13 __m128d test_mm_fmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_pd() 18 __m128 test_mm_fmadd_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ss() 23 __m128d test_mm_fmadd_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_sd() 28 __m128 test_mm_fmsub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ps() 33 __m128d test_mm_fmsub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_pd() 38 __m128 test_mm_fmsub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ss() 43 __m128d test_mm_fmsub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_sd() 48 __m128 test_mm_fnmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fnmadd_ps() 53 __m128d test_mm_fnmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fnmadd_pd() [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | uchar.c | 42 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)); argument 56 u_charType(UChar32 c) { in u_charType() 96 u_islower(UChar32 c) { in u_islower() 104 u_isupper(UChar32 c) { in u_isupper() 112 u_istitle(UChar32 c) { in u_istitle() 120 u_isdigit(UChar32 c) { in u_isdigit() 127 u_isxdigit(UChar32 c) { in u_isxdigit() 144 u_isalpha(UChar32 c) { in u_isalpha() 151 u_isUAlphabetic(UChar32 c) { in u_isUAlphabetic() 157 u_isalnum(UChar32 c) { in u_isalnum() [all …]
|
/external/chromium_org/base/third_party/icu/ |
D | icu_utf.h | 57 #define CBU_IS_UNICODE_NONCHAR(c) \ argument 79 #define CBU_IS_UNICODE_CHAR(c) \ argument 91 #define CBU_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument 100 #define CBU_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument 126 #define CBU8_IS_SINGLE(c) (((c)&0x80)==0) argument 134 #define CBU8_IS_LEAD(c) ((uint8)((c)-0xc0)<0x3e) argument 142 #define CBU8_IS_TRAIL(c) (((c)&0xc0)==0x80) argument 151 #define CBU8_LENGTH(c) \ argument 193 #define CBU8_NEXT(s, i, length, c) { \ argument 217 #define CBU8_APPEND_UNSAFE(s, i, c) { \ argument [all …]
|
/external/chromium_org/v8/src/ |
D | char-predicates-inl.h | 17 inline int AsciiAlphaToLower(uc32 c) { in AsciiAlphaToLower() 22 inline bool IsCarriageReturn(uc32 c) { in IsCarriageReturn() 27 inline bool IsLineFeed(uc32 c) { in IsLineFeed() 39 inline bool IsDecimalDigit(uc32 c) { in IsDecimalDigit() 45 inline bool IsHexDigit(uc32 c) { in IsHexDigit() 51 inline bool IsOctalDigit(uc32 c) { in IsOctalDigit() 57 inline bool IsBinaryDigit(uc32 c) { in IsBinaryDigit() 63 inline bool IsRegExpWord(uc16 c) { in IsRegExpWord() 70 inline bool IsRegExpNewline(uc16 c) { in IsRegExpNewline()
|