HomeSort by relevance Sort by last modified time
    Searched full:down (Results 151 - 175 of 9227) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 46 * includes pointers to DOWN and UP and EOF nodes.
115 protected object down; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
120 * This buffer includes pointers to DOWN, UP, and EOF nodes.
125 * of interest for reverseIndexing. Slows us down a wee bit to
139 /** <summary>Reuse same DOWN, UP navigation nodes unless this is true</summary> */
165 down = adaptor.Create(TokenTypes.Down, "DOWN");
248 * Don't do DOWN, UP nodes if its a list (t is isNil).
261 // add DOWN node if t has childre
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 47 * includes pointers to DOWN and UP and EOF nodes.
124 protected object down; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
129 * This buffer includes pointers to DOWN, UP, and EOF nodes.
134 * of interest for reverseIndexing. Slows us down a wee bit to
148 /** <summary>Reuse same DOWN, UP navigation nodes unless this is true</summary> */
177 down = adaptor.Create( TokenTypes.Down, "DOWN" );
283 * Don't do DOWN, UP nodes if its a list (t is isNil).
299 // add DOWN node if t has childre
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 40 * includes pointers to DOWN and UP and EOF nodes.
84 protected Object down; field in class:BufferedTreeNodeStream
89 * This buffer includes pointers to DOWN, UP, and EOF nodes.
94 * of interest for reverseIndexing. Slows us down a wee bit to
108 /** Reuse same DOWN, UP navigation nodes unless this is true */
134 down = adaptor.create(Token.DOWN, "DOWN");
140 * Don't do DOWN, UP nodes if its a list (t is isNil).
153 // add DOWN node if t has childre
    [all...]
  /cts/suite/audio_quality/lib/include/
Semaphore.h 34 /// down semaphore if it is already positive.
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/res/values/
strings.xml 22 <string name="empty_text">List is empty! Swipe down to refresh.</string>
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/res/values/
strings.xml 22 <string name="empty_text">List is empty! Swipe down to refresh.</string>
  /development/samples/USB/MissileLauncher/
_index.html 2 You control the left/right/up/down orientation of the launcher using the accelerometer.
  /development/samples/browseable/SwipeRefreshMultipleViews/res/values/
strings.xml 22 <string name="empty_text">List is empty! Swipe down to refresh.</string>
  /external/autotest/client/common_lib/cros/network/
ap_constants.py 8 AP_PDU_DOWN = 'PDU is down'
  /external/autotest/client/site_tests/network_RoamWifiEndToEnd/
control 17 down one AP.
  /external/autotest/client/site_tests/touch_MouseScroll/
control 21 scroll wheel tick (both up and down) and measures the page scroll delta.
  /external/autotest/client/site_tests/touch_ScrollDirection/
control 22 should be default. Plays back touch movements and checks for scroll up or down.
  /external/autotest/frontend/migrations/
062_drone_sets_unique.py 17 # you migrate to 62, then down to 61, then back to 62, this key will remain.
  /external/autotest/server/site_tests/network_WiFi_MissingBeacons/
control 15 completely disappears. Check this by taking down an AP without first
  /external/autotest/server/site_tests/power_DarkResumeShutdownServer/
power_DarkResumeShutdownServer.py 22 """Test power manager shut down from dark resume action."""
95 # wait for power manager to give up and shut down
102 raise error.TestFail('DUT still up. Machine did not shut down from'
111 raise error.TestFail('DUT did not turn back on after shutting down')
  /external/autotest/server/site_tests/power_SuspendShutdown/
control 21 that upon repeatedly failing to suspend, the system shuts down.
  /external/autotest/server/site_tests/system_ColdBoot/
system_ColdBoot.py 11 Shut down the device gracefully via Linux shell commands, then simulate
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
blob_timeline.py 75 improvement_direction=improvement_direction.DOWN))
84 improvement_direction=improvement_direction.DOWN))
108 improvement_direction=improvement_direction.DOWN))
117 improvement_direction=improvement_direction.DOWN))
webrtc_rendering_timeline.py 62 improvement_direction=improvement_direction.DOWN,
73 improvement_direction=improvement_direction.DOWN,
84 improvement_direction=improvement_direction.DOWN,
132 improvement_direction=improvement_direction.DOWN,
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
process_track_base.css 23 content: '\25BE'; /* Down triangle */
  /external/iproute2/man/man8/
routel.8 18 The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable!
  /external/kernel-headers/original/uapi/linux/
atmarp.h 31 act_down, /* interface is going down */
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
OrthographicCamera.java 70 * (Gdx.graphics.getWidth()/2, Gdx.graphics.getHeight()/2), with the y-axis pointing up or down.
71 * @param yDown whether y should be pointing down */
77 * or down.
78 * @param yDown whether y should be pointing down.
  /external/libxml2/include/libxml/
xmlmodule.h 33 * enumeration of options that can be passed down to xmlModuleOpen()
  /external/libxml2/result/HTML/
Down.html.sax 10 SAX.characters(This service is temporary down, 30)

Completed in 2656 milliseconds

1 2 3 4 5 67 8 91011>>