HomeSort by relevance Sort by last modified time
    Searched defs:Up (Results 1 - 7 of 7) 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/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;
  /device/google/cuttlefish_common/host/frontend/vnc_server/
keysyms.h 28 PageDown = 0xff56, Left = 0xff51, Up = 0xff52,
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 436 // Iterates up through the locale hierarchy. So "en_US" would return "en_US", "en", "".
452 void Up() {
572 for (LocaleNameIterator it(icuLocale.locale().getBaseName(), status); it.HasNext(); it.Up()) {
585 for (LocaleNameIterator it(icuLocale.locale().getBaseName(), status); it.HasNext(); it.Up()) {
598 for (LocaleNameIterator it(icuLocale.locale().getBaseName(), status); it.HasNext(); it.Up()) {
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 478 /// show up first in the tree.
705 /// Up - Changes the node to the parent of the current node.
706 void Up() {
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h 138 void Up(const char* loc) {
171 masm_->GetContext()->Up(loc);
819 // We could `Align{Up,Down}(size, 4)`, but that's potentially problematic:
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 104 Up,

Completed in 522 milliseconds