Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dreflection_internal.h164 T* allocated = New(value); in Add() local
165 ConvertToT(value, allocated); in Add()
166 MutableRepeatedField(data)->AddAllocated(allocated); in Add()
226 Message* allocated = New(value); in Add() local
227 ConvertToEntry(value, allocated); in Add()
228 MutableRepeatedField(data)->AddAllocated(allocated); in Add()
Darena.cc169 void* Arena::AllocateAligned(const std::type_info* allocated, size_t n) { in AllocateAligned() argument
176 options_.on_arena_allocation(allocated, n, hooks_cookie_); in AllocateAligned()
246 uint64 allocated = 0; in SpaceAllocatedAndUsed() local
251 allocated += b->size; in SpaceAllocatedAndUsed()
255 return std::make_pair(allocated, used); in SpaceAllocatedAndUsed()
Darena.h851 void* AllocateAligned(const std::type_info* allocated, size_t n);
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java423 ArrayList<Integer> allocated = new ArrayList<>(); in pollDevices() local
424 runDevicePolling(sourceAddress, pollingCandidates, retryCount, callback, allocated); in pollDevices()
487 final DevicePollingCallback callback, final List<Integer> allocated) { in runDevicePolling() argument
491 HdmiLogger.debug("[P]:AllocatedAddress=%s", allocated.toString()); in runDevicePolling()
492 callback.onPollingFinished(allocated); in runDevicePolling()
504 allocated.add(candidate); in runDevicePolling()
510 allocated); in runDevicePolling()
/frameworks/hardware/interfaces/vr/composer/1.0/
DIVrComposerClient.hal29 * Specifies how many columns of pixels are allocated in the buffer. The
35 * Specifies how many rows of pixels are allocated in the buffer.
46 * The number of image layers allocated in the buffer.
/frameworks/hardware/interfaces/bufferhub/1.0/
DIBufferHub.hal30 * the buffer just allocated.
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_native_client_buffer.txt77 memory will be allocated, and the following error will be generated:
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal207 * Generic vendor atom that allows dynamically allocated atoms to be uploaded
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt31 - Fix for writing a character to a JSON output overflows allocated buffer
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto120 // but may take into account link parameters (Radio technology, allocated
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt82 allocated on arena.
151 - Added SpaceAllocatedAndUsed() to report both space used and allocated
689 objects will be allocated from a large piece of preallocated memory and
710 // All submessages will be allocated in the same arena.
726 * Released memory allocated by InitializeDefaultRepeatedFields() and
809 fields. This method allows you to set the field to a pre-allocated object
1171 of the number of bytes of allocated memory currently owned by the object.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h948 void initBasic(ValueType type, bool allocated = false);
Djsoncpp.cpp3374 void Value::initBasic(ValueType vtype, bool allocated) { in initBasic() argument
3376 allocated_ = allocated; in initBasic()
/frameworks/compile/slang/
DREADME.rst192 This binds your object with the allocated memory.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md306 allocated instance of `Bar` containing default values for its fields. This
/frameworks/base/config/
Dpreloaded-classes18 # Classes in this file will be allocated into the boot image, and forcibly initialized in
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt56284 …USE_MESSAGE = "Invalid use of SingleClientConnManager: connection still allocated.\nMake sure to r…