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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/view/
ViewOutlineProvider.java 23 * Interface by which a View builds its {@link Outline}, used for shadow casting and clipping.
50 * This can be used to enable Views that are opaque but lacking a background cast a shadow.
63 * This can be used to enable Views that are opaque but lacking a background cast a shadow.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ShadowHelper.java 21 * Helper for shadow.
30 * Interface implemented by classes that support Shadow.
40 * Interface used when we do not support Shadow animations.
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 1 //===-- ShadowStackGCLowering.cpp - Custom lowering for shadow-stack gc ---===//
10 // This file contains the custom lowering code required by the shadow-stack GC
34 /// StackEntryTy - Abstract type of a link in the shadow stack.
64 INITIALIZE_PASS_BEGIN(ShadowStackGCLowering, "shadow-stack-gc-lowering",
65 "Shadow Stack GC Lowering", false, false)
67 INITIALIZE_PASS_END(ShadowStackGCLowering, "shadow-stack-gc-lowering",
68 "Shadow Stack GC Lowering", false, false)
264 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) {
376 /// runOnFunction - Insert code to maintain the shadow stack.
378 // Quick exit for functions that do not use the shadow stack GC
    [all...]
  /art/runtime/interpreter/mterp/arm/
fbinopWide.S 19 CLEAR_SHADOW_PAIR r9, ip, lr @ Zero shadow regs
fbinopWide2addr.S 13 CLEAR_SHADOW_PAIR r9, ip, r0 @ Zero out shadow regs
funopWider.S 14 CLEAR_SHADOW_PAIR r9, ip, lr @ Zero shadow regs
op_const_wide.S 9 CLEAR_SHADOW_PAIR r9, r2, r3 @ Zero out the shadow regs
op_iget_wide.S 18 CLEAR_SHADOW_PAIR r2, ip, lr @ Zero out the shadow regs
op_iget_wide_quick.S 11 CLEAR_SHADOW_PAIR r2, ip, lr @ Zero out the shadow regs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
ITestNonDefault.java 20 // Shadow the default implementation with a non-default one.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/
ITestNonDefault.java 20 // Shadow the default implementation with a non-default one.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
ITestNonDefault.java 20 // Shadow the default implementation with a non-default one.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
ITestNonDefault.java 20 // Shadow the default implementation with a non-default one.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
ITestNonDefault.java 20 // Shadow the default implementation with a non-default one.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
ITestNonDefault.java 20 // Shadow the default implementation with a non-default one.
  /external/autotest/
global_config.ini 9 password: USE SHADOW PASSWORD
38 restricted_groups: USE SHADOW RESTRICTED_GROUPS
95 #wireless_ssid: SEE SHADOW CONFIG
96 #wireless_password: SEE SHADOW CONFIG
97 #wireless_security: SEE SHADOW CONFIG
162 notify_email_errors: USE SHADOW NOTIFY_EMAIL_ERRORS
172 drones: SET IN SHADOW CONFIG
197 inline_host_acquisition: USE SHADOW INLINE_HOST_ACQUISITION
283 # some of the tests. Please override in local shadow config file.
338 credentials: USE SHADOW CREDENTIAL
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
custom-tooltip.html 21 <link rel="import" href="/components/paper-shadow/paper-shadow.html">
44 <paper-shadow z="3">
55 </paper-shadow>
overlay-message.html 32 <link rel="import" href="/components/paper-shadow/paper-shadow.html">
52 <paper-shadow z="1" hasPosition></paper-shadow>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
types.py 0 # Shadow the DynamoDB v1 bits.
  /external/chromium-trace/catapult/third_party/polymer/components/paper-button/test/
paper-button.html 38 assert.ok(!b1.shadowRoot.querySelector('paper-shadow'));
42 var shadow = b1.shadowRoot.querySelector('paper-shadow');
43 assert.ok(shadow);
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dialog/
paper-action-dialog.html 36 <link href="../paper-shadow/paper-shadow.html" rel="import">
67 <paper-shadow z="3" fit></paper-shadow>
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
track.css 19 box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc 19 TEST(Shadow, FastState) {
20 Shadow s(FastState(11, 22));
49 TEST(Shadow, Mapping) {
64 TEST(Shadow, Celling) {
  /external/compiler-rt/test/asan/TestCases/Linux/
nohugepage_test.cc 77 // use mmap directly to avoid asan touching the shadow.
83 // Touch the allocated region, but not the shadow.
88 // Touch the shadow just a bit, in 2Mb*Granularity steps.
93 // Touch all the shadow.
  /external/compiler-rt/test/asan/TestCases/
debug_mapping.cc 1 // Checks that the debugging API returns correct shadow scale and offset.

Completed in 1724 milliseconds

1 2 3 4 5 67 8 91011>>