/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion39.txt | 37 android:shadowColor : Place a shadow of the specified color behind the text. [color] 38 android:shadowDx : Horizontal offset of the shadow. [float] 39 android:shadowDy : Vertical offset of the shadow. [float] 40 android:shadowRadius : Radius of the shadow. [float]
|
completion5-expected-completion40.txt | 37 android:shadowColor : Place a shadow of the specified color behind the text. [color] 38 android:shadowDx : Horizontal offset of the shadow. [float] 39 android:shadowDy : Vertical offset of the shadow. [float] 40 android:shadowRadius : Radius of the shadow. [float]
|
/sdk/templates/docs/ |
default.css | 231 box-shadow: inset 0 2px 8px rgba(0,0,0,0.1);
|
/frameworks/base/docs/image_sources/distribute/ |
gp-auto-process.graffle | 194 <key>shadow</key> 259 <key>shadow</key> 316 <key>shadow</key> 373 <key>shadow</key> 430 <key>shadow</key> 478 <key>shadow</key> 527 <key>shadow</key> [all...] |
/frameworks/base/libs/hwui/ |
RenderNode.cpp | 106 (properties().hasShadow() ? ", casting shadow" : ""), 131 (properties().hasShadow() ? ", casting shadow" : ""), [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libasan.so | |
libasan.so.0 | |
libasan.so.0.0.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/ |
libasan.so | |
libasan.so.0 | |
libasan.so.0.0.0 | |
/art/runtime/interpreter/mterp/out/ |
mterp_arm.S | 28 handle invoke, allows higher-level code to create frame & shadow frame. 30 Once that's working, support direct entry code & eliminate shadow frame (and 34 base of the vreg array within the shadow frame. Access the other fields, 36 the shadow frame mechanism of double-storing object references - via rFP & 83 r11 rREFS base of object references in shadow frame (ideally, we'll get rid of this later). 99 /* During bringup, we'll use the shadow frame model instead of rFP */ 110 * Instead of holding a pointer to the shadow frame, we keep rFP at the base of the vregs. So, 111 * to access other shadow frame fields, we need to use a backwards offset. Define those here. 124 * "export" the PC to dex_pc field in the shadow frame, f/b/o future exception objects. Must 275 * Clear the corresponding shadow regs for a vreg pai [all...] |
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmInstrumentation.cpp | 53 // and ShadowReg to compute corresponding shadow address. So, we need 63 // # ShadowOffset(AddressReg >> 3) contains address of a shadow 65 // CMP ShadowOffset(ShadowReg), 0 # test shadow value 66 // JZ .Done # when shadow equals to zero, everything is fine 77 // byte) require an additional ScratchReg, which is used for shadow value. [all...] |
/build/tools/droiddoc/templates-sdk-dev/assets/css/ |
default.css | 375 img.with-shadow, 376 video.with-shadow { 377 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); } 618 box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); 1087 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); 1102 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); 1585 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2); 1586 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2); 1587 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2); 1588 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2) [all...] |
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
apiviewer.js | [all...] |
/external/llvm/docs/ |
GarbageCollection.rst | 396 The Shadow Stack GC 403 F.setGC("shadow-stack"); 407 [:ref:`Henderson2002 <henderson02>`]. This so-called "shadow stack" mirrors the 425 The shadow stack doesn't imply a memory allocation algorithm. A semispace 430 roots, and for this it needs to integrate with the shadow stack. Luckily, doing 447 /// @brief A link in the dynamic shadow stack. One of these is embedded in 685 | Algorithm | Done | Shadow | refcount | mark- | copying | incremental | threaded | concurrent | 745 Shadow Stack [all...] |
/external/valgrind/coregrind/m_initimg/ |
initimg-linux.c | [all...] |
/frameworks/base/docs/image_sources/resources/ |
res-selection-flowchart.graffle | 24 <key>shadow</key> 88 <key>shadow</key> 293 <key>shadow</key> 444 <key>shadow</key> 590 <key>shadow</key> 763 <key>shadow</key> 882 <key>shadow</key> 999 <key>shadow</key> 1116 <key>shadow</key> [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
DrawerLayout.java | 184 /** Whether the drawer shadow comes from setting elevation on the drawer. */ 230 /** Shadow drawables for different gravity */ 449 * Set a simple drawable used for the left or right shadow. The drawable provided must have a 459 * @param shadowDrawable Shadow drawable to use at the edge of a drawer 460 * @param gravity Which drawer the shadow should apply to 469 // No op. Drawer shadow will come from setting an elevation on the drawer. 488 * Set a simple drawable used for the left or right shadow. The drawable provided must have a 498 * @param resId Resource id of a shadow drawable to use at the edge of a drawer 499 * @param gravity Which drawer the shadow should apply to [all...] |
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | 368 img.with-shadow, 369 video.with-shadow { 370 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); } 772 box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); 1242 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); 1266 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); [all...] |
/build/tools/droiddoc/templates-sdk-refonly/assets/css/ |
default.css | 368 img.with-shadow, 369 video.with-shadow { 370 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); } 772 box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); 1242 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); 1266 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
go_test.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
go_test.go | [all...] |
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-docs.css | 396 box-shadow:-5px 5px 10px #ccc; 397 -moz-box-shadow:-5px 5px 10px #ccc; 398 -webkit-box-shadow:-5px 5px 10px #ccc; 416 box-shadow:-10px 10px 40px #888; 417 -moz-box-shadow:-10px 10px 40px #888; 418 -webkit-box-shadow:-10px 10px 40px #888;
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.css | 396 box-shadow:-5px 5px 10px #ccc; 397 -moz-box-shadow:-5px 5px 10px #ccc; 398 -webkit-box-shadow:-5px 5px 10px #ccc; 416 box-shadow:-10px 10px 40px #888; 417 -moz-box-shadow:-10px 10px 40px #888; 418 -webkit-box-shadow:-10px 10px 40px #888;
|