Home
last modified time | relevance | path

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

123

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
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()
/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
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 …]
/packages/modules/NeuralNetworks/common/
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
1093 OperandType inputType = operands[inputIndexes[0]].type; in validateOperation() local
1117 OperandType inputType = operands[inputIndexes[0]].type; in validateOperation() local
[all …]
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
2114 OperandType inputType = operands[inputIndexes[0]].type; in validateOperationButNotOperandsImpl() local
2130 OperandType inputType = operands[inputIndexes[0]].type; in validateOperationButNotOperandsImpl() local
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
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()
/packages/modules/NeuralNetworks/common/operations/
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
DQuantize.cpp70 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
97 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
DDequantize.cpp82 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
118 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
DRank.cpp36 OperandType inputType = context->getInputType(kInputTensor); in validate() local
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
DLogicalNot.cpp47 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DNeg.cpp53 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DElu.cpp58 auto inputType = context->getInputType(kInputTensor); in validate() local
DSqueeze.cpp41 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DSelect.cpp72 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
DLogSoftmax.cpp76 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DGather.cpp65 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DLogicalAndOr.cpp66 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
/packages/services/Car/car-lib/src/android/car/input/
DRotaryEvent.java131 public RotaryEvent( in RotaryEvent()
235 int inputType = in.readInt(); in RotaryEvent() local
/packages/services/Car/service/src/com/android/car/
DInputCaptureClientController.java404 int inputType = perInputStacks.keyAt(i); in requestInputEventCapture() local
474 int inputType = perInputStacks.keyAt(i); in releaseInputEventCapture() local
515 Integer inputType = KEY_EVENT_TO_INPUT_TYPE.get(event.getKeyCode()); in onKeyEvent() local
545 int inputType = event.getInputType(); in onRotaryEvent() local
598 ICarInputCallback getClientForInputTypeLocked(int targetDisplayType, int inputType) { in getClientForInputTypeLocked()
651 int inputType = perInputStacks.keyAt(i); in dump() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java35 private static void confirmShowTypedWord(final String message, final int inputType) { in confirmShowTypedWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputAttributes.java62 final int inputType = null != editorInfo ? editorInfo.inputType : 0; in InputAttributes() local
162 private void dumpFlags(final int inputType) { in dumpFlags()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DValidatedEditTextPreference.java61 public void setSummaryInputType(int inputType) { in setSummaryInputType()
/packages/apps/Settings/src/com/android/settings/slices/
DVolumeSliceHelper.java113 final int inputType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in handleStreamChanged() local
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEditTextVariations.java108 int inputType = e.getInputType(); in onCreate() local
360 private static String inputTypeToString(final int inputType) { in inputTypeToString()

123