Home
last modified time | relevance | path

Searched refs:blink (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/test/mjsunit/es6/
Dstring-html.js32 assertEquals('_'.blink(), '<blink>_</blink>');
33 assertEquals('<'.blink(), '<blink><</blink>');
34 assertEquals(String.prototype.blink.call(0x2A), '<blink>42</blink>');
36 String.prototype.blink.call(undefined); method in String
39 String.prototype.blink.call(null); method in String
41 assertEquals(String.prototype.blink.length, 0);
/external/iptables/extensions/
Dlibxt_LED.man2 lights, to blink or illuminate them when certain packets pass through the
14 (blink as fast as possible.) The special value \fIinf\fP can be given to
19 \fB\-\-led\-always\-blink\fP
20 Always make the LED blink on packet arrival, even if the LED is already on.
/external/libvterm/src/
Dpen.c151 state->pen.blink = 0; setpenattr_bool(state, VTERM_ATTR_BLINK, 0); in vterm_state_resetpen()
173 setpenattr_bool(state, VTERM_ATTR_BLINK, state->pen.blink); in vterm_state_savepen()
247 state->pen.blink = 1; in vterm_state_setpen()
288 state->pen.blink = 0; in vterm_state_setpen()
385 if(state->pen.blink) in vterm_state_getpen()
439 val->boolean = state->pen.blink; in vterm_state_get_penattr()
Dscreen.c21 unsigned int blink : 1; member
408 screen->pen.blink = val->boolean; in setpenattr()
751 cell->attrs.blink = intcell->pen.blink; in vterm_screen_get_cell()
788 intcell->pen.blink = cell->attrs.blink; in vterm_screen_set_cell()
873 if((attrs & VTERM_ATTR_BLINK_MASK) && (a->pen.blink != b->pen.blink)) in attrs_differ()
Dvterm_internal.h30 unsigned int blink:1; member
/external/skia/site/dev/chrome/
Dblink.md16 …Blink LayoutTests/TestExpectations [file](http://src.chromium.org/viewvc/blink/trunk/LayoutTests/T…
42 blink\-deps\-roller.
51 5. Add code suppression to Blink's 'public/blink\_skia\_config\.gyp'.
56 1. Add code suppression to Blink's 'public/blink\_skia\_config\.gyp' before making code
70 2. Add code suppression to Blink's 'public/blink\_skia\_config\.gyp'.
82 …lines to Blink's LayoutTests/TestExpectations [file](http://src.chromium.org/viewvc/blink/trunk/La…
Dchanges.md35 how to synchronize the changes between Skia, Blink, and Chromium [here](./blink).
/external/skia/site/dev/testing/
Dct.md45 blink-dev threads discussing how to make Chrome faster using the results gathered from CT:
47 …ion for top million sites](https://groups.google.com/a/chromium.org/d/msg/blink-dev/-R47hzmkdig/xI…
48 * [Layout time for top 10k sites](https://groups.google.com/a/chromium.org/d/msg/blink-dev/fkRYGcIQ…
49 * [Perf profile for top million sites](https://groups.google.com/a/chromium.org/forum/#!topic/blink
/external/v8/test/mjsunit/
Dhtml-string-funcs.js34 var simple = { big: 'big', blink: 'blink', bold: 'b', property
/external/chromium-trace/catapult/telemetry/third_party/WebKit/
DREADME.chromium3 URL: http://www.chromium.org/blink
/external/v8/infra/config/
Dcq.cfg69 name: "tryserver.blink"
/external/opencv3/samples/cpp/
Dcalibration.cpp440 bool blink = false; in main() local
495 blink = capture.isOpened(); in main()
518 if( blink ) in main()
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text270 I strongly recommend against using any `<blink>` tags.
278 <code>&lt;blink&gt;</code> tags.</p>
DMarkdown Documentation - Syntax.text772 Please don't use any `<blink>` tags.
776 <p>Please don't use any <code>&lt;blink&gt;</code> tags.</p>
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text270 I strongly recommend against using any `<blink>` tags.
278 <code>&lt;blink&gt;</code> tags.</p>
DMarkdown Documentation - Syntax.text772 Please don't use any `<blink>` tags.
776 <p>Please don't use any <code>&lt;blink&gt;</code> tags.</p>
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt270 I strongly recommend against using any `<blink>` tags.
278 <code>&lt;blink&gt;</code> tags.</p>
/external/libvterm/include/
Dvterm.h226 unsigned int blink : 1; member
/external/skia/site/dev/tools/
Dmarkdown.md385 I strongly recommend against using any `<blink>` tags.
393 <code>&lt;blink&gt;</code> tags.</p>
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DTextField.java320 blink(); in draw()
399 private void blink () { in blink() method in TextField
/external/v8/test/webkit/fast/js/kde/
Dinbuilt_function_proto-expected.txt61 PASS String.prototype.blink.__proto__ is Function.prototype
/external/clang/docs/
DSafeStack.rst55 implementations for C/C++ (e.g., Oilpan in chromium/blink), which must be
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
Dtests1.dat1728 </strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2><…
1738 Line: 1 Col: 47 Unexpected end tag (blink) after the (implied) root element.
1822 <table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select>…
1839 Line: 1 Col: 58 Unexpected end tag (blink) in table context caused voodoo mode.
1840 Line: 1 Col: 58 Unexpected end tag (blink). Ignored.
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt735 Please don't use any `<blink>` tags.
739 <p>Please don't use any <code>&lt;blink&gt;</code> tags.</p>
/external/tagsoup/
DCHANGES23 Support non-standard elements bgsound, blink, canvas, comment, listing,

12