OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_translation
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/calib3d/test/
test_posit.cpp
194
Mat
_translation
= cvarrToMat(translation), _true_translation = cvarrToMat(true_translation);
local
199
code = cvtest::cmpEps2( ts,
_translation
, _true_translation, flEpsilon, false, "translation vector" );
/prebuilts/gdb/darwin-x86/lib/python2.7/
base64.py
28
_translation
= [chr(_x) for _x in range(256)]
variable
33
translation =
_translation
[:]
/prebuilts/gdb/linux-x86/lib/python2.7/
base64.py
28
_translation
= [chr(_x) for _x in range(256)]
variable
33
translation =
_translation
[:]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
base64.py
28
_translation
= [chr(_x) for _x in range(256)]
variable
33
translation =
_translation
[:]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py
28
_translation
= [chr(_x) for _x in range(256)]
variable
33
translation =
_translation
[:]
Completed in 616 milliseconds