/third_party/typescript/tests/baselines/reference/ |
D | exportNestedNamespaces2.types | 3 exports.formatters = {} 4 >exports.formatters = {} : {} 5 >exports.formatters : {} 7 >formatters : {} 18 exports.formatters.j = function (v) { 19 >exports.formatters.j = function (v) { return v} : (v: any) => any 20 >exports.formatters.j : any 21 >exports.formatters : any 23 >formatters : any 39 exports.formatters.o = function (v) { [all …]
|
D | exportNestedNamespaces2.symbols | 3 exports.formatters = {} 4 >exports.formatters : Symbol(formatters, Decl(mod.js, 0, 0)) 5 >exports : Symbol(formatters, Decl(mod.js, 0, 0)) 6 >formatters : Symbol(formatters, Decl(mod.js, 0, 0)) 14 exports.formatters.j = function (v) { 27 exports.formatters.o = function (v) { 39 debug.formatters.j 40 >debug.formatters : Symbol(debug.formatters, Decl(mod.js, 0, 0)) 42 >formatters : Symbol(debug.formatters, Decl(mod.js, 0, 0)) 44 var one = debug.formatters.o(1) [all …]
|
D | exportNestedNamespaces2.errors.txt | 1 tests/cases/conformance/salsa/first.js(2,9): error TS2339: Property 'formatters' does not exist on … 2 tests/cases/conformance/salsa/second.js(2,9): error TS2339: Property 'formatters' does not exist on… 7 exports.formatters = {} 10 exports.formatters.j = function (v) { 12 !!! error TS2339: Property 'formatters' does not exist on type 'typeof import("tests/cases/conforma… 17 exports.formatters.o = function (v) { 19 !!! error TS2339: Property 'formatters' does not exist on type 'typeof import("tests/cases/conforma… 26 debug.formatters.j 27 var one = debug.formatters.o(1)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | quantityformatter.cpp | 34 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 35 formatters[i] = NULL; in QuantityFormatter() 40 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 41 if (other.formatters[i] == NULL) { in QuantityFormatter() 42 formatters[i] = NULL; in QuantityFormatter() 44 formatters[i] = new SimpleFormatter(*other.formatters[i]); in QuantityFormatter() 54 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in operator =() 55 delete formatters[i]; in operator =() 56 if (other.formatters[i] == NULL) { in operator =() 57 formatters[i] = NULL; in operator =() [all …]
|
D | tmutfmt.cpp | 431 MessageFormat** formatters = in put() local 433 if (formatters == NULL) { in put() 446 formatters = localFormatters.orphan(); in put() 448 formatters[style] = messageFormat.orphan(); in put() 521 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(*pluralCount); in checkConsistency() local 522 if( formatters == NULL || formatters[style] == NULL ) { in checkConsistency() 580 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() local 581 if (formatters == NULL) { in searchInLocaleChain() 584 formatters = localFormatters.getAlias(); in searchInLocaleChain() 593 formatters[style] = messageFormat.orphan(); in searchInLocaleChain() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | quantityformatter.cpp | 34 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 35 formatters[i] = nullptr; in QuantityFormatter() 40 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 41 if (other.formatters[i] == nullptr) { in QuantityFormatter() 42 formatters[i] = nullptr; in QuantityFormatter() 44 formatters[i] = new SimpleFormatter(*other.formatters[i]); in QuantityFormatter() 54 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in operator =() 55 delete formatters[i]; in operator =() 56 if (other.formatters[i] == nullptr) { in operator =() 57 formatters[i] = nullptr; in operator =() [all …]
|
D | tmutfmt.cpp | 431 MessageFormat** formatters = in put() local 433 if (formatters == nullptr) { in put() 446 formatters = localFormatters.orphan(); in put() 448 formatters[style] = messageFormat.orphan(); in put() 521 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(*pluralCount); in checkConsistency() local 522 if( formatters == nullptr || formatters[style] == nullptr ) { in checkConsistency() 580 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() local 581 if (formatters == nullptr) { in searchInLocaleChain() 584 formatters = localFormatters.getAlias(); in searchInLocaleChain() 593 formatters[style] = messageFormat.orphan(); in searchInLocaleChain() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | quantityformatter.cpp | 34 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 35 formatters[i] = NULL; in QuantityFormatter() 40 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in QuantityFormatter() 41 if (other.formatters[i] == NULL) { in QuantityFormatter() 42 formatters[i] = NULL; in QuantityFormatter() 44 formatters[i] = new SimpleFormatter(*other.formatters[i]); in QuantityFormatter() 54 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) { in operator =() 55 delete formatters[i]; in operator =() 56 if (other.formatters[i] == NULL) { in operator =() 57 formatters[i] = NULL; in operator =() [all …]
|
D | tmutfmt.cpp | 431 MessageFormat** formatters = in put() local 433 if (formatters == NULL) { in put() 446 formatters = localFormatters.orphan(); in put() 448 formatters[style] = messageFormat.orphan(); in put() 521 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(*pluralCount); in checkConsistency() local 522 if( formatters == NULL || formatters[style] == NULL ) { in checkConsistency() 580 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain() local 581 if (formatters == NULL) { in searchInLocaleChain() 584 formatters = localFormatters.getAlias(); in searchInLocaleChain() 593 formatters[style] = messageFormat.orphan(); in searchInLocaleChain() [all …]
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | exportNestedNamespaces2.ts | 7 exports.formatters = {} 10 exports.formatters.j = function (v) { 15 exports.formatters.o = function (v) { 22 debug.formatters.j 23 var one = debug.formatters.o(1)
|
/third_party/node/deps/npm/node_modules/debug/src/ |
D | node.js | 242 const {formatters} = module.exports; 248 formatters.o = function (v) { 260 formatters.O = function (v) {
|
D | browser.js | 257 const {formatters} = module.exports; 263 formatters.j = function (v) {
|
D | common.js | 33 createDebug.formatters = {}; 97 const formatter = createDebug.formatters[format];
|
/third_party/python/Lib/logging/ |
D | config.py | 72 formatters = _create_formatters(cp) 80 handlers = _install_handlers(cp, formatters) 110 formatters = {} 121 formatters[form] = f 122 return formatters 125 def _install_handlers(cp, formatters): argument 152 h.setFormatter(formatters[fmt]) 541 formatters = config.get('formatters', EMPTY_DICT) 542 for name in formatters: 544 formatters[name] = self.configure_formatter( [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MeasureFormat.java | 583 NumericFormatters formatters) { in MeasureFormat() argument 600 if (formatters == null && formatWidth == FormatWidth.NUMERIC) { in MeasureFormat() 601 formatters = localeToNumericDurationFormatters.get(locale); in MeasureFormat() 602 if (formatters == null) { in MeasureFormat() 603 formatters = loadNumericFormatters(locale); in MeasureFormat() 604 localeToNumericDurationFormatters.put(locale, formatters); in MeasureFormat() 607 this.numericFormatters = formatters; in MeasureFormat()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 618 NumericFormatters formatters) { in MeasureFormat() argument 635 if (formatters == null && formatWidth == FormatWidth.NUMERIC) { in MeasureFormat() 636 formatters = localeToNumericDurationFormatters.get(locale); in MeasureFormat() 637 if (formatters == null) { in MeasureFormat() 638 formatters = loadNumericFormatters(locale); in MeasureFormat() 639 localeToNumericDurationFormatters.put(locale, formatters); in MeasureFormat() 642 this.numericFormatters = formatters; in MeasureFormat()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 409 if (ebin->formatters) in gst_encode_base_bin_dispose() 410 gst_plugin_feature_list_free (ebin->formatters); in gst_encode_base_bin_dispose() 411 ebin->formatters = NULL; in gst_encode_base_bin_dispose() 442 encode_bin->formatters = in gst_encode_base_bin_init() 2026 GList *formatters, *tmpfmtr; in _get_formatter() local 2034 formatters = in _get_formatter() 2035 gst_element_factory_list_filter (ebin->formatters, format, GST_PAD_SRC, in _get_formatter() 2038 if (formatters == NULL) in _get_formatter() 2042 for (tmpfmtr = formatters; tmpfmtr; tmpfmtr = tmpfmtr->next) { in _get_formatter() 2053 gst_plugin_feature_list_free (formatters); in _get_formatter() [all …]
|
D | gstencodebasebin.h | 62 GList *formatters; member
|
/third_party/python/Doc/library/ |
D | logging.config.rst | 242 .. _logging-config-dictschema-formatters: 244 * *formatters* - the corresponding value will be a dict in which each 360 and formatters are anonymous, once a configuration is set up, it is 365 the object graph of loggers, handlers, filters, formatters at 374 and is ``True``, the system will completely ignore any ``formatters`` and 390 handlers, formatters, filters - which are connected to each other in 407 formatters: 448 formatters. (Loggers do not need to have different types for 466 formatters: 478 The above YAML snippet defines three formatters. The first, with id [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/ |
D | README | 1 Specifications contains syntax formatters for Xcode 3. These do not appear to be supported yet on X…
|
/third_party/node/tools/gyp/tools/Xcode/ |
D | README | 1 Specifications contains syntax formatters for Xcode 3. These do not appear to be supported yet on X…
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | printf.cpp | 43 print_formatted(const std::vector<binary::printf_info> &formatters, in print_formatted() argument 54 binary::printf_info fmt = formatters[fmt_idx-1]; in print_formatted()
|
/third_party/icu/docs/userguide/format_parse/ |
D | formatted_value.md | 27 returned by a number of ICU formatters. APIs for `FormattedValue` are available 37 Certain ICU formatters, like `FormattedList` and `FormattedDateInterval`, use
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 3700 SimpleDateFormat[] formatters = new SimpleDateFormat[5]; in TestCalendarType() local 3722 formatters[0] = (SimpleDateFormat)df; in TestCalendarType() 3723 formatters[0].applyPattern(testPattern); in TestCalendarType() 3725 formatters[0] = null; in TestCalendarType() 3731 formatters[1] = (SimpleDateFormat)df; in TestCalendarType() 3732 formatters[1].applyPattern(testPattern); in TestCalendarType() 3734 formatters[1] = null; in TestCalendarType() 3740 formatters[2] = (SimpleDateFormat)df; in TestCalendarType() 3741 formatters[2].applyPattern(testPattern); in TestCalendarType() 3743 formatters[2] = null; in TestCalendarType() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateFormatTest.java | 3603 SimpleDateFormat[] formatters = new SimpleDateFormat[5]; in TestCalendarType() local 3625 formatters[0] = (SimpleDateFormat)df; in TestCalendarType() 3626 formatters[0].applyPattern(testPattern); in TestCalendarType() 3628 formatters[0] = null; in TestCalendarType() 3634 formatters[1] = (SimpleDateFormat)df; in TestCalendarType() 3635 formatters[1].applyPattern(testPattern); in TestCalendarType() 3637 formatters[1] = null; in TestCalendarType() 3643 formatters[2] = (SimpleDateFormat)df; in TestCalendarType() 3644 formatters[2].applyPattern(testPattern); in TestCalendarType() 3646 formatters[2] = null; in TestCalendarType() [all …]
|