Home
last modified time | relevance | path

Searched defs:alignment (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/
Dwidget.json14 "alignment": "center" string
23 "alignment": "center", string
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DMultiLineTexture.java40 Layout.Alignment alignment) { in newInstance()
/packages/modules/NeuralNetworks/common/types/src/
DSharedMemory.cpp88 DataLocation MutableMemoryBuilder::append(size_t length, size_t alignment, size_t padding) { in append()
198 const Request* request, uint32_t alignment, uint32_t padding, in convertRequestFromPointerToShared()
DTypes.cpp67 const size_t alignment = getAlignmentForLength(length); in append() local
/packages/modules/Virtualization/authfs/src/
Dcommon.rs29 alignment: usize, field
/packages/services/BuiltInPrintService/src/com/android/bips/jni/
DLocalJobParams.java62 public int alignment = 0; field in LocalJobParams
/packages/modules/NeuralNetworks/runtime/test/
DTestNeuralNetworksWrapper.h317 Result getPreferredMemoryAlignmentForInput(uint32_t index, uint32_t* alignment) const { in getPreferredMemoryAlignmentForInput()
337 Result getPreferredMemoryAlignmentForOutput(uint32_t index, uint32_t* alignment) const { in getPreferredMemoryAlignmentForOutput()
DTestGenerated.cpp324 uint32_t alignment = 0, padding = 0; in validateCompilationMemoryPreferences() local
333 uint32_t alignment = 0, padding = 0; in validateCompilationMemoryPreferences() local
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h534 Result getPreferredMemoryAlignmentForInput(uint32_t index, uint32_t* alignment) const {
554 Result getPreferredMemoryAlignmentForOutput(uint32_t index, uint32_t* alignment) const {
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h442 Result getPreferredMemoryAlignmentForInput(uint32_t index, uint32_t* alignment) const { in getPreferredMemoryAlignmentForInput()
454 Result getPreferredMemoryAlignmentForOutput(uint32_t index, uint32_t* alignment) const { in getPreferredMemoryAlignmentForOutput()
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp219 constexpr size_t alignment = alignof(size_t) - 1; in align_sizet() local
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp1692 const ANeuralNetworksCompilation* compilation, uint32_t index, uint32_t* alignment) { in ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput()
1718 const ANeuralNetworksCompilation* compilation, uint32_t index, uint32_t* alignment) { in ANeuralNetworksCompilation_getPreferredMemoryAlignmentForOutput()
DExecutionPlan.cpp221 uint32_t alignment, uint32_t padding) { in addTemporary()
328 uint32_t alignment, uint32_t padding) { in declare()
2103 uint32_t alignment = kMinMemoryAlignment, padding = kMinMemoryPadding; in getMemoryPreferenceOfSourceOperand() local
DExecutionPlan.h205 uint32_t alignment; member
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DNavbarButtonsViewController.java969 public void updateTaskbarAlignment(float alignment) { in updateTaskbarAlignment()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h1046 uint32_t alignment; member
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp359 uint32_t alignment = getAlignmentForLength(length); in alignBytesNeeded() local
/packages/services/BuiltInPrintService/jni/lib/
DwprintJNI.c986 int alignment = ((*env)->GetIntField(env, javaJobParams, _LocalJobParamsField__alignment)); in _convertJobParams_to_C() local