OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hidden
(Results
1901 - 1925
of
7805
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-vax-elf/
plt-local-lib.s
27
.
hidden
foo_hidden
vax-elf.exp
36
{ plt-local-
hidden
-pic.s } \
38
"plt-local-
hidden
-pic-r.o"] \
46
"-T plt-local.ld tmpdir/plt-local-
hidden
-pic-r.o tmpdir/plt-local-rehidden-pic-r.o tmpdir/plt-local-lib.so" "" \
52
# Global offset table tests. Make sure
hidden
symbols do not get GOT
/tools/apksig/src/main/java/com/android/apksig/internal/util/
AndroidSdkVersion.java
24
/**
Hidden
constructor to prevent instantiation. */
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g
531
: '\\' ('\r')? '\n' (' '|'\t')* { $channel=
HIDDEN
; }
541
$channel=
HIDDEN
;
545
WS : {this.startPos>0}?=> (' '|'\t')+ {$channel=
HIDDEN
;}
559
( {this.implicitLineJoiningLevel>0}? ( ' ' | '\t' )+ {$channel=
HIDDEN
;}
573
( ('\r')? '\n' {if (this.state.token!=null) this.state.token.setChannel(
HIDDEN
); else $channel=
HIDDEN
;})*
597
$channel=
HIDDEN
;
/external/llvm/test/Linker/
funcimport.ll
16
; EXPORTSTATIC-DAG: @staticvar.llvm.{{.*}} =
hidden
global
18
; EXPORTSTATIC-DAG: @P.llvm.{{.*}} =
hidden
global void ()* null
19
; EXPORTSTATIC-DAG: define
hidden
i32 @staticfunc.llvm.
20
; EXPORTSTATIC-DAG: define
hidden
void @staticfunc2.llvm.
70
; IMPORTSTATIC-DAG: @staticvar.llvm.{{.*}} = external
hidden
global
75
; IMPORTSTATIC-DAG: declare
hidden
i32 @staticfunc.llvm.
92
; IMPORTFUNCPTR-DAG: @P.llvm.{{.*}} = external
hidden
global void ()*
/external/mesa3d/src/mesa/x86/
3dnow_xform1.S
38
HIDDEN
(_mesa_3dnow_transform_points1_general)
103
HIDDEN
(_mesa_3dnow_transform_points1_identity)
151
HIDDEN
(_mesa_3dnow_transform_points1_3d_no_rot)
209
HIDDEN
(_mesa_3dnow_transform_points1_perspective)
263
HIDDEN
(_mesa_3dnow_transform_points1_2d)
319
HIDDEN
(_mesa_3dnow_transform_points1_2d_no_rot)
373
HIDDEN
(_mesa_3dnow_transform_points1_3d)
3dnow_xform2.S
38
HIDDEN
(_mesa_3dnow_transform_points2_general)
119
HIDDEN
(_mesa_3dnow_transform_points2_perspective)
175
HIDDEN
(_mesa_3dnow_transform_points2_3d)
252
HIDDEN
(_mesa_3dnow_transform_points2_3d_no_rot)
311
HIDDEN
(_mesa_3dnow_transform_points2_2d)
375
HIDDEN
(_mesa_3dnow_transform_points2_2d_no_rot)
431
HIDDEN
(_mesa_3dnow_transform_points2_identity)
sse_xform1.S
47
HIDDEN
( _mesa_sse_transform_points1_general )
104
HIDDEN
(_mesa_sse_transform_points1_identity)
156
HIDDEN
(_mesa_sse_transform_points1_3d_no_rot)
217
HIDDEN
(_mesa_sse_transform_points1_perspective)
276
HIDDEN
(_mesa_sse_transform_points1_2d)
331
HIDDEN
(_mesa_sse_transform_points1_2d_no_rot)
388
HIDDEN
(_mesa_sse_transform_points1_3d)
x86_xform2.S
69
HIDDEN
(_mesa_x86_transform_points2_general)
160
HIDDEN
(_mesa_x86_transform_points2_perspective)
226
HIDDEN
(_mesa_x86_transform_points2_3d)
308
HIDDEN
(_mesa_x86_transform_points2_3d_no_rot)
378
HIDDEN
(_mesa_x86_transform_points2_2d)
451
HIDDEN
(_mesa_x86_transform_points2_2d_no_rot)
516
HIDDEN
(_mesa_x86_transform_points2_identity)
/external/tensorflow/tensorflow/contrib/factorization/examples/
mnist.py
19
into the 'distance to clusters' space. These are then fed into
hidden
layers to
127
hidden1_units: Size of the first
hidden
layer.
128
hidden2_units: Size of the second
hidden
layer.
153
#
Hidden
1
162
#
Hidden
2
312
help='Number of units in
hidden
layer 1.'
318
help='Number of units in
hidden
layer 2.'
/frameworks/base/services/core/java/com/android/server/wm/
WindowToken.java
28
import static com.android.server.wm.WindowTokenProto.
HIDDEN
;
70
// Should this token's windows be
hidden
?
127
void setHidden(boolean
hidden
) {
128
if (
hidden
!= mHidden) {
129
mHidden =
hidden
;
297
proto.write(
HIDDEN
, mHidden);
307
pw.print("
hidden
="); pw.print(mHidden);
/system/keymaster/contexts/
pure_soft_keymaster_context.cpp
119
AuthorizationSet
hidden
;
120
error = BuildHiddenAuthorizations(key_description, &
hidden
, softwareRootOfTrust);
124
return SerializeIntegrityAssuredBlob(key_material,
hidden
, *hw_enforced, *sw_enforced, blob);
181
AuthorizationSet
hidden
;
local
182
error = BuildHiddenAuthorizations(additional_params, &
hidden
, softwareRootOfTrust);
188
error = DeserializeIntegrityAssuredBlob(blob,
hidden
, &key_material, &hw_enforced, &sw_enforced);
193
error = ParseOcbAuthEncryptedBlob(blob,
hidden
, &key_material, &hw_enforced, &sw_enforced);
/external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp
32
opt<bool> DisableCTRLoops("disable-ppc-ctrloops", cl::
Hidden
,
36
opt<bool> DisablePreIncPrep("disable-ppc-preinc-prep", cl::
Hidden
,
41
cl::
Hidden
, cl::desc("Schedule VSX FMA instruction mutation early"));
44
opt<bool> DisableVSXSwapRemoval("disable-ppc-vsx-swap-removal", cl::
Hidden
,
48
opt<bool> DisableQPXLoadSplat("disable-ppc-qpx-load-splat", cl::
Hidden
,
52
opt<bool> DisableMIPeephole("disable-ppc-peephole", cl::
Hidden
,
56
EnableGEPOpt("ppc-gep-opt", cl::
Hidden
,
63
cl::init(false), cl::
Hidden
);
68
cl::init(true), cl::
Hidden
);
73
cl::init(true), cl::
Hidden
);
[
all
...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCommonTokenStream.java
188
tokens[0].setChannel(Lexer.
HIDDEN
);
189
tokens[2].setChannel(Lexer.
HIDDEN
);
190
tokens[5].setChannel(Lexer.
HIDDEN
);
191
tokens[6].setChannel(Lexer.
HIDDEN
);
192
tokens[8].setChannel(Lexer.
HIDDEN
);
/external/guice/core/test/com/googlecode/guice/
BytecodeGenTest.java
293
static class
Hidden
{
297
public
Hidden
method() {
298
return new
Hidden
();
303
public void method(
Hidden
h) {
315
Class hiddenClass = testClassLoader.loadClass(
Hidden
.class.getName());
/external/llvm/test/Transforms/FunctionImport/
funcimport.ll
55
; should in turn be imported as a promoted/renamed and
hidden
function.
59
; INSTLIMDEF-DAG: define available_externally
hidden
i32 @staticfunc.llvm.{{.*}} !thinlto_src_module !0 {
84
; CHECK-DAG: @P.llvm.{{.*}} = external
hidden
global void ()*
103
; INSTLIMDEF-DAG: define available_externally
hidden
void @funcwithpersonality.llvm.{{.*}}() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) !thinlto_src_module !0 {
104
; INSTLIM5-DAG: declare
hidden
void @funcwithpersonality.llvm.{{.*}}()
/external/v8/tools/turbolizer/
turbo-visualizer.css
47
visibility:
hidden
;
63
overflow:
hidden
;
97
overflow-y: _croll; overflow-x:
hidden
;
203
path.
hidden
{
325
#
hidden
-file-upload {
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
tlsdesc.dd
88
# GD against
hidden
and local variable
96
# GD -> IE against
hidden
and local variable referenced through @gottpoff too
104
# GD -> IE against
hidden
and local variable referenced through @gotntpoff too
112
# GD -> IE against
hidden
and local variable referenced through @gottpoff and @gotntpoff too
120
# GD against
hidden
but not local variable
128
# GD -> IE against
hidden
but not local variable referenced through
136
# GD -> IE against
hidden
but not local variable referenced through
144
# GD -> IE against
hidden
but not local variable referenced through
168
# LD against
hidden
and local variables
179
# LD against
hidden
but not local variable
[
all
...]
/tools/metalava/src/test/java/com/android/tools/metalava/
ExtractAnnotationsTest.kt
105
fun `Check Kotlin and referencing
hidden
constants from typedef`() {
121
private const val
HIDDEN
= 4
130
@LongDef(STYLE_NORMAL, STYLE_NO_TITLE, STYLE_NO_FRAME, STYLE_NO_INPUT,
HIDDEN
)
153
warnings = "src/test/pkg/LongDefTest.kt:12: error: Typedef class references
hidden
field field LongDefTestKt.
HIDDEN
: removed from typedef metadata [HiddenTypedefConstant:148]",
/external/icu/icu4j/
stylesheet7.css
83
overflow:
hidden
;
134
overflow:
hidden
;
147
overflow:
hidden
;
154
overflow:
hidden
;
195
overflow:
hidden
;
383
overflow:
hidden
;
479
h1.
hidden
{
480
visibility:
hidden
;
481
overflow:
hidden
;
/external/llvm/test/Transforms/JumpThreading/
phi-eq.ll
12
@capture_filters = external
hidden
global %struct._GList*, align 8
13
@display_filters = external
hidden
global %struct._GList*, align 8
14
@.str2 = external
hidden
unnamed_addr constant [10 x i8], align 1
15
@__PRETTY_FUNCTION__.copy_filter_list = external
hidden
unnamed_addr constant [62 x i8], align 1
16
@.str12 = external
hidden
unnamed_addr constant [22 x i8], align 1
17
@.str13 = external
hidden
unnamed_addr constant [31 x i8], align 1
18
@capture_edited_filters = external
hidden
global %struct._GList*, align 8
19
@display_edited_filters = external
hidden
global %struct._GList*, align 8
20
@__PRETTY_FUNCTION__.get_filter_list = external
hidden
unnamed_addr constant [44 x i8], align 1
/external/subsampling-scale-image-view/docs/javadoc/
stylesheet.css
87
overflow:
hidden
;
133
overflow:
hidden
;
146
overflow:
hidden
;
153
overflow:
hidden
;
196
overflow:
hidden
;
377
overflow:
hidden
;
548
h1.
hidden
{
549
visibility:
hidden
;
550
overflow:
hidden
;
/frameworks/base/core/java/android/widget/
CursorAdapter.java
43
* This field should be made private, so it is
hidden
from the SDK.
48
* This field should be made private, so it is
hidden
from the SDK.
53
* This field should be made private, so it is
hidden
from the SDK.
58
* This field should be made private, so it is
hidden
from the SDK.
68
* This field should be made private, so it is
hidden
from the SDK.
73
* This field should be made private, so it is
hidden
from the SDK.
78
* This field should be made private, so it is
hidden
from the SDK.
83
* This field should be made private, so it is
hidden
from the SDK.
88
* This field should be made private, so it is
hidden
from the SDK.
/frameworks/support/cursoradapter/src/main/java/androidx/cursoradapter/widget/
CursorAdapter.java
46
* This field should be made private, so it is
hidden
from the SDK.
52
* This field should be made private, so it is
hidden
from the SDK.
58
* This field should be made private, so it is
hidden
from the SDK.
64
* This field should be made private, so it is
hidden
from the SDK.
70
* This field should be made private, so it is
hidden
from the SDK.
76
* This field should be made private, so it is
hidden
from the SDK.
82
* This field should be made private, so it is
hidden
from the SDK.
88
* This field should be made private, so it is
hidden
from the SDK.
94
* This field should be made private, so it is
hidden
from the SDK.
/external/antlr/antlr-3.4/runtime/Python/tests/
t059debug.py
109
WS : (' '|'\n') {$channel=
HIDDEN
;} ;
146
WS : (' '|'\n') {$channel=
HIDDEN
;} ;
181
WS : (' '|'\n') {$channel=
HIDDEN
;} ;
226
WS : (' '|'\n') {$channel=
HIDDEN
;} ;
265
WS : (' '|'\n') {$channel=
HIDDEN
;} ;
340
WS : (' '|'\n') {$channel=
HIDDEN
;} ;
415
WS : (' '|'\n') {$channel=
HIDDEN
;} ;
459
WS : (' '|'\n') {$channel=
HIDDEN
;} ;
517
WS : (' '|'\n') {$channel=
HIDDEN
;} ;
568
WS : (' '|'\n') {$channel=
HIDDEN
;} ;
[
all
...]
Completed in 1404 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>