/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A 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()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/ |
H A 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 …]
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | LegacyUtils.cpp | 770 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 810 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 850 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 888 auto inputType = operands[inputIndexes[1]].type; in validateOperation() local 917 auto inputType = operands[inputIndexes[2]].type; in validateOperation() local 938 auto inputType = operands[inputIndexes[1]].type; in validateOperation() local 989 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 1033 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 1181 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 1231 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local [all …]
|
H A D | Validation.cpp | 1818 auto inputType = operands[inputIndexes[0]].type; in validateOperationButNotOperandsImpl() local 1855 auto inputType = operands[inputIndexes[0]].type; in validateOperationButNotOperandsImpl() local 1894 auto inputType = operands[inputIndexes[0]].type; in validateOperationButNotOperandsImpl() local 1930 auto inputType = operands[inputIndexes[1]].type; in validateOperationButNotOperandsImpl() local 1956 auto inputType = operands[inputIndexes[2]].type; in validateOperationButNotOperandsImpl() local 1972 auto inputType = operands[inputIndexes[1]].type; in validateOperationButNotOperandsImpl() local 2020 auto inputType = operands[inputIndexes[0]].type; in validateOperationButNotOperandsImpl() local 2060 auto inputType = operands[inputIndexes[0]].type; in validateOperationButNotOperandsImpl() local 2190 auto inputType = operands[inputIndexes[0]].type; in validateOperationButNotOperandsImpl() local 2239 auto inputType = operands[inputIndexes[0]].type; in validateOperationButNotOperandsImpl() local [all …]
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
H A 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()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | InputCaptureClientController.java | 406 int inputType = perInputStacks.keyAt(i); in requestInputEventCapture() local 476 int inputType = perInputStacks.keyAt(i); in releaseInputEventCapture() local 517 Integer inputType = KEY_EVENT_TO_INPUT_TYPE.get(event.getKeyCode()); in onKeyEvent() local 547 int inputType = event.getInputType(); in onRotaryEvent() local 600 ICarInputCallback getClientForInputTypeLocked(int targetDisplayType, int inputType) { in getClientForInputTypeLocked() 653 int inputType = perInputStacks.keyAt(i); in dump() local
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Elementwise.cpp | 88 OperandType inputType = context->getInputType(kInputTensor); in validate() local 100 OperandType inputType = context->getInputType(kInputTensor); in validateAbs() local 113 OperandType inputType = context->getInputType(kInputTensor); in validateFloor() local
|
H A D | Quantize.cpp | 70 const OperandType inputType = context->getInputType(kInputTensor); in validate() local 97 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
|
H A D | Dequantize.cpp | 82 const OperandType inputType = context->getInputType(kInputTensor); in validate() local 118 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
|
H A D | Rank.cpp | 36 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
H A D | Reduce.cpp | 76 OperandType inputType = context->getInputType(kInputTensor); in validateProdSum() local 93 OperandType inputType = context->getInputType(kInputTensor); in validateMaxMin() local 116 OperandType inputType = context->getInputType(kInputTensor); in validateLogical() local
|
H A D | LogicalNot.cpp | 47 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
H A D | Neg.cpp | 53 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
H A D | Elu.cpp | 58 auto inputType = context->getInputType(kInputTensor); in validate() local
|
H A D | Squeeze.cpp | 41 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
H A D | Gather.cpp | 65 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
H A D | LogSoftmax.cpp | 76 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
H A D | Select.cpp | 72 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
|
H A D | LogicalAndOr.cpp | 66 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
|
/aosp12/packages/services/Car/car-lib/src/android/car/input/ |
H A D | RotaryEvent.java | 131 public RotaryEvent( in RotaryEvent() 235 int inputType = in.readInt(); in RotaryEvent() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | InputAttributes.java | 62 final int inputType = null != editorInfo ? editorInfo.inputType : 0; in InputAttributes() local 162 private void dumpFlags(final int inputType) { in dumpFlags()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/ |
H A D | SuggestionStripLayoutHelperTests.java | 35 private static void confirmShowTypedWord(final String message, final int inputType) { in confirmShowTypedWord()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
H A D | ValidatedEditTextPreference.java | 61 public void setSummaryInputType(int inputType) { in setSummaryInputType()
|
/aosp12/packages/apps/Settings/src/com/android/settings/slices/ |
H A D | VolumeSliceHelper.java | 113 final int inputType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in handleStreamChanged() local
|
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
H A D | EditTextVariations.java | 108 int inputType = e.getInputType(); in onCreate() local 360 private static String inputTypeToString(final int inputType) { in inputTypeToString()
|