/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_edit_model.cc | 208 control_key_state_(UP), 353 // any systems they then spin up) during startup. 466 // screw up our calculation of the desired_tld. 655 // up leaving the URL unchanged (e.g. deleting the last character and then 658 // different from the current URL, even if it wound up at the same place [all...] |
omnibox_edit_model.h | 282 // Called when the user presses up or down. |count| is a repeat count, 283 // negative for moving up, positive for moving down. 349 UP, // The control key is not depressed.
|
/build/core/ |
cleanspec.mk | 19 # 1. DELETE ANY "add-clean-step" ENTRIES THAT HAVE PILED UP IN THIS FILE.
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
tree.py | 43 from antlr3.constants import UP, DOWN, EOF, INVALID_TOKEN_TYPE 330 be packaged up in the error node. The exception could be useful [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
CompositeGrammar.java | 121 // like DOWN/UP used for tree parsing. 131 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.UP-1, "UP"); 140 tokenIDToTypeMap.put("UP", Utils.integer(Label.UP));
|
/external/chromium/chrome/browser/ui/views/tabs/ |
side_tab_strip.cc | 76 UP, 137 scroll_up_button_ = new ScrollButton(this, ScrollButton::UP);
|
/libcore/luni/src/test/java/libcore/java/math/ |
OldBigDecimalConvertTest.java | 146 MathContext mc = new MathContext(iPresition, RoundingMode.UP); 262 MathContext mc = new MathContext(iPresition, RoundingMode.UP);
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tree.pas | 97 /// be packaged up in the error node. The exception could be useful 344 /// If you don't want to buffer up nodes, then this method makes no 418 /// As we flatten the tree, we use UP, DOWN nodes to represent 694 /// pointers to DOWN and UP and EOF nodes. 722 /// Don't do DOWN, UP nodes if its a list (t is isNil). 771 /// end up as the leaves of this tree and rule nodes are the interior nodes. [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCParser.h | 20 UP,
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 144 #token_type == EOF or ( token_type == UP && level == 0 ) 148 when UP 679 * cleaning up / normalizing a full tree structure after construction 935 special +UP+ and +DOWN+ nodes. 948 A DOWN B DOWN C D UP E DOWN F UP UP EOF 990 @token_stream = @adaptor = @nodes = @down = @up = @eof = nil 993 @token_stream = @nodes = @down = @up = @eof = nil 1000 @up = parent.u [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit.h | 299 // Called when the user presses up or down. |count| is a repeat count, 300 // negative for moving up, positive for moving down. 357 UP, // The control key is not depressed.
|
/external/chromium_org/chrome/browser/ui/views/ |
menu_model_adapter_test.cc | 306 ui_controls::DOWN | ui_controls::UP,
|
/external/chromium_org/chrome/browser/ui/window_sizer/ |
window_sizer_ash_uitest.cc | 139 ui_controls::RIGHT, ui_controls::UP,
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/ |
JInputJoyInput.java | 152 }else if (v == POV.UP){
|
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
InputSystemJme.java | 113 case UP:
|
/external/chromium_org/chrome/browser/apps/ |
web_view_interactive_browsertest.cc | 61 SendMouseEvent(button, ui_controls::UP); 384 SendMouseEvent(ui_controls::LEFT, ui_controls::UP); 619 // Tests that Ctrl+Click/Cmd+Click on a link fires up the newwindow API.
|
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/ |
search_tools.js | 170 case cvox.SearchConstants.KeyCode.UP:
|
/external/guava/guava-tests/test/com/google/common/math/ |
DoubleMathTest.java | 33 import static java.math.RoundingMode.UP; 323 int log2 = DoubleMath.log2(d, UP);
|
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/ |
AndroidInput.java | 78 0x0, // volume up
253 touch.set(Type.UP, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), 0, 0);
306 // Handle all keys ourself except Volume Up/Down
326 // Handle all keys ourself except Volume Up/Down
350 // Clean up queues
425 case UP:
426 // Handle mouse up event
|
/external/opencv/cvaux/src/ |
cvsegment.cpp | 55 #define UP 1 119 PUSH( seed.y, L, R, R + 1, R, UP );
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.cc | 139 SlideAnimatorGtk::UP,
|
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.cc | 149 SlideAnimatorGtk::UP,
|
/external/opencv/cv/src/ |
cvfloodfill.cpp | 55 #define UP 1 140 ICV_PUSH( seed.y, L, R, R + 1, R, UP ); 272 ICV_PUSH( seed.y, L, R, R + 1, R, UP ); 449 ICV_PUSH( seed.y, L, R, R + 1, R, UP ); 755 ICV_PUSH( seed.y, L, R, R + 1, R, UP ); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigDecimalArithmeticTest.java | 61 MathContext mc = new MathContext(5, RoundingMode.UP); [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller_interactive_uitest.cc | 254 // dragging as it wasn't set up to handle this scenario. These classes 500 ui_controls::LEFT, ui_controls::UP); 513 ui_controls::LEFT, ui_controls::UP); 525 ui_controls::SendMouseEvents(ui_controls::LEFT, ui_controls::UP); 867 // This ends up closing the source window. [all...] |