Home
last modified time | relevance | path

Searched defs:alignment (Results 1 – 17 of 17) 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/
DSharedMemory.cpp35 DataLocation MutableMemoryBuilder::append(size_t length, size_t alignment, size_t padding) { in append()
DTypes.cpp56 const size_t alignment = getAlignmentForLength(length); in append() local
DLegacyUtils.cpp391 uint32_t alignment = getAlignmentForLength(length); in alignBytesNeeded() 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.h315 Result getPreferredMemoryAlignmentForInput(uint32_t index, uint32_t* alignment) const { in getPreferredMemoryAlignmentForInput()
335 Result getPreferredMemoryAlignmentForOutput(uint32_t index, uint32_t* alignment) const { in getPreferredMemoryAlignmentForOutput()
DTestGenerated.cpp321 uint32_t alignment = 0, padding = 0; in validateCompilationMemoryPreferences() local
330 uint32_t alignment = 0, padding = 0; in validateCompilationMemoryPreferences() local
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h521 Result getPreferredMemoryAlignmentForInput(uint32_t index, uint32_t* alignment) const {
541 Result getPreferredMemoryAlignmentForOutput(uint32_t index, uint32_t* alignment) const {
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h438 Result getPreferredMemoryAlignmentForInput(uint32_t index, uint32_t* alignment) const { in getPreferredMemoryAlignmentForInput()
450 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.cpp1624 const ANeuralNetworksCompilation* compilation, uint32_t index, uint32_t* alignment) { in ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput()
1650 const ANeuralNetworksCompilation* compilation, uint32_t index, uint32_t* alignment) { in ANeuralNetworksCompilation_getPreferredMemoryAlignmentForOutput()
DExecutionPlan.cpp181 uint32_t alignment, uint32_t padding) { in addTemporary()
288 uint32_t alignment, uint32_t padding) { in declare()
2051 uint32_t alignment = kMinMemoryAlignment, padding = kMinMemoryPadding; in getMemoryPreferenceOfSourceOperand() local
DExecutionPlan.h205 uint32_t alignment; member
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypes.h990 uint32_t alignment; member
/packages/services/BuiltInPrintService/jni/lib/
DwprintJNI.c767 int alignment = ((*env)->GetIntField(env, javaJobParams, _LocalJobParamsField__alignment)); in _convertJobParams_to_C() local