/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | log.py | 16 def __init__(self, threshold=WARN): argument 17 self.threshold = threshold 23 if level >= self.threshold: 61 old = _global_log.threshold 62 _global_log.threshold = level
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | ATokenBuffer.cpp | 69 threshold = &buffer[(int)(buffer_size / 2)]; in ANTLRTokenBuffer() 117 if( next > threshold ) in getToken() 120 fprintf(stderr,"getToken: next > threshold (high water is %d)\n", threshold-buffer); in getToken() 236 …"before: tp=%d, last=%d, next=%d, threshold=%d\n",tp-buffer,last-buffer,next-buffer,threshold-buff… in makeRoom() 320 threshold = &buffer[(int)(buffer_size / 2)]; in extendBuffer()
|
D | ATokenBuffer.h | 73 _ANTLRTokenPtr *threshold; variable
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | ATokenBuffer.cpp | 70 threshold = &buffer[(int)(buffer_size/2)]; // MR23 - Used to be 1.0/2.0 ! in ANTLRTokenBuffer() 118 if( next > threshold ) in getToken() 121 /* MR23 */ printMessage(stderr,"getToken: next > threshold (high water is %d)\n", threshold-buffer); in getToken() 237 …"before: tp=%d, last=%d, next=%d, threshold=%d\n",tp-buffer,last-buffer,next-buffer,threshold-buff… in makeRoom() 320 threshold = &buffer[(int)(buffer_size*(1.0/2.0))]; in extendBuffer()
|
D | ATokenBuffer.h | 73 _ANTLRTokenPtr *threshold; variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | gcmodule.c | 34 int threshold; /* collection threshold */ member 1042 if (generations[i].count > generations[i].threshold) { in collect_generations() 1176 &generations[0].threshold, in gc_set_thresh() 1177 &generations[1].threshold, in gc_set_thresh() 1178 &generations[2].threshold)) in gc_set_thresh() 1182 generations[i].threshold = generations[2].threshold; in gc_set_thresh() 1198 generations[0].threshold, in gc_get_thresh() 1199 generations[1].threshold, in gc_get_thresh() 1200 generations[2].threshold); in gc_get_thresh() 1505 if (generations[0].count > generations[0].threshold && in _PyObject_GC_Malloc() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | gcmodule.c | 34 int threshold; /* collection threshold */ member 988 if (generations[i].count > generations[i].threshold) { in collect_generations() 1122 &generations[0].threshold, in gc_set_thresh() 1123 &generations[1].threshold, in gc_set_thresh() 1124 &generations[2].threshold)) in gc_set_thresh() 1128 generations[i].threshold = generations[2].threshold; in gc_set_thresh() 1144 generations[0].threshold, in gc_get_thresh() 1145 generations[1].threshold, in gc_get_thresh() 1146 generations[2].threshold); in gc_get_thresh() 1451 if (generations[0].count > generations[0].threshold && in _PyObject_GC_Malloc() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | support.py | 23 self.threshold = log.set_threshold(log.FATAL) 32 log.set_threshold(self.threshold)
|
/device/google/contexthub/firmware/os/algos/calibration/diversity_checker/ |
D | diversity_checker.c | 97 if (norm_squared_result < diverse_data->threshold) { in diversityCheckerFindNearestPoint() 209 diverse_data->threshold = in diversityCheckerLocalFieldUpdate()
|
D | diversity_checker.h | 99 float threshold; member
|
/device/google/crosshatch/audio/ |
D | Test1_Crosshatch_5_10_2018_onsite_final_remove_actisonic.tuning | 386 …"enhance_and_protect_left.DRC.Limiter 1.Look Ahead Limiter.Envelope.Envelope Leaf.threshold": 1.99… 409 …eft.DRC.Limiter 1.Look Ahead Limiter.Limiter Gain Calc.Limiter Gain Calculation Leaf.threshold": 1, 420 …"enhance_and_protect_left.DRC.Limiter 2.Look Ahead Limiter.Envelope.Envelope Leaf.threshold": 1.99… 443 …eft.DRC.Limiter 2.Look Ahead Limiter.Limiter Gain Calc.Limiter Gain Calculation Leaf.threshold": 1, 454 …"enhance_and_protect_left.DRC.Limiter 3.Look Ahead Limiter.Envelope.Envelope Leaf.threshold": 1.99… 477 …eft.DRC.Limiter 3.Look Ahead Limiter.Limiter Gain Calc.Limiter Gain Calculation Leaf.threshold": 1, 488 …"enhance_and_protect_left.DRC.Limiter 4.Look Ahead Limiter.Envelope.Envelope Leaf.threshold": 1.99… 511 …eft.DRC.Limiter 4.Look Ahead Limiter.Limiter Gain Calc.Limiter Gain Calculation Leaf.threshold": 1, 522 …"enhance_and_protect_left.DRC.Limiter 5.Look Ahead Limiter.Envelope.Envelope Leaf.threshold": 1.99… 545 …eft.DRC.Limiter 5.Look Ahead Limiter.Limiter Gain Calc.Limiter Gain Calculation Leaf.threshold": 1, [all …]
|
/device/google/marlin/ |
D | WCNSS_qcom_cfg.ini | 58 # RTS threshold 159 # Bus bandwidth threshold values in terms of number of packets 344 # registering for reassoc threshold). 345 # NOTE: Value of 0 means that we would register for reassoc threshold. 456 # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
|
/device/google/muskie/ |
D | WCNSS_qcom_cfg.ini | 49 # RTS threshold 181 # Bus bandwidth threshold values in terms of number of packets 400 # registering for reassoc threshold). 401 # NOTE: Value of 0 means that we would register for reassoc threshold. 508 # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 49 # RTS threshold 181 # Bus bandwidth threshold values in terms of number of packets 400 # registering for reassoc threshold). 401 # NOTE: Value of 0 means that we would register for reassoc threshold. 508 # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | csv.py | 341 threshold = 0.9 342 while len(delims) == 0 and consistency >= threshold:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | csv.py | 346 threshold = 0.9 347 while len(delims) == 0 and consistency >= threshold:
|
/device/google/bonito/ |
D | WCNSS_qcom_cfg.ini | 49 # RTS threshold 181 # Bus bandwidth threshold values in terms of number of packets 385 # registering for reassoc threshold). 386 # NOTE: Value of 0 means that we would register for reassoc threshold. 488 # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
|
/device/google/crosshatch/ |
D | WCNSS_qcom_cfg.ini | 49 # RTS threshold 181 # Bus bandwidth threshold values in terms of number of packets 385 # registering for reassoc threshold). 386 # NOTE: Value of 0 means that we would register for reassoc threshold. 488 # TDLS criteria (throughput and RSSI threshold) is met and teardown TDLS
|
/device/google/crosshatch/sdm845/original-kernel-headers/drm/ |
D | msm_drm_pp.h | 159 __u32 threshold; member
|
/device/google/crosshatch/sdm845/kernel-headers/drm/ |
D | msm_drm_pp.h | 95 __u32 threshold; member
|
/device/google/bonito/sdm710/original-kernel-headers/drm/ |
D | msm_drm_pp.h | 159 __u32 threshold; member
|
/device/google/bonito/sdm710/kernel-headers/drm/ |
D | msm_drm_pp.h | 95 __u32 threshold; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | math_testcases.txt | 87 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold 149 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lgc.c | 914 l_mem debt, threshold; in setpause() local 916 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */ in setpause() 919 debt = -cast(l_mem, threshold - gettotalbytes(g)); in setpause()
|
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
D | mag_cal.c | 200 CAL_ENCODE_FLOAT(moc->diversity_checker.threshold, 3), in magCalUpdate()
|