HomeSort by relevance Sort by last modified time
    Searched defs:Up (Results 1 - 9 of 9) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenTypes.cs 43 public const int Up = 3;
44 public const int Min = Up + 1;
  /external/libvpx/libvpx/vp8/common/arm/
reconintra_arm.c 23 int Up,
32 int Up = x->up_available;
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;
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/
TokenConstants.cs 61 public const int Up = 3;
62 public const int Min = Up + 1;
  /external/webkit/Source/WebCore/rendering/
RenderDetailsMarker.h 34 enum Orientation { Up, Down, Left, Right };
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.h 93 Up,
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 120 Up, Right, Down, Left
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 115 Up, Right, Down, Left
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 380 // Iterates up through the locale hierarchy. So "en_US" would return "en_US", "en", "".
396 void Up() {
511 for (LocaleNameIterator it(localeName.c_str(), status); it.HasNext(); it.Up()) {
531 for (LocaleNameIterator it(localeName.c_str(), status); it.HasNext(); it.Up()) {
797 // use, which can be anywhere. Force initialization up front so we can report a nice clear erro
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 390 /// be printed. When tree printing is selected, this type will show up first
550 /// Up - Changes the node to the parent of the current node.
551 void Up() {
790 // These functions build up the template diff tree, including functions to
    [all...]

Completed in 728 milliseconds