/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
D | Base64.java | 29 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/ |
D | pad_all_dims.model.cpp | 37 .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()
|
D | pad_low_rank.model.cpp | 37 .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()
|
D | pad_float_1_relaxed.model.cpp | 37 .type = OperationType::PAD, in createTestModel() 100 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
|
D | pad_quant8_nonzero.model.cpp | 37 .type = OperationType::PAD, in createTestModel() 99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
|
D | pad_relaxed.model.cpp | 37 .type = OperationType::PAD, in createTestModel() 100 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
|
D | pad.model.cpp | 37 .type = OperationType::PAD, in createTestModel() 99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
|
D | pad_low_rank_quant8.model.cpp | 37 .type = OperationType::PAD, in createTestModel() 99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
|
D | pad_float_1.model.cpp | 37 .type = OperationType::PAD, in createTestModel() 99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
|
D | pad_float16.model.cpp | 37 .type = OperationType::PAD, in createTestModel() 99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
|
D | pad_quant8.model.cpp | 37 .type = OperationType::PAD, in createTestModel() 99 .type = OperationType::PAD, in createTestModel_dynamic_output_shape()
|
/frameworks/base/data/keyboards/ |
D | Vendor_0583_Product_2060.kl | 15 # ION GO PAD
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | SignalDrawable.java | 50 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/ |
D | Archive.h | 38 static const char PAD[]; ///< inter-file align padding variable
|
/frameworks/compile/mclinker/lib/LD/ |
D | Archive.cpp | 26 const char Archive::PAD[] = "\n"; member in mcld::Archive
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 471 TEST_SINGLE_OPERATION(PAD, V1_1, kStrictCriteria); 496 TEST_SINGLE_OPERATION(PAD, V1_2, kStrictCriteria);
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 332 static_assert(static_cast<int32_t>(OperationType::PAD) == ANEURALNETWORKS_PAD,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1301 case OperationType::PAD: in executeOperation()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 933 TEST(OperationValidationTest, PAD) { in TEST() argument
|