/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | InputTypeUtils.java | 44 private static boolean isWebEditTextInputType(final int inputType) { in isWebEditTextInputType() 48 private static boolean isWebPasswordInputType(final int inputType) { in isWebPasswordInputType() 53 private static boolean isWebEmailAddressInputType(final int inputType) { in isWebEmailAddressInputType() 58 private static boolean isNumberPasswordInputType(final int inputType) { in isNumberPasswordInputType() 63 private static boolean isTextPasswordInputType(final int inputType) { in isTextPasswordInputType() 76 public static boolean isWebInputType(final int inputType) { in isWebInputType() 84 public static boolean isPasswordInputType(final int inputType) { in isPasswordInputType() 92 public static boolean isVisiblePasswordInputType(final int inputType) { in isVisiblePasswordInputType() 98 public static boolean isAutoSpaceFriendlyType(final int inputType) { in isAutoSpaceFriendlyType()
|
/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | Reshape.cpp | 33 auto inputType = context->getInputType(0); in validateDepthToSpace() local 73 auto inputType = context->getInputType(0); in validateSpaceToDepth() local 110 auto inputType = context->getInputType(0); in validatePad() local 158 auto inputType = context->getInputType(0); in validatePadV2() local 208 auto inputType = context->getInputType(0); in validateBatchToSpaceND() local 258 auto inputType = context->getInputType(0); in validateSpaceToBatchND() local 312 auto inputType = context->getInputType(0); in validateReshape() local
|
D | Elementwise.cpp | 27 OperandType inputType = context->getInputType(kInputTensor); in validate() local 39 OperandType inputType = context->getInputType(kInputTensor); in validateAbs() local 52 OperandType inputType = context->getInputType(kInputTensor); in validateFloor() local 70 OperandType inputType = context->getInputType(kInputTensor); in validateRsqrt() local
|
D | GenerateProposals.cpp | 32 auto inputType = context->getInputType(kRoiTensor); in validate() local 61 auto inputType = context->getInputType(kScoreTensor); in validate() local 110 auto inputType = context->getInputType(kScoreTensor); in validate() local 175 auto inputType = context->getInputType(kScoreTensor); in validate() local
|
D | Reduce.cpp | 27 OperandType inputType = context->getInputType(kInputTensor); in validateProdSum() local 44 OperandType inputType = context->getInputType(kInputTensor); in validateMaxMin() local 67 OperandType inputType = context->getInputType(kInputTensor); in validateLogical() local
|
D | Activation.cpp | 27 auto inputType = context->getInputType(kInputTensor); in validate() local 56 auto inputType = context->getInputType(kInputTensor); in validateHardSwish() local
|
D | Select.cpp | 27 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
|
D | LogicalNot.cpp | 27 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | LogicalAndOr.cpp | 27 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
|
D | PRelu.cpp | 27 auto inputType = context->getInputType(kInputTensor); in validate() local
|
D | Gather.cpp | 27 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | Comparisons.cpp | 27 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
|
D | Neg.cpp | 27 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | Rank.cpp | 27 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | RoiPooling.cpp | 30 auto inputType = context->getInputType(kInputTensor); in validate() local
|
D | TopK_V2.cpp | 27 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | Slice.cpp | 28 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | InstanceNormalization.cpp | 30 auto inputType = context->getInputType(kInputTensor); in validate() local
|
D | Quantize.cpp | 28 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/ |
D | FibonacciExtensionTest.cpp | 129 void addNopOperation(ExtensionModel* model, ExtensionOperandType inputType, uint32_t input, in addNopOperation() 150 void createModel(ExtensionModel* model, ExtensionOperandType inputType, in createModel() 178 ExtensionOperandType inputType(static_cast<Type>(mModel.getExtensionOperandType( in TEST_F() local 218 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local 247 ExtensionOperandType inputType(Type::TENSOR_INT32, {1}); // Unsupported type. in TEST_F() local 258 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local 269 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local 287 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local 306 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local 325 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local [all …]
|
/packages/modules/NeuralNetworks/common/ |
D | LegacyUtils.cpp | 738 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 782 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 822 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 860 auto inputType = operands[inputIndexes[1]].type; in validateOperation() local 889 auto inputType = operands[inputIndexes[2]].type; in validateOperation() local 910 auto inputType = operands[inputIndexes[1]].type; in validateOperation() local 961 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 1005 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 1065 OperandType inputType = operands[inputIndexes[0]].type; in validateOperation() local 1089 OperandType inputType = operands[inputIndexes[0]].type; in validateOperation() local [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | KeyboardLayoutSetNavigateMoreKeysBase.java | 80 final int elementId, final int inputType, final int imeOptions, in doTestMoreKeysOf() 121 final int elementId, final int inputType) { in doTestNavigationMoreKeysOf() 175 final InputMethodSubtype subtype, final int elementId, final int inputType) { in doTestNavigationWithEmojiMoreKeysOf() 230 final int elementId, final int inputType) { in doTestNoNavigationMoreKeysOf()
|
/packages/apps/Settings/src/com/android/settings/slices/ |
D | VolumeSliceHelper.java | 123 final int inputType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in handleMuteChanged() local 131 final int inputType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in handleStreamChanged() local 135 private static void handleStreamChanged(Context context, int inputType) { in handleStreamChanged()
|
/packages/services/Car/service/src/com/android/car/ |
D | InputCaptureClientController.java | 411 int inputType = perInputStacks.keyAt(i); in requestInputEventCapture() local 481 int inputType = perInputStacks.keyAt(i); in releaseInputEventCapture() local 522 Integer inputType = KEY_EVENT_TO_INPUT_TYPE.get(event.getKeyCode()); in onKeyEvent() local 552 int inputType = event.getInputType(); in onRotaryEvent() local 606 ICarInputCallback getClientForInputTypeLocked(int targetDisplayType, int inputType) { in getClientForInputTypeLocked() 660 int inputType = perInputStacks.keyAt(i); in dump() local
|
/packages/services/Car/car-lib/src/android/car/input/ |
D | RotaryEvent.java | 133 public RotaryEvent( in RotaryEvent() 237 int inputType = in.readInt(); in RotaryEvent() local
|