HomeSort by relevance Sort by last modified time
    Searched full:keep (Results 126 - 150 of 12636) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/emulparams/
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)) }'
  /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 *
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
proguard.xml 42 <keep access="public" name="proguard.ProGuard">
47 </keep>
48 <keep access="public" name="proguard.gui.ProGuardGUI">
53 </keep>
54 <keep access="public" name="proguard.retrace.ReTrace">
59 </keep>
64 <keep name="proguard.ant.*" allowobfuscation="true" />
73 <keep access="public" name="proguard.wtk.ProGuardObfuscator" />
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib/ldscripts/
elf_i386.xsc 42 KEEP (*(SORT_NONE(.init)))
57 KEEP (*(SORT_NONE(.fini)))
65 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
75 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
88 KEEP (*(.preinit_array))
92 KEEP (*crtbegin*.o(.init_array))
93 KEEP (*(SORT(.init_array.*)))
94 KEEP (*(.init_array))
98 KEEP (*crtbegin*.o(.fini_array))
99 KEEP (*(SORT(.fini_array.*))
    [all...]
elf_i386.xsw 41 KEEP (*(SORT_NONE(.init)))
56 KEEP (*(SORT_NONE(.fini)))
64 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
74 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
87 KEEP (*(.preinit_array))
91 KEEP (*crtbegin*.o(.init_array))
92 KEEP (*(SORT(.init_array.*)))
93 KEEP (*(.init_array))
97 KEEP (*crtbegin*.o(.fini_array))
98 KEEP (*(SORT(.fini_array.*))
    [all...]
elf_i386.xw 44 KEEP (*(SORT_NONE(.init)))
59 KEEP (*(SORT_NONE(.fini)))
67 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
77 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
91 KEEP (*(.preinit_array))
97 KEEP (*crtbegin*.o(.init_array))
98 KEEP (*(SORT(.init_array.*)))
99 KEEP (*(.init_array))
105 KEEP (*crtbegin*.o(.fini_array))
106 KEEP (*(SORT(.fini_array.*))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib/ldscripts/
elf_i386.xsc 42 KEEP (*(SORT_NONE(.init)))
57 KEEP (*(SORT_NONE(.fini)))
65 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
75 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
88 KEEP (*(.preinit_array))
92 KEEP (*crtbegin*.o(.init_array))
93 KEEP (*(SORT(.init_array.*)))
94 KEEP (*(.init_array))
98 KEEP (*crtbegin*.o(.fini_array))
99 KEEP (*(SORT(.fini_array.*))
    [all...]
elf_i386.xsw 41 KEEP (*(SORT_NONE(.init)))
56 KEEP (*(SORT_NONE(.fini)))
64 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
74 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
87 KEEP (*(.preinit_array))
91 KEEP (*crtbegin*.o(.init_array))
92 KEEP (*(SORT(.init_array.*)))
93 KEEP (*(.init_array))
97 KEEP (*crtbegin*.o(.fini_array))
98 KEEP (*(SORT(.fini_array.*))
    [all...]
elf_i386.xw 44 KEEP (*(SORT_NONE(.init)))
59 KEEP (*(SORT_NONE(.fini)))
67 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
77 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
91 KEEP (*(.preinit_array))
97 KEEP (*crtbegin*.o(.init_array))
98 KEEP (*(SORT(.init_array.*)))
99 KEEP (*(.init_array))
105 KEEP (*crtbegin*.o(.fini_array))
106 KEEP (*(SORT(.fini_array.*))
    [all...]
  /external/compiler-rt/test/msan/
keep-going.cc 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
14 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && MSAN_OPTIONS=halt_on_error=1 not %run %t >%t.out 2>&1
16 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && MSAN_OPTIONS=halt_on_error=0 not %run %t >%t.out 2>&1
17 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
19 // Test behaviour of -mllvm -msan-keep-going and MSAN_OPTIONS=keep_going.
20 // -mllvm -msan-keep-going provides the default value of keep_going flag; valu
    [all...]
  /external/proguard/examples/annotations/lib/
annotations.pro 23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class
26 -keep @proguard.annotation.Keep class *
29 @proguard.annotation.Keep *;
45 # @KeepImplementations and @KeepPublicImplementations specify to keep all,
50 -keep class * implements @proguard.annotation.KeepImplementations *
51 -keep public class * implements @proguard.annotation.KeepPublicImplementations *
53 # @KeepApplication specifies to keep the annotated class as an application,
61 # @KeepPublicProtectedClassMembers specify to keep all, all public, resp.
78 # @KeepPublicProtectedClassMemberNames specify to keep all, all public, resp
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/
annotations.pro 23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class
26 -keep @proguard.annotation.Keep class *
29 @proguard.annotation.Keep *;
45 # @KeepImplementations and @KeepPublicImplementations specify to keep all,
50 -keep class * implements @proguard.annotation.KeepImplementations *
51 -keep public class * implements @proguard.annotation.KeepPublicImplementations *
53 # @KeepApplication specifies to keep the annotated class as an application,
61 # @KeepPublicProtectedClassMembers specify to keep all, all public, resp.
78 # @KeepPublicProtectedClassMemberNames specify to keep all, all public, resp
    [all...]
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
avr.sc 93 KEEP(*(.vectors))
126 KEEP(SORT(*)(.ctors))
127 KEEP(SORT(*)(.dtors))
132 KEEP (*(.init0))
134 KEEP (*(.init1))
136 KEEP (*(.init2))
138 KEEP (*(.init3))
140 KEEP (*(.init4))
142 KEEP (*(.init5))
144 KEEP (*(.init6)
    [all...]
  /external/proguard/src/proguard/gui/
boilerplate.pro 0 # Keep - Applications. Keep all application classes, along with their 'main'
7 # Keep - Applets. Keep all extensions of java.applet.Applet.
8 -keep public class * extends java.applet.Applet
10 # Keep - Servlets. Keep all extensions of javax.servlet.Servlet.
11 -keep public class * extends javax.servlet.Servlet
13 # Keep - Midlets. Keep all extensions of javax.microedition.midlet.MIDlet
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-dyn.ld 50 KEEP (*(.init))
56 KEEP (*(.text.*personality*))
63 KEEP (*(.fini))
75 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
76 .gcc_except_table : ONLY_IF_RO { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
81 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
82 .gcc_except_table : ONLY_IF_RW { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
92 .preinit_array : { KEEP (*(.preinit_array)) }
95 .init_array : { KEEP (*(.init_array)) }
98 .fini_array : { KEEP (*(.fini_array))
    [all...]
arm-lib.ld 49 KEEP (*(.init))
55 KEEP (*(.text.*personality*))
62 KEEP (*(.fini))
74 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
75 .gcc_except_table : ONLY_IF_RO { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
80 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
81 .gcc_except_table : ONLY_IF_RW { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
90 .preinit_array : { KEEP (*(.preinit_array)) }
91 .init_array : { KEEP (*(.init_array)) }
92 .fini_array : { KEEP (*(.fini_array))
    [all...]
  /development/samples/browseable/BasicMultitouch/
_index.jd 8 This sample demonstrates the use of MotionEvent properties to keep track of individual touches
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 6 # Do not fail/return upon lexing error; keep chewing on the characters
29 to keep going or you do not upon token recognition error. If you do not
34 requested a token. Keep lexing until you get a valid one. Just report
35 errors and keep going, looking for a valid token.
  /external/curl/tests/data/
test1077 22 Proxy-Connection: Keep-Alive
33 Proxy-Connection: Keep-Alive
66 Proxy-Connection: Keep-Alive
71 Proxy-Connection: Keep-Alive
  /external/jacoco/
.travis.yml 11 # Keep Maven local repository between builds:
  /external/libbrillo/policy/
WATCHLISTS 3 # Please keep these keys in alphabetical order.
  /external/libchrome/base/prefs/
README 4 'base/base.gyp:base' library because of a desire to keep its use

Completed in 950 milliseconds

1 2 3 4 56 7 8 91011>>