HomeSort by relevance Sort by last modified time
    Searched refs:down (Results 126 - 150 of 403) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 62 * Generates a failure message. During tear down of the test, the accumulation
83 * @return {string} Name to facilitate tracking down the element.
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.pyx 84 def down(self, int direction): member in class:cWalker
  /external/chromium_org/tools/perf/page_sets/
polymer.py 144 direction='down',
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 59 * @param {boolean} mouseDown If mouse button is down.
147 * @param {boolean} mouseDown If mouse button is down.
  /external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/
memcpy.S 75 # cut 4-7 words down to 0-3
memset.S 69 # cut 4-7 words down to 0-3
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
CAVLCReader.java 137 bt = bt.down(bit);
  /external/oprofile/module/
oprofile.c 503 down(&sysctlsem);
556 down(&sysctlsem);
629 down(&sysctlsem);
808 down(&sysctlsem);
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 83 * | down | |
279 * algorithms for search trees. The immutability of the "down"
285 * Index: q, r, d for index node, right, down.
513 final Index<K,V> down; field in class:ConcurrentSkipListMap.Index
519 Index(Node<K,V> node, Index<K,V> down, Index<K,V> right) {
521 this.down = down;
587 HeadIndex(Node<K,V> node, Index<K,V> down, Index<K,V> right, int level) {
588 super(node, down, right);
704 Index<K,V> d = q.down;
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 43 from antlr3.constants import UP, DOWN, EOF, INVALID_TOKEN_TYPE
532 """Remove ith child and shift children down from right."""
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeNodeStream.js 6 * includes pointers to DOWN and UP and EOF nodes.
30 /** Reuse same DOWN, UP navigation nodes unless this is true */
42 this.down = this.adaptor.create(Token.DOWN, "DOWN");
81 * Don't do DOWN, UP nodes if its a list (t is isNil).
94 // add DOWN node if t has children
97 this.addNavigationNode(org.antlr.runtime.Token.DOWN);
129 /** As we flatten the tree, we use UP, DOWN nodes to represent
135 if ( ttype===org.antlr.runtime.Token.DOWN ) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/keyboard/
keyboard_utils.js 24 event.keyIdentifier == 'Down') {
41 var needsUpDownKeys = event.target.classList.contains('needs-up-down-keys');
49 (!needsUpDownKeys && event.keyIdentifier == 'Down')) {
  /external/chromium_org/extensions/shell/browser/
shell_desktop_controller.cc 219 bool down,
221 if (down) {
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
example.js 42 // Load a texture and send pixel data down to NaCl module.
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
example.js 42 // Load a texture and send pixel data down to NaCl module.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 166 void HTMLAnchorElement::setActive(bool down)
171 ContainerNode::setActive(down);
  /external/chromium_org/third_party/brotli/src/brotli/enc/
hash.h 298 const int down = (num_[key] > kBlockSize) ? (num_[key] - kBlockSize) : 0; local
299 for (int i = num_[key] - 1; i >= down; --i) {
  /external/chromium_org/third_party/polymer/components-chromium/paper-ripple/
raw-extracted.js 199 // The oldest wave's touch down duration
215 // Determine how long the touch has been up or down.
280 // MOUSE DOWN HANDLER
319 // Declare the next wave that has mouse down to be mouse'ed up.
336 // Declare the next wave that has mouse down to be mouse'ed up.
  /external/chromium_org/v8/test/intl/overrides/
string.js 31 'en': ['blood', 'bull', 'ascend', 'zed', 'down'],
  /external/chromium_org/v8/test/mjsunit/regress/
regress-put-prototype-transition.js 12 // End stripped down and modified version of mjsunit.js.
  /external/chromium_org/v8/test/mjsunit/
unary-minus-deopt.js 30 // This is a boiled-down example happening in the Epic Citadel demo:
  /external/qemu/android/skin/
window.c 638 int down; member in struct:Button
656 button->down = 0;
680 if ( button->down && button->image != SKIN_IMAGE_NONE )
696 if (button->down > 1)
1053 hover->down = 0;
1113 hover->down = 1;
1121 skin_window_trackball_press( SkinWindow* window, int down )
    [all...]
  /external/chromium_org/ash/sticky_keys/
sticky_keys_unittest.cc 177 int* down,
179 return handler->HandleKeyEvent(key_event, key_event.key_code(), down, up);
185 int down = 0; local
186 handler->HandleKeyEvent(key_event, key_event.key_code(), &down, &released);
187 return down;
  /frameworks/base/media/java/android/media/session/
MediaSessionLegacyHelper.java 187 boolean down = keyEvent.getAction() == KeyEvent.ACTION_DOWN;
202 if (down || up) {
224 if (down) {
225 // We need to send two volume events on down, one to mute
231 0 /* direction, causes UI to show on down */, flags);
386 Log.e(TAG, "Error sending media key down event:", e);
387 // Don't bother sending up if down failed
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 66 sub src, src, pstep, lsl #2 ; move src pointer down by 4 lines
155 sub src, src, pstep, lsl #1 ; move src pointer down by 6 lines
273 sub src, src, pstep, lsl #2 ; move src pointer down by 4 lines
367 sub src, src, pstep, lsl #2 ; move src pointer down by 6 lines
586 sub src, src, #4 ; move src pointer down by 4
622 sub src, src, pstep, lsl #2 ; move src pointer down by 4 lines
695 sub src, src, pstep, lsl #2 ; move src pointer down by 4 lines
    [all...]

Completed in 930 milliseconds

1 2 3 4 56 7 8 91011>>