HomeSort by relevance Sort by last modified time
    Searched full:speed (Results 201 - 225 of 3311) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/widget/src/android/widget/cts/
ZoomButtonTest.java 111 long speed = 2000; local
112 mZoomButton.setZoomSpeed(speed);
116 new PollingCheck(speed + 500) {
  /external/chromium_org/base/android/javatests/src/org/chromium/base/
CommandLineTest.java 65 final String switchesAndArgs[] = { "dummy", "--superfast", "--speed=turbo" };
68 assertNull(cl.getSwitchValue("speed"));
73 assertTrue("turbo".equals(cl.getSwitchValue("speed")));
  /external/chromium_org/chrome/common/extensions/api/
location.idl 35 // value of the speed attribute is 0), then the value of the heading
41 // provide speed information, the value of this attribute is null.
42 double? speed;
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentCommandLineTest.java 86 final String switchesAndArgs[] = { "dummy", "--superfast", "--speed=turbo" };
89 assertNull(cl.getSwitchValue("speed"));
94 assertTrue("turbo".equals(cl.getSwitchValue("speed")));
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
options.txt 31 gives a speed of 344,000 des/s while 'speed' gives 459,000 des/s.
37 This would cause the program to give much lower speed numbers because
  /external/openssl/crypto/des/
options.txt 31 gives a speed of 344,000 des/s while 'speed' gives 459,000 des/s.
37 This would cause the program to give much lower speed numbers because
  /frameworks/base/core/java/android/widget/
ZoomControls.java 70 public void setZoomSpeed(long speed) {
71 mZoomIn.setZoomSpeed(speed);
72 mZoomOut.setZoomSpeed(speed);
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.h 81 speed_t c_ispeed; /* input speed */
82 speed_t c_ospeed; /* output speed */
123 uint32_t speed; member in struct:__anon35751
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.h 80 speed_t c_ispeed; /* input speed */
81 speed_t c_ospeed; /* output speed */
122 uint32_t speed; member in struct:__anon35761
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termios.h 54 /* Set the output baud rate stored in *TERMIOS_P to SPEED. */
57 /* Set the input baud rate stored in *TERMIOS_P to SPEED. */
61 /* Set both the input and output baud rates in *TERMIOS_OP to SPEED. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
termios.h 54 /* Set the output baud rate stored in *TERMIOS_P to SPEED. */
57 /* Set the input baud rate stored in *TERMIOS_P to SPEED. */
61 /* Set both the input and output baud rates in *TERMIOS_OP to SPEED. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
termios.h 54 /* Set the output baud rate stored in *TERMIOS_P to SPEED. */
57 /* Set the input baud rate stored in *TERMIOS_P to SPEED. */
61 /* Set both the input and output baud rates in *TERMIOS_OP to SPEED. */
  /external/chromium_org/media/base/
clock_unittest.cc 89 // We'll play for 2 seconds at normal speed, 4 seconds at zero speed, and 8
90 // seconds at normal speed.
109 // We'll play for 2 seconds at half speed, 4 seconds at normal speed, and 8
110 // seconds at double speed.
  /external/liblzf/
Changes 8 - slightly improve compressor speed.
10 which can improve the speed quite a bit on older cpus.
38 - speed up compression by ~10-15% in common cases
40 - import some compiler tricks from JSON::XS, for further speed-ups.
43 canterbury corpus etc.), speed is now comparable to fastlz, but
55 moderate speed improvement.
  /libcore/luni/src/test/java/tests/java/sql/
UpdateFunctionalityTest2.java 245 + " SET speed = (SELECT MAX(speed) FROM "
249 + " WHERE speed = (SELECT MAX(speed) FROM "
253 + " WHERE speed = (SELECT MAX(speed) FROM "
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 109 /* 0 or 1000 specifies normal speed,
112 >1: playback at speed/1000 of the normal speed,
113 <-1: reverse playback at (-speed/1000) of the normal speed. */
114 __s32 speed; member in struct:video_command::__anon40219::__anon40221
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 109 /* 0 or 1000 specifies normal speed,
112 >1: playback at speed/1000 of the normal speed,
113 <-1: reverse playback at (-speed/1000) of the normal speed. */
114 __s32 speed; member in struct:video_command::__anon41810::__anon41812
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 109 /* 0 or 1000 specifies normal speed,
112 >1: playback at speed/1000 of the normal speed,
113 <-1: reverse playback at (-speed/1000) of the normal speed. */
114 __s32 speed; member in struct:video_command::__anon43324::__anon43326
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 234 /* probe bus to determine device presense and speed and switch host to this speed */
240 switch( bus_sample ) { //start full-speed or low-speed host
243 regWr( rMODE, MODE_FS_HOST ); //start full-speed host
247 regWr( rMODE, MODE_LS_HOST); //start low-speed host
253 regWr( rMODE, MODE_LS_HOST ); //start low-speed host
257 regWr( rMODE, MODE_FS_HOST ); //start full-speed host
  /external/bluetooth/bluedroid/stack/include/
gattdefs.h 112 /* RUNNERS SPEED AND CADENCE SERVICE */
116 /* CYCLING SPEED AND CADENCE SERVICE */
  /external/chromium_org/third_party/libxslt/libxslt/
xsltconfig.h 49 * Activate the compilation of the debug reporting. Speed penalty
103 * Activate the compilation of the debugger support. Speed penalty
  /external/chromium_org/third_party/libxslt/linux/libxslt/
xsltconfig.h 49 * Activate the compilation of the debug reporting. Speed penalty
103 * Activate the compilation of the debugger support. Speed penalty
  /external/chromium_org/third_party/openssl/openssl/patches/
progs.patch 26 --- openssl-1.0.0.orig/apps/speed.c 2010-03-03 11:56:17.000000000 -0800
27 +++ openssl-1.0.0/apps/speed.c 2010-05-18 14:05:57.000000000 -0700
  /external/chromium_org/ui/base/text/
bytes_formatting.h 21 // Simple call to return a speed as a string in human-readable format.
50 // As above, but with "/s" units for speed values.
  /external/libxslt/libxslt/
xsltconfig.h 49 * Activate the compilation of the debug reporting. Speed penalty
103 * Activate the compilation of the debugger support. Speed penalty

Completed in 1895 milliseconds

1 2 3 4 5 6 7 891011>>