/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | reflection_internal.h | 164 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()
|
D | arena.cc | 169 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()
|
D | arena.h | 851 void* AllocateAligned(const std::type_info* allocated, size_t n);
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecController.java | 423 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/ |
D | IVrComposerClient.hal | 29 * 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/ |
D | IBufferHub.hal | 30 * the buffer just allocated.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_native_client_buffer.txt | 77 memory will be allocated, and the following error will be generated:
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 207 * Generic vendor atom that allows dynamically allocated atoms to be uploaded
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 31 - Fix for writing a character to a JSON output overflows allocated buffer
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 120 // but may take into account link parameters (Radio technology, allocated
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 82 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/ |
D | json.h | 948 void initBasic(ValueType type, bool allocated = false);
|
D | jsoncpp.cpp | 3374 void Value::initBasic(ValueType vtype, bool allocated) { in initBasic() argument 3376 allocated_ = allocated; in initBasic()
|
/frameworks/compile/slang/ |
D | README.rst | 192 This binds your object with the allocated memory.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 306 allocated instance of `Bar` containing default values for its fields. This
|
/frameworks/base/config/ |
D | preloaded-classes | 18 # Classes in this file will be allocated into the boot image, and forcibly initialized in
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 56284 …USE_MESSAGE = "Invalid use of SingleClientConnManager: connection still allocated.\nMake sure to r…
|