OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_alg
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/samples/cpp/
stereo_match.cpp
84
char*
_alg
= argv[i] + strlen(algorithm_opt);
local
85
alg = strcmp(
_alg
, "bm") == 0 ? STEREO_BM :
86
strcmp(
_alg
, "sgbm") == 0 ? STEREO_SGBM :
87
strcmp(
_alg
, "hh") == 0 ? STEREO_HH :
88
strcmp(
_alg
, "var") == 0 ? STEREO_VAR : -1;
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hashlib.py
64
def _test_algorithm_via_hashlib_new(data=None,
_alg
=algorithm):
66
return hashlib.new(
_alg
)
67
return hashlib.new(
_alg
, data)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hashlib.py
64
def _test_algorithm_via_hashlib_new(data=None,
_alg
=algorithm):
66
return hashlib.new(
_alg
)
67
return hashlib.new(
_alg
, data)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py
64
def _test_algorithm_via_hashlib_new(data=None,
_alg
=algorithm):
66
return hashlib.new(
_alg
)
67
return hashlib.new(
_alg
, data)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py
64
def _test_algorithm_via_hashlib_new(data=None,
_alg
=algorithm):
66
return hashlib.new(
_alg
)
67
return hashlib.new(
_alg
, data)
Completed in 350 milliseconds