Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 38) sorted by relevance

12

/build/make/core/
Dproguard.flags13 -keep @**.VisibleForTesting class *
14 -keepclassmembers class * {
19 -keep class android.support.annotation.Keep
20 -keep class androidx.annotation.Keep
22 -keep @android.support.annotation.Keep class * {*;}
23 -keep @androidx.annotation.Keep class * {*;}
25 -keepclasseswithmembers class * {
29 -keepclasseswithmembers class * {
33 -keepclasseswithmembers class * {
37 -keepclasseswithmembers class * {
[all …]
Dproguard_basic_keeps.flags12 -keepclasseswithmembernames class * {
16 # class$ methods are inserted by some compilers to implement .class construct,
18 -keepclassmembernames class * {
19 java.lang.Class class$(java.lang.String);
20 java.lang.Class class$(java.lang.String, boolean);
25 -keepnames class * implements java.io.Serializable
26 -keepclassmembers class * implements java.io.Serializable {
37 -keepclassmembers class * extends java.lang.Throwable {
42 # -keep class * extends android.app.Activity
43 # -keep class * extends android.view.View
[all …]
Dproguard.jacoco.flags2 -keep class com.vladium.** {
6 -keep class org.jacoco.** {
Djacoco.mk28 my_include_args := $(call jacoco-class-filter-to-file-args, $(my_include_filter))
29 my_exclude_args := $(call jacoco-class-filter-to-file-args, $(my_exclude_filter))
Dprebuilt_internal.mk44 $(error $(LOCAL_MODULE) : LOCAL_COMPRESSED_MODULE can only be defined for module class APPS)
/build/blueprint/bootstrap/
Dwritedocs.go121 <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
126 <div class="panel panel-default">
127 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
128 <h2 class="panel-title">
129 …<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse…
135 …<div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelled…
136 <div class="panel-body">
151 <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
155 <div class="panel panel-default">
156 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
[all …]
/build/make/tools/ziptime/
DZipEntry.h33 class ZipFile;
42 class ZipEntry {
44 friend class ZipFile;
79 class LocalFileHeader {
95 class CentralDirEntry {
DZipFile.h32 class ZipFile {
50 class EndOfCentralDir {
/build/make/tools/zipalign/
DZipEntry.h34 class ZipFile;
48 class ZipEntry {
50 friend class ZipFile;
221 class LocalFileHeader {
271 class CentralDirEntry {
DZipFile.h44 class ZipFile {
166 class EndOfCentralDir {
/build/soong/scripts/
Dpackage-check.sh23 Checks that the class files in the <jar file> are in the <package-list> or
58 if [[ "${zip_entry}" = *.class ]]; then
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go59 warning: [options] bootstrap class path not set in conjunction with -source 1.7
74 javadoc: option --boot-class-path not allowed with target 1.9
80 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
88 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
Djavac_wrapper.go202 regexp.MustCompile(`bootstrap class path not set in conjunction with -source`),
217 regexp.MustCompile(`javadoc: option --boot-class-path not allowed with target 1.9`),
/build/make/tools/releasetools/
Dpylintrc71 # (visual studio) and html. You can also give a reporter class, eg
116 # Tells whether missing members accessed in mixin class should be ignored. A
117 # mixin class is detected if its name ends with "mixin" (case insensitive).
193 # Regular expression matching correct class attribute names
194 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
196 # Naming hint for class attribute names
197 class-attribute-name-hint=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
205 # Regular expression matching correct class names
206 class-rgx=[A-Z_][a-zA-Z0-9]+$
208 # Naming hint for class names
[all …]
/build/soong/cmd/soong_build/
Dwritedocs.go270 <table class="module_types" summary="Table of Soong module types sorted by package">
347 <div class="breadcrumb">
360 <div class="accordion" id="{{getModule}}.{{.Name}}">
361 <span class="fixed">&#x2295</span><b>{{.Name}}</b>
364 <div class="collapsible">
369 <div class="simple" id="{{getModule}}.{{.Name}}">
370 <span class="fixed">&nbsp;</span><b>{{.Name}} {{range .OtherNames}}, {{.}}{{end -}}</b>
/build/make/target/board/generic_arm64/
DREADME.txt4 It is not a product "base class"; no other products inherit
/build/make/target/board/generic_x86/
DREADME.txt7 It is not a product "base class"; no other products inherit
/build/make/target/board/generic_x86_64/
DREADME.txt7 It is not a product "base class"; no other products inherit
/build/make/target/board/generic/
DREADME.txt8 It is not a product "base class"; no other products inherit
/build/make/target/board/generic_x86_64_arm64/
DREADME.txt7 It is not a product "base class"; no other products inherit
/build/make/target/board/generic_x86_arm/
DREADME.txt7 It is not a product "base class"; no other products inherit
/build/soong/android/
Darch.go596 func (class OsClass) String() string {
597 switch class {
607 panic(fmt.Errorf("unknown class %d", class))
623 func NewOsType(name string, class OsClass, defDisabled bool) OsType {
627 Class: class,
916 func decodeMultilib(base *ModuleBase, class OsClass) (multilib, extraMultilib string) {
917 switch class {
/build/soong/java/
Dsystem_modules.go55 …ig.SoongZipCmd} -jar -o ${workDir}/classes.jar -C ${workDir} -f ${workDir}/module-info.class && ` +
60 ` --class-path ${workDir}/module.jar ${workDir}/jmod/java.base.jmod && ` +
/build/make/tools/droiddoc/test/stubs/
Dfunc.sh64 CLASS_DIR=$OBJ_DIR/class
/build/soong/tradefed/
Dautogen.go103 …return fmt.Sprintf(`<target_preparer class="%s">%s\n%s</target_preparer>`, ob.Class, options, test…
105 …return fmt.Sprintf(`<object type="%s" class="%s">%s\n%s</object>`, ob.Type, ob.Class, options, tes…

12