HomeSort by relevance Sort by last modified time
    Searched refs:HIDDEN (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/stlport/src/
sincos.c 36 * want to export these functions here, hence we declare them hidden.
38 #define HIDDEN __attribute__ ((visibility ("hidden")))
40 void HIDDEN sincos(double x, double *psin, double *pcos)
46 void HIDDEN sincosf(float x, float *psin, float *pcos)
52 void HIDDEN sincosl(long double x, long double *psin, long double *pcos)
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 97 SDL_free(device->hidden);
110 device->hidden = (struct SDL_PrivateVideoData *) malloc (sizeof (*device->hidden));
112 if (device == NULL || device->hidden == NULL)
121 SDL_memset (device->hidden, 0, sizeof (*device->hidden));
192 HIDDEN->nummodes++;
385 HIDDEN->c2layer = NULL, HIDDEN->c2frame = NULL;
386 HIDDEN->enable_mga_crtc2 = 0
    [all...]
SDL_DirectFB_video.h 58 #define HIDDEN (this->hidden)
  /packages/apps/Email/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/clang/test/CodeGenCXX/
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
312 A::hidden = 0; member in class:Test12::A
783 HIDDEN void hidden() {} function in class:test39::A::B
    [all...]
visibility-ms-compat.cpp 1 // RUN: %clang_cc1 %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility hidden -ftype-visibility default -emit-llvm -o %t
10 #define HIDDEN __attribute__((visibility("hidden")))
25 // CHECK: define hidden void @_ZN5test01A3fooEv()
31 // CHECK-GLOBAL: @_ZN5test02tiE = hidden constant
35 struct HIDDEN A {
41 // CHECK: define hidden void @_ZN5test11A3fooEv()
42 // CHECK: declare hidden void @_ZN5test11A3barEv()
45 // CHECK-GLOBAL: @_ZTSN5test11AE = linkonce_odr hidden constant
46 // CHECK-GLOBAL: @_ZTIN5test11AE = linkonce_odr hidden unnamed_addr constan
    [all...]
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: define weak_odr hidden void @_ZN5temp01BINS_1AEE3fooEv(
34 // VARS-HIDDEN: @_ZTVN5temp01BINS_1AEEE = weak_odr hidden unnamed_addr constan
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ClangCheckers.cpp 28 #define CHECKER(FULLNAME,CLASS,DESCFILE,HELPTEXT,GROUPINDEX,HIDDEN) \
ClangSACheckers.h 27 #define CHECKER(FULLNAME,CLASS,CXXFILE,HELPTEXT,GROUPINDEX,HIDDEN) \
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
rewrites.rb 66 WS : (' '|'\n') {$channel=HIDDEN;} ;
79 WS : (' '|'\n') {$channel=HIDDEN;} ;
93 WS : (' '|'\n') {$channel=HIDDEN;} ;
107 WS : (' '|'\n') {$channel=HIDDEN;} ;
121 WS : (' '|'\n') {$channel=HIDDEN;} ;
134 WS : (' '|'\n') {$channel=HIDDEN;} ;
148 WS : (' '|'\n') {$channel=HIDDEN;} ;
163 WS : (' '|'\n') {$channel=HIDDEN;} ;
177 WS : (' '|'\n') {$channel=HIDDEN;} ;
192 WS : (' '|'\n') {$channel=HIDDEN;} ;
    [all...]
auto-ast.rb 67 WS : (' '|'\n') {$channel=HIDDEN;};
79 WS : (' '|'\n') {$channel=HIDDEN;} ;
91 WS : (' '|'\n') {$channel=HIDDEN;} ;
103 WS : (' '|'\n') {$channel=HIDDEN;} ;
115 WS : (' '|'\n') {$channel=HIDDEN;} ;
128 WS : (' '|'\n') {$channel=HIDDEN;} ;
140 WS : (' '|'\n') {$channel=HIDDEN;} ;
152 WS : (' '|'\n') {$channel=HIDDEN;} ;
164 WS : (' '|'\n') {$channel=HIDDEN;} ;
176 WS : (' '|'\n') {$channel=HIDDEN;} ;
    [all...]
tree-rewrite.rb 17 WS : (' '|'\n') {$channel=HIDDEN;} ;
41 WS : (' '|'\n') {$channel=HIDDEN;} ;
64 WS : (' '|'\\n') {$channel=HIDDEN;} ;
87 WS : (' '|'\n') {$channel=HIDDEN;} ;
110 WS : (' '|'\n') {$channel=HIDDEN;} ;
133 WS : (' '|'\n') {$channel=HIDDEN;} ;
156 WS : (' '|'\n') {$channel=HIDDEN;} ;
178 WS : (' '|'\n') {$channel=HIDDEN;} ;
194 WS : (' '|'\n') {$channel=HIDDEN;} ;
210 WS : (' '|'\n') {$channel=HIDDEN;} ;
    [all...]
hetero-nodes.rb 24 WS : (' '|'\n') {$channel=HIDDEN;} ;
43 WS : (' '|'\n') {$channel=HIDDEN;} ;
62 WS : (' '|'\n') {$channel=HIDDEN;} ;
81 WS : (' '|'\n') {$channel=HIDDEN;} ;
101 WS : (' '|'\n') {$channel=HIDDEN;} ;
121 WS : (' '|'\n') {$channel=HIDDEN;} ;
141 WS : (' '|'\n') {$channel=HIDDEN;} ;
161 WS : (' '|'\n') {$channel=HIDDEN;} ;
181 WS : (' '|'\n') {$channel=HIDDEN;} ;
214 WS : (' '|'\n') {$channel=HIDDEN;} ;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 96 WS : (' '|'\n') {$channel=HIDDEN;} ;
119 WS : (' '|'\n') {$channel=HIDDEN;} ;
149 WS : (' '|'\n') {$channel=HIDDEN;} ;
162 [ "consume_hidden_token", "1", "5", "hidden", "1", "1", '" "' ],
186 WS : (' '|'\n') {$channel=HIDDEN;} ;
220 WS : (' '|'\n') {$channel=HIDDEN;} ;
234 [ "consume_hidden_token", "1", "6", "hidden", "1", "1", '" "' ],
244 [ "consume_hidden_token", "3", "6", "hidden", "1", "3", '" "' ],
252 [ "consume_hidden_token", "5", "6", "hidden", "1", "5", '" "' ],
260 [ "consume_hidden_token", "7", "6", "hidden", "1", "7", '" "' ]
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 48 WS : (' '|'\n') {$channel=HIDDEN;} ;
75 WS : (' '|'\n') {$channel=HIDDEN;} ;
94 WS : (' '|'\n') {$channel=HIDDEN;} ;
116 WS : (' '|'\n') {$channel=HIDDEN;} ;
133 WS : (' '|'\n') {$channel=HIDDEN;} ;
151 WS : (' '|'\n') {$channel=HIDDEN;} ;
172 # WS : (' '|'\n') {$channel=HIDDEN;} ;
199 WS : (' '|'\n') {$channel=HIDDEN;} ;
223 WS : (' '|'\n') {$channel=HIDDEN;} ;
244 WS : (' '|'\n') {$channel=HIDDEN;} ;
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 64 WS : (' '|'\t'|'\n')+ { $channel = $self->HIDDEN; }
  /external/doclava/src/com/google/doclava/
Errors.java 57 if (error.level == HIDDEN) {
102 public static int HIDDEN = 0;
146 public static Error CHANGED_NATIVE = new Error(22, HIDDEN);
158 public static final Error UNDOCUMENTED_PARAMETER = new Error(105, HIDDEN);
160 public static final Error BAD_INHERITDOC = new Error(107, HIDDEN);
165 public static final Error DEPRECATED = new Error(112, HIDDEN);
168 public static final Error IO_ERROR = new Error(115, HIDDEN);
169 public static final Error NO_SINCE_DATA = new Error(116, HIDDEN);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 41 * "Hidden" category, for properties that should not be displayed.
43 public static final PropertyCategory HIDDEN = new PropertyCategory(3, "HIDDEN");
140 * @return <code>true</code> if this property is hidden.
143 return this == HIDDEN;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 22 WS: ' '+ { $channel = HIDDEN; };
46 WS: ' '+ { $channel = HIDDEN; };
70 WS: ' '+ { $channel = HIDDEN; };
85 WS: ' '+ { $channel = HIDDEN; };
109 WS: ' '+ { $channel = HIDDEN; };
133 WS: ' '+ { $channel = HIDDEN; };
170 WS: ' '+ { $channel = HIDDEN; };
234 # WS: ' '+ { $channel = HIDDEN; };
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
rule-methods.rb 42 WS: ' '+ { $channel = HIDDEN };
95 { $channel = HIDDEN }
122 WS: (' ' | '\t' | '\n' | '\r' | '\f')+ { $channel=HIDDEN; };
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRToken.h 44 #define HIDDEN 99
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRToken.h 44 #define HIDDEN 99
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRToken.h 44 #define HIDDEN 99
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRToken.h 48 #define HIDDEN 99
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItem.java 56 private static final int HIDDEN = 0x00000008;
130 return (mFlags & HIDDEN) == 0;
207 mFlags = (mFlags & HIDDEN) | (visible ? 0 : HIDDEN);

Completed in 439 milliseconds

1 2 3 4 5