HomeSort by relevance Sort by last modified time
    Searched refs:SetChild (Results 1 - 20 of 20) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
TreeExtensions.cs 50 tree.SetChild( 0, child );
  /external/chromium_org/ash/rotator/
screen_rotation.cc 101 scale_up->SetChild(scale_down.release());
102 translation->SetChild(scale_up.release());
103 rotation->SetChild(translation.release());
104 interpolated_transform_->SetChild(rotation.release());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 95 void SetChild(int i, ITree t);
ITreeAdaptor.cs 286 void SetChild(object t, int i, object child);
BaseTreeAdaptor.cs 243 public virtual void SetChild(object t, int i, object child) {
244 ((ITree)t).SetChild(i, (ITree)child);
BaseTree.cs 223 public virtual void SetChild(int i, ITree t) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 100 void SetChild( int i, ITree t );
ITreeAdaptor.cs 306 void SetChild( object t, int i, object child );
BaseTreeAdaptor.cs 317 public virtual void SetChild( object t, int i, object child )
324 tree.SetChild(i, childTree);
BaseTree.cs 267 public virtual void SetChild( int i, ITree t )
  /external/chromium_org/ui/gfx/
interpolated_transform_unittest.cc 149 scale_up->SetChild(scale_down.release());
150 translation->SetChild(scale_up.release());
151 rotation->SetChild(translation.release());
152 to_return->SetChild(rotation.release());
205 scale->SetChild(translation.release());
206 rotation_about_pivot->SetChild(scale.release());
interpolated_transform.cc 99 void InterpolatedTransform::SetChild(InterpolatedTransform* child) {
328 pre_transform->SetChild(xform);
329 xform->SetChild(post_transform.release());
interpolated_transform.h 44 void SetChild(InterpolatedTransform* child);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 274 void SetChild(T t, int i, T child);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 205 public virtual void SetChild(object t, int i, object child) {
206 adaptor.SetChild(t, i, child);
  /external/chromium_org/net/quic/crypto/
strike_register.cc 26 void SetChild(unsigned direction, uint32 child) {
209 inode->SetChild(newdirection, external_node_index | kExternalFlag);
240 inode->SetChild(newdirection ^ 1, *where_index >> 8);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeAdaptor.cs 265 public virtual void SetChild( object t, int i, object child )
267 adaptor.SetChild( t, i, child );
  /external/chromium_org/ui/wm/core/
window_animations.cc 474 scale_about_pivot->SetChild(perspective.release());
475 translation->SetChild(scale_about_pivot.release());
476 rotation->SetChild(translation.release());
  /external/chromium_org/ash/wm/
window_animations.cc 119 scale->SetChild(translation.release());
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 291 procedure SetChild(const T: IANTLRInterface; const I: Integer; const Child: IANTLRInterface);
471 procedure SetChild(const I: Integer; const T: ITree);
558 procedure SetChild(const I: Integer; const T: ITree);
    [all...]

Completed in 490 milliseconds