no they are not,
libcutils is a library containing various useful C-based utility functions used by the system
libutils contains additionnal C++ based utility functions/classes
android_runtime is where all the yummy JNI stuff called by the Java framework lives
libcrypto is for crypto stuff
system/core contains the "core" native libraries, but not the C library, math library, dynamic linker which are under bionic/...
hope this helps