Home
last modified time | relevance | path

Searched refs:bad_value (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/
Dmodpython.py102 bad_value = ("You must provide a PythonOption '%s', either 'on' or 'off', " variable
125 raise ValueError(bad_value % "multithread")
133 raise ValueError(bad_value % "multiprocess")
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dremote_test.py449 def do_override(bad_value): argument
452 remote_method = bad_value
454 for bad_value in [None, 1, 'string', {}]:
458 do_override, bad_value)
/external/opencv3/modules/core/src/
Dmathfuncs.cpp1569 bool checkIntegerRange(cv::Mat src, Point& bad_pt, int minVal, int maxVal, double& bad_value) in checkIntegerRange() argument
1591 bad_value = as_one_channel.at<typename type_ass::type>(j ,i); in checkIntegerRange()
1595 bad_value = 0.0; in checkIntegerRange()
1600 …ool (*check_range_function)(cv::Mat src, Point& bad_pt, int minVal, int maxVal, double& bad_value);