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

  /build/soong/cc/
proto.go 84 case "nanopb-c-enable_malloc":
85 lib = "libprotobuf-c-nano-enable_malloc"
90 case "nanopb-c-enable_malloc-16bit":
91 lib = "libprotobuf-c-nano-enable_malloc-16bit"
96 case "nanopb-c-enable_malloc-32bit":
97 lib = "libprotobuf-c-nano-enable_malloc-32bit"
129 case "nanopb-c", "nanopb-c-enable_malloc", "nanopb-c-16bit", "nanopb-c-enable_malloc-16bit", "nanopb-c-32bit", "nanopb-c-enable_malloc-32bit":
  /device/google/cuttlefish_common/guest/hals/ril/libril/
Android.mk 50 libprotobuf-c-nano-enable_malloc \
  /build/make/core/
binary.mk 653 ifneq (,$(filter nanopb-c nanopb-c-enable_malloc nanopb-c-16bit nanopb-c-enable_malloc-16bit nanopb-c-32bit nanopb-c-enable_malloc-32bit, $(LOCAL_PROTOC_OPTIMIZE_TYPE)))
704 ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),nanopb-c-enable_malloc)
705 my_static_libraries += libprotobuf-c-nano-enable_malloc
708 else ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),nanopb-c-enable_malloc-16bit)
709 my_static_libraries += libprotobuf-c-nano-enable_malloc-16bit
712 else ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),nanopb-c-enable_malloc-32bit)
713 my_static_libraries += libprotobuf-c-nano-enable_malloc-32bit
    [all...]

Completed in 128 milliseconds