Searched defs:Up (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenTypes.cs43 public const int Up = 3; field in class:Antlr.Runtime.TokenTypes
44 public const int Min = Up + 1;
/external/libvpx/vp8/common/arm/
H A Dreconintra_arm.c24 int Up,
33 int Up = x->up_available; local
36 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
47 int Up,
56 int Up = x->up_available; local
59 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenConstants.cs61 public const int Up = 3; field in class:Antlr.Runtime.TokenTypes
62 public const int Min = Up + 1;
/external/webkit/Source/WebCore/rendering/
H A DRenderDetailsMarker.h34 enum Orientation { Up, Down, Left, Right }; enumerator in enum:WebCore::RenderDetailsMarker::Orientation
/external/webkit/Source/WebCore/html/shadow/
H A DTextControlInnerElements.h93 Up, enumerator in enum:WebCore::SpinButtonElement::UpDownState
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h120 Up, Right, Down, Left enumerator in enum:QWebTouchModifier::PaddingDirection
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h115 Up, Right, Down, Left enumerator in enum:QWebTouchModifier::PaddingDirection
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h83 inline int umfpack_get_numeric(int Lp[], int Lj[], double Lx[], int Up[], int Ui[], double Ux[], argument
86 return umfpack_di_get_numeric(Lp,Lj,Lx,Up,Ui,Ux,P,Q,Dx,do_recip,Rs,Numeric);
89 inline int umfpack_get_numeric(int Lp[], int Lj[], std::complex<double> Lx[], int Up[], int Ui[], std::complex<double> Ux[], argument
95 return umfpack_zi_get_numeric(Lp,Lj,Lx?&lx0_real:0,0,Up,Ui,Ux?&ux0_real:0,0,P,Q,
/external/clang/lib/AST/
H A DASTDiagnostic.cpp494 /// Up - Changes the node to the parent of the current node.
495 void Up() { function in class:__anon3469::TemplateDiff::DiffTree
823 Tree.Up();

Completed in 2730 milliseconds