HomeSort by relevance Sort by last modified time
    Searched full:hidden (Results 1 - 25 of 8511) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/fontconfig/include/src/
fcftalias.h 1 extern __typeof (FcFreeTypeCharIndex) IA__FcFreeTypeCharIndex __attribute((visibility("hidden")));
3 extern __typeof (FcFreeTypeCharSetAndSpacing) IA__FcFreeTypeCharSetAndSpacing __attribute((visibility("hidden")));
5 extern __typeof (FcFreeTypeCharSet) IA__FcFreeTypeCharSet __attribute((visibility("hidden")));
7 extern __typeof (FcPatternGetFTFace) IA__FcPatternGetFTFace __attribute((visibility("hidden")));
9 extern __typeof (FcPatternAddFTFace) IA__FcPatternAddFTFace __attribute((visibility("hidden")));
11 extern __typeof (FcFreeTypeQueryFace) IA__FcFreeTypeQueryFace __attribute((visibility("hidden")));
fcalias.h 1 extern __typeof (FcBlanksCreate) IA__FcBlanksCreate __attribute((visibility("hidden")));
3 extern __typeof (FcBlanksDestroy) IA__FcBlanksDestroy __attribute((visibility("hidden")));
5 extern __typeof (FcBlanksAdd) IA__FcBlanksAdd __attribute((visibility("hidden")));
7 extern __typeof (FcBlanksIsMember) IA__FcBlanksIsMember __attribute((visibility("hidden")));
9 extern __typeof (FcCacheCopySet) IA__FcCacheCopySet __attribute((visibility("hidden")));
11 extern __typeof (FcCacheNumSubdir) IA__FcCacheNumSubdir __attribute((visibility("hidden")));
13 extern __typeof (FcCacheNumFont) IA__FcCacheNumFont __attribute((visibility("hidden")));
15 extern __typeof (FcDirCacheUnlink) IA__FcDirCacheUnlink __attribute((visibility("hidden")));
17 extern __typeof (FcDirCacheValid) IA__FcDirCacheValid __attribute((visibility("hidden")));
19 extern __typeof (FcDirCacheClean) IA__FcDirCacheClean __attribute((visibility("hidden")));
    [all...]
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 4 // RUN: %clang_cc1 %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility hidden -emit-llvm -o %t.ll
5 // RUN: FileCheck %s -check-prefix=FUNS-HIDDEN < %t.ll
6 // RUN: FileCheck %s -check-prefix=VARS-HIDDEN < %t.ll
8 #define HIDDEN __attribute__((visibility("hidden")))
11 #define TYPE_HIDDEN __attribute__((type_visibility("hidden")))
33 // FUNS-HIDDEN-LABEL: define weak_odr hidden void @_ZN5temp01BINS_1AEE3fooEv(
34 // VARS-HIDDEN: @_ZTVN5temp01BINS_1AEEE = weak_odr hidden unnamed_addr constan
    [all...]
visibility.cpp 2 // RUN: %clang_cc1 %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility hidden -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-HIDDEN
4 #define HIDDEN __attribute__((visibility("hidden")))
9 // When H is hidden, it should make X hidden, even if the template argument
19 // CHECK-HIDDEN: _ZN6test301bE = hidden global
34 // CHECK-HIDDEN: @_ZN6test251aE = hidden globa
316 A::hidden = 0; member in class:Test12::A
787 HIDDEN void hidden() {} function in class:test39::A::B
    [all...]
pragma-visibility.cpp 3 #pragma GCC visibility push(hidden)
9 // CHECK: @_ZN1x1yE = hidden global
11 #pragma GCC visibility push(hidden)
19 #pragma GCC visibility push(hidden)
25 // CHECK: @_ZN2x4IiE1yE = hidden global i32
27 #pragma GCC visibility push(hidden)
31 // CHECK-LABEL: define hidden i32 @g()
32 // CHECK-LABEL: define linkonce_odr hidden i32 @_Z1fILi3EEiv()
34 #pragma GCC visibility push(hidden)
40 // CHECK-LABEL: define hidden void @_ZN2x5IiE1yE
    [all...]
  /external/llvm/test/CodeGen/X86/
visibility.ll 3 @zed = external hidden constant i32
5 define hidden void @foo() nounwind {
11 declare hidden void @bar(i32*)
13 ;CHECK: .hidden zed
14 ;CHECK: .hidden bar
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfvisibility.asm 3 [global ghidden:hidden]
6 [global gtoomany:hidden internal]
  /external/clang/test/CodeGen/
hidden-visibility.c 3 // CHECK: hidden global
4 int X __attribute__ ((__visibility__ ("hidden"))) = 123;
pragma-visibility.c 3 #pragma GCC visibility push(hidden)
5 // CHECK: @x = hidden global
10 // CHECK: @y = hidden global
12 #pragma GCC visibility push(hidden)
18 #pragma GCC visibility push(hidden)
20 // CHECK-LABEL: define hidden void @f
  /external/chromium_org/chrome/browser/resources/chromeos/login/
version.html 1 <div id="version-labels" hidden>
  /frameworks/multidex/instrumentation/res/
.readme 1 This hidden file is there to ensure there is an res folder
  /frameworks/multidex/library/res/
.readme 1 This hidden file is there to ensure there is an res folder
  /ndk/sources/android/support/src/musl-multibyte/
libc.h 6 #define ATTR_LIBC_VISIBILITY __attribute__((visibility("hidden")))
  /external/clang/test/CodeGenObjC/
hidden-visibility.m 1 // RUN: %clang_cc1 -fvisibility hidden -emit-llvm -o - %s | FileCheck %s
2 // CHECK: @"OBJC_IVAR_$_I.P" = hidden
3 // CHECK: @"OBJC_CLASS_$_I" = hidden
4 // CHECK: @"OBJC_METACLASS_$_I" = hidden
5 // CHECK: @"\01l_OBJC_PROTOCOL_$_Prot0" = weak hidden
hidden.m 3 __attribute__((visibility("hidden")))
4 @interface Hidden
8 @implementation Hidden
  /external/llvm/test/Linker/
visibility2.ll 6 @v1 = weak hidden global i32 0
8 @v3 = weak hidden global i32 0
11 @a1 = hidden alias weak i32* @v1
13 @a3 = hidden alias weak i32* @v3
16 define weak hidden void @f1() {
24 define weak hidden void @f3() {
available_externally_b.ll 4 @foo = hidden unnamed_addr constant i32 0
  /external/llvm/test/Bitcode/
visibility-styles.3.2.ll 10 @hidden.var = hidden global i32 0
11 ; CHECK: @hidden.var = hidden global i32 0
19 declare hidden void @hidden()
20 ; CHECK: declare hidden void @hidden
  /external/libselinux/src/
dso.h 5 # define hidden __attribute__ ((visibility ("hidden"))) macro
9 extern __typeof (fct) fct __asm (#internal) hidden;
18 # define hidden macro
  /external/libsepol/src/
dso.h 5 # define hidden __attribute__ ((visibility ("hidden"))) macro
9 extern __typeof (fct) fct __asm (#internal) hidden;
18 # define hidden macro
  /external/qemu/distrib/libselinux/src/
dso.h 5 # define hidden __attribute__ ((visibility ("hidden"))) macro
9 extern __typeof (fct) fct __asm (#internal) hidden;
18 # define hidden macro
  /sdk/apps/DeviceConfig/res/values-keyshidden/
strings.xml 3 <string name="keyboard_state">HIDDEN</string>
  /sdk/apps/DeviceConfig/res/values-navhidden/
strings.xml 3 <string name="nav_state">HIDDEN</string>
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 52 /* Hidden "this" pointer for the video functions */
163 #define local_X11 (this->hidden->local_X11)
164 #define SDL_Display (this->hidden->X11_Display)
165 #define GFX_Display (this->hidden->GFX_Display)
166 #define SDL_Screen DefaultScreen(this->hidden->X11_Display)
167 #define SDL_Visual (this->hidden->vis)
169 #define WMwindow (this->hidden->WMwindow)
170 #define FSwindow (this->hidden->FSwindow)
171 #define SDL_Window (this->hidden->SDL_Window)
172 #define WM_DELETE_WINDOW (this->hidden->WM_DELETE_WINDOW
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.h 36 /* Hidden "this" pointer for the video functions */
71 #define console_fd (this->hidden->console_fd)
72 #define memory_fd (this->hidden->memory_fd)
73 #define saved_vinfo (this->hidden->saved_vinfo)
74 #define current_vt (this->hidden->current_vt)
75 #define saved_vt (this->hidden->saved_vt)
76 #define keyboard_fd (this->hidden->keyboard_fd)
77 #define saved_kbd_mode (this->hidden->saved_kbd_mode)
78 #define saved_kbd_termios (this->hidden->saved_kbd_termios)
79 #define mouse_fd (this->hidden->mouse_fd
    [all...]

Completed in 1649 milliseconds

1 2 3 4 5 6 7 8 91011>>