HomeSort by relevance Sort by last modified time
    Searched refs:UP (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/Python/antlr3/
constants.py 52 UP = 3
54 MIN_TOKEN_TYPE = UP+1
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 124 TargetTransformInfo::UnrollingPreferences &UP) {
125 UP.Threshold = CurrentThreshold;
126 UP.OptSizeThreshold = OptSizeUnrollThreshold;
127 UP.PartialThreshold = CurrentThreshold;
128 UP.PartialOptSizeThreshold = OptSizeUnrollThreshold;
129 UP.Count = CurrentCount;
130 UP.MaxCount = UINT_MAX;
131 UP.Partial = CurrentAllowPartial;
132 UP.Runtime = CurrentRuntime;
133 TTI.getUnrollingPreferences(L, UP);
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetPath.java 28 ROOT, UP, DOWN
47 mDir = SetPathDir.UP;
61 case UP:
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestSetPath.java 32 ROOT, UP, DOWN
45 mDir = SetPathDir.UP;
63 case 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/Perl5/lib/ANTLR/Runtime/
Token.pm 20 Readonly my $UP => 3;
21 sub UP { $UP }
23 Readonly my $MIN_TOKEN_TYPE => $UP + 1;
  /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;
  /libcore/luni/src/test/java/libcore/java/math/
MathContextTest.java 33 MathContext mc = new MathContext("precision=" + p + " roundingMode=" + RoundingMode.UP);
35 assertEquals(RoundingMode.UP, mc.getRoundingMode());
39 new MathContext("precision=1 roundingMode=UP");
41 new MathContext("Precision=1 roundingMode=UP");
46 new MathContext("precision=1 RoundingMode=UP");
53 new MathContext("precision=1 roundingMode=up");
60 new MathContext("precision=1roundingMode=UP");
65 new MathContext("precision=1 roundingMode=UP");
70 new MathContext("precision=1\troundingMode=UP");
77 new MathContext(" precision=1 roundingMode=UP");
    [all...]
  /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/llvm/lib/Target/R600/
AMDGPUTargetTransformInfo.cpp 78 UnrollingPreferences &UP) const override;
97 UnrollingPreferences &UP) const {
119 UP.Threshold = 500;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h 20 UP,
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Direction.java 21 import static com.google.android.droiddriver.scroll.Direction.PhysicalDirection.UP;
46 UP {
60 return UP;
105 private final PhysicalDirection[] directions = {UP, DOWN};
122 /** Follows standard convention: up-to-down, left-to-right */
135 /** Follows RTL convention: up-to-down, right-to-left */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
termcap.h 58 extern NCURSES_EXPORT_VAR(char *) UP;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
termcap.h 58 extern NCURSES_EXPORT_VAR(char *) UP;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
constants.js 22 UP: 38,
  /external/eigen/blas/
level2_impl.h 87 func[NOTR | (UP << 2) | (NUNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|0, false,ColMajor>::run);
88 func[TR | (UP << 2) | (NUNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|0, false,RowMajor>::run);
89 func[ADJ | (UP << 2) | (NUNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|0, Conj, RowMajor>::run);
95 func[NOTR | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Upper|UnitDiag,false,ColMajor>::run);
96 func[TR | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,false,RowMajor>::run);
97 func[ADJ | (UP << 2) | (UNIT << 3)] = (internal::triangular_solve_vector<Scalar,Scalar,int,OnTheLeft, Lower|UnitDiag,Conj, RowMajor>::run);
142 func[NOTR | (UP << 2) | (NUNIT << 3)] = (internal::triangular_matrix_vector_product<int,Upper|0, Scalar,false,Scalar,false,ColMajor>::run);
143 func[TR | (UP << 2) | (NUNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|0, Scalar,false,Scalar,false,RowMajor>::run);
144 func[ADJ | (UP << 2) | (NUNIT << 3)] = (internal::triangular_matrix_vector_product<int,Lower|0, Scalar,Conj, Scalar,false,RowMajor>::run);
150 func[NOTR | (UP << 2) | (UNIT << 3)] = (internal::triangular_matrix_vector_product<int,Upper|UnitDiag,Scalar,fals (…)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 58 // Waits for a views::Widget dialog to show up.
406 ui_controls::DOWN | ui_controls::UP,
427 ui_controls::DOWN | ui_controls::UP,
449 // Brings up menu, clicks on empty space and make sure menu hides.
457 ui_controls::DOWN | ui_controls::UP,
478 // As the click is on the desktop the hook never sees the up, so we only
479 // wait on the down. We still send the up though else the system thinks
484 ui_controls::SendMouseEvents(ui_controls::LEFT, ui_controls::UP);
509 // Brings up menu. Moves over child to make sure submenu appears, moves over
518 ui_controls::DOWN | ui_controls::UP,
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeParser.as 37 public static const UP:int = TokenConstants.UP;
81 * corresponding UP node.
91 // current node is a subtree, skip to corresponding UP.
92 // must count nesting level to get right UP
95 while ( tokenType!=TokenConstants.EOF && !(tokenType==UP && level==0) ) {
102 else if ( tokenType == UP ) {
106 input.consume(); // consume UP
109 /** We have DOWN/UP nodes in the stream that have no line info; override.
133 if ( e.token==null ) { // could be an UP/DOWN nod
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeParser.js 15 UP: org.antlr.runtime.Token.UP
51 * corresponding UP node.
61 // current node is a subtree, skip to corresponding UP.
62 // must count nesting level to get right UP
66 !(tokenType===TP.UP && level===0) )
74 else if ( tokenType === TP.UP ) {
78 this.input.consume(); // consume UP
81 /** We have DOWN/UP nodes in the stream that have no line info; override.
106 if ( !org.antlr.lang.isValue(e.token) ) { // could be an UP/DOWN nod
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 20 UP,
  /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/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).
  /external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/
AccessibilityScrollAction.java 48 case UP:
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
164 match(input, Token.UP, null);
185 match(input, Token.UP, null);
224 match(input, Token.UP, null);
314 match(input, Token.UP, null);
351 match(input, Token.UP, null);
468 match(input, Token.UP, null);
598 match(input, Token.UP, null);
681 match(input, Token.UP, null);
702 match(input, Token.UP, null);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
164 match(input, Token.UP, null);
185 match(input, Token.UP, null);
224 match(input, Token.UP, null);
314 match(input, Token.UP, null);
351 match(input, Token.UP, null);
468 match(input, Token.UP, null);
598 match(input, Token.UP, null);
681 match(input, Token.UP, null);
702 match(input, Token.UP, null);
    [all...]

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 9