HomeSort by relevance Sort by last modified time
    Searched full:keep (Results 1101 - 1125 of 11137) sorted by null

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/ldscripts/
elf32ltsmipn32.xu 74 KEEP (*(.init))
86 KEEP (*(.fini))
96 .eh_frame 0 : ONLY_IF_RO { KEEP (*(.eh_frame)) }
105 .eh_frame 0 : ONLY_IF_RW { KEEP (*(.eh_frame)) }
118 KEEP (*(.preinit_array))
120 .jcr 0 : { KEEP (*(.jcr)) }
192 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
elf64btsmip.xr 73 KEEP (*(.init))
85 KEEP (*(.fini))
95 .eh_frame 0 : ONLY_IF_RO { KEEP (*(.eh_frame)) }
104 .eh_frame 0 : ONLY_IF_RW { KEEP (*(.eh_frame)) }
117 KEEP (*(.preinit_array))
119 .jcr 0 : { KEEP (*(.jcr)) }
190 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
elf64btsmip.xu 73 KEEP (*(.init))
85 KEEP (*(.fini))
95 .eh_frame 0 : ONLY_IF_RO { KEEP (*(.eh_frame)) }
104 .eh_frame 0 : ONLY_IF_RW { KEEP (*(.eh_frame)) }
117 KEEP (*(.preinit_array))
119 .jcr 0 : { KEEP (*(.jcr)) }
191 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
elf64ltsmip.xr 73 KEEP (*(.init))
85 KEEP (*(.fini))
95 .eh_frame 0 : ONLY_IF_RO { KEEP (*(.eh_frame)) }
104 .eh_frame 0 : ONLY_IF_RW { KEEP (*(.eh_frame)) }
117 KEEP (*(.preinit_array))
119 .jcr 0 : { KEEP (*(.jcr)) }
190 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
elf64ltsmip.xu 73 KEEP (*(.init))
85 KEEP (*(.fini))
95 .eh_frame 0 : ONLY_IF_RO { KEEP (*(.eh_frame)) }
104 .eh_frame 0 : ONLY_IF_RW { KEEP (*(.eh_frame)) }
117 KEEP (*(.preinit_array))
119 .jcr 0 : { KEEP (*(.jcr)) }
191 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
android-8.xml 134 -keep public class * extends android.app.Activity
135 -keep public class * extends android.app.Application
136 -keep public class * extends android.app.Service
137 -keep public class * extends android.content.BroadcastReceiver
138 -keep public class * extends android.content.ContentProvider
140 -keep public class * extends android.view.View {
163 -keep public interface com.android.vending.licensing.ILicensingService
  /external/chromium_org/net/http/
http_response_headers_unittest.cc 318 "connection: keep-alive\n"
330 "CoNnection: keep-alive\n"
884 "connection: keep-alive\n"
895 "connection: keep-alive\n"
907 "connection: keep-alive\n"
918 "connection: keep-alive\n"
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
atomicrmw-minmax-04.ll 11 ; CHECK: cgrjle %r2, %r4, [[KEEP:\..*]]
26 ; CHECK: cgrjhe %r2, %r4, [[KEEP:\..*]]
42 ; CHECK: jle [[KEEP:\..*]]
58 ; CHECK: jhe [[KEEP:\..*]]
133 ; CHECK: cgrjle %r2, [[LIMIT]], [[KEEP:\..*]]
  /external/qemu/
arm.ld 75 KEEP (*(.preinit_array))
81 KEEP (*(SORT(.init_array.*)))
82 KEEP (*(.init_array))
88 KEEP (*(.fini_array))
89 KEEP (*(SORT(.fini_array.*)))
sparc.ld 71 KEEP (*(.preinit_array))
77 KEEP (*(SORT(.init_array.*)))
78 KEEP (*(.init_array))
84 KEEP (*(.fini_array))
85 KEEP (*(SORT(.fini_array.*)))
  /external/qemu/slirp/
tcp_timer.h 44 #define TCPT_KEEP 2 /* keep alive */
58 * The TCPT_PERSIST timer is used to keep window size information
70 * The TCPT_KEEP timer is used to keep connections alive. If an
95 #define TCPTV_KEEP_INIT ( 75*PR_SLOWHZ) /* initial connect keep alive */
111 { "REXMT", "PERSIST", "KEEP", "2MSL" };
  /external/qemu/slirp-android/
tcp_timer.h 44 #define TCPT_KEEP 2 /* keep alive */
58 * The TCPT_PERSIST timer is used to keep window size information
70 * The TCPT_KEEP timer is used to keep connections alive. If an
95 #define TCPTV_KEEP_INIT ( 75*PR_SLOWHZ) /* initial connect keep alive */
111 { "REXMT", "PERSIST", "KEEP", "2MSL" };
  /frameworks/compile/mclinker/lib/Support/
ToolOutputFile.cpp 29 : Keep(false), m_Path(pPath) {
40 if (!Keep && "_" != m_Path.native())
62 m_Installer.Keep = true;
80 void ToolOutputFile::keep() function in class:ToolOutputFile
82 m_Installer.Keep = true;
  /prebuilts/devtools/
update_jars.sh 35 echo " -o: only keep the given *leaf* filenames (.jar can be omitted)"
42 echo "Error: -o must be followed by names of files to keep."
96 echo "!--> Keep changed file $i"
106 local i j tmpf dstf keep
114 echo "!--> Keep changed file $i"
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 335 // Create the boiler plate keep panels.
361 // Create the boiler plate keep names panels.
1090 List keep = new ArrayList(); local
    [all...]
default.pro 5 # Keep - Applications. Keep all application classes, along with their 'main'
11 # Also keep - Enumerations. Keep the special static methods that are required in
18 # Also keep - Database drivers. Keep all implementations of java.sql.Driver.
19 -keep class * extends java.sql.Driver
21 # Also keep - Swing UI L&F. Keep all extensions of javax.swing.plaf.ComponentUI,
23 -keep class * extends javax.swing.plaf.ComponentUI
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
troubleshooting.html 33 <li><a href="#classmembers">Note: the configuration doesn't specify which class members to keep for class '...'</a></li>
47 <li><a href="#keep">Error: You have to specify '-keep' options</a></li>
117 Depending on your application, you may need to keep the mentioned classes
118 with an option like "<code>-keep class MyClass</code>", or their
119 implementations with an option like "<code>-keep class * implements
128 keep them with an option like "<code>-keep class MyClass { MyFieldType
137 <dd>Your configuration contains a <code>-keep</code> option to preserve the
138 given method (or field), but no <code>-keep</code> option for the give
    [all...]
examples.html 85 -keep public class mypackage.MyMain {
93 The <a href="usage.html#keep"><code>-keep</code></a> option specifies the
134 -keep public class mypackage.MyApplet
162 -keep public class mypackage.MyMIDlet
204 -keep public class mypackage.MyApplet
225 -keep public class mypackage.MyXlet
245 -keep public class mypackage.MyActivity
284 -keep public class * extends android.app.Activity
285 -keep public class * extends android.app.Applicatio
    [all...]
  /bionic/libc/kernel/tools/
defaults.py 62 # this is the set of known static inline functions that we want to keep
63 # in the final ARM headers. this is only used to keep optimized byteswapping
91 # we want to keep in the final headers
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenSource.cs 46 /// to keep going or you do not upon token recognition error. If you do not
51 /// requested a token. Keep lexing until you get a valid one. Just report
52 /// errors and keep going, looking for a valid token.
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_shower.cc 85 // are no browsers around then deleting the keep alive will result in
88 // crash. By delaying deletion of the keep alive we ensure the Widget has
89 // correctly been destroyed before ending the keep alive so that
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_state_machine.cc 60 // Keep this state.
105 // Keep this state.
122 // Keep this state.
  /external/libusb/libusb/os/
linux_usbfs.h 27 /* keep in sync with usbdevice_fs.h:usbdevfs_ctrltransfer */
41 /* keep in sync with usbdevice_fs.h:usbdevfs_bulktransfer */
51 /* keep in sync with usbdevice_fs.h:usbdevfs_setinterface */
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 31 /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
35 /// AFI - Keep a pointer to ARMFunctionInfo for the current
39 /// MCP - Keep a pointer to constantpool entries of the current
  /external/proguard/examples/ant/
library.xml 21 <!-- Keep some useful attributes. -->
32 <keep access="public">
35 </keep>

Completed in 2859 milliseconds

<<41424344454647484950>>