OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readObj
(Results
1 - 5
of
5
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectOutputStream2Test.java
55
Object
readObj
= is.readObject();
57
assertSame(MyEnum.TWO,
readObj
);
/external/opencv3/modules/imgproc/test/
test_watershed.cpp
74
CvSeq* cnts = (CvSeq*)fs["contours"].
readObj
();
/external/opencv3/modules/core/test/
test_io.cpp
213
CvMat* m = (CvMat*)fs["test_mat"].
readObj
();
233
CvMatND* m_nd = (CvMatND*)fs["test_mat_nd"].
readObj
();
254
ts->printf( cvtest::TS::LOG, "
readObj
method: the read nd matrix is not correct: (%.20g vs %.20g) vs at (%d,%d)\n",
281
Ptr<CvSparseMat> m_s((CvSparseMat*)fs["test_sparse_mat"].
readObj
());
358
CvGraph* graph3 = (CvGraph*)fs["test_graph"].
readObj
();
/external/opencv3/modules/core/include/opencv2/core/
persistence.hpp
567
void*
readObj
() const;
[
all
...]
/external/opencv3/modules/core/src/
persistence.cpp
[
all
...]
Completed in 590 milliseconds