Home
last modified time | relevance | path

Searched defs:inputType (Results 1 – 25 of 93) sorted by relevance

1234

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DInputTypeUtils.java44 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 DFibonacciExtensionTest.cpp129 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 DLegacyUtils.cpp770 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 DValidation.cpp1818 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 DKeyboardLayoutSetNavigateMoreKeysBase.java80 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 DInputCaptureClientController.java406 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 DElementwise.cpp88 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 DQuantize.cpp70 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
97 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
H A DDequantize.cpp82 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
118 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
H A DRank.cpp36 OperandType inputType = context->getInputType(kInputTensor); in validate() local
H A DReduce.cpp76 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 DLogicalNot.cpp47 OperandType inputType = context->getInputType(kInputTensor); in validate() local
H A DNeg.cpp53 OperandType inputType = context->getInputType(kInputTensor); in validate() local
H A DElu.cpp58 auto inputType = context->getInputType(kInputTensor); in validate() local
H A DSqueeze.cpp41 OperandType inputType = context->getInputType(kInputTensor); in validate() local
H A DGather.cpp65 OperandType inputType = context->getInputType(kInputTensor); in validate() local
H A DLogSoftmax.cpp76 OperandType inputType = context->getInputType(kInputTensor); in validate() local
H A DSelect.cpp72 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
H A DLogicalAndOr.cpp66 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
/aosp12/packages/services/Car/car-lib/src/android/car/input/
H A DRotaryEvent.java131 public RotaryEvent( in RotaryEvent()
235 int inputType = in.readInt(); in RotaryEvent() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DInputAttributes.java62 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 DSuggestionStripLayoutHelperTests.java35 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 DValidatedEditTextPreference.java61 public void setSummaryInputType(int inputType) { in setSummaryInputType()
/aosp12/packages/apps/Settings/src/com/android/settings/slices/
H A DVolumeSliceHelper.java113 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 DEditTextVariations.java108 int inputType = e.getInputType(); in onCreate() local
360 private static String inputTypeToString(final int inputType) { in inputTypeToString()

1234