/prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-gradle/5.1/ |
NOTICE | 43 Also, for each author's protection and ours, we want to make certain 88 you may at your option offer warranty protection in exchange for a fee.
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
GPL.html | 88 Also, for each author's protection and ours, we want to make certain 148 you may at your option offer warranty protection in exchange for a fee.
|
/sdk/files/typos/ |
typos-hu.txt | 119 # copyright protection under copyright law or other applicable laws. 330 # Convention for the Protection of Literary and Artistic Works (as
|
typos-nb.txt | 119 # copyright protection under copyright law or other applicable laws. 330 # Convention for the Protection of Literary and Artistic Works (as
|
/external/libusb/ |
ChangeLog | 320 Protection needed: http://www.libusb.org/ticket/4 [all...] |
/external/javassist/src/main/javassist/ |
CtClass.java | [all...] |
/external/lldb/examples/darwin/heap_find/ |
heap.py | 55 vm_prot_t protection; 93 if (vm_region_info.protection & VM_PROT_WRITE && 94 vm_region_info.protection & VM_PROT_READ) [all...] |
/frameworks/base/docs/html/ndk/guides/ |
android_mk.jd | 607 protection. This variable instructs the runtime linker to mark certain regions of memory 622 <p>By default, the build system compiles code with format string protection. Doing so forces a 624 <p>This protection is on by default, but you can disable it by setting the value of [all...] |
/hardware/intel/img/psb_video/src/ |
tng_VP8.c | 678 /* for mmu fault protection */ 685 /* for mmu fault protection */ 692 /* for mmu fault protection */ [all...] |
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
AnalogWatchFaceService.java | 324 * protection (slight movements in pixels, not great for images going all the way to
|
SweepWatchFaceService.java | 289 * protection (slight movements in pixels, not great for images going all the way to
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
AnalogWatchFaceService.java | 324 * protection (slight movements in pixels, not great for images going all the way to
|
SweepWatchFaceService.java | 289 * protection (slight movements in pixels, not great for images going all the way to
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
AnalogWatchFaceService.java | 324 * protection (slight movements in pixels, not great for images going all the way to
|
SweepWatchFaceService.java | 289 * protection (slight movements in pixels, not great for images going all the way to
|
/docs/source.android.com/src/devices/tech/ota/ |
sign_builds.jd | 114 password protection, so dispose of it thoughtfully when generating release
|
/docs/source.android.com/src/devices/tech/security/verifiedboot/ |
dm-verity.jd | 29 <p>dm-verity protection lives in the kernel. So if rooting software compromises the
|
/docs/source.android.com/src/devices/tv/ |
HDMI-CEC.jd | 129 <li> Access to the HDMI-CEC service is guarded with the protection level <code>SignatureOrSystem</code>. Only system components or the apps placed in <code>/system/priv-app</code> can access the service. This is to protect the service from abuse by apps with malicous intent.</li>
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
KSBuilder_ImplTest.java | 207 fail("Incorrect protection parameter");
|
/external/compiler-rt/lib/dfsan/ |
dfsan.cc | 361 // case by disabling memory protection when ASLR is disabled.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux_libcdep.cc | 92 while (proc_maps.Next(&start, &end, &offset, 0, 0, /* protection */0)) {
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_clock.cc | 62 // do not need any protection.
|
/external/e2fsprogs/ |
COPYING | 68 Also, for each author's protection and ours, we want to make certain 114 you may at your option offer warranty protection in exchange for a fee. 421 Also, for each distributor's protection, we want to make certain 521 and you may at your option offer warranty protection in exchange for a [all...] |
NOTICE | 68 Also, for each author's protection and ours, we want to make certain 114 you may at your option offer warranty protection in exchange for a fee. 421 Also, for each distributor's protection, we want to make certain 521 and you may at your option offer warranty protection in exchange for a [all...] |
/external/eigen/doc/ |
FunctionsTakingEigenTypes.dox | 152 the compiler will fail, because it is not possible to convert the expression returned by \c MatrixXf::block() into a non-const \c MatrixXf&. This is the case because the compiler wants to protect you from writing your result to a temporary object. In this special case this protection is not intended -- we want to write to a temporary object. So how can we overcome this problem?
|