OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:layout1
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
debug-info-packed-struct.c
4
// CHECK: %struct.
layout1
= type <{ i8, %struct.size8_anon, i8, [2 x i8] }>
34
struct
layout1
{
struct
89
struct
layout1
l1;
/cts/tests/tests/transition/src/android/transition/cts/
TransitionTest.java
311
View
layout1
= loadLayout(R.layout.scene1);
local
312
Scene scene1 = loadScene(
layout1
);
314
View holder1 =
layout1
.findViewById(R.id.holder);
370
View
layout1
= loadLayout(R.layout.scene1);
local
371
Scene scene1 = loadScene(
layout1
);
373
View redSquare1 =
layout1
.findViewById(R.id.redSquare);
705
final View
layout1
= loadLayout(R.layout.scene1);
local
706
final Scene scene1 = loadScene(
layout1
);
715
assertSame(
layout1
, mActivity.findViewById(R.id.holder));
726
assertSame(
layout1
, mActivity.findViewById(R.id.holder))
[
all
...]
/external/u-boot/scripts/kconfig/
qconf.cc
1258
QVBoxLayout*
layout1
= new QVBoxLayout(this);
local
1259
layout1
->setContentsMargins(11, 11, 11, 11);
1260
layout1
->setSpacing(6);
1272
layout1
->addLayout(layout2);
1284
layout1
->addWidget(split);
[
all
...]
Completed in 857 milliseconds