/third_party/typescript/tests/baselines/reference/ |
D | parser.numericSeparators.decmialNegative.errors.txt | 2 …ser/ecmascriptnext/numericSeparators/10.ts(1,4): error TS6188: Numeric separators are not allowed … 3 …mericSeparators/11.ts(1,5): error TS6189: Multiple consecutive numeric separators are not permitte… 4 …ser/ecmascriptnext/numericSeparators/12.ts(1,2): error TS6188: Numeric separators are not allowed … 5 …ser/ecmascriptnext/numericSeparators/13.ts(1,3): error TS6188: Numeric separators are not allowed … 6 …ser/ecmascriptnext/numericSeparators/14.ts(1,4): error TS6188: Numeric separators are not allowed … 7 …ser/ecmascriptnext/numericSeparators/15.ts(1,5): error TS6188: Numeric separators are not allowed … 10 …ser/ecmascriptnext/numericSeparators/17.ts(1,6): error TS6188: Numeric separators are not allowed … 11 …mericSeparators/18.ts(1,3): error TS6189: Multiple consecutive numeric separators are not permitte… 12 …mericSeparators/19.ts(1,5): error TS6189: Multiple consecutive numeric separators are not permitte… 13 …rser/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed … [all …]
|
D | parser.numericSeparators.hexNegative.errors.txt | 1 …rser/ecmascriptnext/numericSeparators/1.ts(1,5): error TS6188: Numeric separators are not allowed … 2 …rser/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed … 3 …rser/ecmascriptnext/numericSeparators/3.ts(1,2): error TS6188: Numeric separators are not allowed … 6 …umericSeparators/4.ts(1,6): error TS6189: Multiple consecutive numeric separators are not permitte… 7 …mericSeparators/5.ts(1,13): error TS6189: Multiple consecutive numeric separators are not permitte… 8 …rser/ecmascriptnext/numericSeparators/6.ts(1,3): error TS6188: Numeric separators are not allowed … 9 …rser/ecmascriptnext/numericSeparators/6.ts(1,4): error TS6188: Numeric separators are not allowed … 10 …rser/ecmascriptnext/numericSeparators/6.ts(1,5): error TS6188: Numeric separators are not allowed … 16 !!! error TS6188: Numeric separators are not allowed here. 21 !!! error TS6188: Numeric separators are not allowed here. [all …]
|
D | parser.numericSeparators.octalNegative.errors.txt | 1 …rser/ecmascriptnext/numericSeparators/1.ts(1,5): error TS6188: Numeric separators are not allowed … 2 …rser/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed … 3 …rser/ecmascriptnext/numericSeparators/3.ts(1,2): error TS6188: Numeric separators are not allowed … 6 …umericSeparators/4.ts(1,6): error TS6189: Multiple consecutive numeric separators are not permitte… 7 …mericSeparators/5.ts(1,13): error TS6189: Multiple consecutive numeric separators are not permitte… 8 …rser/ecmascriptnext/numericSeparators/6.ts(1,3): error TS6188: Numeric separators are not allowed … 9 …rser/ecmascriptnext/numericSeparators/6.ts(1,4): error TS6188: Numeric separators are not allowed … 10 …rser/ecmascriptnext/numericSeparators/6.ts(1,5): error TS6188: Numeric separators are not allowed … 16 !!! error TS6188: Numeric separators are not allowed here. 21 !!! error TS6188: Numeric separators are not allowed here. [all …]
|
D | parser.numericSeparators.binaryNegative.errors.txt | 1 …rser/ecmascriptnext/numericSeparators/1.ts(1,5): error TS6188: Numeric separators are not allowed … 2 …rser/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed … 3 …rser/ecmascriptnext/numericSeparators/3.ts(1,2): error TS6188: Numeric separators are not allowed … 6 …umericSeparators/4.ts(1,6): error TS6189: Multiple consecutive numeric separators are not permitte… 7 …mericSeparators/5.ts(1,13): error TS6189: Multiple consecutive numeric separators are not permitte… 8 …rser/ecmascriptnext/numericSeparators/6.ts(1,3): error TS6188: Numeric separators are not allowed … 9 …rser/ecmascriptnext/numericSeparators/6.ts(1,4): error TS6188: Numeric separators are not allowed … 10 …rser/ecmascriptnext/numericSeparators/6.ts(1,5): error TS6188: Numeric separators are not allowed … 16 !!! error TS6188: Numeric separators are not allowed here. 21 !!! error TS6188: Numeric separators are not allowed here. [all …]
|
D | parseBigInt.errors.txt | 11 tests/cases/compiler/parseBigInt.ts(64,30): error TS6188: Numeric separators are not allowed here. 12 tests/cases/compiler/parseBigInt.ts(65,33): error TS6189: Multiple consecutive numeric separators a… 34 // Test literals with separators 106 !!! error TS6188: Numeric separators are not allowed here. 109 !!! error TS6189: Multiple consecutive numeric separators are not permitted.
|
/third_party/boost/libs/spirit/test/lex/ |
D | state_switcher.cpp | 29 separators = "[,;]"; in switch_state_tokens() 30 this->self("SEP") = separators; in switch_state_tokens() 33 boost::spirit::lex::token_def<> identifier, white_space, separators; member 65 in_state("SEP")[lex.separators])); in main() 67 lex, in_state("SEP")[lex.separators])); in main() 69 lex, in_state("SEP")[lex.separators])); in main() 72 lex, in_state("SEP")[lex.separators])); in main() 74 lex, in_state("SEP")[lex.separators])); in main() 76 in_state("SEP")[lex.separators])); in main()
|
/third_party/gn/src/base/strings/ |
D | string_split.cc | 151 std::string_view separators, in SplitString() argument 154 if (separators.size() == 1) { in SplitString() 155 return SplitStringT<char, std::string, char>(input, separators[0], in SplitString() 159 input, separators, whitespace, result_type); in SplitString() 163 std::u16string_view separators, in SplitString() argument 166 if (separators.size() == 1) { in SplitString() 168 input, separators[0], whitespace, result_type); in SplitString() 171 input, separators, whitespace, result_type); in SplitString() 175 std::string_view separators, in SplitStringPiece() argument 178 if (separators.size() == 1) { in SplitStringPiece() [all …]
|
D | string_split.h | 44 std::string_view separators, 48 std::u16string_view separators, 65 std::string_view separators, 70 std::u16string_view separators,
|
/third_party/python/Lib/json/ |
D | __init__.py | 116 separators=None, 121 allow_nan=True, cls=None, indent=None, separators=None, argument 167 cls is None and indent is None and separators is None and 175 separators=separators, 184 allow_nan=True, cls=None, indent=None, separators=None, argument 229 cls is None and indent is None and separators is None and 237 separators=separators, default=default, sort_keys=sort_keys,
|
D | encoder.py | 106 indent=None, separators=None, default=None): argument 153 if separators is not None: 154 self.item_separator, self.key_separator = separators
|
/third_party/libinput/src/ |
D | util-strings.c | 40 next_word(const char **state, size_t *len, const char *separators) in next_word() argument 48 next += strspn(next, separators); in next_word() 54 l = strcspn(next, separators); in next_word() 74 strv_from_string(const char *in, const char *separators) in strv_from_string() argument 84 while (next_word(&s, &l, separators) != NULL) in strv_from_string() 96 while ((word = next_word(&s, &l, separators)) != NULL) { in strv_from_string()
|
/third_party/python/Lib/test/test_json/ |
D | test_separators.py | 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(' ,', ' : ')) 44 self.assertRaises(TypeError, self.dumps, h, separators=(b', ', ': ')) 45 self.assertRaises(TypeError, self.dumps, h, separators=(', ', b': ')) 46 self.assertRaises(TypeError, self.dumps, h, separators=(b', ', b': '))
|
D | test_indent.py | 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': ')) 34 d3 = self.dumps(h, indent='\t', sort_keys=True, separators=(',', ': '))
|
/third_party/jerryscript/tools/ |
D | gen-unicode.py | 123 separators = self._categories['separators'] 125 if non_breaking_space in separators: 126 separators.remove(int(non_breaking_space)) 133 if mongolian_vowel_separator not in separators: 134 bisect.insort(separators, int(mongolian_vowel_separator)) 135 if medium_mathematical_space not in separators: 136 bisect.insort(separators, int(medium_mathematical_space)) 137 if zero_width_space not in separators: 138 bisect.insort(separators, int(zero_width_space)) 191 letters, non_letters, separators = categorizer.read_categories(script_args.unicode_data) [all …]
|
/third_party/boost/libs/math/doc/equations/ |
D | bessel12.mml | 1 …separators="" open="(" close=")" ><mrow><mi >i</mi> <mo class="MathClass-bin">−</mo> <mfra…
|
D | mbessel12.mml | 1 …separators="" open="(" close=")" ><mrow><mfrac><mrow ><mn>3</mn></mrow><mrow ><mn>2</mn></mrow></…
|
/third_party/boost/libs/filesystem/src/ |
D | path.cpp | 71 const wchar_t* const separators = L"/\\"; variable 84 const char* const separators = "/"; variable 523 return str.find_first_of(separators, 2) == pos; in is_root_separator() 542 size_type pos(str.find_last_of(separators, end_pos-1)); in filename_pos() 581 string_type::size_type pos(path.find_first_of(separators, 4)); in root_directory_start() 592 string_type::size_type pos(path.find_first_of(separators, 2)); in root_directory_start() 794 size_type end_pos(it.m_path_ptr->m_pathname.find_first_of(separators, it.m_pos)); in m_path_iterator_increment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 39 const char *separators = "\\/"; variable 42 const char separators = '/'; variable 69 size_t end = path.find_first_of(separators, 2); in find_first_component() 78 size_t end = path.find_first_of(separators); in find_first_component() 91 size_t pos = str.find_last_of(separators, str.size() - 1); in filename_pos() 125 return str.find_first_of(separators, 2); in root_dir_start() 295 size_t end_pos = Path.find_first_of(separators, Position); in operator ++() 470 size_t loc = component.find_first_not_of(separators); in append() 769 assert(P.find_first_of(separators) == StringRef::npos && in createTemporaryFile()
|
/third_party/PyYAML/tests/data/ |
D | document-separator-in-quoted-scalar.loader-error | 11 document separators"
|
/third_party/icu/ohos_icu4j/resources/ohos/global/icu/ |
D | ICUConfig.properties | 30 # decimal/grouping separators. When this property is true, 31 # DecimalFormat uses separators configured by DecimalFormatSymbols only
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/ |
D | ICUConfig.properties | 30 # decimal/grouping separators. When this property is true, 31 # DecimalFormat uses separators configured by DecimalFormatSymbols only
|
/third_party/openssl/doc/man3/ |
D | X509_NAME_print_ex.pod | 55 B<XN_FLAG_SEP_SPLUS_SPC> and B<XN_FLAG_SEP_MULTILINE> determine the field separators 56 to use. Two distinct separators are used between distinct RelativeDistinguishedName 60 B<XN_FLAG_SEP_COMMA_PLUS> uses comma and plus as separators. B<XN_FLAG_SEP_CPLUS_SPC>
|
/third_party/node/tools/inspector_protocol/ |
D | convert_protocol_to_json.py | 29 json.dump(protocol, output_file, indent=4, separators=(',', ': '))
|
D | concatenate_protocols.py | 34 …ion": version, "domains": domains}, output_file, indent=4, sort_keys=False, separators=(',', ': '))
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/ |
D | adb.dart | 8 // Some emulators use `___` in the name as separators.
|