/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A 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()
|
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
H A 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()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | Base64.java | 31 static final byte PAD = (byte) '='; field in Base64 88 while (base64Data[lastData - 1] == PAD) { in decodeBase64() 104 if (marker0 != PAD && marker1 != PAD) { in decodeBase64() 113 } else if (marker0 == PAD) { in decodeBase64() 116 } else if (marker1 == PAD) { in decodeBase64() 136 if (octect == PAD) { in isBase64()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
H A D | pad_all_dims.example.cpp | 50 .type = TestOperationType::PAD in get_test_model() 141 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal() 346 .type = TestOperationType::PAD in get_test_model_float16() 437 .type = TestOperationType::PAD in get_test_model_float16_all_inputs_as_internal() 494 .type = TestOperationType::PAD in get_test_model_float16_all_tensors_as_inputs() 585 .type = TestOperationType::PAD in get_test_model_float16_all_tensors_as_inputs_all_inputs_as_internal() 642 .type = TestOperationType::PAD in get_test_model_relaxed() 733 .type = TestOperationType::PAD in get_test_model_relaxed_all_inputs_as_internal() [all …]
|
H A D | pad_low_rank.example.cpp | 50 .type = TestOperationType::PAD in get_test_model() 141 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal() 346 .type = TestOperationType::PAD in get_test_model_float16() 437 .type = TestOperationType::PAD in get_test_model_float16_all_inputs_as_internal() 494 .type = TestOperationType::PAD in get_test_model_float16_all_tensors_as_inputs() 585 .type = TestOperationType::PAD in get_test_model_float16_all_tensors_as_inputs_all_inputs_as_internal()
|
H A D | pad_float16.example.cpp | 50 .type = TestOperationType::PAD in get_test_model() 141 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
H A D | pad_low_rank_quant8.example.cpp | 50 .type = TestOperationType::PAD in get_test_model() 141 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
H A D | pad_quant8.example.cpp | 50 .type = TestOperationType::PAD in get_test_model() 141 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
H A D | pad_quant8_nonzero.example.cpp | 50 .type = TestOperationType::PAD in get_test_model() 141 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/ |
H A D | pad.example.cpp | 50 .type = TestOperationType::PAD in get_test_model() 141 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
H A D | pad_float_1.example.cpp | 50 .type = TestOperationType::PAD in get_test_model() 141 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
H A D | pad_float_1_relaxed.example.cpp | 50 .type = TestOperationType::PAD in get_test_model() 141 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
H A D | pad_relaxed.example.cpp | 50 .type = TestOperationType::PAD in get_test_model() 141 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
/aosp12/bionic/libc/stdio/ |
H A D | vfprintf.cpp | 614 if ((flags & (LADJUST | ZEROPAD)) == 0) PAD(width - realsz, blanks); in FUNCTION_NAME() 624 if ((flags & (LADJUST | ZEROPAD)) == ZEROPAD) PAD(width - realsz, zeroes); in FUNCTION_NAME() 627 PAD(dprec - size, zeroes); in FUNCTION_NAME() 638 PAD(-expt, zeroes); in FUNCTION_NAME() 653 PAD(prec - ndig, zeroes); in FUNCTION_NAME() 661 if (flags & LADJUST) PAD(width - realsz, blanks); in FUNCTION_NAME()
|
H A D | vfwprintf.cpp | 603 if ((flags & (LADJUST | ZEROPAD)) == 0) PAD(width - realsz, blanks); in FUNCTION_NAME() 613 if ((flags & (LADJUST | ZEROPAD)) == ZEROPAD) PAD(width - realsz, zeroes); in FUNCTION_NAME() 616 PAD(dprec - size, zeroes); in FUNCTION_NAME() 627 PAD(-expt, zeroes); in FUNCTION_NAME() 642 PAD(prec - ndig, zeroes); in FUNCTION_NAME() 650 if (flags & LADJUST) PAD(width - realsz, blanks); in FUNCTION_NAME()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/ |
H A D | pad_quant8_signed.example.cpp | 50 .type = TestOperationType::PAD in get_test_model_quant8_signed() 141 .type = TestOperationType::PAD in get_test_model_quant8_signed_all_inputs_as_internal() 198 .type = TestOperationType::PAD in get_test_model_quant8_signed_all_tensors_as_inputs() 289 .type = TestOperationType::PAD in get_test_model_quant8_signed_all_tensors_as_inputs_all_inputs_as_internal() 346 .type = TestOperationType::PAD in get_test_model() 437 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal() 494 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs() 585 .type = TestOperationType::PAD in get_test_model_all_tensors_as_inputs_all_inputs_as_internal() 642 .type = TestOperationType::PAD in get_test_model_2() 733 .type = TestOperationType::PAD in get_test_model_all_inputs_as_internal_2() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
H A D | seed132 | 58 type: PAD
|
H A D | seed409 | 58 type: PAD
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 69 PAD = 32, enumConstant
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 69 PAD = 32, enumConstant
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
H A D | OperationType.aidl | 1962 PAD = 32, enumConstant
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | OperationTypes.h | 1988 PAD = 32, enumerator
|
/aosp12/frameworks/base/data/keyboards/ |
H A D | Vendor_0583_Product_2060.kl | 15 # ION GO PAD
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
H A D | TestAssertions.cpp | 60 CHECK_TEST_ENUM(OperationType, PAD);
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | StaticAssert.cpp | 89 static_assert(static_cast<TestOperationType>(PAD) == TestOperationType::PAD);
|