| /frameworks/base/core/tests/coretests/src/android/view/ |
| VelocityTest.java | 270 private void assertEqualFuzzy(float expected, float actual, float threshold) { 271 boolean fuzzyEqual = actual >= expected - threshold && actual <= expected + threshold; 273 "> while accepting a variation of: <"+threshold+">", fuzzyEqual);
|
| /external/qemu/audio/ |
| alsaaudio.c | 124 unsigned int threshold; member in struct:__anon5913 305 static void alsa_set_threshold (snd_pcm_t *handle, snd_pcm_uframes_t threshold) 319 err = FF(snd_pcm_sw_params_set_start_threshold) (handle, sw_params, threshold); 322 alsa_logerr (err, "Failed to set software threshold to %ld\n", 323 threshold); 516 if (!in && conf.threshold) { 517 snd_pcm_uframes_t threshold; local 538 threshold = (conf.threshold * bytes_per_sec) / 1000; 539 alsa_set_threshold (handle, threshold); [all...] |
| fmodaudio.c | 50 int threshold; member in struct:__anon5928 248 && (conf.threshold && live <= conf.threshold)) { 653 {"THRESHOLD", AUD_OPT_INT, &conf.threshold,
|
| /frameworks/base/services/java/com/android/server/ |
| DeviceStorageMonitorService.java | 46 * than a tunable threshold value (a secure settings parameter; 57 * storage differential goes below a threshold (again a secure 172 // Read the reporting threshold from secure settings 173 long threshold = Settings.Secure.getLong(mContentResolver, local 178 if (delta > threshold || delta < -threshold) { 269 * just query settings to retrieve the memory threshold. 278 if(localLOGV) Slog.v(TAG, "Threshold Percentage="+value); 279 //evaluate threshold value 284 * just query settings to retrieve the memory full threshold [all...] |
| /external/e2fsprogs/e2fsck/ |
| dirinfo.c | 42 unsigned int threshold; local 50 "numdirs_threshold", 0, 0, &threshold); 55 (threshold && num_dirs <= threshold))
|
| /external/libvpx/vp8/common/ |
| onyx.h | 180 int encode_breakout; // early breakout encode threshold : for video conf recommend 800 214 int vp8_set_roimap(VP8_PTR comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
|
| /external/srec/portable/src/ |
| phashtable.c | 62 unsigned int threshold; member in struct:PHashTable_t 121 tmp->threshold = (unsigned int)(tmp->args.capacity * tmp->args.maxLoadFactor); 291 table->threshold = (unsigned int)(newCapacity * table->args.maxLoadFactor); 361 if (table->size >= table->threshold)
|
| /libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
| TwoKeyHashMap.java | 50 int threshold = 0; field in class:TwoKeyHashMap 88 threshold = (int) (arrSize * loadFactor); 174 if (size > threshold) { 212 threshold = (int) (arrSize * loadFactor);
|
| /external/freetype/src/pshinter/ |
| pshalgo.c | 1684 FT_Int threshold; local [all...] |
| pshglob.c | 411 /* The blue threshold is the font units distance under */ 420 FT_Int threshold = blues->blue_shift; local 423 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 ) 424 threshold--; 426 blues->blue_threshold = threshold;
|
| /external/openssl/crypto/rc4/asm/ |
| rc4-ia64.pl | 184 # $threshold is the minimum length before we attempt to use the 192 $threshold = (3 * ($phases * ($unroll_count + 1)) + 7); 581 cmp.gtu pSmall, p0 = $threshold, DataLen
|
| /external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
| SDL_x11mouse.c | 190 denumenator and threshold. 257 &mouse_accel.threshold); 273 mouse_accel.threshold);
|
| SDL_x11video.h | 99 int threshold; member in struct:SDL_PrivateVideoData::__anon6242
|
| /hardware/ti/wlan/wl1271/TWD/Ctrl/ |
| CmdBldCfg.c | 175 * DESCRIPTION: Sets the Rts Threshold. 181 TI_STATUS cmdBld_CfgRtsThreshold (TI_HANDLE hCmdBld, TI_UINT16 threshold, void *fCb, TI_HANDLE hCb) 183 return cmdBld_CfgIeRtsThreshold (hCmdBld, threshold, fCb, hCb); 207 * DESCRIPTION: Sets the tx fragmentation Threshold. 496 * DESCRIPTION: Sets Packet Detection Threshold 504 TI_STATUS cmdBld_CfgPacketDetectionThreshold (TI_HANDLE hCmdBld, TI_UINT32 threshold, void *fCb, TI_HANDLE hCb) 506 DB_WLAN(hCmdBld).PacketDetectionThreshold = threshold; 508 return cmdBld_CfgIePacketDetectionThreshold (hCmdBld, threshold, fCb, hCb); 682 DB_WLAN(hCmdBld).tRssiSnrTrigger[pTriggerParam->index].threshold = pTriggerParam->threshold; [all...] |
| /system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
| CmdBldCfg.c | 178 * DESCRIPTION: Sets the Rts Threshold. 184 TI_STATUS cmdBld_CfgRtsThreshold (TI_HANDLE hCmdBld, TI_UINT16 threshold, void *fCb, TI_HANDLE hCb) 186 return cmdBld_CfgIeRtsThreshold (hCmdBld, threshold, fCb, hCb); 193 * DESCRIPTION: Sets the tx fragmentation Threshold. 482 * DESCRIPTION: Sets Packet Detection Threshold 490 TI_STATUS cmdBld_CfgPacketDetectionThreshold (TI_HANDLE hCmdBld, TI_UINT32 threshold, void *fCb, TI_HANDLE hCb) 492 DB_WLAN(hCmdBld).PacketDetectionThreshold = threshold; 494 return cmdBld_CfgIePacketDetectionThreshold (hCmdBld, threshold, fCb, hCb); 668 DB_WLAN(hCmdBld).tRssiSnrTrigger[pTriggerParam->index].threshold = pTriggerParam->threshold; [all...] |
| /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
| currBss.c | 304 tTriggerCfg.threshold = pCurrBSS->lowRssiThreshold; 315 tTriggerCfg.threshold = pCurrBSS->lowSnrThreshold; 327 tTriggerCfg.threshold = pCurrBSS->lowQualityForBkgrdScan; 389 tTriggerCfg.threshold = pCurrBSS->lowRssiThreshold; 405 tTriggerCfg.threshold = pCurrBSS->lowSnrThreshold; 420 tTriggerCfg.threshold = pCurrBSS->lowQualityForBkgrdScan; [all...] |
| /frameworks/base/core/java/android/app/ |
| ActivityManager.java | 550 * The threshold of {@link #availMem} at which we consider memory to be 554 public long threshold; field in class:ActivityManager.MemoryInfo 571 dest.writeLong(threshold); 577 threshold = source.readLong(); [all...] |
| /external/freetype/src/truetype/ |
| ttinterp.h | 186 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
|
| /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
| SDL_cgxvideo.h | 78 int threshold; member in struct:SDL_PrivateVideoData::__anon6189
|
| /packages/apps/VoiceDialer/src/com/android/voicedialer/ |
| VoiceDialerActivity.java | 383 private static final int THRESHOLD = 8; // absolute pseudo energy threshold 404 int threshold = THRESHOLD*sampleCount; // absolute energy threshold local 432 if (energy > threshold && energy > (prevE * 2) && prevE != 0) { 433 // rising edge if energy doubled and > abs threshold 439 if (energy < threshold || energy < (prevE / 2)){ 454 if (energy < threshold || energy < (peak / 2)) {
|
| /hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
| currBss.c | 306 tTriggerCfg.threshold = pCurrBSS->lowRssiThreshold; 317 tTriggerCfg.threshold = pCurrBSS->lowSnrThreshold; 329 tTriggerCfg.threshold = pCurrBSS->lowQualityForBkgrdScan; 391 tTriggerCfg.threshold = pCurrBSS->lowRssiThreshold; 407 tTriggerCfg.threshold = pCurrBSS->lowSnrThreshold; 422 tTriggerCfg.threshold = pCurrBSS->lowQualityForBkgrdScan; [all...] |
| /libcore/luni/src/main/java/java/util/ |
| HashMap.java | 113 * The table is rehashed when its size exceeds this threshold. 118 private transient int threshold; field in class:HashMap 131 threshold = -1; // Forces first put invocation to replace EMPTY_TABLE 151 threshold = -1; // Forces first put() to replace EMPTY_TABLE 244 // Restore clone to empty state, retaining our capacity and threshold 408 if (size++ > threshold) { 555 * Allocate a table of the given capacity and set the threshold accordingly. 562 threshold = (newCapacity >> 1) + (newCapacity >> 2); // 3/4 capacity [all...] |
| Hashtable.java | 92 * The table is rehashed when its size exceeds this threshold. 97 private transient int threshold; field in class:Hashtable 111 threshold = -1; // Forces first put invocation to replace EMPTY_TABLE 130 threshold = -1; // Forces first put() to replace EMPTY_TABLE 222 // Restore clone to empty state, retaining our capacity and threshold 385 if (size++ > threshold) { 488 * Allocate a table of the given capacity and set the threshold accordingly. 495 threshold = (newCapacity >> 1) + (newCapacity >> 2); // 3/4 capacity [all...] |
| WeakHashMap.java | 46 private int threshold; field in class:WeakHashMap 267 threshold = (int) ((long) elementData.length * loadFactor / 10000); 625 if (++elementCount > threshold) {
|
| /dalvik/vm/ |
| Globals.h | 98 * Lock profiling threshold value in milliseconds. Acquires that 99 * exceed threshold are logged. Acquires within the threshold are 100 * logged with a probability of $\frac{time}{threshold}$ . If the 101 * threshold is unset no additional logging occurs. 720 /* Array of profile threshold counters */ 739 unsigned short threshold; member in struct:DvmJitGlobals
|