OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Up
(Results
1 - 8
of
8
) 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);
/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
,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CodeMirrorTextEditor.js
80
"
Up
": "goLineUp",
100
"Ctrl-
Up
": "goDocStart",
117
"Cmd-
Up
": "goDocStart",
[
all
...]
/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
() {
482
for (LocaleNameIterator it(localeName.c_str(), status); it.HasNext(); it.
Up
()) {
495
for (LocaleNameIterator it(localeName.c_str(), status); it.HasNext(); it.
Up
()) {
743
// use, which can be anywhere. Force initialization
up
front so we can report a nice clear error
/external/clang/lib/AST/
ASTDiagnostic.cpp
389
/// be printed. When tree printing is selected, this type will show
up
first
557
///
Up
- Changes the node to the parent of the current node.
558
void
Up
() {
800
// These functions build
up
the template diff tree, including functions to
[
all
...]
Completed in 261 milliseconds