Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.cc169 void* Arena::AllocateAligned(const std::type_info* allocated, size_t n) { in AllocateAligned()
246 uint64 allocated = 0; in SpaceAllocatedAndUsed() local
Dreflection_internal.h164 T* allocated = New(value); in Add() local
226 Message* allocated = New(value); in Add() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java423 ArrayList<Integer> allocated = new ArrayList<>(); in pollDevices() local
487 final DevicePollingCallback callback, final List<Integer> allocated) { in runDevicePolling()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp3374 void Value::initBasic(ValueType vtype, bool allocated) { in initBasic()