Home
last modified time | relevance | path

Searched refs:PAD (Results 1 – 19 of 19) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DBase64.java29 static final byte PAD = (byte) '='; field in Base64
85 while (base64Data[lastData - 1] == PAD) { in decodeBase64()
101 if (marker0 != PAD && marker1 != PAD) { in decodeBase64()
110 } else if (marker0 == PAD) { in decodeBase64()
113 } else if (marker1 == PAD) { in decodeBase64()
133 if (octect == PAD) { in isBase64()
/frameworks/ml/nn/runtime/test/generated/vts_models/
Dpad_all_dims.model.cpp37 .type = OperationType::PAD, in createTestModel()
99 .type = OperationType::PAD, in createTestModel_float16()
161 .type = OperationType::PAD, in createTestModel_relaxed()
224 .type = OperationType::PAD, in createTestModel_quant8()
286 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
348 .type = OperationType::PAD, in createTestModel_dynamic_output_shape_float16()
410 .type = OperationType::PAD, in createTestModel_dynamic_output_shape_relaxed()
473 .type = OperationType::PAD, in createTestModel_dynamic_output_shape_quant8()
Dpad_low_rank.model.cpp37 .type = OperationType::PAD, in createTestModel()
99 .type = OperationType::PAD, in createTestModel_float16()
161 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
223 .type = OperationType::PAD, in createTestModel_dynamic_output_shape_float16()
Dpad_float_1_relaxed.model.cpp37 .type = OperationType::PAD, in createTestModel()
100 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
Dpad_quant8_nonzero.model.cpp37 .type = OperationType::PAD, in createTestModel()
99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
Dpad_relaxed.model.cpp37 .type = OperationType::PAD, in createTestModel()
100 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
Dpad.model.cpp37 .type = OperationType::PAD, in createTestModel()
99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
Dpad_low_rank_quant8.model.cpp37 .type = OperationType::PAD, in createTestModel()
99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
Dpad_float_1.model.cpp37 .type = OperationType::PAD, in createTestModel()
99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
Dpad_float16.model.cpp37 .type = OperationType::PAD, in createTestModel()
99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
Dpad_quant8.model.cpp37 .type = OperationType::PAD, in createTestModel()
99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
/frameworks/base/data/keyboards/
DVendor_0583_Product_2060.kl15 # ION GO PAD
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DSignalDrawable.java50 private static final float PAD = 2f / VIEWPORT; field in SignalDrawable
193 final float padding = Math.round(PAD * width); in draw()
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h38 static const char PAD[]; ///< inter-file align padding variable
/frameworks/compile/mclinker/lib/LD/
DArchive.cpp26 const char Archive::PAD[] = "\n"; member in mcld::Archive
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp471 TEST_SINGLE_OPERATION(PAD, V1_1, kStrictCriteria);
496 TEST_SINGLE_OPERATION(PAD, V1_2, kStrictCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp332 static_assert(static_cast<int32_t>(OperationType::PAD) == ANEURALNETWORKS_PAD,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1301 case OperationType::PAD: in executeOperation()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp933 TEST(OperationValidationTest, PAD) { in TEST() argument