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

<<21222324252627282930>>

  /external/chromium_org/ppapi/c/
pp_input_event.h 152 * based on the speed of the scrolling.
172 * based on the speed of the scrolling.
  /external/chromium_org/remoting/base/
util_unittest.cc 195 TEST(ReplaceLfByCrLfTest, Speed) {
230 TEST(ReplaceCrLfByLfTest, Speed) {
  /external/chromium_org/third_party/openssl/config/x64/openssl/
opensslconf.h 215 * %20 speed up (longs are 8 bytes, int's are 4). */
312 #endif /* Systems-specific speed defines */
  /external/chromium_org/third_party/openssl/openssl/crypto/
opensslconf.h 215 * %20 speed up (longs are 8 bytes, int's are 4). */
312 #endif /* Systems-specific speed defines */
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
opensslconf.h 215 * %20 speed up (longs are 8 bytes, int's are 4). */
312 #endif /* Systems-specific speed defines */
  /external/chromium_org/tools/perf/measurements/
page_cycler.py 59 parser.add_option('--report-speed-index',
61 help='Enable the speed index metric.')
  /external/eigen/doc/
TopicLinearAlgebraDecompositions.dox 19 <th>Speed</th>
229 <li><a name="note2">\b 2: </a>Eigenvalues, SVD and Schur decompositions rely on iterative algorithms. Their convergence speed depends on how well the eigenvalues are separated.</li>
  /external/elfutils/src/
ranlib.c 1 /* Generate an index to speed access to archives.
74 static const char doc[] = N_("Generate an index to speed access to archives.");
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
SimpleApplication.java 226 if (speed == 0 || paused) {
230 float tpf = timer.getTimePerFrame() * speed;
  /external/kernel-headers/original/asm-mips/
jazz.h 241 * Remote Speed Registers.
248 #define JAZZ_R4030_REM_SPEED 0xE0000070 /* 16 Remote Speed Registers */
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 106 {MNOTE_OLYMPUS_TAG_MODE, "Mode", N_("Speed/Sequence/Panorama Direction"), ""},
123 {MNOTE_OLYMPUS_TAG_SHUTTERSPEED, "ShutterSpeed", N_("Shutter Speed"), ""},
  /external/linux-tools-perf/
builtin-annotate.c 222 * Speed up the exit process, for large files this can
228 * Also experiment with obstacks to see how much speed
  /external/llvm/tools/bugpoint/
ListReducer.h 93 // distribution (improving the speed of convergence).
167 // improve the convergence speed.
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 230 UInt64 speed = MyMultDiv64(size, elapsedTime);
231 PrintValue(speed / 1024);
  /external/lzma/Java/SevenZip/
LzmaBench.java 281 long speed = MyMultDiv64(size, elapsedTime); local
282 PrintValue(speed / 1024);
  /external/openssl/crypto/
opensslconf.h 221 * %20 speed up (longs are 8 bytes, int's are 4). */
318 #endif /* Systems-specific speed defines */
  /external/openssl/include/openssl/
opensslconf.h 221 * %20 speed up (longs are 8 bytes, int's are 4). */
318 #endif /* Systems-specific speed defines */
  /external/ppp/pppd/
tty.c 127 static char speed_str[16]; /* Serial port speed as string */
139 int inspeed = 0; /* Input/Output speed requested */
171 { "tty speed", o_wild, (void *) &setspeed,
261 * potentially a speed value.
510 * That is, open the serial port, set its speed and mode, and run
603 * Set line speed, flow control, etc.
709 /* set line speed, flow control, etc.;
735 script_setenv("SPEED", numbuf, 0);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 106 if (options[i].second == "speed") {
112 + options[i].second + " expecting opt=space or opt=speed";
  /external/replicaisland/src/com/replica/replicaisland/
PatrolComponent.java 258 public void setMovementSpeed(float speed, float acceleration) {
259 mMaxSpeed = speed;
  /frameworks/base/docs/html/guide/topics/graphics/
view-animation.jd 90 specify various speed curves: for instance, {@link android.view.animation.AccelerateInterpolator}
91 tells a transformation to start slow and speed up. Each one has an attribute value that can be
  /frameworks/base/docs/html/tools/help/
emulator.jd 371 <td><code>-netspeed &lt;speed&gt;</code></td>
372 <td>Set network speed emulation to &lt;speed&gt;.</td>
374 <a href="{@docRoot}tools/devices/emulator.html#netspeed">Network Speed Emulation</a> for
375 supported <code>&lt;speed&gt;</code> values. </td>
397 <td>Slow down emulated CPU speed by &lt;delay&gt; </td>
400 <p>Note that the &lt;delay&gt; does not correlate to clock speed or other absolute metrics
476 <td>Disabling the boot animation can speed the startup time for the emulator.</td>
  /frameworks/base/location/java/android/location/
Location.java 111 * has no bearing, altitude, speed, accuracy or extras.
616 * True if this location has a speed.
623 * Get the speed if it is available, in meters/second over ground.
625 * <p>If this location does not have a speed then 0.0 is returned.
632 * Set the speed, in meters/second over ground.
636 public void setSpeed(float speed) {
637 mSpeed = speed;
642 * Remove the speed from this location.
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 147 * of the data and speed of the devices.
227 * of the data and speed of the devices.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h     [all...]

Completed in 2075 milliseconds

<<21222324252627282930>>