Home
last modified time | relevance | path

Searched refs:threshhold (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt26 # the threshhold and what to do in response
28 echo "Throughput has fallen below threshhold."
/external/deqp-deps/glslang/Test/baseResults/
Dspv.earlyReturnDiscard.frag.out22 Name 51 "threshhold"
47 51(threshhold): 16(ptr) Variable Input
97 52: 6(float) Load 51(threshhold)
DearlyReturnDiscard.frag.out49 0:36 'threshhold' ( uniform float)
121 0:? 'threshhold' ( uniform float)
179 0:36 'threshhold' ( uniform float)
251 0:? 'threshhold' ( uniform float)
/external/deqp-deps/glslang/Test/
Dspv.earlyReturnDiscard.frag9 in float threshhold;
36 if (color.z > threshhold)
DearlyReturnDiscard.frag9 uniform float threshhold;
36 if (color.z > threshhold)
/external/autotest/client/site_tests/platform_TempFS/
Dcontrol10 Fail if the following file systems are less than our threshhold size:
/external/u-boot/scripts/
Dspelling.txt1141 threshhold||threshold
/external/ImageMagick/
Dconfigure.ac821 [set pixel cache threshhold in MB (default available memory)])],
/external/u-boot/common/
Ddlmalloc.src3198 * Use ordered bins instead of best-fit threshhold
/external/mdnsresponder/mDNSCore/
DmDNS.c3488 …const mDNSs32 threshhold = m->timenow + mDNSPlatformOneSecond; // See if there are any records exp… in CheckForSoonToExpireRecords() local
3494 if (threshhold - RRExpireTime(rr) >= 0) // If we have records about to expire within a second in CheckForSoonToExpireRecords()