Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/external/zxing/qr_scanner/
Dproguard.cfg8 -keep public class * extends android.app.Activity
9 -keep public class * extends android.app.Application
10 -keep public class * extends android.app.Service
11 -keep public class * extends android.content.BroadcastReceiver
12 -keep public class * extends android.content.ContentProvider
13 -keep public class * extends android.app.backup.BackupAgentHelper
14 -keep public class * extends android.preference.Preference
15 -keep public class com.android.vending.licensing.ILicensingService
38 -keep class * implements android.os.Parcelable {
/external/v8/src/
Dzone.cc114 Segment* keep = segment_head_; in DeleteAll() local
115 while (keep != NULL && keep->size() > kMaximumKeptSegmentSize) { in DeleteAll()
116 keep = keep->next(); in DeleteAll()
124 if (current == keep) { in DeleteAll()
142 if (keep != NULL) { in DeleteAll()
143 Address start = keep->start(); in DeleteAll()
145 limit_ = keep->end(); in DeleteAll()
148 memset(start, kZapDeadByte, keep->capacity()); in DeleteAll()
155 segment_head_ = keep; in DeleteAll()
/external/proguard/src/proguard/ant/
DConfigurationTask.java52 configuration.keep = extendClassSpecifications(configuration.keep, in appendTo()
53 … this.configuration.keep); in appendTo()
132 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeep()
141 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeepclassmembers()
150 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeepclasseswithmembers()
162 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeepnames()
174 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeepclassmembernames()
186 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeepclasseswithmembernames()
/external/chromium_org/v8/src/
Dzone.cc95 Segment* keep = NULL; in DeleteAll() local
100 if (keep == NULL && current->size() <= kMaximumKeptSegmentSize) { in DeleteAll()
102 keep = current; in DeleteAll()
103 keep->clear_next(); in DeleteAll()
119 if (keep != NULL) { in DeleteAll()
120 Address start = keep->start(); in DeleteAll()
122 limit_ = keep->end(); in DeleteAll()
125 memset(start, kZapDeadByte, keep->capacity()); in DeleteAll()
132 segment_head_ = keep; in DeleteAll()
/external/clang/test/SemaObjC/
Dweak-receiver-warn.m12 …bly set to nil}} expected-note {{assign the value to a strong variable to keep the object alive du…
13 …bly set to nil}} expected-note {{assign the value to a strong variable to keep the object alive du…
14 …bly set to nil}} expected-note {{assign the value to a strong variable to keep the object alive du…
16 …bly set to nil}} expected-note {{assign the value to a strong variable to keep the object alive du…
17 …bly set to nil}} expected-note {{assign the value to a strong variable to keep the object alive du…
18 …bly set to nil}} expected-note {{assign the value to a strong variable to keep the object alive du…
39 …bly set to nil}} expected-note {{assign the value to a strong variable to keep the object alive du…
42 …bly set to nil}} expected-note {{assign the value to a strong variable to keep the object alive du…
44 …bly set to nil}} expected-note {{assign the value to a strong variable to keep the object alive du…
63 …bly set to nil}} expected-note {{assign the value to a strong variable to keep the object alive du…
[all …]
/external/chromium_org/chrome/browser/spellchecker/
Dword_trimmer.cc15 size_t keep) { in TrimWords() argument
23 std::vector<size_t> word_offset(keep + 1, 0); in TrimWords()
28 word_offset[keep] = iter.prev(); in TrimWords()
40 if (iter.prev() > end && keep) { in TrimWords()
42 keep--; in TrimWords()
/external/proguard/examples/annotations/lib/
Dannotations.pro26 -keep @proguard.annotation.Keep class *
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.
94 # @KeepGettersSetters and @KeepPublicGettersSetters specify to keep all, resp.
/external/bouncycastle/
DAndroid.mk66 -keep class org.bouncycastle.jce.provider.BouncyCastleProvider "{ public protected *; }" \
67 -keep class org.bouncycastle.jce.provider.symmetric.AESMappings "{ public protected *; }" \
68 -keep class org.bouncycastle.asn1.ASN1TaggedObject "{ public protected *; }" \
69 -keep class org.bouncycastle.asn1.x509.CertificateList "{ public protected *; }" \
70 -keep class org.bouncycastle.crypto.AsymmetricBlockCipher "{ public protected *; }" \
71 -keep class org.bouncycastle.x509.ExtendedPKIXBuilderParameters "{ public protected *; }" \
/external/chromium_org/components/policy/core/common/cloud/
Dresource_cache_unittest.cc73 std::set<std::string> keep; in TEST() local
74 keep.insert(kSubB); in TEST()
75 keep.insert(kSubD); in TEST()
76 cache.PurgeOtherSubkeys(kKey1, keep); in TEST()
101 keep.clear(); in TEST()
102 keep.insert(kKey3); in TEST()
103 cache.PurgeOtherKeys(keep); in TEST()
/external/oprofile/opjitconv/
Djitsymbol.c243 static void split_entry(struct jitentry * split, struct jitentry const * keep) in split_entry() argument
245 unsigned long long start_addr_keep = keep->vma; in split_entry()
246 unsigned long long end_addr_keep = keep->vma + keep->code_size; in split_entry()
319 struct jitentry const * keep = entries_address_ascending[keep_idx]; in eliminate_overlaps() local
321 unsigned long long start_addr_keep = keep->vma; in eliminate_overlaps()
322 unsigned long long end_addr_keep = keep->vma + keep->code_size; in eliminate_overlaps()
325 unsigned long long min_start = keep->life_start; in eliminate_overlaps()
326 unsigned long long max_end = keep->life_end; in eliminate_overlaps()
356 split_entry(e, keep); in eliminate_overlaps()
/external/proguard/examples/
Dproguardall.pro39 -keep public class proguard.ProGuard {
43 -keep public class proguard.gui.ProGuardGUI {
47 -keep public class proguard.retrace.ReTrace {
53 -keep,allowobfuscation class proguard.ant.*
62 -keep public class proguard.wtk.ProGuardObfuscator
Dmidlets.pro39 -keep public class * extends javax.microedition.midlet.MIDlet
54 # -keep public class mypackage.MyClass
55 # -keep public interface mypackage.MyInterface
56 # -keep public class * implements mypackage.MyInterface
Dapplets.pro16 -keep public class * extends java.applet.Applet
58 # -keep public class mypackage.MyClass
59 # -keep public interface mypackage.MyInterface
60 # -keep public class * implements mypackage.MyInterface
Dservlets.pro17 -keep public class * implements javax.servlet.Servlet
59 # -keep public class mypackage.MyClass
60 # -keep public interface mypackage.MyInterface
61 # -keep public class * implements mypackage.MyInterface
Dlibrary.pro33 -keep public class * {
76 # -keep public class mypackage.MyClass
77 # -keep public interface mypackage.MyInterface
78 # -keep public class * implements mypackage.MyInterface
Dproguard.pro36 -keep public class proguard.ProGuard {
46 #-keep,allowobfuscation class proguard.ant.*
57 #-keep public class proguard.wtk.ProGuardObfuscator
/external/tcpdump/
Dprint-chdlc.c138 } keep; member
177 EXTRACT_32BITS(&slarp->un.keep.myseq), in chdlc_slarp_print()
178 EXTRACT_32BITS(&slarp->un.keep.yourseq), in chdlc_slarp_print()
179 EXTRACT_16BITS(&slarp->un.keep.rel)); in chdlc_slarp_print()
/external/tcpdump/tests/
Disakmp4.new18 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
23 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
28 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
34 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
Disakmp4.out18 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
23 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
28 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
34 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
/external/proguard/src/proguard/gui/
Dboilerplate.pro8 -keep public class * extends java.applet.Applet
11 -keep public class * extends javax.servlet.Servlet
14 -keep public class * extends javax.microedition.midlet.MIDlet
17 -keep public class * extends javax.tv.xlet.Xlet
20 -keep public class * {
25 # Also keep - Enumerations. Keep the special static methods that are required in
32 # Also keep - Serialization code. Keep all fields and methods that are used for
43 # Also keep - BeanInfo classes. Keep all implementations of java.beans.BeanInfo.
44 -keep class * implements java.beans.BeanInfo
46 # Also keep - Bean classes. Keep all specified classes, along with their getters
[all …]
/external/chromium/chrome/browser/sync/protocol/
Dencryption.proto21 // The reason we need to keep track of the key name is that a sync user can
26 // keep track of all keys, assign each key a name (by using that key to encrypt
27 // a well known string) and keep track of which key was used to encrypt each
/external/chromium_org/sync/protocol/
Dencryption.proto21 // The reason we need to keep track of the key name is that a sync user can
26 // keep track of all keys, assign each key a name (by using that key to encrypt
27 // a well known string) and keep track of which key was used to encrypt each
/external/llvm/test/Transforms/DeadArgElim/
Dreturned.ll12 ; do not keep alive the return value of a function with a dead 'returned' argument
19 ; dummy to keep 'this' alive
30 ; keep alive return value of a function if the 'returned' argument is live
/external/proguard/src/proguard/
DInitializer.java131 … createClassNoteExceptionMatcher(configuration.keep)))))); in execute()
143 … createClassMemberNoteExceptionMatcher(configuration.keep, true), in execute()
144 … createClassMemberNoteExceptionMatcher(configuration.keep, false)))))); in execute()
162 … fullyQualifiedClassNameNotePrinter).checkClassSpecifications(configuration.keep); in execute()
166 … descriptorKeepNotePrinter).checkClassSpecifications(configuration.keep); in execute()
/external/clang/tools/
DCMakeLists.txt14 # on top of the Clang tooling platform. We keep them in a separate repository
15 # to keep the primary Clang repository small and focused.

12345678910>>...39