HomeSort by relevance Sort by last modified time
    Searched full:hidden (Results 2151 - 2175 of 7805) sorted by null

<<81828384858687888990>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
tlspic.dd 59 # GD against hidden and local variable
70 # GD -> IE against hidden and local variable referenced through IE too
79 # GD against hidden but not local variable
90 # GD -> IE against hidden but not local variable referenced through IE too
114 # LD against hidden and local variables
129 # LD against hidden but not local variables
164 # IE against hidden and local var
175 # IE against hidden but not local var
207 # IE against hidden and local var
217 # IE against hidden but not local va
    [all...]
tlspic2.dd 59 # GD against hidden and local variable
70 # GD -> IE against hidden and local variable referenced through IE too
79 # GD against hidden but not local variable
90 # GD -> IE against hidden but not local variable referenced through IE too
113 # LD against hidden and local variables
127 # LD against hidden but not local variables
161 # IE against hidden and local var
172 # IE against hidden but not local var
204 # IE against hidden and local var
214 # IE against hidden but not local va
    [all...]
  /tools/apksig/src/apksigner/java/com/android/apksigner/
HexEncoding.java 26 /** Hidden constructor to prevent instantiation. */
  /tools/metalava/src/main/java/com/android/tools/metalava/model/text/
TextItem.kt 33 override var hidden = false
  /art/test/674-hiddenapi/src-art/
Main.java 35 // Enable hidden API checks in case they are disabled by default.
40 // or test the wrong thing. We rely on not deduping hidden API warnings
47 // The expectation is that hidden members in parent should be visible to
  /bionic/linker/
Android.bp 46 "-fvisibility=hidden",
147 "-fvisibility=hidden",
158 "-fvisibility=hidden",
  /cts/tests/tests/transition/src/android/transition/cts/
ChangeTransformTest.java 68 // hidden properties of the View to execute.
88 // hidden properties of the View to execute.
108 // hidden properties of the View to execute.
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
StGUnit.g 109 : '//' ~('\r'|'\n')* '\r'? '\n' {$channel=HIDDEN;}
113 : '/*' {$channel=HIDDEN;} .* '*/'
212 {$channel=HIDDEN;}
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 35 {$channel=HIDDEN}
135 WS : (' '|'\n'|'\r')+ {$channel=HIDDEN}
215 WS: (' ' | '\t' | '\n' | '\r' | '\f')+ { $channel=HIDDEN; };
  /external/clang/test/CXX/class.derived/class.virtual/
p3-0x.cpp 137 virtual void foo(int x); // expected-note {{hidden overloaded virtual function}}
138 virtual void bar(int x); // expected-note 2 {{hidden overloaded virtual function}}
139 virtual void bar(float x); // expected-note 2 {{hidden overloaded virtual function}}
  /external/clang/test/CodeGenObjC/
metadata-symbols-64.m 14 // CHECK: @"\01l_OBJC_PROTOCOL_$_P" = weak hidden global {{.*}}, align 8
15 // CHECK: @"\01l_OBJC_LABEL_PROTOCOL_$_P" = weak hidden global {{.*}} section "__DATA, __objc_protolist, coalesced, no_dead_strip", align 8
31 // CHECK: @"\01l_objc_msgSend_fixup_alloc" = weak hidden global {{.*}} section "__DATA, __objc_msgrefs, coalesced", align 16
  /external/compiler-rt/lib/profile/
InstrProfiling.h 162 * This variable is defined in InstrProfilingRuntime.cc as a hidden
166 * Note that this variable's visibility needs to be hidden so that the
180 * no need for this variable to be hidden.
  /external/deqp/framework/delibs/cmake/
toolchain-ios.cmake 60 # Hidden visibilty is required for cxx on iOS
62 set (CMAKE_CXX_FLAGS_INIT "-headerpad_max_install_names -fvisibility=hidden -fvisibility-inlines-hidden")
  /external/kernel-headers/original/uapi/linux/
msdos_fs.h 36 #define ATTR_HIDDEN 2 /* hidden */
125 __le32 hidden; /* hidden sectors (unused) */ member in struct:fat_boot_sector
  /external/libffi/linux-arm/
fficonfig.h 43 /* Define if __attribute__((visibility("hidden"))) is supported. */
149 #define FFI_HIDDEN(name) .hidden name
151 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/libffi/linux-arm64/
fficonfig.h 43 /* Define if __attribute__((visibility("hidden"))) is supported. */
149 #define FFI_HIDDEN(name) .hidden name
151 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/libffi/linux-x86/
fficonfig.h 43 /* Define if __attribute__((visibility("hidden"))) is supported. */
149 #define FFI_HIDDEN(name) .hidden name
151 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/libunwind/src/aarch64/
Ginit.c 54 HIDDEN void *
62 HIDDEN unw_dyn_info_list_t _U_dyn_info_list;
220 HIDDEN void
  /external/libunwind/src/arm/
Ginit.c 52 HIDDEN void *
60 HIDDEN unw_dyn_info_list_t _U_dyn_info_list;
213 HIDDEN void
  /external/libunwind/src/mips/
Ginit.c 57 HIDDEN void *
72 HIDDEN unw_dyn_info_list_t _U_dyn_info_list;
233 HIDDEN void
  /external/libunwind/src/ppc32/
Ginit.c 86 HIDDEN void *
94 HIDDEN unw_dyn_info_list_t _U_dyn_info_list;
228 HIDDEN void
  /external/libunwind/src/ppc64/
Ginit.c 90 HIDDEN void *
98 HIDDEN unw_dyn_info_list_t _U_dyn_info_list;
237 HIDDEN void
  /external/libunwind/src/sh/
Ginit.c 53 HIDDEN void *
61 HIDDEN unw_dyn_info_list_t _U_dyn_info_list;
198 HIDDEN void
  /external/libunwind/src/x86/
Gregs.c 29 HIDDEN dwarf_loc_t
38 HIDDEN int
121 HIDDEN int
  /external/libxml2/doc/
elfgcchack.xsl 79 extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
89 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
134 <xsl:text> __attribute((visibility("hidden")));

Completed in 954 milliseconds

<<81828384858687888990>>