HomeSort by relevance Sort by last modified time
    Searched full:keep (Results 101 - 125 of 12349) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
preserve-strings.css 3 content: "\"keep \" me";
  /external/llvm/test/YAMLParser/
spec-09-22.test 10 keep: |+
  /external/valgrind/memcheck/tests/
partial_load_ok.vgtest 2 vgopts: --partial-loads-ok=yes --keep-stacktraces=alloc-then-free
test-plo-no.vgtest 2 vgopts: -q --partial-loads-ok=no --keep-stacktraces=alloc-then-free
xml1.vgtest 2 vgopts: --xml=yes --xml-fd=2 --log-file=/dev/null --keep-stacktraces=alloc-then-free
  /frameworks/base/docs/html/training/
best-security.jd 9 keep your app's data secure.</p
  /ndk/
Android.mk 1 # Please try to keep this file empty by only including what is necessary to
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
return.s 1 ; Return-type insns. Keep a nop after them, in case a sane
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32tilegx.sh 24 .intrpt0 0xfc000000 : { KEEP(*(.intrpt0)) }
25 .intrpt1 0xfd000000 : { KEEP(*(.intrpt1)) }
26 .intrpt2 0xfe000000 : { KEEP(*(.intrpt2)) }
27 .intrpt3 0xff000000 : { KEEP(*(.intrpt3)) }
elf32tilepro.sh 23 .intrpt0 0xfc000000 : { KEEP(*(.intrpt0)) }
24 .intrpt1 0xfd000000 : { KEEP(*(.intrpt1)) }
25 .intrpt2 0xfe000000 : { KEEP(*(.intrpt2)) }
26 .intrpt3 0xff000000 : { KEEP(*(.intrpt3)) }
elf64tilegx.sh 23 .intrpt0 0xfffffffffc000000 : { KEEP(*(.intrpt0)) }
24 .intrpt1 0xfffffffffd000000 : { KEEP(*(.intrpt1)) }
25 .intrpt2 0xfffffffffe000000 : { KEEP(*(.intrpt2)) }
26 .intrpt3 0xffffffffff000000 : { KEEP(*(.intrpt3)) }
aarch64elf.sh 33 OTHER_SECTIONS='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }'
34 ATTRS_SECTIONS='.ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }'
aarch64elf32.sh 33 OTHER_SECTIONS='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }'
34 ATTRS_SECTIONS='.ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }'
  /frameworks/webview/nullwebview/
proguard.flags 6 # Keep the factory and its public members; it's the main entry point used by the
8 -keep class com.android.webview.nullwebview.NullWebViewFactoryProvider {
  /packages/apps/Dialer/InCallUI/
proguard.flags 1 -keep class com.android.incallui.widget.multiwaveview.* {
5 # Keep names that are used only by animation framework.
  /packages/apps/Launcher2/
proguard.flags 1 -keep class com.android.launcher2.Launcher {
14 -keep class com.android.launcher2.CellLayout {
25 -keep class com.android.launcher2.DragLayer$LayoutParams {
36 -keep class com.android.launcher2.CellLayout$LayoutParams {
47 -keep class com.android.launcher2.LauncherModel {
51 -keep class com.android.launcher2.Workspace {
62 -keep class com.android.launcher2.AllApps3D$Defines {
66 -keep class com.android.launcher2.ClippedImageView {
  /toolchain/binutils/binutils-2.25/gold/testsuite/
pr14265.t 10 .foo1 : { KEEP(*(.foo1.*)) }
15 KEEP(*(.foo2.*))
  /external/compiler-rt/test/msan/
keep-going-dso.cc 2 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
6 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
8 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && not %run %t >%t.out 2>&1
9 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
10 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && MSAN_OPTIONS=keep_going=0 not %run %t >%t.out 2>&1
12 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && MSAN_OPTIONS=keep_going=1 not %run %t >%t.out 2>&1
13 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
15 // Test how -mllvm -msan-keep-going and MSAN_OPTIONS=keep_going affect reports
17 // -mllvm -msan-keep-going provides the default value of keep_going flag, but is
31 // CHECK-KEEP-GOING: Don
    [all...]
  /packages/apps/Messaging/
proguard-test.flags 26 -keep class com.android.messaging.* {
30 -keep class com.android.messaging.*.* {
34 -keep class com.android.messaging.*.*.* {
38 # Keep the classes needed by emma
39 -keep class com.vladium.** { *; }
  /packages/apps/Dialer/
proguard.flags 8 -keep class com.android.contacts.common.** { *;}
11 -keep @com.android.contacts.common.testing.NeededForTesting class *
18 -keep public class * extends android.support.design.widget.CoordinatorLayout$Behavior {
  /packages/apps/Dialer/tests/
proguard.flags 1 -keep class com.android.contacts.model.Sources {
13 -keep @com.android.contacts.common.test.NeededForTesting class *
14 -keep @com.android.contacts.test.NeededForReflection class *
  /external/proguard/examples/
midlets.pro 42 # You can keep a fixed source file attribute and all line number tables to
48 # You can print out the seeds that are matching the keep options below.
54 -keep public class * extends javax.microedition.midlet.MIDlet
65 # -keep public class mypackage.MyClass
66 # -keep public interface mypackage.MyInterface
67 # -keep public class * implements mypackage.MyInterface
  /prebuilts/tools/common/proguard/proguard4.7/examples/
midlets.pro 42 # You can keep a fixed source file attribute and all line number tables to
48 # You can print out the seeds that are matching the keep options below.
54 -keep public class * extends javax.microedition.midlet.MIDlet
65 # -keep public class mypackage.MyClass
66 # -keep public interface mypackage.MyInterface
67 # -keep public class * implements mypackage.MyInterface
  /art/runtime/jdwp/
README.txt 8 An attempt has been made to keep the JDWP implementation distinct from the
11 bouncing around, though, it's difficult to keep things "generic".
  /build/core/
proguard.flags 12 # Keep classes and methods that have the guava @VisibleForTesting annotation
13 -keep @**.VisibleForTesting class *

Completed in 509 milliseconds

1 2 3 45 6 7 8 91011>>