HomeSort by relevance Sort by last modified time
    Searched full:shadow (Results 101 - 125 of 1579) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ListPreferenceTest.java 23 private ShadowListPreference shadow; field in class:ListPreferenceTest
28 shadow = Robolectric.shadowOf(listPreference);
33 assertThat(shadow, instanceOf(ShadowDialogPreference.class));
  /external/v8/test/mjsunit/
global-load-from-nested-eval.js 38 // Shadow variable with a with statement.
46 // Shadow variable with an eval-introduced variable.
56 // Eval that does not shadow.
  /ndk/sources/host-tools/make-3.81/tests/
mkshadow 3 # Simple script to make a "shadow" test directory, using symbolic links.
4 # Typically you'd put the shadow in /tmp or another local disk
56 echo "Shadow test suite created in \`$dest/$name'."
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_separator_view.h 20 // A view used to draw a drop shadow beneath the omnibox popup.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
index.html 15 box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  /external/chromium_org/ui/keyboard/resources/
polymer_loader.js 6 // where native Custom Elements are available but native Shadow DOM is not.
  /external/clang/test/CXX/temp/temp.param/
p13.cpp 12 // Check for bogus template parameter shadow warning.
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 18 03c0 0000 0000 - 1000 0000 0000: shadow
27 0400 0000 0000 - 1000 0000 0000: shadow
42 1000 0000 0000 - 1380 0000 0000: shadow
52 0100 0000 0000 - 0560 0000 0000: shadow
115 static inline uptr ShadowToMem(uptr shadow) {
116 CHECK(IsShadowMem(shadow));
118 return (shadow & ~kLinuxShadowMsk) / kShadowCnt;
120 return (shadow / kShadowCnt) | kLinuxAppMemMsk;
125 // that mapped to the same shadow address.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
Implements.java 5 * Indicates that a class declaration is intended to Shadow an Android class declaration. The Robolectric runtime
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMarginLayoutParams.java 10 * Shadow for {@link ViewGroup.MarginLayoutParams} that simulates its implementation.
ShadowZoomButtonsController.java 9 * Shadow of {@code ZoomButtonsController} that allows simulated clicking of the zoom button controls to trigger
  /external/valgrind/main/perf/
Makefile.am 30 tinycc_CFLAGS = $(AM_CFLAGS) -Wno-shadow -Wno-inline
  /packages/apps/Contacts/res/layout/
contact_detail_tab_carousel.xml 59 Shadow below the carousel. The ContactDetailTabCarousel increases its height to
60 account for this shadow, and the class assumes the height of this shadow to be
64 android:id="@+id/shadow"
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 16 /// (http://goo.gl/QKbem). We associate a few shadow bits with every
17 /// byte of the application memory, poison the shadow of the malloc-ed
18 /// or alloca-ed memory, load the shadow bits on every memory read,
19 /// propagate the shadow bits through some of the arithmetic
20 /// instruction (including MOV), store the shadow bits on every memory
22 /// associated shadow is poisoned.
32 /// Another difference from Memcheck is that we use 8 shadow bits per
33 /// byte of application memory and use a direct shadow mapping. This
35 /// shadow updates (Memcheck is single-threaded so races are not a
36 /// concern there. Memcheck uses 2 shadow bits per byte with a slo
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe.css 63 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 2px
70 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
78 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 2px
87 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
96 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 2px
102 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
109 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 2px
114 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
136 box-shadow: 0 5px 80px #505050;
152 text-shadow: white 0 1px 2px
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
drag-drop.jd 38 The drag shadow</a>
130 being dragged. As the user's finger moves this representation (a &quot;drag shadow&quot;)
133 Once the user releases the drag shadow, the system ends the drag operation.
190 drag shadow.
192 The system first responds by calling back to your application to get a drag shadow. It
193 then displays the drag shadow on the device.
216 The user continues the drag. As the drag shadow intersects the bounding box of a View
220 indicates that the drag shadow has entered the bounding box of the View
228 The user releases the drag shadow within the bounding box of a View that can accept the
236 Note that this step only occurs if the user drops the drag shadow within the boundin
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.css 21 -webkit-transition: text-shadow .15s;
24 text-shadow: 0 0 1px white;
28 text-shadow: 0 0 1px rgba(80, 108, 164, .5);
33 text-shadow: 0 0 1px rgba(40, 60, 120, .5);
59 -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1),
104 text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
301 -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1),
308 -webkit-transition: -webkit-box-shadow .1s, background .1s, border .5s;
333 -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15),
338 -webkit-transition: -webkit-box-shadow .2s, background .2s, border .2s
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/
sample.css 11 text-shadow: white 0 1px 2px;
23 box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/
sample.css 11 text-shadow: white 0 1px 2px;
23 box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
popup.css 18 text-shadow: white 0 1px 2px;
31 box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
  /external/chromium_org/content/browser/web_contents/aura/
shadow_layer_delegate.h 22 // ShadowLayerDelegate takes care of drawing a shadow on the left edge of
29 // Returns the layer for the shadow. Note that the ShadowLayerDelegate owns
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree.cpp 32 #include "core/dom/shadow/ElementShadow.h"
33 #include "core/dom/shadow/ShadowRoot.h"
120 ElementShadow* shadow = element->shadow(); local
121 if (!shadow)
124 // Adding scoped resolver for active shadow roots for shadow host styling.
125 for (ShadowRoot* shadowRoot = shadow->youngestShadowRoot(); shadowRoot; shadowRoot = shadowRoot->olderShadowRoot()) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ComposedTreeWalker.cpp 29 #include "core/dom/shadow/ComposedTreeWalker.h"
32 #include "core/dom/shadow/ElementShadow.h"
33 #include "core/html/shadow/HTMLContentElement.h"
34 #include "core/html/shadow/HTMLShadowElement.h"
41 return toElement(node)->shadow();
48 ElementShadow* shadow = shadowFor(node); local
49 return shadow ? traverseLightChildren(shadow->youngestShadowRoot(), direction)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowList.cpp 44 const ShadowData& shadow = shadowList->shadows()[i]; local
45 if (shadow.style() == Inset)
47 int blurAndSpread = shadow.blur() + shadow.spread() + additionalOutlineSize;
48 shadowLeft = std::min(shadow.x() - blurAndSpread, shadowLeft);
49 shadowRight = std::max(shadow.x() + blurAndSpread, shadowRight);
50 shadowTop = std::min(shadow.y() - blurAndSpread, shadowTop);
51 shadowBottom = std::max(shadow.y() + blurAndSpread, shadowBottom);
  /external/chromium_org/third_party/skia/include/effects/
SkBlurDrawLooper.h 19 This class draws a shadow of the object (possibly offset), and then draws
21 should there be an option to just draw the shadow/blur layer? webkit?

Completed in 1229 milliseconds

1 2 3 45 6 7 8 91011>>