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

<<21222324252627282930>>

  /bionic/tests/libs/
versioned_lib_v3.cpp 18 int versioned_function_v1(); // __attribute__((visibility("hidden")));
19 int versioned_function_v2(); // __attribute__((visibility("hidden")));
20 int versioned_function_v3(); // __attribute__((visibility("hidden")));
  /external/clang/test/CodeGen/
available-externally-hidden.cpp 1 // RUN: %clang_cc1 -O2 -fvisibility hidden -std=c++11 -emit-llvm -o - -triple x86_64-apple-darwin10 %s | FileCheck %s
4 // declarations, and are not emitted as hidden with -fvisibility=hidden,
attr-availability.c 1 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin8.0.0" -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-10_4 %s
2 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin9.0.0" -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-10_5 %s
3 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin10.0.0" -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-10_6 %s
5 // CHECK-10_4-LABEL: define hidden void @f2
6 // CHECK-10_5-LABEL: define hidden void @f2
7 // CHECK-10_6-LABEL: define hidden void @f2
  /external/clang/test/CodeGenCXX/
visibility-hidden-extern-templates.cpp 1 // RUN: %clang_cc1 -O1 -triple %itanium_abi_triple -emit-llvm -o - -fvisibility hidden %s | FileCheck %s
17 // CHECK-LABEL: define weak_odr hidden {{.*}}void @_ZN1XIiE1fEv
19 // CHECK-LABEL: define weak_odr hidden {{.*}}void @_ZN1XIiE1gEv
arm64.cpp 51 struct __attribute__((visibility("hidden"))) B {};
53 // CHECK-GLOBALS-DAG: @_ZTSN5test21BE = linkonce_odr hidden constant
54 // CHECK-GLOBALS-DAG: @_ZTIN5test21BE = linkonce_odr hidden constant { {{.*}}, i8* getelementptr inbounds ([11 x i8], [11 x i8]* @_ZTSN5test21BE, i32 0, i32 0) }
57 // CHECK-GLOBALS-DAG: @_ZTSPN5test21BE = linkonce_odr hidden constant
58 // CHECK-GLOBALS-DAG: @_ZTIPN5test21BE = linkonce_odr hidden constant { {{.*}}, i8* getelementptr inbounds ([12 x i8], [12 x i8]* @_ZTSPN5test21BE, i32 0, i32 0), i32 0, i8* bitcast
62 // CHECK-GLOBALS-DAG: @_ZTSN5test21CE = linkonce_odr hidden constant
63 // CHECK-GLOBALS-DAG: @_ZTIN5test21CE = linkonce_odr hidden constant { {{.*}}, i8* inttoptr (i64 add (i64 ptrtoint ([11 x i8]* @_ZTSN5test21CE to i64), i64 -9223372036854775808) to i8*) }
66 // CHECK-GLOBALS-DAG: @_ZTSPN5test21CE = linkonce_odr hidden constant
67 // CHECK-GLOBALS-DAG: @_ZTIPN5test21CE = linkonce_odr hidden constant { {{.*}}, i8* inttoptr (i64 add (i64 ptrtoint ([12 x i8]* @_ZTSPN5test21CE to i64), i64 -9223372036854775808) to i8*), i32 0, i8* bitcast
74 // CHECK-GLOBALS-DAG: @_ZTSN5test21DIiEE = linkonce_odr hidden constan
    [all...]
  /external/clang/test/CodeGenObjC/
forward-protocol-metadata-symbols.m 21 // CHECK: @"\01l_OBJC_PROTOCOL_$_P0" = weak hidden global
23 // CHECK: @"\01l_OBJC_LABEL_PROTOCOL_$_P0" = weak hidden global
24 // CHECK: @"\01l_OBJC_PROTOCOL_REFERENCE_$_P0" = weak hidden global
  /external/clang/test/Driver/
immediate-options.c 6 // RUN: %clang --help-hidden | FileCheck %s -check-prefix=HELP-HIDDEN
7 // HELP-HIDDEN: driver-mode
visibility.cpp 1 // RUN: %clang -### -S -fvisibility=hidden -fvisibility=default %s 2> %t.log
7 // RUN: %clang -### -S -fvisibility=default -fvisibility=hidden %s 2> %t.log
10 // CHECK-2: "-fvisibility" "hidden"
13 // RUN: %clang -### -S -fvisibility-ms-compat -fvisibility=hidden %s 2> %t.log
16 // CHECK-3: "-fvisibility" "hidden"
25 // RUN: %clang -### -S -fvisibility=hidden -fvisibility-ms-compat %s 2> %t.log
27 // CHECK-5: "-fvisibility" "hidden"
32 // CHECK-6: "-fvisibility" "hidden"
  /toolchain/binutils/binutils-2.27/gold/testsuite/
ifuncmod5.c 4 int global __attribute__ ((visibility ("hidden"))) = -1;
51 /* Test hidden indirect function. */
52 __asm__(".hidden foo_hidden");
exclude_libs_test.sh 28 # archives are correctly hidden or left unmodified.
50 check "exclude_libs_test.syms" "lib1_default" "HIDDEN"
51 check "exclude_libs_test.syms" "lib1_protected" "HIDDEN"
53 check "exclude_libs_test.syms" "lib1_hidden" "HIDDEN"
57 check "exclude_libs_test.syms" "lib2_hidden" "HIDDEN"
58 check "exclude_libs_test.syms" "lib3_default" "HIDDEN"
59 check "exclude_libs_test.syms" "lib3_protected" "HIDDEN"
61 check "exclude_libs_test.syms" "lib3_hidden" "HIDDEN"
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_bss_settings.py 26 hidden: bool, If true then the ssid will be hidden.
30 def __init__(self, name, ssid, hidden=False, security=None, bssid=None):
33 self.hidden = hidden
45 settings['ignore_broadcast_ssid'] = 1 if self.hidden else 0
  /external/clang/test/Parser/
pragma-visibility.c 7 #pragma GCC visibility push(hidden // expected-warning{{missing ')' after '#pragma visibility' - ignoring}}
8 #pragma GCC visibility push(hidden)
  /external/llvm/test/CodeGen/ARM/
2010-12-07-PEIBug.ll 4 define hidden void @foo() nounwind ssp {
16 declare hidden float @bar() nounwind readnone ssp
available_externally.ll 4 @A = available_externally hidden constant i32 1
5 @B = external hidden constant i32
  /external/llvm/test/tools/llvm-split/
internal.ll 5 ; CHECK0: define hidden void @foo()
6 ; CHECK1: declare hidden void @foo()
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
available_externally.ll 4 @A = available_externally hidden constant i32 1
5 @B = external hidden constant i32
  /external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
hidden-vis-2.ll 3 @x = external hidden global i32 ; <i32*> [#uses=1]
4 @y = extern_weak hidden global i32 ; <i32*> [#uses=1]
  /external/syslinux/core/
isolinux-c.c 6 extern const uint64_t Hidden;
21 di->iso.partoffset = &Hidden;
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
Android.mk 20 -fvisibility-inlines-hidden \
21 -fvisibility=hidden
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ia64/
local1.d 6 .*: [0-9a-f]* +[0-9a-f]+ +FUNC +LOCAL +DEFAULT +[0-9] +hidden
8 .*: [0-9a-f]* +[0-9a-f]+ +FUNC +LOCAL +DEFAULT +[0-9] +hidden
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
pr17154-x86.s 5 .hidden int_fct1
19 .hidden int_fct2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
bnd-ifunc-2.s 5 .hidden int_fct1
19 .hidden int_fct2
  /external/llvm/test/Instrumentation/InstrProfiling/
linkage.ll 10 @__profn_foo = hidden constant [3 x i8] c"foo"
11 @__profn_foo_weak = weak hidden constant [8 x i8] c"foo_weak"
13 @__profn_foo_inline = linkonce_odr hidden constant [10 x i8] c"foo_inline"
14 @__profn_foo_extern = linkonce_odr hidden constant [10 x i8] c"foo_extern"
16 ; COMMON: @__profc_foo = hidden global
17 ; COMMON: @__profd_foo = hidden global
23 ; COMMON: @__profc_foo_weak = weak hidden global
24 ; COMMON: @__profd_foo_weak = weak hidden global
37 ; COMMON: @__profc_foo_inline = linkonce_odr hidden global
38 ; COMMON: @__profd_foo_inline = linkonce_odr hidden globa
    [all...]
  /art/test/674-hiddenapi/
info.txt 1 Test whether hidden API access flags are being enforced. The test is composed of
4 Note that the first is compiled twice - once with and once without hidden access
12 In this situation child should not be able to access hidden methods/fields
15 not apply as hidden APIs are accessible within the boundaries of the boot
  /bionic/libc/arch-arm/syscalls/
___clock_nanosleep.S 17 .hidden ___clock_nanosleep

Completed in 1299 milliseconds

<<21222324252627282930>>