Searched refs:design (Results 1 – 25 of 926) sorted by relevance
12345678910>>...38
85 * [API and ABI surface](design-docs/api-and-abi.md)86 * [Batch Trace Processor](design-docs/batch-trace-processor.md)87 * [Heapprofd design](design-docs/heapprofd-design.md)88 * [Heapprofd wire protocol](design-docs/heapprofd-wire-protocol.md)89 * [Heapprofd sampling](design-docs/heapprofd-sampling.md)90 * [Life of a tracing session](design-docs/life-of-a-tracing-session.md)91 * [Perfetto CI](design-docs/continuous-integration.md)92 * [ProtoZero](design-docs/protozero.md)93 * [Security model](design-docs/security-model.md)94 * [Statsd Checkpoint Atoms](design-docs/checkpoint-atoms.md)
12 debugfs-design20 romlib-design25 xlat-tables-lib-v2-design28 granule-protection-tables-design
1 .. _module-MODULE_NAME-design:8 inherent in its design, why this particular design was chosen over others, and14 ``design`` subdirectory.
9 module's solution and specific design should be in ``design.rst``.
52 Briefly explain any pertinent design considerations and trade-offs. For57 Many modules will have more extensive documentation on design and59 ``design.rst`` and linked to from this section.108 design
12 firmware-design13 interrupt-framework-design15 reset-design
28 FAFT Design Doc | [go/faft-design-doc] | [docs/faft-design-doc.md]33 [go/faft-design-doc]: https://goto.google.com/faft-design-doc34 [docs/faft-design-doc.md]: faft-design-doc.md
13 The main colours of the design are a dark pastel azure (``#336790``) and a pale28 - *"negative"* design - for dark backgrounds (e.g. website displayed in "dark30 (``#336790``) colour of the design can be swapped.42 shapes and proportions between the elements of the design.49 design under the ``docs/images`` directory. These representations can be65 This design was inspired by :user:`cajhne`'s `original proposal`_ and the78 This logo, design variations or a modified version may be used by anyone to
103 unsigned int lower, design, upper; in hb_style_get_value() local106 : hb_ot_layout_get_size_params (face, &design, nullptr, nullptr, nullptr, nullptr) in hb_style_get_value()107 ? design / 10.f in hb_style_get_value()
5 Material design: [Progress & activity](https://www.google.com/design/spec/components/progress-activ…7 Element providing a multiple color material design circular spinner.
15 ![](/docs/images/heapprofd-design/shmem-overview.png)17 ## High-level design18 … not block the client's malloc calls. This allows us to simplify the threading design of heapprofd.26 ![](/docs/images/heapprofd-design/shmem-detail.png)44 ## Detailed design75 ![shared memory sequence diagram](/docs/images/heapprofd-design/Shared-Memory0.png "shared memory s…84 ## Advantages over current design90 ## Disadvantages over current design
8 * [WebSocketBasicHandshakeStream design22 design for how extension callbacks are called when the network service is34 Early design doc for the current implementation. Mostly of historical interest
52 Pigweed's design is inherently and intentionally modular. So documentation at68 …"**Theoretical knowledge**", "Concept & design docs (`understanding-oriented <https://diataxis.fr/…112 ├── design.rst [or design/...] [when needed]133 How it works and why: ``design.rst`` & ``concepts.rst`` (understanding-oriented)135 Background on the design goals, assumptions, limitations, and implementation136 details of a module, and may contrast the design of the module with alternative141 too large, the single ``design.rst`` file can be replaced by a ``design``
80 Detailed design82 If the proposal includes code changes, the detailed design section should86 Any of the following should be discussed in the design, if applicable:88 - API design.
1 ![banner](https://raw.github.com/PhilJay/MPChart/master/design/feature_graphic_smaller.png)69 [![ScreenShot](https://github.com/PhilJay/MPAndroidChart/blob/master/design/video_thumbnail.png)](h…99 [![Share on Twitter](https://github.com/PhilJay/MPAndroidChart/blob/master/design/twitter_icon.png)…100 [![Share on Google+](https://github.com/PhilJay/MPAndroidChart/blob/master/design/googleplus_icon.p…101 [![Share on Facebook](https://github.com/PhilJay/MPAndroidChart/blob/master/design/facebook_icon.pn…111 **LineChart (with legend, simple design)**116 **LineChart (with legend, simple design)**131 **BarChart (with legend, simple design)**
6 [Shaped Text](/docs/dev/design/text_shaper) is a proposal for exposing the Browser's text shaping e…39 results are represented in the glyphs, positions, and [Font](/docs/dev/design/text_shaper) paramete…41 [Font](/docs/dev/design/text_shaper) is far more specific in this extension that the existing conte…52 [Shaped Text](/docs/dev/design/text_shaper) introduced the Font interface, but for shaping, it only…94 [Overview document](/docs/dev/design/text_overview)
9 The software located here, of necessity, has very specific and stringent design34 To accomplish these requirements, the library has numerous design criteria that35 must be satisfied. Here's a high level summary of the library's design criteria:
1 .. _module-pw_string-design:4 pw_string design9 classes will provide some context around ``pw_string`` design decisions.70 design and instead returns a string_view which does not require
15 // This VHDL or Verilog source code is intended as a design reference17 // It is the user's responsibility to verify their design for
5 Material design: [Surface reaction](https://www.google.com/design/spec/animation/responsive-interac…
17 at least 80% of design capacity (battery wear can be 20% at most). Over the26 # battery must be at least 80% of design capacity
6 Material design: [Text fields](https://www.google.com/design/spec/components/text-fields.html)
10 …- You arrange Your design such that the Derivative Work is an identifiable module within Your over…15 …ftware files used to implement Your design. Derivative Work does not include identifiable modules …17 …eated from the Software or a Derivative Work to physically implement the design in devices such as…27 … this Lattice Open Source License Agreement. However, depending on your design, the output files …
6 explained in [design.md](design.md).11 manually designed for each architecture, etc. The design choice made in gemmlowp146 As explained in [design.md](design.md), gemmlowp starts by packing blocks of the172 1. Freely design a GEMM kernel with a freely chosen data layout.
8 For design doc, see https://perfetto.dev/docs/design-docs/heapprofd-design.