HomeSort by relevance Sort by last modified time
    Searched full:shadow (Results 676 - 700 of 1600) sorted by null

<<21222324252627282930>>

  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css 924 box-shadow:2px 3px 1px #eee;
925 -moz-box-shadow:2px 3px 1px #eee;
926 -webkit-box-shadow:2px 3px 1px #eee;
1014 box-shadow:2px 3px 1px #eee;
1015 -moz-box-shadow:2px 3px 1px #eee;
1016 -webkit-box-shadow:2px 3px 1px #eee;
1588 box-shadow:-5px 5px 10px #ccc;
1589 -moz-box-shadow:-5px 5px 10px #ccc;
1590 -webkit-box-shadow:-5px 5px 10px #ccc;
1608 box-shadow:-10px 10px 40px #888
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 924 box-shadow:2px 3px 1px #eee;
925 -moz-box-shadow:2px 3px 1px #eee;
926 -webkit-box-shadow:2px 3px 1px #eee;
1014 box-shadow:2px 3px 1px #eee;
1015 -moz-box-shadow:2px 3px 1px #eee;
1016 -webkit-box-shadow:2px 3px 1px #eee;
1588 box-shadow:-5px 5px 10px #ccc;
1589 -moz-box-shadow:-5px 5px 10px #ccc;
1590 -webkit-box-shadow:-5px 5px 10px #ccc;
1608 box-shadow:-10px 10px 40px #888
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/
android-developer-docs.css 924 box-shadow:2px 3px 1px #eee;
925 -moz-box-shadow:2px 3px 1px #eee;
926 -webkit-box-shadow:2px 3px 1px #eee;
1014 box-shadow:2px 3px 1px #eee;
1015 -moz-box-shadow:2px 3px 1px #eee;
1016 -webkit-box-shadow:2px 3px 1px #eee;
1588 box-shadow:-5px 5px 10px #ccc;
1589 -moz-box-shadow:-5px 5px 10px #ccc;
1590 -webkit-box-shadow:-5px 5px 10px #ccc;
1608 box-shadow:-10px 10px 40px #888
    [all...]
  /build/tools/droiddoc/templates-sdk-refonly/assets/
android-developer-docs.css 924 box-shadow:2px 3px 1px #eee;
925 -moz-box-shadow:2px 3px 1px #eee;
926 -webkit-box-shadow:2px 3px 1px #eee;
1014 box-shadow:2px 3px 1px #eee;
1015 -moz-box-shadow:2px 3px 1px #eee;
1016 -webkit-box-shadow:2px 3px 1px #eee;
1588 box-shadow:-5px 5px 10px #ccc;
1589 -moz-box-shadow:-5px 5px 10px #ccc;
1590 -webkit-box-shadow:-5px 5px 10px #ccc;
1608 box-shadow:-10px 10px 40px #888
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown/
demo.html 52 html /deep/ paper-dropdown:not(.no-padding)::shadow #scroller {
72 <shadow></shadow>
  /external/libvncserver/webclients/novnc/include/
base.css 296 /*box-shadow:inset 0.4px 0.4px 0.4px #000000;*/
313 /*box-shadow:inset 0.4px 0.4px 0.4px #000000;*/
384 text-shadow:
  /external/llvm/test/CodeGen/X86/
stackmap-nops.ll 227 ; Add an extra stackmap with a zero-length shadow to thwart the shadow
228 ; optimization. This will force all 15 bytes of the previous shadow to be
  /external/ppp/pppd/
session.c 79 #include <shadow.h>
328 * If there is no shadow entry for the user, then we can't verify the
350 /* We have a valid shadow entry, keep the password */
  /external/webrtc/webrtc/video/
full_stack_plot.py 280 ax1.legend(loc="upper left", shadow=True, fontsize="large")
281 ax2.legend(loc="upper right", shadow=True, fontsize="large")
283 ax1.legend(loc="best", shadow=True, fontsize="large")
  /frameworks/base/docs/image_sources/
rs_overview.graffle 24 <key>shadow</key>
245 <key>shadow</key>
336 <key>shadow</key>
492 <key>shadow</key>
648 <key>shadow</key>
806 <key>shadow</key>
986 <key>shadow</key>
1225 <key>shadow</key>
1342 <key>shadow</key>
    [all...]
  /frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
GridActivity.java 396 View shadow = new View(viewGroup.getContext());
397 shadow.setBackgroundResource(mNinePatchShadow);
398 viewGroup.addView(shadow);
  /art/runtime/interpreter/
interpreter_common.cc 527 // Reload from shadow frame in case the method moved, this is faster than adding a handle.
633 // Parameter registers go at the end of the shadow frame.
638 // Allocate shadow frame on the stack.
644 // Initialize new shadow frame by copying the registers from the callee shadow frame.
648 // register the shadow frame as under construction and allow suspension again.
    [all...]
  /art/runtime/
class_linker_test.cc 492 addOffset(OFFSETOF_MEMBER(mirror::Object, klass_), "shadow$_klass_");
493 addOffset(OFFSETOF_MEMBER(mirror::Object, monitor_), "shadow$_monitor_");
495 addOffset(OFFSETOF_MEMBER(mirror::Object, x_rb_ptr_), "shadow$_x_rb_ptr_");
496 addOffset(OFFSETOF_MEMBER(mirror::Object, x_xpadding_), "shadow$_x_xpadding_");
    [all...]
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 176 // Animate a drop-shadow of the image
229 // Animate the shadow of the image
  /external/clang/test/Driver/
gfortran.f90 28 ! RUN: -Wintrinsic-shadow \
149 ! CHECK: "-Wintrinsic-shadow"
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 32 u64 *shadow = reinterpret_cast<u64*>(MemToShadow(ptr)); local
35 shadow[i] = magic;
  /external/compiler-rt/lib/msan/
msan_report.cc 205 Printf("Shadow map of [%p, %p), %zu bytes:\n", start, end, end - start);
218 // Print shadow byte.
  /external/llvm/lib/Target/Sparc/
SparcCallingConv.td 52 // The integer registers %i0 to %i5 shadow the first 48 bytes of the parameter
56 // The floating point registers %f0 to %f31 shadow the first 128 bytes of the
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_sampler_state.c 266 /* Set shadow function:
271 * shadow comparison is enabled on each/any texture unit.
  /external/valgrind/docs/xml/
manual-core-adv.xml 710 xreflabel="Examining and modifying Valgrind shadow registers">
711 <title>Examining and modifying Valgrind shadow registers</title>
713 <para> When the option <option>--vgdb-shadow-registers=yes</option> is
715 Valgrind's shadow registers. GDB version 7.1 or later is needed for this
719 shadow register sets. These shadow registers can be accessed from
722 and second shadow register. For example, the x86 register
736 <para>Float shadow registers are shown by GDB as unsigned integer
738 shadow values are mostly used for memcheck validity bits. </para>
741 to <computeroutput>ymm15</computeroutput> have also their shadow
    [all...]
  /external/valgrind/gdbserver_tests/
README_DEVELOPERS 238 * tests of shadow registers
240 Show/modify shadow registers
  /external/valgrind/none/tests/
cmdline1.stdout.exp 90 --vgdb-shadow-registers=no|yes let gdb see the shadow registers [no]
  /packages/apps/Dialer/src/com/android/dialer/list/
SearchFragment.java 295 // Use negative shadow height instead of 0 to account for the 9-patch's shadow.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogDatabaseHelper.java 49 /** Instance for the "shadow" provider. */
200 // Shadow provider is always encryption-aware.
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/lib/linux/
libclang_rt.asan-arm-android.so 

Completed in 582 milliseconds

<<21222324252627282930>>