HomeSort by relevance Sort by last modified time
    Searched defs:Up (Results 1 - 10 of 10) 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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.h 32 enum Orientation { Up, Down, Left, Right };
  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.h 41 Up,
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 420 // Iterates up through the locale hierarchy. So "en_US" would return "en_US", "en", "".
436 void Up() {
556 for (LocaleNameIterator it(icuLocale.locale().getBaseName(), status); it.HasNext(); it.Up()) {
569 for (LocaleNameIterator it(icuLocale.locale().getBaseName(), status); it.HasNext(); it.Up()) {
582 for (LocaleNameIterator it(icuLocale.locale().getBaseName(), status); it.HasNext(); it.Up()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 60 "Up": "goLineUp",
82 "Ctrl-Up": "goDocStart",
103 "Cmd-Up": "goDocStart",
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 419 /// be printed. When tree printing is selected, this type will show up first
588 /// Up - Changes the node to the parent of the current node.
589 void Up() {
831 // These functions build up the template diff tree, including functions to
886 // can, don't mix up iterators and get the original parameter.
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 453 function up(){up=Gu;tp=ki(Pk,Nu,-1,[48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122])}
455 function op(a){var b,c,d;b=ji(Pk,Nu,-1,8,1);c=(up(),tp);d=7;if(a>=0){while(a>15){b[d--]=c[a&15];a>>=4}}else{while(d>0){b[d--]=c[a&15];a>>=4}}b[d]=c[a&15];return Rp(b,d,8)}
    [all...]

Completed in 295 milliseconds