| /external/kernel-headers/original/linux/mtd/ |
| nftl.h | 33 __u16 LastFreeEUN; /* To speed up finding a free EUN */
|
| /external/kernel-headers/original/linux/usb/ |
| functionfs.h | 49 * | 8 | fs_count | LE32 | number of full-speed descriptors | 50 * | 12 | hs_count | LE32 | number of high-speed descriptors | 51 * | 16 | fs_descrs | Descriptor[] | list of full-speed descriptors | 52 * | | hs_descrs | Descriptor[] | list of high-speed descriptors |
|
| /external/libmtp/ |
| TODO | 68 2. SPEED: Cache the object info for all items on the device. 76 3. SPEED: Cache track metadata, file metadata etc in params->proplist. 78 4. SPEED: Whenever we add an object (file, track, playlist...) we 85 6. SPEED: Cache the supported object properties at first read/startup.
|
| /external/libnfc-nci/halimpl/bcm2079x/include/ |
| userial.h | 264 ** Description This function convert USERIAL baud to line speed. 268 ** Returns line speed 276 ** Description This function convert line speed to USERIAL baud. 280 ** Returns line speed
|
| /external/openssl/crypto/bn/asm/ |
| README | 10 compilers seem to do on it. This normally gives a 2 time speed up in the RSA
|
| /external/openssl/crypto/des/ |
| Imakefile | 17 TESTING=destest.c speed.c rpw.c
|
| /external/openssl/crypto/rc2/ |
| version | 17 far I trust it. It is about the same speed as IDEA and DES.
|
| /external/qemu/distrib/sdl-1.2.15/docs/man3/ |
| SDL_SetColorKey.3 | 13 RLE acceleration can substantially speed up blitting of images with large horizontal runs of transparent pixels (i\&.e\&., pixels that match the \fBkey\fR value)\&. The \fBkey\fR must be of the same pixel format as the \fBsurface\fR, \fI\fBSDL_MapRGB\fP\fR is often useful for obtaining an acceptable value\&.
|
| /external/valgrind/main/helgrind/tests/ |
| filter_stderr | 32 -e "/^Use --history-level=approx or =none to gain increased speed, at$/d" \
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
| Constants.java | 22 static final int ESCAPE_VELOCITY = 100; // speed of item required to "curate" it in dp/s
|
| /frameworks/base/wifi/java/android/net/wifi/ |
| package.html | 7 link speed, IP address, negotiation state, and more, plus information about other
|
| /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/ |
| BootReceiver.java | 33 // Starting service at boot to speed up enable/disable of FM radio
|
| /libcore/luni/src/test/java/tests/java/sql/ |
| InsertFunctionalityTest.java | 176 + " SELECT id, speed*10 AS speed, size-1 AS size FROM " 181 + " AS b ON a.speed = 10*b.speed AND a.size = b.size-1");
|
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| MatrixCursorWithCachedColumns.java | 24 /** A mapping of column names to column indices, to speed up lookups */
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
| multi_bigram_map.cpp | 24 // could improve bigram lookup speed for multi-word suggestions, but at the cost of more memory
|
| /packages/inputmethods/PinyinIME/jni/include/ |
| utf16reader.h | 40 // buffer_len specifies how long buffer should be allocated to speed up the
|
| /prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
| bytearrayobject.h | 46 /* Macros, trading safety for speed */
|
| /prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
| bytearrayobject.h | 46 /* Macros, trading safety for speed */
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowLocation.java | 25 private float speed; field in class:ShadowLocation 62 speed = l.getSpeed(); 179 return speed; 183 public void setSpeed(float speed) { 184 this.speed = speed; 191 this.speed = 0.0f;
|
| /external/chromium_org/chrome/browser/prerender/ |
| prerender_util.cc | 24 const char kPageSpeedHeader[] = "X-Page-Speed"; 60 // Private function to parse the X-Page-Speed header value and determine 204 // X-Page-Speed header versions are either in the X-Mod-Pagespeed format, 211 // Bucket 2 counts occurences of the X-Page-Speed header with a 219 // Bucket 3 counts occurences of the X-Page-Speed header with a
|
| /frameworks/base/core/java/com/android/internal/os/ |
| ProcessCpuTracker.java | 163 * The time in microseconds that the CPU has been running at each speed. 168 * The relative time in microseconds that the CPU has been running at each speed. 551 * speed, since the last call to this method. If this is the first call, it 580 int speed = 0; 589 tempSpeeds[speed] = val; 592 tempTimes[speed] = val; 593 speed++; 594 if (speed == MAX_SPEEDS) break; // No more 596 Slog.v(TAG, "First time : Speed/Time = " + tempSpeeds[speed - 1 [all...] |
| /frameworks/base/media/java/android/media/ |
| RemoteController.java | 157 * the playback speed. 164 * and speed are known. 171 * @param speed a value expressed as a ratio of 1x playback: 1.0f is normal playback, 172 * 2.0f is 2x, 0.5f is half-speed, -2.0f is rewind at 2x speed. 0.0f means nothing is 176 long currentPosMs, float speed); 210 * on the current play position at that time and the last known playback speed. 550 long stateChangeTimeMs, long currentPosMs, float speed) { 560 + "ms speed=" + speed); [all...] |
| /docs/source.android.com/src/devices/tech/ |
| power.jd | 100 certain speed to get a comparative ranking of how much battery each app is consuming due to 173 CPUs changing speed and entering/exiting low-power scheduler idle state. The system may make 175 core state such as memory bus speed and voltages of power rails associated with CPUs and 176 memory. If these are changing during your measurements then you may want to prevent CPU speed 185 with CPU speed held constant, device in airplane mode, with a partial wakelock held to 282 control this. For many platforms, the easiest way to control CPU speed is to use the 283 ?userspace? cpufreq governor and use sysfs interfaces to set the speed. The exact commands 285 system console or adb shell could be used to set a speed for 200MHz on a system with only 1 296 which makes sure the new speed is not outside the allowed bounds, sets the new speed, an [all...] |
| /development/samples/LunarLander/src/com/example/android/lunarlander/ |
| LunarView.java | 82 public static final int TARGET_SPEED = 28; // > this speed means crash 85 * UI constants (i.e. the speed & fuel bars) 154 /** Allowed speed. */ 187 /** "Bad" speed-too-high variant of the line color. */ 620 * Draws the ship, fuel/speed bars, and background to the provided 636 // Draw the speed gauge, with a two-tone effect 637 double speed = Math.sqrt(mDX * mDX + mDY * mDY); local 638 int speedWidth = (int) (UI_BAR * speed / PHYS_SPEED_MAX); 640 if (speed <= mGoalSpeed) { 744 // figure position based on average speed during the perio 759 double speed = Math.sqrt(mDX * mDX + mDY * mDY); local [all...] |
| /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
| WaterFilter.java | 88 private float speed = 1; field in class:WaterFilter 139 time = time + (tpf * speed); 306 oc.write(speed, "speed", 1f); 350 speed = ic.readFloat("speed", 1f); 741 * retruns the speed of the waves 745 return speed; 749 * Set the speed of the waves (0.0 is still) default is 1.0 750 * @param speed [all...] |