/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | BitmapTest.java | 289 directBuffer.put(directBuffer.limit() - 1, padValue); in testCopyWithDirectByteBuffer() local 320 final short padValue = 0x55aa; in testCopyWithDirectShortBuffer() local 328 directBuffer.put(directBuffer.limit() - 1, padValue); in testCopyWithDirectShortBuffer() local 359 final int padValue = 0x55aa5a5a; in testCopyWithDirectIntBuffer() local 367 directBuffer.put(directBuffer.limit() - 1, padValue); in testCopyWithDirectIntBuffer() local 405 heapBuffer.put(heapBuffer.limit() - 1, padValue); in testCopyWithHeapByteBuffer() local 414 assertEquals(heapBuffer.get(heapBuffer.limit() - 1), padValue); in testCopyWithHeapByteBuffer() local 435 final short padValue = 0x55aa; in testCopyWithHeapShortBuffer() local 442 heapBuffer.put(heapBuffer.limit() - 1, padValue); in testCopyWithHeapShortBuffer() local 472 final int padValue = 0x55aa5a5a; in testCopyWithHeapIntBuffer() local [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | depthwise_conv2d_native_pad_test.cpp | 58 int64_t* padValue = new (std::nothrow) int64_t[4]{1, 1, 1, 1}; in SetPad() local 276 int32_t* padValue = new (std::nothrow) int32_t[4]{1, 1, 1, 1}; variable 408 int64_t* padValue = new (std::nothrow) int64_t[3]{1, 1, 1}; variable
|
H A D | conv2d_pad_test.cpp | 58 int64_t* padValue = new (std::nothrow) int64_t[4]{1, 1, 1, 1}; in SetPad() local 273 int32_t* padValue = new (std::nothrow) int32_t[4]{1, 1, 1, 1}; variable
|
H A D | conv2d_transpose_pad_test.cpp | 61 int64_t* padValue = new (std::nothrow) int64_t[4]{1, 1, 1, 1}; in SetPad() local 291 int32_t* padValue = new (std::nothrow) int32_t[4]{1, 1, 1, 1}; variable
|
H A D | avgpool_pad_test.cpp | 82 int64_t* padValue = new (std::nothrow) int64_t[padNum] {0, 0, 0, 0}; in SetPad() local 271 int32_t* padValue = new (std::nothrow) int32_t[padNum]{0, 0, 0, 0}; variable
|
H A D | maxpool_pad_test.cpp | 82 int64_t* padValue = new (std::nothrow) int64_t[padNum]{0, 0, 0, 0}; in SetPad() local 271 int32_t* padValue = new (std::nothrow) int32_t[padNum]{0, 0, 0, 0}; variable
|
H A D | conv2d_padmode_test.cpp | 527 int64_t* padValue = new (std::nothrow) int64_t[3]{1, 1, 1}; variable
|
H A D | conv2d_tranpose_padmode_test.cpp | 574 int64_t* padValue = new (std::nothrow) int64_t[3]{1, 1, 1}; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_op_builder.cpp | 217 float padValue = 0.0; in AddPadParams() local
|