OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UP
(Results
1 - 25
of
77
) sorted by null
1
2
3
4
/external/antlr/antlr-3.4/runtime/Python/antlr3/
constants.py
52
UP
= 3
54
MIN_TOKEN_TYPE =
UP
+1
/external/chromium/chrome/browser/automation/
ui_controls.h
74
UP
= 1,
78
// Sends a mouse down and/or
up
message. The click will be sent to wherever
83
// Same as SendMouseEvents with
UP
| DOWN.
/external/chromium_org/ui/base/test/
ui_controls.h
75
UP
= 1,
79
// Sends a mouse down and/or
up
message. The click will be sent to wherever
87
// Same as SendMouseEvents with
UP
| DOWN.
/external/droiddriver/src/com/google/android/droiddriver/actions/
ScrollDirection.java
23
UP
,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h
20
UP
,
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm
20
Readonly my $
UP
=> 3;
21
sub
UP
{ $
UP
}
23
Readonly my $MIN_TOKEN_TYPE => $
UP
+ 1;
/external/chromium_org/ui/keyboard/resources/
constants.js
34
UP
: 0x4,
/external/chromium_org/ui/views/focus/
focus_search.h
24
UP
= 0,
57
// look into child views) or traversing
up
(don't look at child views).
/libcore/luni/src/main/java/java/math/
RoundingMode.java
32
UP
(BigDecimal.ROUND_UP),
43
* this rounding mode behaves as {@link #
UP
}, for negative values as
53
* {@link #
UP
}.
61
* are broken by rounding
up
.
117
return
UP
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h
20
UP
,
LangParser.h
20
UP
,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.h
20
UP
,
/external/chromium/chrome/browser/ui/gtk/
slide_animator_gtk.h
10
// wind
up
with visibly overlapping widgets. If you need clipping, you can
41
UP
/external/chromium_org/chrome/browser/ui/gtk/
slide_animator_gtk.h
10
// wind
up
with visibly overlapping widgets. If you need clipping, you can
41
UP
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeParser.cs
46
public const int
UP
= TokenTypes.
Up
;
107
* corresponding
UP
node.
116
// skip to corresponding
UP
. must count nesting level to get right
UP
126
case
UP
:
140
* We have DOWN/
UP
nodes in the stream that have no line info; override.
169
if (e.Token == null) { // could be an
UP
/DOWN node
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeParser.cs
48
public const int
UP
= TokenTypes.
Up
;
117
* corresponding
UP
node.
127
// skip to corresponding
UP
. must count nesting level to get right
UP
140
case
UP
:
154
* We have DOWN/
UP
nodes in the stream that have no line info; override.
188
{ // could be an
UP
/DOWN node
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.h
20
UP
,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h
20
UP
,
/external/replicaisland/src/com/replica/replicaisland/
ButtonAnimationComponent.java
24
public static final int
UP
= 0;
54
if (mSprite.getCurrentAnimation() == Animation.
UP
) {
68
mSprite.playAnimation(Animation.
UP
);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Token.java
36
public static final int
UP
= 3;
38
public static final int MIN_TOKEN_TYPE =
UP
+1;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h
20
UP
,
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js
163
UP
: 38,
168
// Set
up
a key event handler that handles moving the selected app
up
/down,
176
case keys.
UP
:
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js
145
UP
: 38,
150
// Set
up
a key event handler that handles moving the selected app
up
/down,
158
case keys.
UP
:
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
constants.js
20
UP
: 38,
/external/eigen/blas/
common.h
30
#define
UP
0
47
#define UPLO(X) ( ((X)=='U' || (X)=='u') ?
UP
\
Completed in 559 milliseconds
1
2
3
4