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

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
hidden4.s 8 .hidden foo
hidden5.d 3 #error: .*relocation R_X86_64_GOTOFF64 against undefined hidden symbol `foo' can not be used when making a shared object
pr18591.s 1 .hidden foo
  /external/clang/test/CodeGen/
hidden-alias-to-internal-function.c 5 __attribute__((visibility("hidden")));
7 // CHECK: @bar = hidden alias void (), void ()* @foo
  /external/clang/test/CodeGenCXX/
pr24097.cpp 1 // RUN: %clang_cc1 %s -triple=x86_64-pc-linux -fvisibility hidden -emit-llvm -O1 -disable-llvm-optzns -o - | FileCheck %s
19 // Test that it is not hidden
visibility-inlines-hidden.cpp 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -std=c++11 -fvisibility-inlines-hidden -emit-llvm -o - %s -O2 -disable-llvm-optzns | FileCheck %s
42 // CHECK-LABEL: define linkonce_odr hidden void @_ZN2X02f2Ev
44 // CHECK-LABEL: define linkonce_odr hidden void @_ZN2X02f3Ev
46 // CHECK-LABEL: define linkonce_odr hidden void @_ZN2X02f5Ev
48 // CHECK-LABEL: define linkonce_odr hidden void @_ZN2X02f6Ev
52 // CHECK-LABEL: define linkonce_odr hidden void @_ZN2X1IiE2f2Ev
54 // CHECK-LABEL: define linkonce_odr hidden void @_ZN2X1IiE2f3Ev
56 // CHECK-LABEL: define linkonce_odr hidden void @_ZN2X1IiE2f4Ev
58 // CHECK-LABEL: define linkonce_odr hidden void @_ZN2X1IiE2f5Ev
60 // CHECK-LABEL: define linkonce_odr hidden void @_ZN2X1IiE2f6E
    [all...]
  /external/clang/test/Preprocessor/
macro-reserved.c 3 #define for 0 // expected-warning {{keyword is hidden by macro definition}}
35 #define inline inline__ // expected-warning {{keyword is hidden by macro definition}}
37 #define extern __inline // expected-warning {{keyword is hidden by macro definition}}
39 #define extern __extern // expected-warning {{keyword is hidden by macro definition}}
41 #define extern __extern__ // expected-warning {{keyword is hidden by macro definition}}
44 #define inline _inline // expected-warning {{keyword is hidden by macro definition}}
46 #define volatile // expected-warning {{keyword is hidden by macro definition}}
51 #define switch if // expected-warning {{keyword is hidden by macro definition}}
macro-reserved.cpp 3 #define for 0 // expected-warning {{keyword is hidden by macro definition}}
36 #define inline inline__ // expected-warning {{keyword is hidden by macro definition}}
38 #define extern __inline // expected-warning {{keyword is hidden by macro definition}}
40 #define extern __extern // expected-warning {{keyword is hidden by macro definition}}
42 #define extern __extern__ // expected-warning {{keyword is hidden by macro definition}}
45 #define inline _inline // expected-warning {{keyword is hidden by macro definition}}
47 #define volatile // expected-warning {{keyword is hidden by macro definition}}
53 #define switch if // expected-warning {{keyword is hidden by macro definition}}
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UFieldPosition.java 19 * @hide draft / provisional / internal are hidden on Android
28 * @hide draft / provisional / internal are hidden on Android
37 * @hide draft / provisional / internal are hidden on Android
46 * @hide draft / provisional / internal are hidden on Android
55 * @hide draft / provisional / internal are hidden on Android
64 * @hide draft / provisional / internal are hidden on Android
74 * @hide draft / provisional / internal are hidden on Android
83 * @hide draft / provisional / internal are hidden on Android
  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandHidden.java 8 @Parameters(commandNames = "add", commandDescription = "Hidden command to add file contents to the index", hidden = true)
  /external/libxml2/
elfgcchack.h 72 extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
82 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
94 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden")));
130 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
142 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
154 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
166 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")));
178 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
    [all...]
  /external/llvm/test/CodeGen/X86/
ga-offset2.ll 3 @var = external hidden global i32
4 @p = external hidden global i32*
  /external/swiftshader/third_party/LLVM/test/Feature/
linker_private_linkages.ll 5 @foo = linker_private hidden global i32 0
6 @bar = linker_private_weak hidden global i32 0
  /external/syslinux/core/
ldlinux-c.c 8 extern const uint64_t Hidden;
18 di->disk.partoffset = &Hidden;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
export-class-def.s 12 .hidden hidden_bar
16 .hidden hidden_foo
  /external/clang/test/Sema/
attr-visibility.c 4 void test1() __attribute__((visibility("hidden")));
10 struct __attribute__((visibility("hidden"))) test4; // expected-note {{previous attribute is here}}
15 struct __attribute__((visibility("hidden"))) test5; // expected-note {{previous attribute is here}}
18 void test6() __attribute__((visibility("hidden"), // expected-note {{previous attribute is here}}
22 extern int test7 __attribute__((visibility("hidden"))); // expected-error {{visibility does not match previous declaration}}
28 int PR17105 __attribute__((visibility(hidden))); // expected-error {{'visibility' attribute requires a string}}
  /external/syslinux/com32/lib/
com32.ld 15 HIDDEN (__executable_start = .);
16 HIDDEN (_stext = .);
32 HIDDEN (_etext = .);
34 HIDDEN( __rodata_start = .);
37 HIDDEN(__rodata_end = .);
46 HIDDEN(__ctors_start = .);
50 HIDDEN(__ctors_end = .);
53 HIDDEN(__dtors_start = .);
56 HIDDEN(__dtors_end = .);
60 HIDDEN(__got_start = .)
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue116/
NoFieldsTest.java 35 Hidden hidden = new Hidden(); local
38 yaml.dump(hidden);
42 "No JavaBean properties found in org.yaml.snakeyaml.issues.issue116.Hidden");
44 Object hiddenParsed = yaml.load("!!org.yaml.snakeyaml.issues.issue116.Hidden {}\n");
45 assertTrue(hiddenParsed instanceof Hidden);
49 HiddenSpecial hidden = new HiddenSpecial("qwerty"); local
52 yaml.dump(hidden);
67 class Hidden {
    [all...]
  /external/clang/test/CodeGenObjC/
metadata_symbols.m 21 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-exceptions -fvisibility hidden -emit-llvm -o %t %s
22 // RUN: FileCheck -check-prefix=CHECK-X86_64-HIDDEN < %t %s
24 // CHECK-X86_64-HIDDEN: @"OBJC_CLASS_$_A" = hidden global {{.*}}, section "__DATA, __objc_data", align 8
25 // CHECK-X86_64-HIDDEN: @"OBJC_METACLASS_$_A" = hidden global {{.*}}, section "__DATA, __objc_data", align 8
26 // CHECK-X86_64-HIDDEN: @"OBJC_EHTYPE_$_EH1" = weak hidden global
27 // CHECK-X86_64-HIDDEN: @"OBJC_EHTYPE_$_EH2" = external global
28 // CHECK-X86_64-HIDDEN: @"OBJC_EHTYPE_$_EH3" = hidden global {{.*}}, section "__DATA,__objc_const", align
    [all...]
attr-exception.m 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fexceptions -fobjc-exceptions -fvisibility hidden -o - %s | FileCheck -check-prefix=CHECK-HIDDEN %s
17 // CHECK-HIDDEN: @"OBJC_EHTYPE_$_A" = hidden global {{%.*}} { i8** getelementptr (i8*, i8** @objc_ehtype_vtable, i32 2)
27 // CHECK-HIDDEN: @"OBJC_EHTYPE_$_B" = global {{%.*}} { i8** getelementptr (i8*, i8** @objc_ehtype_vtable, i32 2)
  /external/autotest/server/site_tests/network_WiFi_HiddenRemains/
network_WiFi_HiddenRemains.py 13 """Check that shill preserves hidden network settings after connect."""
21 """Asserts that the network with |ssid| is a hidden network in shill.
28 a hidden SSID.
31 logging.info('Checking that %s has hidden=%r.', ssid, should_be_hidden)
41 raise error.TestFail('Expected hidden=%r, but found hidden=%r.' %
44 logging.info('Service had the expected hidden value.')
55 ssid='a hidden network',
65 # Check that shill's opinion of our hidden-ness is correct.
  /external/llvm/test/Instrumentation/InstrProfiling/
profiling.ll 6 @__profn_foo = hidden constant [3 x i8] c"foo"
8 @__profn_bar = hidden constant [4 x i8] c"bar\00"
10 @__profn_baz = hidden constant [3 x i8] c"baz"
13 ; CHECK: @__profc_foo = hidden global [1 x i64] zeroinitializer, section "__DATA,__llvm_prf_cnts", align 8
14 ; CHECK: @__profd_foo = hidden {{.*}}, section "__DATA,__llvm_prf_data", align 8
20 ; CHECK: @__profc_bar = hidden global [1 x i64] zeroinitializer, section "__DATA,__llvm_prf_cnts", align 8
21 ; CHECK: @__profd_bar = hidden {{.*}}, section "__DATA,__llvm_prf_data", align 8
27 ; CHECK: @__profc_baz = hidden global [3 x i64] zeroinitializer, section "__DATA,__llvm_prf_cnts", align 8
28 ; CHECK: @__profd_baz = hidden {{.*}}, section "__DATA,__llvm_prf_data", align 8
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
HiddenFileFilter.java 23 * This filter accepts <code>File</code>s that are hidden.
26 * current directory's <i>hidden</i> files:
30 * String[] files = dir.list( HiddenFileFilter.HIDDEN );
38 * current directory's <i>visible</i> (i.e. not hidden) files:
53 /** Singleton instance of <i>hidden</i> filter */
54 public static final IOFileFilter HIDDEN = new HiddenFileFilter();
57 public static final IOFileFilter VISIBLE = new NotFileFilter(HIDDEN);
66 * Checks to see if the file is hidden.
70 * <i>hidden</i>, otherwise <code>false</code>.
  /external/icu/android_icu4j/src/main/java/android/icu/util/
OutputInt.java 18 * @hide draft / provisional / internal are hidden on Android
26 * @hide draft / provisional / internal are hidden on Android
35 * @hide draft / provisional / internal are hidden on Android
46 * @hide draft / provisional / internal are hidden on Android
56 * @hide draft / provisional / internal are hidden on Android
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-pic-2a.s 11 # Test hidden stubs that are called by MIPS16 PIC calls in this file.
14 # Test hidden stubs that are called by MIPS16 PIC calls in another file.
17 # Test hidden stubs that aren't called at all.
25 # Test hidden stubs that are referenced by absolute relocations
29 # Test hidden stubs that are referenced by absolute relocations

Completed in 932 milliseconds

<<21222324252627282930>>