HomeSort by relevance Sort by last modified time
    Searched refs:throwJavaException (Results 1 - 11 of 11) sorted by null

  /external/opencv3/modules/java/src/
video.cpp 23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
81 throwJavaException(env, &e, method_name);
83 throwJavaException(env, 0, method_name);
106 throwJavaException(env, &e, method_name);
108 throwJavaException(env, 0, method_name);
145 throwJavaException(env, &e, method_name);
147 throwJavaException(env, 0, method_name);
172 throwJavaException(env, &e, method_name);
174 throwJavaException(env, 0, method_name);
195 throwJavaException(env, &e, method_name)
    [all...]
ml.cpp 22 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
64 throwJavaException(env, &e, method_name);
66 throwJavaException(env, 0, method_name);
89 throwJavaException(env, &e, method_name);
91 throwJavaException(env, 0, method_name);
114 throwJavaException(env, &e, method_name);
116 throwJavaException(env, 0, method_name);
139 throwJavaException(env, &e, method_name);
141 throwJavaException(env, 0, method_name);
165 throwJavaException(env, &e, method_name)
    [all...]
videoio.cpp 23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
65 throwJavaException(env, &e, method_name);
67 throwJavaException(env, 0, method_name);
90 throwJavaException(env, &e, method_name);
92 throwJavaException(env, 0, method_name);
115 throwJavaException(env, &e, method_name);
117 throwJavaException(env, 0, method_name);
141 throwJavaException(env, &e, method_name);
143 throwJavaException(env, 0, method_name);
166 throwJavaException(env, &e, method_name)
    [all...]
core.cpp 25 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
67 throwJavaException(env, &e, method_name);
69 throwJavaException(env, 0, method_name);
92 throwJavaException(env, &e, method_name);
94 throwJavaException(env, 0, method_name);
117 throwJavaException(env, &e, method_name);
119 throwJavaException(env, 0, method_name);
144 throwJavaException(env, &e, method_name);
146 throwJavaException(env, 0, method_name);
167 throwJavaException(env, &e, method_name)
    [all...]
imgcodecs.cpp 23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
65 throwJavaException(env, &e, method_name);
67 throwJavaException(env, 0, method_name);
86 throwJavaException(env, &e, method_name);
88 throwJavaException(env, 0, method_name);
114 throwJavaException(env, &e, method_name);
116 throwJavaException(env, 0, method_name);
138 throwJavaException(env, &e, method_name);
140 throwJavaException(env, 0, method_name);
167 throwJavaException(env, &e, method_name)
    [all...]
objdetect.cpp 23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
65 throwJavaException(env, &e, method_name);
67 throwJavaException(env, 0, method_name);
90 throwJavaException(env, &e, method_name);
92 throwJavaException(env, 0, method_name);
115 throwJavaException(env, &e, method_name);
117 throwJavaException(env, 0, method_name);
141 throwJavaException(env, &e, method_name);
143 throwJavaException(env, 0, method_name);
172 throwJavaException(env, &e, method_name)
    [all...]
photo.cpp 23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
65 throwJavaException(env, &e, method_name);
67 throwJavaException(env, 0, method_name);
90 throwJavaException(env, &e, method_name);
92 throwJavaException(env, 0, method_name);
115 throwJavaException(env, &e, method_name);
117 throwJavaException(env, 0, method_name);
140 throwJavaException(env, &e, method_name);
142 throwJavaException(env, 0, method_name);
165 throwJavaException(env, &e, method_name)
    [all...]
features2d.cpp 22 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
70 throwJavaException(env, &e, method_name);
72 throwJavaException(env, 0, method_name);
104 throwJavaException(env, &e, method_name);
106 throwJavaException(env, 0, method_name);
129 throwJavaException(env, &e, method_name);
131 throwJavaException(env, 0, method_name);
154 throwJavaException(env, &e, method_name);
156 throwJavaException(env, 0, method_name);
179 throwJavaException(env, &e, method_name)
    [all...]
calib3d.cpp 23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
65 throwJavaException(env, &e, method_name);
67 throwJavaException(env, 0, method_name);
90 throwJavaException(env, &e, method_name);
92 throwJavaException(env, 0, method_name);
115 throwJavaException(env, &e, method_name);
117 throwJavaException(env, 0, method_name);
140 throwJavaException(env, &e, method_name);
142 throwJavaException(env, 0, method_name);
165 throwJavaException(env, &e, method_name)
    [all...]
imgproc.cpp 23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
70 throwJavaException(env, &e, method_name);
72 throwJavaException(env, 0, method_name);
93 throwJavaException(env, &e, method_name);
95 throwJavaException(env, 0, method_name);
120 throwJavaException(env, &e, method_name);
122 throwJavaException(env, 0, method_name);
149 throwJavaException(env, &e, method_name);
151 throwJavaException(env, 0, method_name);
173 throwJavaException(env, &e, method_name)
    [all...]
  /external/opencv3/modules/java/generator/src/cpp/
Mat.cpp 12 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
69 throwJavaException(env, &e, method_name);
71 throwJavaException(env, 0, method_name);
95 throwJavaException(env, &e, method_name);
97 throwJavaException(env, 0, method_name);
122 throwJavaException(env, &e, method_name);
124 throwJavaException(env, 0, method_name);
149 throwJavaException(env, &e, method_name);
151 throwJavaException(env, 0, method_name);
176 throwJavaException(env, &e, method_name)
    [all...]

Completed in 289 milliseconds