Home
last modified time | relevance | path

Searched refs:Blink (Results 1 – 23 of 23) sorted by relevance

/external/syslinux/efi64/include/efi/
Defilink.h30 struct _LIST_ENTRY *Blink; member
45 (ListHead)->Blink = ListHead;
67 _Blink = (Entry)->Blink; \
69 _Flink->Blink = _Blink; \
76 (Entry)->Blink = (LIST_ENTRY *) BAD_POINTER;
93 _Blink = _ListHead->Blink; \
95 (Entry)->Blink = _Blink; \
97 _ListHead->Blink = (Entry); \
113 (Entry)->Blink = _ListHead; \
114 _Flink->Blink = (Entry); \
[all …]
/external/syslinux/efi32/include/efi/
Defilink.h30 struct _LIST_ENTRY *Blink; member
45 (ListHead)->Blink = ListHead;
67 _Blink = (Entry)->Blink; \
69 _Flink->Blink = _Blink; \
76 (Entry)->Blink = (LIST_ENTRY *) BAD_POINTER;
93 _Blink = _ListHead->Blink; \
95 (Entry)->Blink = _Blink; \
97 _ListHead->Blink = (Entry); \
113 (Entry)->Blink = _ListHead; \
114 _Flink->Blink = (Entry); \
[all …]
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defilink.h30 struct _LIST_ENTRY *Blink; member
45 (ListHead)->Blink = ListHead;
67 _Blink = (Entry)->Blink; \
69 _Flink->Blink = _Blink; \
76 (Entry)->Blink = (LIST_ENTRY *) BAD_POINTER;
93 _Blink = _ListHead->Blink; \
95 (Entry)->Blink = _Blink; \
97 _ListHead->Blink = (Entry); \
113 (Entry)->Blink = _ListHead; \
114 _Flink->Blink = (Entry); \
[all …]
/external/skia/resources/
Dslides_content2.lua30 - Blink : under the GraphicsContext hood
35 Skia In Blink
37 Skia In Blink : Fonts
41 - Push LCD decision-making out of Blink
43 Skia In Blink : Record-Time-Rasterization
47 - Problematic in modern Blink
52 Skia In Blink : RTR response
60 Skia In Blink : Recording
68 Skia In Blink : Recording response
76 Skia In Blink : Playback
[all …]
/external/skia/site/dev/chrome/
Dblink.md1 Blink layout tests
4 How to land Skia changes that change Blink layout test results.
9 special coordination with the Blink gardener using these steps:
13 detail on running the Blink layout tests\).
16Blink LayoutTests/TestExpectations [file](https://chromium.googlesource.com/chromium/src/+/master/…
19 5. Check in another change to the Blink TestExpectations file changing the flags to
38 1. Make a change in Skia which will change many Blink layout tests.
47 2. Make a change in Skia which will change many Blink layout tests.
60 1. Choose a time when the Blink tree is likely to be quiet. Avoid PST afternoons in
62 determine who the Blink gardener is and notify them. You will be making the
[all …]
Dindex.md4 Changes to the Skia repository will be rolled into Chromium (and Blink) by the
7 If you have a Skia change that needs to be tested in Chrome or Blink, or which
Dmulti_repo_trybots.md4 When a proposed Skia change will require a change in Chromium or Blink it is
5 often helpful to locally create the Chromium and Blink changes and test with the
7 which affect Blink layout tests. While simple to do locally, this explains how
Dchanges.md34 If your changes will affect Blink layout tests, see detailed instructions about
35 how to synchronize the changes between Skia, Blink, and Chromium [here](./blink).
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/
Dvm.c99 Link->Blink == ListHead ? DebugDisposition : 0, in RtConvertList()
100 (VOID **)&Link->Blink in RtConvertList()
/external/v8/tools/clang/blink_gc_plugin/
DCMakeLists.txt33 # TODO(https://crbug.com/675879): Clean up after the Blink rename.
48 # TODO(https://crbug.com/675879): Clean up after the Blink rename.
DREADME.chromium1 This clang plugin checks various invariants of the Blink garbage
/external/libmojo/third_party/jinja2/
DREADME.chromium10 Template engine for code generation in Blink.
/external/skia/site/dev/sheriffing/
Dindex.md157 * Labels: OS-All & Cr-Blink-LayoutTests
166 * (Preferred but slower) Make a separate Blink patch by editing LayoutTests/TestExpectations
173 * Make a Blink patch by editing LayoutTests/TestExpectations
180 * Wait for the Blink patch to roll into Chrome
/external/skia/site/dev/contrib/
Dsubmit.md164 Keep in mind that Skia is rolled daily into Blink and Chromium. Run local tests
167 your friendly Skia-Blink engineer to evaluate, rebaseline, and land your
172 [How to land Skia changes that change Blink layout test results](../chrome/layouttest)
/external/pdfium/xfa/fde/css/
Dfde_css.h73 Blink, enumerator
Dfde_cssdatatable.cpp161 {FDE_CSSPropertyValue::Blink, L"blink", 0xDC36E390},
Dcfde_cssstyleselector.cpp584 case FDE_CSSPropertyValue::Blink: in ToTextDecoration()
/external/libmojo/mojo/
Dmojo_edk_tests.gyp98 # TODO(yzshen): Blink-flavor bindings tests should be moved into
/external/v8/tools/mb/docs/
Ddesign_spec.md245 needed to fully test Blink. Each of those is a separate test step.
280 but additionally build everything needed to test Blink (`blink_tests`):
/external/libchrome/base/allocator/
DREADME.md6 - Large parts of the renderer (Blink) use two home-brewed allocators,
/external/walt/docs/usage/
DWALT_usage.md149 Blink count was: 0
/external/python/cpython2/Doc/library/
Dcurses.rst1244 | ``A_BLINK`` | Blink mode. |
/external/v8/
DChangeLog15949 Mark all APIs without callers in Blink as deprecated.
23854 Bugfix to solve issues with enabling V8 typed arrays in Blink.