Searched
full:speed (Results
576 -
600 of
3311) sorted by null
<<21222324252627282930>>
| /external/antlr/antlr-3.4/runtime/C/src/ |
| antlr3debughandlers.c | 338 // one of those. Speed is not of the essence so we don't need 362 // for speed here, this is the debugger. 552 // Create the message (speed is not of the essence) 563 // Create the message (speed is not of the essence) 574 // Create the message (speed is not of the essence) 585 // Create the message (speed is not of the essence) 596 // Create the message (speed is not of the essence) 607 // Create the message (speed is not of the essence) 619 // Create the message (speed is not of the essence)
|
| /external/kernel-headers/original/linux/usb/ |
| ch9.h | 120 #define USB_DEVICE_TEST_MODE 2 /* (wired high speed only) */ 303 * different depending on what speed they're currently running. Only 809 #define USB_LOW_SPEED_OPERATION (1) /* Low speed operation */ 810 #define USB_FULL_SPEED_OPERATION (1 << 1) /* Full speed operation */ 811 #define USB_HIGH_SPEED_OPERATION (1 << 2) /* High speed operation */ 898 * usb_speed_string() - Returns human readable-name of the speed. 899 * @speed: The speed to return human-readable name for. If it's not 903 extern const char *usb_speed_string(enum usb_device_speed speed);
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| RenderMarquee.cpp | 175 m_timer.startRepeating(speed() * 0.001); 248 if (speed() != marqueeSpeed()) { 251 m_timer.startRepeating(speed() * 0.001);
|
| /external/clang/docs/ |
| PTHInternals.rst | 58 operators. Consequently, PTH serves to mainly directly speed up the 125 While PTH can greatly speed up the processing time of a header file, the 149 optimizations to speed up the processing of header files:
|
| /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/ |
| Cinematic.java | 152 public void setSpeed(float speed) { 153 super.setSpeed(speed); 156 ce.setSpeed(speed);
|
| /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
| MotionTrack.java | 168 time = time + (tpf * speed); 273 control.speed = speed;
|
| /external/jmonkeyengine/engine/src/core/com/jme3/input/ |
| FlyByCamera.java | 107 * Sets the move speed. The speed is given in world units per second.
115 * Sets the rotation speed.
|
| /external/jmonkeyengine/engine/src/test/jme3test/effect/ |
| TestExplosionEffect.java | 247 time += tpf / speed; 256 if (time > 1f + .05f / speed && state == 1){ 263 if (time > 5 / speed && state == 2){
|
| /external/libppp/src/ |
| physical.c | 218 p->cfg.speed = MODEM_SPEED; 280 if (p->handler && p->handler->speed) 281 return (*p->handler->speed)(p); 287 physical_SetSpeed(struct physical *p, unsigned speed) 289 if (UnsignedToSpeed(speed) != B0) { 290 p->cfg.speed = speed; 502 prompt_Printf(arg->prompt, "%dbps", p->cfg.speed); 782 return p->cfg.speed == 0; 815 p->cfg.speed = 0 [all...] |
| /external/libvpx/libvpx/vp8/encoder/ |
| onyx_if.c | 662 /* Convenience macros for mapping speed and mode into a continuous 668 static int speed_map(int speed, const int *map) 675 } while(speed >= *map++); 753 int Speed = cpi->Speed; 798 /* Convert speed to continuous range, with clamping */ 800 Speed = 0; 802 Speed = RT(Speed); 805 if (Speed > 5 [all...] |
| /external/openssh/ |
| ttymodes.c | 63 * uint32 (u_int) follows speed in SSH1 and SSH2 75 speed_to_baud(speed_t speed) 77 switch (speed) {
|
| /external/protobuf/java/ |
| pom.xml | 100 <!--mkdir dir="target/generated-test-sources/opt-speed" /--> 122 <arg value="--javamicro_out=opt=speed,java_use_vector=false,java_package=google/protobuf/unittest_import_micro.proto|com.google.protobuf.micro,java_outer_classname=google/protobuf/unittest_import_micro.proto|UnittestImportMicro:target/generated-test-sources" /> 163 <!--testSourceRoot>target/generated-test-sources/opt-speed</testSourceRoot-->
|
| /external/qemu/distrib/sdl-1.2.15/test/ |
| testpalette.c | 25 #define SPEED 2 253 boatx[i] += boatdir[i] * SPEED; 268 updates[i].w = boat[0]->w + SPEED;
|
| /external/qemu/docs/ |
| ANDROID-SKIN-FILES.TXT | 220 - 'network.speed': 221 Default network speed for this skin. Values correspond to the 222 -netspeed <speed> emulator command-line option.
|
| /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/ |
| nexus.rs | 28 #define SPEED 0.2f // (200 / 1000) Pixels per ms 176 float x = p->originX + (p->dx * SPEED * delta); 177 float y = p->originY + (p->dy * SPEED * delta);
|
| /build/target/board/generic/ |
| BoardConfig.mk | 33 # Enable dex-preoptimization to speed up the first boot sequence
|
| /developers/samples/android/connectivity/nfc/BeamLargeFiles/BeamLargeFilesSample/src/main/java/com/example/android/beamlargefiles/ |
| BeamLargeFilesFragment.java | 31 * "high-speed" communication channel. Large images can easily take > 30 seconds to transfer.
|
| /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/ |
| BitmapAllocation.java | 29 * This example shows how to speed up bitmap loading and reduce garbage collection
|
| /development/samples/devbytes/graphics/BitmapScaling/src/com/example/android/bitmapscaling/ |
| BitmapScaling.java | 29 * bitmap. Sub-sampling can speed up load times and reduce the need for large bitmaps
|
| /device/samsung/manta/overlay/frameworks/base/core/res/res/xml/ |
| power_profile.xml | 56 <item name="cpu.awake">167</item> <!-- at speed 200M, or 269 at 1.7G -->
|
| /external/arduino/hardware/arduino/cores/arduino/ |
| wiring_pulse.c | 34 // cache the port and bit of the pin in order to speed up the
|
| /external/chromium/chrome/browser/resources/gpu_internals/ |
| fast_rect_renderer.js | 15 * A few extra things are done by this class in the name of speed:
|
| /external/chromium/net/disk_cache/ |
| block_files.h | 89 char* zero_buffer_; // Buffer to speed-up cleaning deleted entries.
|
| /external/chromium-trace/trace-viewer/src/tracing/ |
| fast_rect_renderer.js | 16 * A few extra things are done by this class in the name of speed:
|
| /external/chromium_org/ash/wm/ |
| lock_state_controller.cc | 649 internal::SessionStateAnimator::AnimationSpeed speed, 656 speed, 662 internal::SessionStateAnimator::AnimationSpeed speed, 669 speed,
|
Completed in 1886 milliseconds
<<21222324252627282930>>