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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
control.DisconnectBeforeSuspendDiffAP 22 2) AP 1 is brought down, disconnecting the DUT from it
24 4) AP 2 is brought down, disconnecting the DUT from it
control.DisconnectBeforeSuspendSameAP 22 2) AP 1 is brought down, disconnecting the DUT from it
24 4) AP 2 is brought down, disconnecting the DUT from it
  /external/autotest/server/site_tests/network_WiFi_Roam/
network_WiFi_Roam.py 12 parameters but the same SSID, and shut down the first DUT. We
45 # Tear down the AP instance that the DUT is currently connected to.
  /external/chromium-trace/catapult/dashboard/dashboard/
units_to_direction.py 26 return anomaly.DOWN
34 the string 'improvement_direction' to either 'up' or 'down'.
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
responsiveness_metric.py 50 improvement_direction=improvement_direction.DOWN))
55 improvement_direction=improvement_direction.DOWN))
  /external/libvncserver/examples/
rotate.c 67 static void HandleKey(rfbBool down,rfbKeySym key,rfbClientPtr cl)
69 if(down) {
  /external/replicaisland/res/values/
arrays.xml 24 <item>DPAD DOWN</item>
29 <item>VOLUME DOWN</item>
  /external/replicaisland/src/com/replica/replicaisland/
ButtonAnimationComponent.java 25 public static final int DOWN = 1;
60 mSprite.playAnimation(Animation.DOWN);
  /external/skia/src/gpu/gl/
GrGLIRect.h 18 * window coordinate systems (top-down vs bottom-up)
41 // and (optionally) convert from top-down to bottom-up.
  /external/sonic/
sonic.h 13 also capable of slowing down speech, and generates high quality results
14 regardless of the speed up or slow down factor. For speeding up speech by 2X or
40 For slowing down speech where 0.5 < speed < 1.0, a pitch period is inserted into
46 For slow down factors below 0.5, no data is copied, and an algorithm
63 /* These are used to down-sample some inputs to improve speed */
77 /* Use this to write floating point data to be speed up or down into the stream.
80 /* Use this to write 16-bit data to be speed up or down into the stream.
83 /* Use this to write 8-bit unsigned data to be speed up or down into the stream.
  /external/v8/test/intl/collator/
en-sort.js 30 var strings = ['blood', 'bull', 'ascend', 'zed', 'down'];
38 assertEquals('down', result[3]);
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.h 44 // Used to request bottom-up or top-down coordinates.
52 // increase as you move up the screen) or Carbon-style "top-down" coordinates.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 198 MOV tmp5, tmp5, LSR #6 ;// scale down
201 MOV tmp6, tmp6, LSR #6 ;// scale down
204 MOV tmp7, tmp7, LSR #6 ;// scale down
207 MOV tmp8, tmp8, LSR #6 ;// scale down
269 MOV tmp5, tmp5, LSR #6 ;// scale down
272 MOV tmp6, tmp6, LSR #6 ;// scale down
275 MOV tmp7, tmp7, LSR #6 ;// scale down
278 MOV tmp8, tmp8, LSR #6 ;// scale down
  /frameworks/base/core/java/android/widget/
SpinnerAdapter.java 26 * and one that shows the data in the drop down list when the spinner is
31 * Gets a {@link android.view.View} that displays in the drop down popup
  /packages/apps/Camera2/src/com/android/camera/captureintent/
PictureDecoder.java 28 * @param downSampleFactor down-sample factor
31 * @return decoded and down-sampled bitmap
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
CameraCommand.java 29 * When shutting down, it is critical that commands gracefully exit when these
42 * being shut down. For example, a command may throw this if it
  /platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
AbstractRedditHelper.java 47 * @param direction Direction in which to scroll, must be UP or DOWN
58 * @param direction Direction in which to scroll, must be UP or DOWN
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
stack.go 13 // it resumes reading the next one down.
28 // Pop the topmost item from the stack and resume with the next one down.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
stack.go 10 // it resumes reading the next one down.
25 // Pop the topmost item from the stack and resume with the next one down.
  /prebuilts/go/darwin-x86/src/time/
tick.go 50 // channel only. While Tick is useful for clients that have no need to shut down
51 // the Ticker, be aware that without a way to shut it down the underlying
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
stack.go 13 // it resumes reading the next one down.
28 // Pop the topmost item from the stack and resume with the next one down.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
stack.go 10 // it resumes reading the next one down.
25 // Pop the topmost item from the stack and resume with the next one down.
  /prebuilts/go/linux-x86/src/time/
tick.go 50 // channel only. While Tick is useful for clients that have no need to shut down
51 // the Ticker, be aware that without a way to shut it down the underlying
  /sdk/emulator/skins/dynamic/
layout 28 dpad-down {
121 volume-down {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeFilter.cs 45 rule application strategy and a ``down then up'' tree traversal
63 the details. This method boils down to ``call a rule to match a tree,
70 scalar-vector multiply transformation on the way down (preorder) and
73 To implement a top-down visitor, we do a depth first walk of the tree,
79 down, we'll look for @r vmult patterns. On the way up,
134 // methods the downup strategy uses to do the up and down rules.

Completed in 2255 milliseconds

1 2 3 4 5 6 7 8 91011>>