/third_party/typescript/tests/baselines/reference/ |
D | constDeclarations-scopes.js | 3 const c = "string"; constant 9 const c = 0; constant 13 const c = 0; constant 18 const c = 0; constant 23 const c = 0; constant 29 const c = 0; constant 34 const c = 0; constant 39 const c = 0; constant 55 const c = 0; constant 59 const c = 0; constant [all …]
|
/third_party/boost/libs/intrusive/test/ |
D | container_size_test.cpp | 76 typedef list<node<list_base_hook<> > > c; in test_sizes() typedef 81 typedef list<node<list_base_hook<> >, constant_time_size<false> > c; in test_sizes() typedef 86 …ef list< node< list_base_hook<> >, header_holder_type< heap_node_holder< list_node<void*>* > > > c; in test_sizes() typedef 91 …ok<> >, constant_time_size<false>, header_holder_type< heap_node_holder< list_node<void*>* > > > c; in test_sizes() typedef 96 typedef slist<node< slist_base_hook<> > > c; in test_sizes() typedef 101 typedef slist<node< slist_base_hook<> >, constant_time_size<false> > c; in test_sizes() typedef 106 typedef slist<node< slist_base_hook<> >, cache_last<true> > c; in test_sizes() typedef 111 typedef set<node< set_base_hook<> > > c; in test_sizes() typedef 116 typedef set<node< set_base_hook<> > , constant_time_size<false> > c; in test_sizes() typedef 121 typedef set<node< set_base_hook<optimize_size<true> > > , constant_time_size<false> > c; in test_sizes() typedef [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | constDeclarations-scopes.ts | 4 const c = "string"; constant 10 const c = 0; constant 14 const c = 0; constant 19 const c = 0; constant 24 const c = 0; constant 30 const c = 0; constant 35 const c = 0; constant 40 const c = 0; constant 45 label: const c = 0; constant 50 label2: label3: label4: const c = 0; constant [all …]
|
/third_party/boost/boost/preprocessor/comparison/ |
D | not_equal.hpp | 38 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_0(c, y) 0 argument 39 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_1(c, y) 0 argument 40 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_2(c, y) 0 argument 41 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_3(c, y) 0 argument 42 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_4(c, y) 0 argument 43 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_5(c, y) 0 argument 44 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_6(c, y) 0 argument 45 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_7(c, y) 0 argument 46 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_8(c, y) 0 argument 47 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_9(c, y) 0 argument [all …]
|
/third_party/boost/libs/context/test/ |
D | test_callcc.cpp | 109 ctx::continuation c; member 135 [&i](ctx::continuation && c) { in test_move() 158 ctx::continuation c = ctx::callcc( std::bind( & X::foo, x, std::placeholders::_1, 7) ); in test_bind() local 165 ctx::continuation c = ctx::callcc( in test_exception() local 166 [&what](ctx::continuation && c) { in test_exception() 181 ctx::continuation c = ctx::callcc([&catched](ctx::continuation && c){ in test_exception() argument 197 ctx::continuation c = ctx::callcc( in test_fp() local 198 [&d]( ctx::continuation && c) { in test_fp() 210 ctx::continuation c = ctx::callcc( in test_stacked() local 211 [](ctx::continuation && c) { in test_stacked() [all …]
|
/third_party/openssl/include/crypto/ |
D | ctype.h | 53 # define ossl_toascii(c) (c) argument 54 # define ossl_fromascii(c) (c) argument 62 # define ossl_isalnum(c) (ossl_ctype_check((c), CTYPE_MASK_alnum)) argument 63 # define ossl_isalpha(c) (ossl_ctype_check((c), CTYPE_MASK_alpha)) argument 65 # define ossl_isascii(c) (ossl_ctype_check((c), CTYPE_MASK_ascii)) argument 67 # define ossl_isascii(c) (((c) & ~127) == 0) argument 69 # define ossl_isblank(c) (ossl_ctype_check((c), CTYPE_MASK_blank)) argument 70 # define ossl_iscntrl(c) (ossl_ctype_check((c), CTYPE_MASK_cntrl)) argument 71 # define ossl_isdigit(c) (ossl_ctype_check((c), CTYPE_MASK_digit)) argument 72 # define ossl_isgraph(c) (ossl_ctype_check((c), CTYPE_MASK_graph)) argument [all …]
|
/third_party/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 …]
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | parserInternals.in.h | 134 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) argument 146 #define IS_CHAR(c) xmlIsCharQ(c) argument 154 #define IS_CHAR_CH(c) xmlIsChar_ch(c) argument 164 #define IS_BLANK(c) xmlIsBlankQ(c) argument 172 #define IS_BLANK_CH(c) xmlIsBlank_ch(c) argument 182 #define IS_BASECHAR(c) xmlIsBaseCharQ(c) argument 192 #define IS_DIGIT(c) xmlIsDigitQ(c) argument 200 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c) argument 210 #define IS_COMBINING(c) xmlIsCombiningQ(c) argument 218 #define IS_COMBINING_CH(c) 0 argument [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uchar.cpp | 43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)); argument 49 u_charType(UChar32 c) { in u_charType() 90 u_islower(UChar32 c) { in u_islower() 98 u_isupper(UChar32 c) { in u_isupper() 106 u_istitle(UChar32 c) { in u_istitle() 114 u_isdigit(UChar32 c) { in u_isdigit() 121 u_isxdigit(UChar32 c) { in u_isxdigit() 138 u_isalpha(UChar32 c) { in u_isalpha() 145 u_isUAlphabetic(UChar32 c) { in u_isUAlphabetic() 151 u_isalnum(UChar32 c) { in u_isalnum() [all …]
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf.h | 130 #define U_IS_UNICODE_NONCHAR(c) \ argument 151 #define U_IS_UNICODE_CHAR(c) \ argument 161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument 169 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument 177 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument 185 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument 193 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument 202 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument 211 #define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) argument
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf.h | 130 #define U_IS_UNICODE_NONCHAR(c) \ argument 151 #define U_IS_UNICODE_CHAR(c) \ argument 161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument 169 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument 177 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument 185 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument 193 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument 202 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument 211 #define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) argument
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utf.h | 130 #define U_IS_UNICODE_NONCHAR(c) \ argument 151 #define U_IS_UNICODE_CHAR(c) \ argument 161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument 169 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument 177 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument 185 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument 193 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument 202 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument 211 #define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) argument
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf.h | 130 #define U_IS_UNICODE_NONCHAR(c) \ argument 151 #define U_IS_UNICODE_CHAR(c) \ argument 161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument 169 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument 177 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument 185 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument 193 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument 202 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument 211 #define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | ascii.h | 80 inline bool ascii_isalpha(unsigned char c) { in ascii_isalpha() 87 inline bool ascii_isalnum(unsigned char c) { in ascii_isalnum() 95 inline bool ascii_isspace(unsigned char c) { in ascii_isspace() 102 inline bool ascii_ispunct(unsigned char c) { in ascii_ispunct() 109 inline bool ascii_isblank(unsigned char c) { in ascii_isblank() 116 inline bool ascii_iscntrl(unsigned char c) { in ascii_iscntrl() 124 inline bool ascii_isxdigit(unsigned char c) { in ascii_isxdigit() 132 inline bool ascii_isdigit(unsigned char c) { return c >= '0' && c <= '9'; } in ascii_isdigit() 137 inline bool ascii_isprint(unsigned char c) { return c >= 32 && c < 127; } in ascii_isprint() 142 inline bool ascii_isgraph(unsigned char c) { return c > 32 && c < 127; } in ascii_isgraph() [all …]
|
/third_party/abseil-cpp/absl/strings/ |
D | ascii.h | 80 inline bool ascii_isalpha(unsigned char c) { in ascii_isalpha() 87 inline bool ascii_isalnum(unsigned char c) { in ascii_isalnum() 95 inline bool ascii_isspace(unsigned char c) { in ascii_isspace() 102 inline bool ascii_ispunct(unsigned char c) { in ascii_ispunct() 109 inline bool ascii_isblank(unsigned char c) { in ascii_isblank() 116 inline bool ascii_iscntrl(unsigned char c) { in ascii_iscntrl() 124 inline bool ascii_isxdigit(unsigned char c) { in ascii_isxdigit() 132 inline bool ascii_isdigit(unsigned char c) { return c >= '0' && c <= '9'; } in ascii_isdigit() 137 inline bool ascii_isprint(unsigned char c) { return c >= 32 && c < 127; } in ascii_isprint() 142 inline bool ascii_isgraph(unsigned char c) { return c > 32 && c < 127; } in ascii_isgraph() [all …]
|
/third_party/python/Lib/curses/ |
D | ascii.py | 48 def _ctoi(c): argument 54 def isalnum(c): return isalpha(c) or isdigit(c) argument 55 def isalpha(c): return isupper(c) or islower(c) argument 56 def isascii(c): return 0 <= _ctoi(c) <= 127 # ? argument 57 def isblank(c): return _ctoi(c) in (9, 32) argument 58 def iscntrl(c): return 0 <= _ctoi(c) <= 31 or _ctoi(c) == 127 argument 59 def isdigit(c): return 48 <= _ctoi(c) <= 57 argument 60 def isgraph(c): return 33 <= _ctoi(c) <= 126 argument 61 def islower(c): return 97 <= _ctoi(c) <= 122 argument 62 def isprint(c): return 32 <= _ctoi(c) <= 126 argument [all …]
|
/third_party/icu/icu4c/source/common/ |
D | uchar.cpp | 43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)) argument 49 u_charType(UChar32 c) { in u_charType() 90 u_islower(UChar32 c) { in u_islower() 98 u_isupper(UChar32 c) { in u_isupper() 106 u_istitle(UChar32 c) { in u_istitle() 114 u_isdigit(UChar32 c) { in u_isdigit() 121 u_isxdigit(UChar32 c) { in u_isxdigit() 138 u_isalpha(UChar32 c) { in u_isalpha() 145 u_isUAlphabetic(UChar32 c) { in u_isUAlphabetic() 151 u_isalnum(UChar32 c) { in u_isalnum() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uchar.cpp | 43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)) argument 49 u_charType(UChar32 c) { in u_charType() 90 u_islower(UChar32 c) { in u_islower() 98 u_isupper(UChar32 c) { in u_isupper() 106 u_istitle(UChar32 c) { in u_istitle() 114 u_isdigit(UChar32 c) { in u_isdigit() 121 u_isxdigit(UChar32 c) { in u_isxdigit() 138 u_isalpha(UChar32 c) { in u_isalpha() 145 u_isUAlphabetic(UChar32 c) { in u_isUAlphabetic() 151 u_isalnum(UChar32 c) { in u_isalnum() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | uchar.cpp | 43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)) argument 49 u_charType(UChar32 c) { in u_charType() 90 u_islower(UChar32 c) { in u_islower() 98 u_isupper(UChar32 c) { in u_isupper() 106 u_istitle(UChar32 c) { in u_istitle() 114 u_isdigit(UChar32 c) { in u_isdigit() 121 u_isxdigit(UChar32 c) { in u_isxdigit() 138 u_isalpha(UChar32 c) { in u_isalpha() 145 u_isUAlphabetic(UChar32 c) { in u_isUAlphabetic() 151 u_isalnum(UChar32 c) { in u_isalnum() [all …]
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_chan.h | 72 #define CHAN_TO_UBYTE(c) (c) argument 73 #define CHAN_TO_USHORT(c) (((c) << 8) | (c)) argument 74 #define CHAN_TO_SHORT(c) (((c) << 7) | ((c) >> 1)) argument 75 #define CHAN_TO_FLOAT(c) UBYTE_TO_FLOAT(c) argument 77 #define CLAMPED_FLOAT_TO_CHAN(c, f) CLAMPED_FLOAT_TO_UBYTE(c, f) argument 78 #define UNCLAMPED_FLOAT_TO_CHAN(c, f) UNCLAMPED_FLOAT_TO_UBYTE(c, f) argument 84 #define CHAN_TO_UBYTE(c) ((c) >> 8) argument 85 #define CHAN_TO_USHORT(c) (c) argument 86 #define CHAN_TO_SHORT(c) ((c) >> 1) argument 87 #define CHAN_TO_FLOAT(c) ((GLfloat) ((c) * (1.0 / CHAN_MAXF))) argument [all …]
|
/third_party/gn/src/base/third_party/icu/ |
D | icu_utf.h | 71 #define CBU_IS_UNICODE_NONCHAR(c) \ argument 92 #define CBU_IS_UNICODE_CHAR(c) \ argument 102 #define CBU_IS_SURROGATE(c) (((c)&0xfffff800) == 0xd800) argument 111 #define CBU_IS_SURROGATE_LEAD(c) (((c)&0x400) == 0) argument 181 #define CBU8_IS_SINGLE(c) (((c)&0x80) == 0) argument 189 #define CBU8_IS_LEAD(c) ((uint8_t)((c)-0xc2) <= 0x32) argument 197 #define CBU8_IS_TRAIL(c) ((int8_t)(c) < -0x40) argument 206 #define CBU8_LENGTH(c) \ argument 245 #define CBU8_NEXT(s, i, length, c) \ argument 283 #define CBU8_APPEND_UNSAFE(s, i, c) \ argument [all …]
|
/third_party/glib/tests/gobject/ |
D | gvalue-test.c | 239 gchar c = 0; in test_copying() local 249 guchar c = 0; in test_copying() local 260 gint c = 0; in test_copying() local 271 guint c = 0; in test_copying() local 282 glong c = 0; in test_copying() local 293 gulong c = 0; in test_copying() local 304 gint64 c = 0; in test_copying() local 315 guint64 c = 0; in test_copying() local 326 gfloat c = 0; in test_copying() local 337 gdouble c = 0; in test_copying() local [all …]
|
/third_party/abseil-cpp/absl/time/ |
D | civil_time.cc | 47 bool ParseYearAnd(string_view fmt, string_view s, CivilT* c) { in ParseYearAnd() 74 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() 84 bool ParseLenient(string_view s, CivilT* c) { in ParseLenient() 100 std::string FormatCivilTime(CivilSecond c) { in FormatCivilTime() 103 std::string FormatCivilTime(CivilMinute c) { in FormatCivilTime() 106 std::string FormatCivilTime(CivilHour c) { in FormatCivilTime() 109 std::string FormatCivilTime(CivilDay c) { return FormatYearAnd("-%m-%d", c); } in FormatCivilTime() 110 std::string FormatCivilTime(CivilMonth c) { return FormatYearAnd("-%m", c); } in FormatCivilTime() 111 std::string FormatCivilTime(CivilYear c) { return FormatYearAnd("", c); } in FormatCivilTime() 113 bool ParseCivilTime(string_view s, CivilSecond* c) { in ParseCivilTime() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | civil_time.cc | 45 bool ParseYearAnd(string_view fmt, string_view s, CivilT* c) { in ParseYearAnd() 72 bool ParseAs(string_view s, CivilT2* c) { in ParseAs() 82 bool ParseLenient(string_view s, CivilT* c) { in ParseLenient() 98 std::string FormatCivilTime(CivilSecond c) { in FormatCivilTime() 101 std::string FormatCivilTime(CivilMinute c) { in FormatCivilTime() 104 std::string FormatCivilTime(CivilHour c) { in FormatCivilTime() 107 std::string FormatCivilTime(CivilDay c) { return FormatYearAnd("-%m-%d", c); } in FormatCivilTime() 108 std::string FormatCivilTime(CivilMonth c) { return FormatYearAnd("-%m", c); } in FormatCivilTime() 109 std::string FormatCivilTime(CivilYear c) { return FormatYearAnd("", c); } in FormatCivilTime() 111 bool ParseCivilTime(string_view s, CivilSecond* c) { in ParseCivilTime() [all …]
|
/third_party/curl/lib/ |
D | curl_ctype.c | 63 int Curl_isspace(int c) in Curl_isspace() 70 int Curl_isdigit(int c) in Curl_isdigit() 77 int Curl_isalnum(int c) in Curl_isalnum() 84 int Curl_isxdigit(int c) in Curl_isxdigit() 91 int Curl_isgraph(int c) in Curl_isgraph() 98 int Curl_isprint(int c) in Curl_isprint() 105 int Curl_isalpha(int c) in Curl_isalpha() 112 int Curl_isupper(int c) in Curl_isupper() 119 int Curl_islower(int c) in Curl_islower() 126 int Curl_iscntrl(int c) in Curl_iscntrl()
|