Home
last modified time | relevance | path

Searched refs:detailed (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
Dedid-parse.c420 DetailedTiming *detailed) in decode_detailed_timing() argument
430 detailed->pixel_clock = (timing[0x00] | timing[0x01] << 8) * 10000; in decode_detailed_timing()
431 detailed->h_addr = timing[0x02] | ((timing[0x04] & 0xf0) << 4); in decode_detailed_timing()
432 detailed->h_blank = timing[0x03] | ((timing[0x04] & 0x0f) << 8); in decode_detailed_timing()
433 detailed->v_addr = timing[0x05] | ((timing[0x07] & 0xf0) << 4); in decode_detailed_timing()
434 detailed->v_blank = timing[0x06] | ((timing[0x07] & 0x0f) << 8); in decode_detailed_timing()
435 detailed->h_front_porch = timing[0x08] | get_bits (timing[0x0b], 6, 7) << 8; in decode_detailed_timing()
436 detailed->h_sync = timing[0x09] | get_bits (timing[0x0b], 4, 5) << 8; in decode_detailed_timing()
437 detailed->v_front_porch = in decode_detailed_timing()
439 detailed->v_sync = in decode_detailed_timing()
[all …]
/third_party/boost/libs/log/doc/
Dchangelog.qbk16 * The [link log.detailed.sink_backends.syslog syslog] sink backend now verifies the IP version of t…
21 * Added a new [link log.detailed.utilities.manipulators.range `range_manip`] stream manipulator tha…
22 * Added a new [link log.detailed.utilities.manipulators.tuple `tuple_manip`] stream manipulator tha…
23 * Added a new [link log.detailed.utilities.manipulators.optional `optional_manip`] stream manipulat…
36 * Fixed that [link log.detailed.sink_backends.text_file `text_file_backend`]`::rotate_file` could t…
45 * Added `auto_newline` [link log.detailed.expressions.formatters.auto_newline formatter] and [link …
46detailed.sink_backends.text_ostream output stream], [link log.detailed.sink_backends.text_file tex…
48 …the trailing newline is added there, if needed (e.g. by using [link log.detailed.expressions.forma…
50 * [link log.detailed.sink_backends.text_ostream Output stream] and [link log.detailed.sink_backends…
51 …ilter` and `format` named parameters to sink constructors and [link log.detailed.utilities.setup.c…
[all …]
Dtutorial.qbk44 …ince we're setting up a global filter, we have to acquire the [link log.detailed.core.core logging…
64 The added piece is the call to the [link log.detailed.utilities.setup.convenience `add_file_log`] f…
70detailed.sink_backends.text_file here] for what regards the text file sink). This and other conven…
84detailed.sink_frontends.sync `synchronous_sink`] class template in the snippet above) is responsib…
86detailed.sink_frontends.sync `synchronous_sink`] class template above indicates that the sink is s…
88 The [link log.detailed.sink_backends.text_ostream `text_ostream_backend`] class writes formatted lo…
96 The [link log.detailed.sink_backends.text_ostream `text_ostream_backend`] supports adding several s…
100detailed.sink_backends backends] that provide different log processing logic. For instance, by spe…
102 …ged until you release the backend). The only exception is the [link log.detailed.sink_frontends.un…
120 …th each other in order to construct more complex loggers. See [link log.detailed.sources here] for…
[all …]
Dcore.qbk18 * Through [link log.detailed.attributes.related_components.value_processing value visitation and ex…
22 * By searching the [link log.detailed.attributes.related_components.attribute_value_set set of attr…
30 … processing. Non-empty log records can only be created by the [link log.detailed.core.core logging…
91 …ng `add_*` methods are invalidated. In particular, it affects [link log.detailed.attributes.relate…
97 … the `set_filter` method. More on creating filters appears in [link log.detailed.expressions.predi…
147 …f sinks in the following sections: [link log.detailed.sink_frontends Sink Frontends] and [link log…
153 …is invoked from within a `catch` clause. The library provides [link log.detailed.utilities.excepti…
155 …ndling facilities (see [link log.detailed.sink_frontends.basic_services.exception_handling here] a…
165 …d with these attribute values, the method returns a non-empty [link log.detailed.core.record recor…
Dexpressions.qbk14 …e application settings. This part of the library is described [link log.detailed.utilities.setup.f…
25detailed.utilities.value_ref reference] to the extracted value, `name` and `T` are the attribute v…
69 [tip You can also use the [link log.detailed.expressions.predicates.has_attr `has_attr`] predicate …
73detailed.utilities.value_ref `value_ref`]-wrapped values in place of the modified `attr` placehold…
79detailed.expressions.attr abstract description] of `attr` above is optional and by default is `voi…
85 …ent formatting operator for the severity level wrapped in the [link log.detailed.utilities.manipul…
96 Attribute keywords can be used as replacements for the [link log.detailed.expressions.attr `attr`] …
104 Attribute keywords behave the same way as the [link log.detailed.expressions.attr `attr`] placehold…
116 The `record` placeholder can be used in `bind` expressions to pass the whole log [link log.detailed
126 [note In case of filters, the placeholder will correspond to the [link log.detailed.attributes.rela…
[all …]
Dutilities.qbk70 …de string types. Currently only includes STL string types and [link log.detailed.utilities.string_…
101 …o customize formatting behavior. This tag is forwarded to the [link log.detailed.utilities.manipul…
369 …eue internally uses a process-shared storage identified by an [link log.detailed.utilities.ipc.obj…
385 … directly, one would use a special sink backend for that. See [link log.detailed.sink_backends.tex…
548 … is greater than 3. The attribute value must be of one of the [link log.detailed.utilities.predef_…
549 … `true` if an attribute value with name "Ratio" of one of the [link log.detailed.utilities.predef_…
550 …is not found. The "Tag" attribute value must be of one of the [link log.detailed.utilities.predef_…
571 …default the library only supports those attribute value types [link log.detailed.utilities.predef_…
573 …ly less optimal than the equivalent ones written in code with [link log.detailed.expressions templ…
595 [[Filter] [Filter string as described [link log.detailed.utilities.setup.filter_form…
[all …]
Dsources.qbk16 …In such cases the logger is normally used in conjunction with [link log.detailed.attributes.relate…
42 And, of course, severity loggers also provide the same functionality the [link log.detailed.sources…
51 …s) as a default. Aside from that, the usage is similar to the [link log.detailed.sources.basic_log…
55 …nel name of individual log records. This can be useful when a [link log.detailed.sources.global_st…
69 …g the filtering or processing of log records. One can use the [link log.detailed.utilities.excepti…
73 [tip [link log.detailed.core.core.exception_handling Logging core] and [link log.detailed.sink_fron…
81 … the described loggers with [link log.detailed.sources.severity_level_logger severity level] and […
Dsink_frontends.qbk14 …ered in the logging core to begin processing records. See the [link log.detailed.sink_backends Sin…
16 Below is a more detailed overview of the services provided by sink frontends.
24 …om filtering function object or a filter constructed with the [link log.detailed.expressions libra…
32 …ds, frontends implement record formatting. Like with filters, [link log.detailed.expressions lambd…
40 [tip [link log.detailed.core.core.exception_handling Logging core] and [link log.detailed.sources.e…
42 The library provides a [link log.detailed.utilities.exception_handlers convenient tool] for dispatc…
143 … on the frontend construction. It may be useful to employ the [link log.detailed.utilities.record_…
/third_party/flutter/flutter/dev/benchmarks/macrobenchmarks/
DREADME.md15 More detailed logs should be in `build/cull_opacity_perf.timeline.json`.
27 More detailed logs should be in `build/cubic_bezier_perf.timeline.json`.
39 More detailed logs should be in `build/backdrop_filter_perf.timeline.json`.
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporter.java403 public String getAllLanguageReports(boolean detailed) { in getAllLanguageReports() argument
409 retStr += getLanguageReport(detailed, (Bundle)bundles.elementAt(i)); in getAllLanguageReports()
414 private String getLanguageReport(boolean detailed, Bundle dict) { in getLanguageReport() argument
433 if (detailed) { in getLanguageReport()
443 public Document getHTMLReportz(boolean detailed) { in getHTMLReportz() argument
471 getHTMLLanguageReportz(html, body_elem, detailed, (Bundle)bundles.elementAt(i)); in getHTMLReportz()
480 public String getHTMLReport(boolean detailed) { in getHTMLReport() argument
488 buffer.append(getHTMLLanguageReport(detailed, (Bundle)bundles.elementAt(i))); in getHTMLReport()
495 …private void getHTMLLanguageReportz(Document html, Element body_elem, boolean detailed, Bundle dic… in getHTMLLanguageReportz() argument
520 if (detailed) { in getHTMLLanguageReportz()
[all …]
/third_party/node/deps/npm/node_modules/libnpmsearch/
Dindex.js8 detailed: { default: false }, property
72 if (opts.detailed) {
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dexecution_tree.cc131 bool last, bool detailed) const { in PrintNode()
136 if (!detailed) { in PrintNode()
140 dataset_op->Print(out, detailed); in PrintNode()
145 …s->PrintNode(out, dataset_op->child_[i], indent, (i == (dataset_op->child_.size() - 1)), detailed); in PrintNode()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfoMain.java158 if (options.detailed) { in main()
168 if (options.detailed) { in main()
202 if (options.detailed) { in main()
218 if (options.detailed) { in main()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfoMain.java158 if (options.detailed) { in main()
168 if (options.detailed) { in main()
202 if (options.detailed) { in main()
218 if (options.detailed) { in main()
/third_party/node/doc/guides/
Dmaintaining-the-build-files.md15 Makefile mentioned below is maintained separately by humans). For a detailed
19 targets of its own. For a detailed guide on this script, see
24 detailed guide on this file, see [Makefile](#makefile).
/third_party/glib/gio/
Dgpropertyaction.c312 gchar *detailed; in g_property_action_set_property_name() local
332 detailed = g_strconcat ("notify::", paction->pspec->name, NULL); in g_property_action_set_property_name()
334 g_signal_connect (paction->object, detailed, G_CALLBACK (g_property_action_notify), paction); in g_property_action_set_property_name()
335 g_free (detailed); in g_property_action_set_property_name()
/third_party/glib/gio/tests/
Dactions.c446 const gchar *detailed; in test_parse_detailed() member
480 success = g_action_parse_detailed_name (testcases[i].detailed, &name, &target, &error); in test_parse_detailed()
484 testcases[i].detailed, testcases[i].expected_error); in test_parse_detailed()
487 g_error ("Unexpected failure on '%s': %s", testcases[i].detailed, error->message); in test_parse_detailed()
493 error->message, testcases[i].detailed, testcases[i].expected_error); in test_parse_detailed()
504 gchar *detailed; in test_parse_detailed() local
506 detailed = g_action_print_detailed_name (name, target); in test_parse_detailed()
507 g_assert_cmpstr (detailed, ==, testcases[i].detailed_roundtrip); in test_parse_detailed()
508 g_free (detailed); in test_parse_detailed()
/third_party/grpc/tools/internal_ci/macos/
Dgrpc_run_bazel_cpp_ios_tests.sh29 tools/bazel test --test_summary=detailed --test_output=all $test
/third_party/libwebsockets/READMEs/
DREADME.logging.md23 |`LLL_DEBUG`|`lwsl_debug()`|n|Very detailed information about what lws is doing|
24 |`LLL_PARSER`|`lwsl_parser()`|n|Very detailed information about parsing|
25 |`LLL_HEADER`|`lwsl_header()`|n|Very detailed information about header processing|
26 |`LLL_EXT`|`lwsl_ext()`|n|Very detailed information about ws extensions|
27 |`LLL_CLIENT`|`lwsl_client()`|n|Very detailed information about client connections|
28 |`LLL_LATENCY`|`lwsl_latency()`|n|detailed latency stats|
29 |`LLL_THREAD`|`lwsl_thread()`|n|detailed threadpool information|
/third_party/boost/tools/build/test/
Dreadme.txt5 See test_system.html for detailed information on using the Boost Build test
/third_party/grpc/examples/php/route_guide/
DREADME.md4 a detailed tutorial for using gRPC in PHP.
/third_party/grpc/examples/cpp/route_guide/
DREADME.md4 a detailed tutorial for using gRPC in C++.
/third_party/grpc/examples/ruby/route_guide/
DREADME.md4 a detailed tutorial for using gRPC in Ruby.
/third_party/grpc/examples/csharp/RouteGuide/
DREADME.md4 a detailed tutorial for using gRPC in C#.
/third_party/boost/tools/build/example/built_tool/
Dreadme.txt5 to core/Jamfile.jam for detailed comments.

12345678910>>...35