Searched defs:Up (Results 1 - 8 of 8) 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/libvpx/vp8/common/arm/
H A Dreconintra_arm.c23 int Up,
32 int Up = x->up_available; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
43 int Up,
52 int Up = x->up_available; local
55 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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDetailsMarker.h32 enum Orientation { Up, Down, Left, Right }; enumerator in enum:WebCore::FINAL::Orientation
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSpinButtonElement.h41 Up, enumerator in enum:WebCore::FINAL::UpDownState
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCodeMirrorTextEditor.js80 "Up": "goLineUp",
100 "Ctrl-Up": "goDocStart",
117 "Cmd-Up": "goDocStart",
/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.cpp557 /// Up - Changes the node to the parent of the current node.
558 void Up() { function in class:__anon16009::TemplateDiff::DiffTree
987 Tree.Up();

Completed in 238 milliseconds