OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:replica
(Results
1 - 25
of
147
) sorted by null
1
2
3
4
5
6
/external/replicaisland/src/com/replica/replicaisland/
AllocationGuard.java
17
package com.
replica
.replicaisland;
Sorter.java
17
package com.
replica
.replicaisland;
InputKeyboard.java
18
package com.
replica
.replicaisland;
SingleTouchFilter.java
1
package com.
replica
.replicaisland;
StandardSorter.java
17
package com.
replica
.replicaisland;
TObjectPool.java
17
package com.
replica
.replicaisland;
TouchFilter.java
17
package com.
replica
.replicaisland;
UIConstants.java
18
package com.
replica
.replicaisland;
AnimationFrame.java
17
package com.
replica
.replicaisland;
BaseObject.java
18
package com.
replica
.replicaisland;
GameComponentPool.java
17
package com.
replica
.replicaisland;
HitPoint.java
17
package com.
replica
.replicaisland;
HitPointPool.java
17
package com.
replica
.replicaisland;
Lerp.java
17
package com.
replica
.replicaisland;
PhasedObject.java
17
package com.
replica
.replicaisland;
QuickSorter.java
17
package com.
replica
.replicaisland;
VectorPool.java
17
package com.
replica
.replicaisland;
YesNoDialogPreference.java
17
package com.
replica
.replicaisland;
CameraBiasComponent.java
16
package com.
replica
.replicaisland;
ChannelSystem.java
17
package com.
replica
.replicaisland;
CollisionParameters.java
17
package com.
replica
.replicaisland;
ContextParameters.java
17
package com.
replica
.replicaisland;
CrusherAndouComponent.java
17
package com.
replica
.replicaisland;
CustomToastSystem.java
18
package com.
replica
.replicaisland;
/external/chromium_org/cc/trees/
layer_tree_host_pixeltest_masks.cc
145
scoped_refptr<Layer>
replica
= Layer::Create();
local
146
replica
->SetAnchorPoint(gfx::PointF(0.5f, 0.5f));
147
replica
->SetPosition(gfx::Point(100, 100));
148
replica
->SetTransform(replica_transform);
149
green->SetReplicaLayer(
replica
.get());
168
//
replica
.
184
scoped_refptr<Layer>
replica
= Layer::Create();
local
185
replica
->SetAnchorPoint(gfx::PointF(0.5f, 0.5f));
186
replica
->SetPosition(gfx::Point(100, 100));
187
replica
->SetTransform(replica_transform)
219
scoped_refptr<Layer>
replica
= Layer::Create();
local
262
scoped_refptr<Layer>
replica
= Layer::Create();
local
[
all
...]
Completed in 170 milliseconds
1
2
3
4
5
6