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

<<21222324252627282930>>

  /external/openssl/crypto/des/
FILES0 15 times - Some outputs from 'speed' on some machines.
24 speed.c - Source for libdes.a timing program.
  /external/oprofile/libpp/
op_header.cpp 63 // Note that we don't check CPU speed since that can vary
267 str += ", speed ";
  /external/protobuf/java/
README.txt 129 opt -> speed or space
135 opt={speed,space} (default: space)
136 This changes the code generation to optimize for speed or
137 space. When opt=speed this changes the code generation
285 speed you'd add opt=speed with the comma seperator
289 opt=speed,\
297 opt=speed,\
  /external/qemu/distrib/jpeg-6b/
jconfig.doc 48 * If you're not sure, leaving it undefined will work at some cost in speed.
49 * If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
jconfig.h 49 * If you're not sure, leaving it undefined will work at some cost in speed.
50 * If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
  /external/v8/src/
incremental-marking.h 94 // of at a moderate rate of work and gradually increase the speed of the
210 PrintF("Increasing marking speed to %d due to high promotion rate\n",
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 160 * <li> values[0]: Angular speed around the x-axis </li>
161 * <li> values[1]: Angular speed around the y-axis </li>
162 * <li> values[2]: Angular speed around the z-axis </li>
185 * // Calculate the angular speed of the sample
195 * // Integrate around this axis with the angular speed by the timestep
472 * <li> values[0] : angular speed (w/o drift compensation) around the X axis in rad/s </li>
473 * <li> values[1] : angular speed (w/o drift compensation) around the Y axis in rad/s </li>
474 * <li> values[2] : angular speed (w/o drift compensation) around the Z axis in rad/s </li>
  /frameworks/base/location/java/android/location/
LocationProvider.java 166 * Returns true if the provider is able to provide speed
167 * information, false otherwise. A provider that reports speed
  /frameworks/base/location/java/com/android/internal/location/
ProviderProperties.java 65 * True if the provider is able to provide speed
66 * information, false otherwise. A provider that reports speed
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 42 // TODO: add functionality to detect speed (use GPS) when needed
47 public static final String CURRENT_SPEED = "Current Speed";
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 31 # CPU speed
183 # mark ~ if we are not sure about the CPU-speed (e.g. if we had more than one
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp 73 // These full specialisations reduce mpl::if_ usage and speed up
99 // These full specialisations reduce mpl::if_ usage and speed up
  /packages/apps/Dialer/res/values/
dimens.xml 95 <!-- Text size for the "speed dial" text in the favorites menu. -->
97 <!-- Height of the speed dial TextView in the favorites menu. -->
strings.xml 159 <!-- The slowest voicemail playback speed. [CHAR LIMIT=30] -->
160 <string name="voicemail_speed_slowest">Slowest speed</string>
161 <!-- Slower than normal voicemail playback speed. [CHAR LIMIT=30] -->
162 <string name="voicemail_speed_slower">Slow speed</string>
163 <!-- Normal voicemail playback speed. [CHAR LIMIT=30] -->
164 <string name="voicemail_speed_normal">Normal speed</string>
165 <!-- Faster than normal pvoicemail playback speed. [CHAR LIMIT=30] -->
166 <string name="voicemail_speed_faster">Fast speed</string>
167 <!-- Fastest voicemail playback speed. [CHAR LIMIT=30] -->
168 <string name="voicemail_speed_fastest">Fastest speed</string
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
termios.h 38 speed_t c_ispeed; /* input speed */
39 speed_t c_ospeed; /* output speed */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
termios.h 38 speed_t c_ispeed; /* input speed */
39 speed_t c_ospeed; /* output speed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
termios.h 38 speed_t c_ispeed; /* input speed */
39 speed_t c_ospeed; /* output speed */
  /system/core/fastboot/
fastboot_protocol.txt 15 * Max packet size must be 64 bytes for full-speed and 512 bytes for
16 high-speed USB
  /external/bluetooth/bluedroid/bta/av/
bta_av_sbc.c 106 ** source speed (src_sps, samples per second),
151 ** source speed (src_sps, samples per second),
214 ** source speed (src_sps, samples per second),
279 ** source speed (src_sps, samples per second),
348 ** source speed (src_sps, samples per second),
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 68 # Dashboard does not track install speed. Do not unnecessarily install.
92 ' Install Speed: %s KB/s' % install_speed,
107 # errors += ['Device install speed too low. Do not use for testing.']
109 # Causing the device status check step fail for slow install speed or low
360 # devices with critically low battery or install speed. Remove those devices
  /external/ppp/pppd/
sys-solaris.c 1054 struct speed { struct
1148 struct speed *speedp;
1155 warn("speed %d not supported", bps);
1163 baud_rate_of(speed)
1164 int speed;
1166 struct speed *speedp;
1168 if (speed == 0)
1171 if (speed == speedp->speed_val)
1178 * at the requested speed, etc. If `local' is true, set CLOCAL
1185 int speed; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 244 float speed; member in struct:d3d11gears
276 speed = 1.0f;
303 // designed so that 1 = original glxgears speed
304 float mod_speed = M_PI * 70.0f / 180.0f * speed;
493 speed = (float)atof(*++p);
503 fprintf(stderr, "-s SPEED\tgear speed (default is 1.0)\n");
  /external/chromium_org/v8/src/
incremental-marking.cc 915 // The marking speed is driven either by the allocation rate or by the rate
    [all...]
  /external/grub/grub/
asmstub.c 102 /* The speed of a serial device. */
1072 get_termios_speed (int speed)
1074 switch (speed)
1102 serial_hw_init (unsigned short port, unsigned int speed,
1138 /* Set the speed. */
1139 termios_speed = get_termios_speed (speed);
1202 serial_speed = speed;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 244 float speed; member in struct:d3d11gears
276 speed = 1.0f;
303 // designed so that 1 = original glxgears speed
304 float mod_speed = M_PI * 70.0f / 180.0f * speed;
493 speed = (float)atof(*++p);
503 fprintf(stderr, "-s SPEED\tgear speed (default is 1.0)\n");

Completed in 1726 milliseconds

<<21222324252627282930>>