Searched refs:Keep (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFEmulation.cpp33 {".init", ".init", InputSectDesc::Keep},
34 {".fini", ".fini", InputSectDesc::Keep},
35 {".preinit_array*", ".preinit_array", InputSectDesc::Keep},
36 {".init_array*", ".init_array", InputSectDesc::Keep},
37 {".fini_array*", ".fini_array", InputSectDesc::Keep},
39 {".ctors*", ".ctors", InputSectDesc::Keep},
40 {".dtors*", ".dtors", InputSectDesc::Keep},
41 {".jcr", ".jcr", InputSectDesc::Keep},
51 {".gcc_except_table*", ".gcc_except_table", InputSectDesc::Keep},
/frameworks/support/annotations/src/android/support/annotation/
H A DKeep.java37 * @Keep
45 public @interface Keep { interface
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/annotations/
H A DKeep.java37 * @Keep
43 * Copied from android.support.annotation.Keep
48 public @interface Keep { interface
/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp36 if (m_KeepPolicy == Keep)
96 if (m_KeepPolicy == Keep)
H A DOutputSectDesc.cpp187 InputSectDesc inputDesc(InputSectDesc::Keep, spec, *this);
H A DScriptParser.yy495 { m_ScriptFile.addInputSectDesc(InputSectDesc::Keep, $3); }
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h28 enum KeepPolicy { Keep, NoKeep }; enumerator in enum:mcld::InputSectDesc::KeepPolicy
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DSetupWizardLayout.java43 import com.android.setupwizardlib.annotations.Keep;
437 * -keep @com.android.setupwizardlib.annotations.Keep class *
441 @Keep
471 @Keep
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp196 if (((sm_input != NULL) && (InputSectDesc::Keep == sm_input->policy())) ||

Completed in 366 milliseconds