Searched
full:keep (Results
726 -
750 of
12636) sorted by null
<<21222324252627282930>>
/prebuilts/go/darwin-x86/src/net/ |
tcpsockopt_plan9.go | 14 // Set keep alive period.
|
/prebuilts/go/linux-x86/src/net/ |
tcpsockopt_plan9.go | 14 // Set keep alive period.
|
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/ |
Keep.java | 18 public @interface Keep {}
|
KeepApplication.java | 12 * This annotation specifies to keep the annotated class as an application,
|
KeepClassMemberNames.java | 12 * This annotation specifies to keep all class members of the annotated class
|
KeepClassMembers.java | 12 * This annotation specifies to keep all class members of the annotated class
|
KeepGettersSetters.java | 12 * This annotation specifies to keep all getters and setters of the annotated
|
KeepImplementations.java | 12 * This annotation specifies to keep all implementations or extensions of the
|
KeepPublicClassMemberNames.java | 12 * This annotation specifies to keep all public class members of the annotated
|
KeepPublicClassMembers.java | 12 * This annotation specifies to keep all public class members of the annotated
|
KeepPublicGettersSetters.java | 12 * This annotation specifies to keep all public getters and setters of the
|
KeepPublicImplementations.java | 12 * This annotation specifies to keep all public implementations or extensions
|
KeepPublicProtectedClassMemberNames.java | 12 * This annotation specifies to keep all public or protected class members of
|
KeepPublicProtectedClassMembers.java | 12 * This annotation specifies to keep all public or protected class members of
|
/sdk/files/ |
proguard-android.txt | 20 -keep public class com.google.vending.licensing.ILicensingService 21 -keep public class com.android.vending.licensing.ILicensingService 28 # keep setters in Views so that animations can still work. 35 # We want to keep methods in Activity that could be used in the XML attribute onClick
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
eh-frame1.ld | 16 .gcc_compiled_long32 : { KEEP (*(.gcc_compiled_long32)) }
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
tocopt.s | 30 # must keep got entry, optimise to nop,addi,ld 34 # must keep got entry, optimise to nop,li,ldx 42 # must keep toc entry, optimise to nop,addi,ld 48 # must keep toc entry, optimise to nop,li,ldx
|
/external/curl/tests/data/ |
test1218 | 46 Proxy-Connection: Keep-Alive
51 Proxy-Connection: Keep-Alive
57 Proxy-Connection: Keep-Alive
|
/external/libcap/progs/ |
quicktest.sh | 68 pass_capsh --keep=0 --keep=1 --keep=0 --keep=1 --print 76 # leverage keep caps maintain capabilities accross a change of uid 78 pass_capsh --uid=500 -- -c "./tcapsh --keep=1 --caps=\"cap_net_raw,cap_net_admin=ip\" --uid=500 --caps=\"cap_net_raw,cap_net_admin=pie\" --print" 81 pass_capsh --uid=500 -- -c "./tcapsh --keep=1 --caps=\"cap_net_raw,cap_net_admin=ip\" --uid=500 --forkfor=10 --caps= --print --killit=9 --print" 93 fail_capsh --secbits=32 --keep=1 --keep=0 --print 94 pass_capsh --secbits=10 --keep=0 --keep=1 --prin [all...] |
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/ios-moe/ |
build.gradle | 25 if (!proguard.text.contains("-keep class com.badlogic.**")) { 26 proguard << "\n-keep class com.badlogic.** { *; }\n" 27 proguard << "-keep enum com.badlogic.** { *; }\n"
|
/external/proguard/examples/ |
android.pro | 31 # You can print out the seeds that are matching the keep options below. 48 # Keep a fixed source file attribute and all line number tables to get line 61 -keep public class * extends android.app.Activity 62 -keep public class * extends android.app.Application 63 -keep public class * extends android.app.Service 64 -keep public class * extends android.content.BroadcastReceiver 65 -keep public class * extends android.content.ContentProvider 70 -keep public class * extends android.view.View { 120 -keep public interface com.android.vending.licensing.ILicensingService 161 # -keep public class mypackage.MyClas [all...] |
/external/proguard/examples/gradle/ |
android.gradle | 51 // You can print out the seeds that are matching the keep options below. 68 // Keep a fixed source file attribute and all line number tables to get line 81 keep 'public class * extends android.app.Activity' 82 keep 'public class * extends android.app.Application' 83 keep 'public class * extends android.app.Service' 84 keep 'public class * extends android.content.BroadcastReceiver' 85 keep 'public class * extends android.content.ContentProvider' 90 keep 'public class * extends android.view.View { \ 140 keep 'public interface com.android.vending.licensing.ILicensingService' 181 //keep 'public class mypackage.MyClass [all...] |
/frameworks/compile/slang/ |
slang_rs_exportable.h | 49 // When keep() is invoked, mKeep will set to true and the associated RSContext 52 // Return false if the exportable is kept or failed to keep. 53 virtual bool keep();
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
android.pro | 30 # You can print out the seeds that are matching the keep options below. 47 # Keep a fixed source file attribute and all line number tables to get line 60 -keep public class * extends android.app.Activity 61 -keep public class * extends android.app.Application 62 -keep public class * extends android.app.Service 63 -keep public class * extends android.content.BroadcastReceiver 64 -keep public class * extends android.content.ContentProvider 69 -keep public class * extends android.view.View { 106 -keep public interface com.android.vending.licensing.ILicensingService 147 # -keep public class mypackage.MyClas [all...] |
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
gc_dynamic_list_test.c | 23 // The goal of this program is to verify that the symbol "keep" is not 26 extern void keep(void); 29 keep(void) function
|
Completed in 414 milliseconds
<<21222324252627282930>>