/cts/tools/signature-tools/src/signature/converter/ |
Visibility.java | 31 * The default visibility mode is <code>PROTECTED</code>. 34 public enum Visibility {
|
/frameworks/base/opengl/java/android/opengl/ |
Visibility.java | 20 * A collection of utility methods for computing the visibility of triangle 24 public class Visibility {
|
/frameworks/base/core/java/com/android/internal/annotations/ |
VisibleForTesting.java | 23 * Denotes that the class, method or field has its visibility relaxed so 26 * The <code>visibility</code> argument can be used to specific what the original 27 * visibility should have been if it had not been made public or package-private for testing. 33 * Intended visibility if the element had not been made public or package-private for 36 enum Visibility { 46 * Intended visibility if the element had not been made public or package-private for testing. 49 Visibility visibility() default Visibility.PRIVATE;
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/ |
VisibleForTesting.java | 23 * Denotes that the class, method or field has its visibility relaxed so 26 * The <code>visibility</code> argument can be used to specific what the original 27 * visibility should have been if it had not been made public or package-private for testing. 33 * Intended visibility if the element had not been made public or package-private for 36 enum Visibility { 46 * Intended visibility if the element had not been made public or package-private for testing. 49 Visibility visibility() default Visibility.PRIVATE;
|
/external/llvm/bindings/python/llvm/ |
enumerations.py | 26 'Visibility', 162 Visibility = [
|
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotation.java | 27 * {@code Visibility} indicates the retention of a {@code DexAnnotation}. 29 enum Visibility { 48 private Visibility(byte value) { 53 * Returns the {@code Visibility} identified by the given {@code byte}. 58 * Visibility} 59 * @return the {@code Visibility} for the given {@code byte} 61 public static Visibility get(byte value) { 71 throw new IllegalArgumentException("Visibility doesn't exist!"); 77 * Returns the {@code Visibility} of this {@code DexAnnotation}. 79 * @return the {@code Visibility} of this {@code DexAnnotation [all...] |
/external/llvm/lib/MC/ |
MCELF.cpp | 55 // Visibility is stored in the first two bits of st_other 57 void MCELF::SetVisibility(MCSymbolData &SD, unsigned Visibility) { 58 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || 59 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); 62 SD.setFlags(OtherFlags | (Visibility << ELF_STV_Shift)); 66 unsigned Visibility = 68 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL | [all...] |
ELFObjectWriter.cpp | 554 // Other and Visibility share the same byte with Visability using the lower 556 uint8_t Visibility = MCELF::GetVisibility(OrigData); 559 Other |= Visibility; [all...] |
/frameworks/base/core/tests/coretests/src/android/view/ |
Visibility.java | 27 * Exercise View's ability to change their visibility: GONE, INVISIBLE and 30 public class Visibility extends Activity { 34 setContentView(R.layout.visibility); 36 // Find the view whose visibility will change
|
/external/clang/include/clang/Basic/ |
Visibility.h | 1 //===--- Visibility.h - Visibility enumeration and utilities ----*- C++ -*-===// 11 /// \brief Defines the clang::Visibility enumeration and various utility 22 /// \brief Describes the different kinds of visibility that a declaration 25 /// Visibility determines how a declaration interacts with the dynamic 29 /// Visibility is not described in any language standard and 31 /// support all visibility kinds. 32 enum Visibility { 33 /// Objects with "hidden" visibility are not seen by the dynamic 37 /// Objects with "protected" visibility are seen by the dynami [all...] |
LangOptions.h | 21 #include "clang/Basic/Visibility.h" 58 typedef clang::Visibility Visibility;
|
/external/llvm/lib/AsmParser/ |
LLParser.cpp | 258 unsigned Linkage, Visibility; 260 ParseOptionalVisibility(Visibility) || 261 ParseGlobal("", SMLoc(), Linkage, true, Visibility)) 268 unsigned Visibility; 269 if (ParseOptionalVisibility(Visibility) || 270 ParseGlobal("", SMLoc(), 0, false, Visibility)) 465 unsigned Linkage, Visibility; 467 ParseOptionalVisibility(Visibility)) 471 return ParseGlobal(Name, NameLoc, Linkage, HasLinkage, Visibility); 472 return ParseAlias(Name, NameLoc, Visibility); [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
ResolveInfo.h | 85 enum Visibility { 122 void setVisibility(Visibility pVisibility); 180 { return (uint8_t)visibility(); } 182 Visibility visibility() const; 279 * |length of m_Name|reserved|Symbol|Type |ELF visibility|Local|Com|Def|Dyn|Weak|
|
/external/clang/lib/Lex/ |
PPDirectives.cpp | [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 58 module Visibility = struct 506 external visibility : llvalue -> Visibility.t = "llvm_visibility" 507 external set_visibility : Visibility.t -> llvalue -> unit = "llvm_set_visibility" [all...] |
llvm.mli | 93 (** The linker visibility of a global value, accessed with {!visibility} and 95 module Visibility : sig 1142 val visibility : llvalue -> Visibility.t var [all...] |
/prebuilts/sdk/tools/lib/ |
common.jar | |
/prebuilts/devtools/tools/lib/ |
common.jar | |
/prebuilts/misc/common/tools-common/ |
tools-common-prebuilt.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |