/third_party/boost/libs/test/test/utils-ts/ |
D | basic_cstring-test.cpp | 100 #define LITERAL( s ) static_literal<CharT>( s, sizeof( s ) ) macro 145 BOOST_TEST( traits::compare( bcs.begin(), LITERAL( "test" ), bcs.size() ) == 0 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION() 152 BOOST_TEST( traits::compare( bcs.begin(), LITERAL( "test_s" ), bcs.size() ) == 0 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION() 247 BOOST_TEST( traits_type::compare( bcs1.begin(), LITERAL( "test" ), bcs1.size() ) == 0 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION() 254 BOOST_TEST( traits_type::compare( bcs1.begin(), LITERAL( "test" ), bcs1.size() ) == 0 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION() 257 BOOST_TEST( traits_type::compare( bcs1.begin(), LITERAL( "est" ), bcs1.size() ) == 0 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION() 260 BOOST_TEST( traits_type::compare( bcs1.begin(), LITERAL( "_st" ), bcs1.size() ) == 0 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION() 264 BOOST_TEST( traits_type::compare( bcs2.begin(), LITERAL( "_st" ), bcs2.size() ) == 0 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION() 283 BOOST_TEST( traits_type::compare( bcs1.begin(), LITERAL( "es" ), bcs1.size() ) == 0 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION() 299 BOOST_TEST(( bcs1 == LITERAL( "test" ) )); in BOOST_TEST_CASE_TEMPLATE_FUNCTION() [all …]
|
/third_party/nghttp2/src/ |
D | shrpx_config_test.cc | 84 CU_ASSERT(LogFragmentType::LITERAL == res[1].type); in test_shrpx_config_parse_log_format() 89 CU_ASSERT(LogFragmentType::LITERAL == res[3].type); in test_shrpx_config_parse_log_format() 94 CU_ASSERT(LogFragmentType::LITERAL == res[5].type); in test_shrpx_config_parse_log_format() 99 CU_ASSERT(LogFragmentType::LITERAL == res[7].type); in test_shrpx_config_parse_log_format() 104 CU_ASSERT(LogFragmentType::LITERAL == res[9].type); in test_shrpx_config_parse_log_format() 110 CU_ASSERT(LogFragmentType::LITERAL == res[11].type); in test_shrpx_config_parse_log_format() 115 CU_ASSERT(LogFragmentType::LITERAL == res[13].type); in test_shrpx_config_parse_log_format() 121 CU_ASSERT(LogFragmentType::LITERAL == res[15].type); in test_shrpx_config_parse_log_format() 128 CU_ASSERT(LogFragmentType::LITERAL == res[0].type); in test_shrpx_config_parse_log_format() 135 CU_ASSERT(LogFragmentType::LITERAL == res[0].type); in test_shrpx_config_parse_log_format() [all …]
|
D | shrpx_log.h | 222 LITERAL, enumerator
|
/third_party/python/Lib/ |
D | sre_parse.py | 29 _UNITCODES = frozenset({ANY, RANGE, IN, LITERAL, NOT_LITERAL, CATEGORY}) 32 r"\a": (LITERAL, ord("\a")), 33 r"\b": (LITERAL, ord("\b")), 34 r"\f": (LITERAL, ord("\f")), 35 r"\n": (LITERAL, ord("\n")), 36 r"\r": (LITERAL, ord("\r")), 37 r"\t": (LITERAL, ord("\t")), 38 r"\v": (LITERAL, ord("\v")), 39 r"\\": (LITERAL, ord("\\")) 310 return LITERAL, int(escape[2:], 16) [all …]
|
D | sre_constants.py | 150 LITERAL: LITERAL_IGNORE, 155 LITERAL: LITERAL_LOC_IGNORE, 160 LITERAL: LITERAL_UNI_IGNORE,
|
D | sre_compile.py | 19 _LITERAL_CODES = {LITERAL, NOT_LITERAL} 115 emit(LITERAL) 256 elif op is LITERAL: 285 if op is LITERAL: 352 out.append((LITERAL, p)) 468 if op is LITERAL: 505 if op is LITERAL: 516 if op is LITERAL and not (iscased and iscased(av)): 525 if op is LITERAL: 647 elif op in (LITERAL, NOT_LITERAL,
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | ListFormatterTest.java | 234 {ListFormatter.Field.LITERAL, 5, 7}, in TestFormattedValue() 237 {ListFormatter.Field.LITERAL, 16, 22}, in TestFormattedValue() 294 {ListFormatter.Field.LITERAL, 1, 3}, in TestFormattedValue() 297 {ListFormatter.Field.LITERAL, 4, 6}, in TestFormattedValue() 300 {ListFormatter.Field.LITERAL, 7, 9}, in TestFormattedValue() 303 {ListFormatter.Field.LITERAL, 10, 12}, in TestFormattedValue() 306 {ListFormatter.Field.LITERAL, 13, 15}, in TestFormattedValue() 309 {ListFormatter.Field.LITERAL, 16, 18}, in TestFormattedValue() 312 {ListFormatter.Field.LITERAL, 19, 21}, in TestFormattedValue() 315 {ListFormatter.Field.LITERAL, 22, 24}, in TestFormattedValue()
|
D | RelativeDateTimeFormatterTest.java | 1050 {RelativeDateTimeFormatter.Field.LITERAL, 0, 8}}; in TestFields() 1058 {RelativeDateTimeFormatter.Field.LITERAL, 0, 2}, in TestFields() 1061 {RelativeDateTimeFormatter.Field.LITERAL, 5, 9}}; in TestFields() 1069 {RelativeDateTimeFormatter.Field.LITERAL, 0, 11}}; in TestFields() 1077 {RelativeDateTimeFormatter.Field.LITERAL, 0, 2}, in TestFields() 1082 {RelativeDateTimeFormatter.Field.LITERAL, 7, 12}}; in TestFields() 1092 {RelativeDateTimeFormatter.Field.LITERAL, 3, 12}}; in TestFields() 1103 {RelativeDateTimeFormatter.Field.LITERAL, 0, 12}, in TestFields() 1125 {RelativeDateTimeFormatter.Field.LITERAL, 12, 21}}; in TestRBNF()
|
/third_party/gn/src/gn/ |
D | pattern.h | 21 LITERAL, // Matches exactly the contents of the string. enumerator 32 case LITERAL: in MinSize()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 928 #define LITERAL(x) { DXIL_OP_LITERAL, { (x) } } macro 950 { LITERAL(TYPE_CODE_POINTER), TYPE_INDEX, LITERAL(0) }, 3 953 { LITERAL(TYPE_CODE_FUNCTION), FIXED(1), ARRAY, TYPE_INDEX }, 4 956 { LITERAL(TYPE_CODE_STRUCT_ANON), FIXED(1), ARRAY, TYPE_INDEX }, 4 959 { LITERAL(TYPE_CODE_STRUCT_NAME), ARRAY, CHAR6 }, 3 962 { LITERAL(TYPE_CODE_STRUCT_NAMED), FIXED(1), ARRAY, TYPE_INDEX }, 4 965 { LITERAL(TYPE_CODE_ARRAY), VBR(8), TYPE_INDEX }, 3 968 { LITERAL(TYPE_CODE_VECTOR), VBR(8), TYPE_INDEX }, 3 1017 [CONST_ABBREV_SETTYPE] = { { LITERAL(CST_CODE_SETTYPE), TYPE_INDEX }, 2 }, 1018 [CONST_ABBREV_INTEGER] = { { LITERAL(CST_CODE_INTEGER), VBR(8) }, 2 }, [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ListFormatter.java | 159 public static Field LITERAL = new Field("literal"); field in ListFormatter.Field 180 if (this.getName().equals(LITERAL.getName())) in readResolve() 181 return LITERAL; in readResolve() 601 string.setAppendableField(Field.LITERAL); in FormattedListBuilder()
|
D | RelativeDateTimeFormatter.java | 424 public static final Field LITERAL = new Field("literal"); field in RelativeDateTimeFormatter.Field 446 if (this.getName().equals(LITERAL.getName())) in readResolve() 447 return LITERAL; in readResolve() 704 …SimpleFormatterImpl.formatPrefixSuffix(compiledPattern, Field.LITERAL, 0, output.length(), output); in formatImpl() 828 nsb.append(string, Field.LITERAL); in formatToValue() 900 nsb.append(cs, Field.LITERAL); in formatToValue()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | ListFormatter.java | 224 public static Field LITERAL = new Field("literal"); field in ListFormatter.Field 243 if (this.getName().equals(LITERAL.getName())) in readResolve() 244 return LITERAL; in readResolve() 673 string.setAppendableField(Field.LITERAL); in FormattedListBuilder()
|
D | RelativeDateTimeFormatter.java | 371 public static final Field LITERAL = new Field("literal"); field in RelativeDateTimeFormatter.Field 389 if (this.getName().equals(LITERAL.getName())) in readResolve() 390 return LITERAL; in readResolve() 624 …SimpleFormatterImpl.formatPrefixSuffix(compiledPattern, Field.LITERAL, 0, output.length(), output); in formatImpl() 744 nsb.append(string, Field.LITERAL); in formatToValue() 814 nsb.append(cs, Field.LITERAL); in formatToValue()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 1053 {RelativeDateTimeFormatter.Field.LITERAL, 0, 8}}; in TestFields() 1061 {RelativeDateTimeFormatter.Field.LITERAL, 0, 2}, in TestFields() 1064 {RelativeDateTimeFormatter.Field.LITERAL, 5, 9}}; in TestFields() 1072 {RelativeDateTimeFormatter.Field.LITERAL, 0, 11}}; in TestFields() 1080 {RelativeDateTimeFormatter.Field.LITERAL, 0, 2}, in TestFields() 1085 {RelativeDateTimeFormatter.Field.LITERAL, 7, 12}}; in TestFields() 1095 {RelativeDateTimeFormatter.Field.LITERAL, 3, 12}}; in TestFields() 1106 {RelativeDateTimeFormatter.Field.LITERAL, 0, 12}, in TestFields() 1128 {RelativeDateTimeFormatter.Field.LITERAL, 12, 21}}; in TestRBNF()
|
D | ListFormatterTest.java | 238 {ListFormatter.Field.LITERAL, 5, 7}, in TestFormattedValue() 241 {ListFormatter.Field.LITERAL, 16, 22}, in TestFormattedValue()
|
/third_party/curl/tests/data/ |
D | test846 | 13 REPLY CAPABILITY * CAPABILITY IMAP4REV1 I18NLEVEL=1 LITERAL+ IDLE UIDPLUS NAMESPACE CHILDREN MAILBO…
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | PatternTokenizer.java | 255 …public static final int DONE = 0, SYNTAX = 1, LITERAL = 2, BROKEN_QUOTE = 3, BROKEN_ESCAPE = 4, UN… field in PatternTokenizer 360 status = LITERAL; in next()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PatternTokenizer.java | 253 …public static final int DONE = 0, SYNTAX = 1, LITERAL = 2, BROKEN_QUOTE = 3, BROKEN_ESCAPE = 4, UN… field in PatternTokenizer 358 status = LITERAL; in next()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 65 LITERAL, enumerator 160 node = tre_ast_new_node(mem, LITERAL, lit); in tre_ast_new_literal() 695 n = tre_ast_new_node(ctx->mem, LITERAL, lit); in parse_bracket() 1327 case LITERAL: in tre_add_tags() 1717 case LITERAL: in tre_copy_ast() 1862 case LITERAL: in tre_expand_ast() 2156 case LITERAL: in tre_match_empty() 2263 case LITERAL: in tre_compute_nfl() 2635 case LITERAL: in tre_ast_to_tnfa()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regcomp.c | 65 LITERAL, enumerator 160 node = tre_ast_new_node(mem, LITERAL, lit); in tre_ast_new_literal() 695 n = tre_ast_new_node(ctx->mem, LITERAL, lit); in parse_bracket() 1328 case LITERAL: in tre_add_tags() 1718 case LITERAL: in tre_copy_ast() 1863 case LITERAL: in tre_expand_ast() 2157 case LITERAL: in tre_match_empty() 2264 case LITERAL: in tre_compute_nfl() 2636 case LITERAL: in tre_ast_to_tnfa()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regcomp.c | 65 LITERAL, enumerator 160 node = tre_ast_new_node(mem, LITERAL, lit); in tre_ast_new_literal() 695 n = tre_ast_new_node(ctx->mem, LITERAL, lit); in parse_bracket() 1327 case LITERAL: in tre_add_tags() 1717 case LITERAL: in tre_copy_ast() 1862 case LITERAL: in tre_expand_ast() 2156 case LITERAL: in tre_match_empty() 2263 case LITERAL: in tre_compute_nfl() 2635 case LITERAL: in tre_ast_to_tnfa()
|
/third_party/musl/src/regex/ |
D | regcomp.c | 65 LITERAL, enumerator 160 node = tre_ast_new_node(mem, LITERAL, lit); in tre_ast_new_literal() 695 n = tre_ast_new_node(ctx->mem, LITERAL, lit); in parse_bracket() 1327 case LITERAL: in tre_add_tags() 1717 case LITERAL: in tre_copy_ast() 1862 case LITERAL: in tre_expand_ast() 2156 case LITERAL: in tre_match_empty() 2263 case LITERAL: in tre_compute_nfl() 2635 case LITERAL: in tre_ast_to_tnfa()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_substitute.c | 846 goto LITERAL; in pcre2_substitute() 860 LITERAL: in pcre2_substitute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 51 def LITERAL : InstFlag<"printLiteral">; 108 LAST:$last, R600_Pred:$pred_sel, LITERAL:$literal, 151 LAST:$last, R600_Pred:$pred_sel, LITERAL:$literal, 192 LAST:$last, R600_Pred:$pred_sel, LITERAL:$literal, 670 (ins LITERAL:$literal1, LITERAL:$literal2), "$literal1, $literal2", [] > { 1066 LITERAL:$literal0, LITERAL:$literal1),
|