SYMBOL INDEX (138 symbols across 36 files) FILE: MobileNetSSD_demo/app/src/androidTest/java/com/example/che/mobilenetssd_demo/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: MobileNetSSD_demo/app/src/main/cpp/MobileNetSSD_deploy.id.h function namespace (line 3) | namespace MobileNetSSD_deploy_param_id { FILE: MobileNetSSD_demo/app/src/main/cpp/MobileNetssd.cpp function JNIEXPORT (line 25) | JNIEXPORT jboolean JNICALL function JNIEXPORT (line 58) | JNIEXPORT jfloatArray JNICALL Java_com_example_che_mobilenetssd_1demo_Mo... FILE: MobileNetSSD_demo/app/src/main/cpp/include/allocator.h function namespace (line 28) | namespace ncnn { function alignSize (line 45) | static inline size_t alignSize(size_t sz, int n) function fastFree (line 60) | static inline void fastFree(void* ptr) function NCNN_XADD (line 93) | static inline int NCNN_XADD(int* addr, int delta) { int tmp = *addr; *ad... function class (line 97) | class Mutex function class (line 109) | class Mutex function class (line 121) | class Allocator function class (line 129) | class PoolAllocator : public Allocator function class (line 153) | class UnlockedPoolAllocator : public Allocator FILE: MobileNetSSD_demo/app/src/main/cpp/include/benchmark.h function namespace (line 22) | namespace ncnn { FILE: MobileNetSSD_demo/app/src/main/cpp/include/blob.h function namespace (line 22) | namespace ncnn { FILE: MobileNetSSD_demo/app/src/main/cpp/include/cpu.h function namespace (line 18) | namespace ncnn { FILE: MobileNetSSD_demo/app/src/main/cpp/include/layer.h function namespace (line 26) | namespace ncnn { FILE: MobileNetSSD_demo/app/src/main/cpp/include/layer_type.h function namespace (line 18) | namespace ncnn { FILE: MobileNetSSD_demo/app/src/main/cpp/include/mat.h function namespace (line 26) | namespace ncnn { function fill (line 290) | inline void Mat::fill(float _v) function fill (line 344) | inline void Mat::fill(int _v) function fill (line 399) | void Mat::fill(T _v) function Mat (line 409) | inline Mat Mat::clone(Allocator* allocator) const function Mat (line 430) | inline Mat Mat::reshape(int _w, Allocator* allocator) const function Mat (line 463) | inline Mat Mat::reshape(int _w, int _h, Allocator* allocator) const function Mat (line 496) | inline Mat Mat::reshape(int _w, int _h, int _c, Allocator* allocator) const function create (line 538) | inline void Mat::create(int _w, size_t _elemsize, Allocator* _allocator) function create (line 567) | inline void Mat::create(int _w, int _h, size_t _elemsize, Allocator* _al... function create (line 596) | inline void Mat::create(int _w, int _h, int _c, size_t _elemsize, Alloca... function addref (line 625) | inline void Mat::addref() function release (line 631) | inline void Mat::release() function Mat (line 665) | inline Mat Mat::channel(int c) function Mat (line 670) | inline const Mat Mat::channel(int c) const function T (line 692) | const T* Mat::row(int y) const function Mat (line 697) | inline Mat Mat::channel_range(int _c, int channels) function Mat (line 702) | inline const Mat Mat::channel_range(int _c, int channels) const function Mat (line 707) | inline Mat Mat::row_range(int y, int rows) function Mat (line 712) | inline const Mat Mat::row_range(int y, int rows) const function Mat (line 717) | inline Mat Mat::range(int x, int n) function Mat (line 722) | inline const Mat Mat::range(int x, int n) const function const (line 744) | inline const float& Mat::operator[](int i) const FILE: MobileNetSSD_demo/app/src/main/cpp/include/modelbin.h function namespace (line 22) | namespace ncnn { FILE: MobileNetSSD_demo/app/src/main/cpp/include/net.h function namespace (line 25) | namespace ncnn { FILE: MobileNetSSD_demo/app/src/main/cpp/include/opencv.h function operator (line 30) | struct Size type Rect_ (line 89) | typedef Rect_ Rect; type Rect_ (line 90) | typedef Rect_ Rect2f; type Point_ (line 102) | typedef Point_ Point; type Point_ (line 103) | typedef Point_ Point2f; FILE: MobileNetSSD_demo/app/src/main/cpp/include/paramdict.h function namespace (line 25) | namespace ncnn { FILE: MobileNetSSD_demo/app/src/main/java/com/example/che/mobilenetssd_demo/MainActivity.java class MainActivity (line 41) | public class MainActivity extends AppCompatActivity { method onCreate (line 54) | @Override method initMobileNetSSD (line 72) | private void initMobileNetSSD() throws IOException { method init_view (line 98) | private void init_view() { method readCacheLabelFromLocalFile (line 118) | private void readCacheLabelFromLocalFile() { method onActivityResult (line 133) | protected void onActivityResult(int requestCode, int resultCode, @Null... method predict_image (line 157) | private void predict_image(String image_path) { method TwoArry (line 219) | public static float[][] TwoArry(float[] inputfloat){ method request_permissions (line 260) | private void request_permissions() { method onRequestPermissionsResult (line 277) | @Override FILE: MobileNetSSD_demo/app/src/main/java/com/example/che/mobilenetssd_demo/MobileNetssd.java class MobileNetssd (line 8) | public class MobileNetssd { method Init (line 10) | public native boolean Init(byte[] param, byte[] bin); method Detect (line 11) | public native float[] Detect(Bitmap bitmap); FILE: MobileNetSSD_demo/app/src/main/java/com/example/che/mobilenetssd_demo/PhotoUtil.java class PhotoUtil (line 12) | public class PhotoUtil { method use_photo (line 14) | public static void use_photo(Activity activity, int requestCode) { method get_path_from_URI (line 21) | public static String get_path_from_URI(Context context, Uri uri) { method getScaleBitmap (line 36) | public static Bitmap getScaleBitmap(String filePath) { FILE: MobileNetSSD_demo/app/src/test/java/com/example/che/mobilenetssd_demo/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: MobileNetSSD_demo_single/app/src/androidTest/java/com/example/che/mobilenetssd_demo/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: MobileNetSSD_demo_single/app/src/main/cpp/MobileNetSSD_deploy.id.h function namespace (line 3) | namespace MobileNetSSD_deploy_param_id { FILE: MobileNetSSD_demo_single/app/src/main/cpp/MobileNetssd.cpp function JNIEXPORT (line 25) | JNIEXPORT jboolean JNICALL function JNIEXPORT (line 58) | JNIEXPORT jfloatArray JNICALL Java_com_example_che_mobilenetssd_1demo_Mo... FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/allocator.h function namespace (line 28) | namespace ncnn { function alignSize (line 45) | static inline size_t alignSize(size_t sz, int n) function fastFree (line 60) | static inline void fastFree(void* ptr) function NCNN_XADD (line 93) | static inline int NCNN_XADD(int* addr, int delta) { int tmp = *addr; *ad... function class (line 97) | class Mutex function class (line 109) | class Mutex function class (line 121) | class Allocator function class (line 129) | class PoolAllocator : public Allocator function class (line 153) | class UnlockedPoolAllocator : public Allocator FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/benchmark.h function namespace (line 22) | namespace ncnn { FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/blob.h function namespace (line 22) | namespace ncnn { FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/cpu.h function namespace (line 18) | namespace ncnn { FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/layer.h function namespace (line 26) | namespace ncnn { FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/layer_type.h function namespace (line 18) | namespace ncnn { FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/mat.h function namespace (line 26) | namespace ncnn { function fill (line 290) | inline void Mat::fill(float _v) function fill (line 344) | inline void Mat::fill(int _v) function fill (line 399) | void Mat::fill(T _v) function Mat (line 409) | inline Mat Mat::clone(Allocator* allocator) const function Mat (line 430) | inline Mat Mat::reshape(int _w, Allocator* allocator) const function Mat (line 463) | inline Mat Mat::reshape(int _w, int _h, Allocator* allocator) const function Mat (line 496) | inline Mat Mat::reshape(int _w, int _h, int _c, Allocator* allocator) const function create (line 538) | inline void Mat::create(int _w, size_t _elemsize, Allocator* _allocator) function create (line 567) | inline void Mat::create(int _w, int _h, size_t _elemsize, Allocator* _al... function create (line 596) | inline void Mat::create(int _w, int _h, int _c, size_t _elemsize, Alloca... function addref (line 625) | inline void Mat::addref() function release (line 631) | inline void Mat::release() function Mat (line 665) | inline Mat Mat::channel(int c) function Mat (line 670) | inline const Mat Mat::channel(int c) const function T (line 692) | const T* Mat::row(int y) const function Mat (line 697) | inline Mat Mat::channel_range(int _c, int channels) function Mat (line 702) | inline const Mat Mat::channel_range(int _c, int channels) const function Mat (line 707) | inline Mat Mat::row_range(int y, int rows) function Mat (line 712) | inline const Mat Mat::row_range(int y, int rows) const function Mat (line 717) | inline Mat Mat::range(int x, int n) function Mat (line 722) | inline const Mat Mat::range(int x, int n) const function const (line 744) | inline const float& Mat::operator[](int i) const FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/modelbin.h function namespace (line 22) | namespace ncnn { FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/net.h function namespace (line 25) | namespace ncnn { FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/opencv.h function operator (line 30) | struct Size type Rect_ (line 89) | typedef Rect_ Rect; type Rect_ (line 90) | typedef Rect_ Rect2f; type Point_ (line 102) | typedef Point_ Point; type Point_ (line 103) | typedef Point_ Point2f; FILE: MobileNetSSD_demo_single/app/src/main/cpp/include/paramdict.h function namespace (line 25) | namespace ncnn { FILE: MobileNetSSD_demo_single/app/src/main/java/com/example/che/mobilenetssd_demo/MainActivity.java class MainActivity (line 41) | public class MainActivity extends AppCompatActivity { method onCreate (line 54) | @Override method initMobileNetSSD (line 72) | private void initMobileNetSSD() throws IOException { method init_view (line 98) | private void init_view() { method readCacheLabelFromLocalFile (line 118) | private void readCacheLabelFromLocalFile() { method onActivityResult (line 133) | protected void onActivityResult(int requestCode, int resultCode, @Null... method predict_image (line 157) | private void predict_image(String image_path) { method get_max_result (line 195) | private float[] get_max_result(float[] result) { method request_permissions (line 213) | private void request_permissions() { method onRequestPermissionsResult (line 230) | @Override FILE: MobileNetSSD_demo_single/app/src/main/java/com/example/che/mobilenetssd_demo/MobileNetssd.java class MobileNetssd (line 8) | public class MobileNetssd { method Init (line 10) | public native boolean Init(byte[] param, byte[] bin); method Detect (line 11) | public native float[] Detect(Bitmap bitmap); FILE: MobileNetSSD_demo_single/app/src/main/java/com/example/che/mobilenetssd_demo/PhotoUtil.java class PhotoUtil (line 12) | public class PhotoUtil { method use_photo (line 14) | public static void use_photo(Activity activity, int requestCode) { method get_path_from_URI (line 21) | public static String get_path_from_URI(Context context, Uri uri) { method getScaleBitmap (line 36) | public static Bitmap getScaleBitmap(String filePath) { FILE: MobileNetSSD_demo_single/app/src/test/java/com/example/che/mobilenetssd_demo/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test