HomeSort by relevance Sort by last modified time
    Searched full:blink (Results 426 - 450 of 743) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
lsr.s 5 lsr ilink1,ilink2,blink
or.s 5 or ilink1,ilink2,blink
ror.s 5 ror ilink1,ilink2,blink
sbc.s 5 sbc ilink1,ilink2,blink
sub.s 5 sub ilink1,ilink2,blink
textinsn3op.s 6 myinsn ilink1,ilink2,blink
xor.s 5 xor ilink1,ilink2,blink
  /external/libmojo/mojo/public/tools/bindings/
mojom.gni 77 variant = "blink"
96 # C++ bindings using Blink standard types.
123 # The value to use for visibility for the blink variant. If unset,
140 # the last three are for the blink variant.
152 # These three parameters are the blink variants of the previous 3.
158 # two are for the blink variant.
165 # These two parameters are the blink variants of the previous two.
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 5 // Changes Blink-style names to Chrome-style names. Currently transforms:
196 // blink::InternalSettings::trace method overrides
197 // 1) blink::InternalSettingsGenerated::trace
199 // 2) blink::Supplement<blink::Page>::trace
201 // It is safe to rename blink::InternalSettings::trace, because
206 hasParent(namespaceDecl(hasName("blink"),
300 // mimicked after std library / are typically not originating from Blink.
354 // Subclasses of InspectorAgent will subclass "disable()" from both blink and
358 IsMethodOverrideOf(decl, "blink::InspectorAgent")
    [all...]
  /device/google/wahoo/liblight/
lights.c 66 = "/sys/class/leds/red/blink";
69 = "/sys/class/leds/green/blink";
72 = "/sys/class/leds/blue/blink";
  /external/v8/tools/clang/blink_gc_plugin/
Config.h 8 // blink::Foo) so that the plugin can be enabled for all of chromium. Doing so
9 // would allow us to catch errors with structures outside of blink that might
10 // have unsafe pointers to GC allocated blink structures.
BlinkGCPluginConsumer.h 21 // Main class containing checks for various invariants of the Blink
  /frameworks/base/core/tests/coretests/src/android/widget/
EditorCursorTest.java 203 // only when cursor is visible during blink.
207 assertThat("Problem while waiting for the cursor to blink",
210 fail("Problem while waiting for the cursor to blink");
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 130 blink(intent.getIntExtra(EXTRA_TIMES, 1));
174 private void blink(int blinks) { method in class:ProtipWidget
175 // don't blink if no bubble showing or if goodmorning() is happening
  /external/skia/site/dev/sheriffing/
index.md 157 * 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/skqp/site/dev/sheriffing/
index.md 157 * 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/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 57 BLINK = '' #: Turn on blink mode
80 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
  /external/v8/src/js/
string.js 133 CHECK_OBJECT_COERCIBLE(this, "String.prototype.blink");
134 return "<blink>" + TO_STRING(this) + "</blink>";
302 "blink", StringBlink,
  /external/walt/android/WALT/app/src/main/res/layout/
fragment_screen_response.xml 54 walt:description="Blink Latency [ms]"
  /external/walt/android/WALT/app/src/main/res/values/
strings.xml 40 <item>Blink Latency</item>
  /external/libvterm/src/
screen.c 21 unsigned int blink : 1; member in struct:__anon26330
408 screen->pen.blink = val->boolean;
751 cell->attrs.blink = intcell->pen.blink;
788 intcell->pen.blink = cell->attrs.blink;
873 if((attrs & VTERM_ATTR_BLINK_MASK) && (a->pen.blink != b->pen.blink))
  /external/tensorflow/tensorflow/core/lib/io/
path_test.cc 32 EXPECT_EQ("/foo/bar/baz/blah/blink/biz",
33 JoinPath("/foo/bar/baz/", "/blah/blink/biz"));
  /external/v8/src/inspector/
v8-console.h 74 // TODO(foolip): There is no spec for the Memory Info API, see blink-dev:
75 // https://groups.google.com/a/chromium.org/d/msg/blink-dev/g5YRCGpC9vs/b4OJz71NmPwJ
  /external/v8/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 167 namespace blink { namespace
318 struct VectorTraits<blink::Member<T> > {
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/heap/
stubs.h 167 namespace blink { namespace
318 struct VectorTraits<blink::Member<T> > {

Completed in 240 milliseconds

<<11121314151617181920>>