Searched
full:shadow (Results
526 -
550 of
1600) sorted by null
<<21222324252627282930>>
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
paths.h | 59 #define _PATH_SHADOW "/etc/shadow"
|
/frameworks/base/docs/image_sources/fundamentals/ |
fragments.graffle | 31 <key>shadow</key> 106 <key>shadow</key> 255 <key>shadow</key> 382 <key>shadow</key> 904 <key>shadow</key> 1044 <key>shadow</key> 1081 <key>shadow</key> 1412 <key>shadow</key> [all...] |
/frameworks/base/core/java/android/provider/ |
CallLog.java | 65 * The "shadow" provider stores calllog when the real calllog provider is encrypted. The 66 * real provider will alter copy from it when it starts, and remove the entries in the shadow. 572 * call. This could be of the shadow provider. Do not return it to non-system apps, 703 - if user-0 is encrypted, insert to user-0's shadow only. 709 - If the target user is encryted, insert to its shadow. 714 - When user-0's (real) provider starts, it copies from user-0's shadow, and clears 715 the shadow. 718 - Copy from the user's shadow, and clears the shadow. 734 // into the shadow. This means other users are still all encrypted [all...] |
/build/tools/droiddoc/templates-ds/assets/css/ |
default.css | 147 img.with-shadow, 148 video.with-shadow { 149 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); } 898 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); 913 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); 1519 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); 1520 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); 1521 box-shadow: 0 0 10px rgba(0,0,0,0.2) [all...] |
/frameworks/base/docs/image_sources/ |
activity_lifecycle.graffle | [all...] |
/art/runtime/interpreter/ |
interpreter.cc | 294 // Pop the shadow frame before calling into compiled code. 297 // Push the shadow frame back as the caller will expect it. 420 // Set up shadow frame with matching number of reference slots to vregs. 456 // Do this after populating the shadow frame in case EnsureInitialized causes a GC. 475 // Update args to be the args in the shadow frame since the input ones could hold stale 523 // Set value to last known result in case the shadow frame chain is empty. 525 // Are we executing the first shadow frame? 596 // Following deoptimizations of shadow frames must pass the invoke instruction.
|
/build/blueprint/ |
package_ctx.go | 636 // any of the string fields of params. Arguments can shadow package-scoped 637 // variables defined within the caller's Go package, but they may not shadow 641 // shadow package-scoped variables the default value is an empty string. 702 // shadow a package-scoped variable with an arg variable. 743 // shadow package-scoped variables defined within the caller's Go package, but 744 // they may not shadow those defined in another package. Shadowing a package- 747 // do not shadow package-scoped variables the default value is an empty string. 811 // before the args are created. Otherwise we could incorrectly shadow a
|
/external/autotest/client/cros/ |
constants.py | 45 SHADOW_ROOT = '/home/.shadow' 48 CRYPTOHOME_DEV_REGEX_REGULAR_USER_SHADOW = r'^/home/\.shadow/.*/vault$'
|
Completed in 659 milliseconds
<<21222324252627282930>>