Searched refs:realval (Results 1 – 3 of 3) sorted by relevance
/external/vboot_reference/scripts/image_signing/ |
D | ensure_sane_lsb-release.sh | 34 local realval=$(lsbval "$lsbfile" $key) 35 if [ "$realval" != "$expectval" ]; then 36 echo "$key mismatch. Expected '$expectval', image contains '$realval'"
|
/external/opencv3/modules/core/test/ |
D | test_rand.cpp | 13 double& refval, double& realval); 37 int dist_type, double& refval, double& realval) in check_pdf() argument 78 realval = chi2; in check_pdf() 82 return realval <= refval; in check_pdf() 239 double refval = 0, realval = 0; in run() local 241 if( !check_pdf(hist[c], 1./W[c], dist_type, refval, realval) ) in run() 245 realval, refval, c, cn); in run()
|
/external/iproute2/ip/ |
D | iplink.c | 107 static int on_off(const char *msg, const char *realval) in on_off() argument 111 msg, realval); in on_off()
|