/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | RichInputConnectionAndTextRangeTests.java | 250 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); in testGetWordRangeAtCursor() local 256 ic.beginBatchEdit(); in testGetWordRangeAtCursor() 258 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor() 263 ic.beginBatchEdit(); in testGetWordRangeAtCursor() 264 r = ic.getWordRangeAtCursor(TAB, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor() 265 ic.endBatchEdit(); in testGetWordRangeAtCursor() 271 ic.beginBatchEdit(); in testGetWordRangeAtCursor() 272 r = ic.getWordRangeAtCursor(SUPPLEMENTARY_CHAR, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor() 273 ic.endBatchEdit(); in testGetWordRangeAtCursor() 279 ic.beginBatchEdit(); in testGetWordRangeAtCursor() [all …]
|
D | InputTestsBase.java | 217 final InputConnection ic = mEditText.onCreateInputConnection(ei); in setUp() local 223 mLatinIME.onCreateInputMethodInterface().startInput(ic, ei); in setUp() 228 mInputConnection = ic; in setUp()
|
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/ |
D | LeanbackImeService.java | 135 InputConnection ic = getCurrentInputConnection(); in onStartInputView() local 136 if (ic != null) { in onStartInputView() 137 String c = getEditorText(ic); in onStartInputView() 138 ic.deleteSurroundingText(getCharLengthBeforeCursor(ic), in onStartInputView() 139 getCharLengthAfterCursor(ic)); in onStartInputView() 140 ic.commitText(c, 1); in onStartInputView() 229 private String getEditorText(InputConnection ic) { in getEditorText() argument 231 CharSequence textBeforeCursor = ic.getTextBeforeCursor(1000, 0); in getEditorText() 232 CharSequence textAfterCursor = ic.getTextAfterCursor(1000, 0); in getEditorText() 242 private int getAmpersandLocation(InputConnection ic) { in getAmpersandLocation() argument [all …]
|
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
D | MultiLineShortMessageEditText.java | 42 final InputConnection ic = super.onCreateInputConnection(outAttrs); in onCreateInputConnection() local 44 return ic; in onCreateInputConnection()
|
/packages/modules/NeuralNetworks/common/operations/ |
D | DepthwiseConv2D.cpp | 328 for (uint32_t ic = 0; ic < inputDepth; ic++) { in depthwiseConvQuant8PerChannelNhwc() local 332 const int oc = m + ic * depthMultiplier; in depthwiseConvQuant8PerChannelNhwc() 347 wInput * inputDepth + ic; in depthwiseConvQuant8PerChannelNhwc()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiCarrierInfoManagerTest.java | 1269 Pair<String, Integer> ic = mWifiCarrierInfoManager in getMatchingImsiCarrierIdForDataAndMnoSimMatch() local 1272 assertEquals(new Pair<>(DATA_FULL_IMSI, DATA_CARRIER_ID), ic); in getMatchingImsiCarrierIdForDataAndMnoSimMatch() 1307 Pair<String, Integer> ic = mWifiCarrierInfoManager in getMatchingImsiCarrierIdForDataAndMvnoSimMatch() local 1310 assertEquals(new Pair<>(DATA_FULL_IMSI, DATA_CARRIER_ID), ic); in getMatchingImsiCarrierIdForDataAndMvnoSimMatch() 1337 Pair<String, Integer> ic = mWifiCarrierInfoManager in getMatchingImsiCarrierIdForNonDataAndMnoSimMatch() local 1340 assertEquals(new Pair<>(NON_DATA_FULL_IMSI, NON_DATA_CARRIER_ID), ic); in getMatchingImsiCarrierIdForNonDataAndMnoSimMatch()
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 129 �&��� s�ic�E�t��v0Ұѯ30�q� r2�;%�=Õ�o�|�[؇�y�k[ƥoϢW�oȸO���L�WV�xD~I��F���u9� ����3�n��f��3,d… 2287 ;Cu�����O���9ic�[ڔRo*~c��ב�Nk�eנ�%B�Y$g 2416 �$�ZB3�/=�S�ʿ>x��4����m )�����"���9緹�c���s"��`g��9�9k��T��˞��Ӧ�w�$m�xic�'EC)V灌�L,��#�… 2609 ����ic�]��0��篵=��2�H��:����@=s��h�HF����r��F@��7ך�H��Dm��� 2929 ���d��]��(��̷āP.���+δ�nk�1�= '�z/��ic�5��Q�c9��ֹ�[C��/S3^�{�W��X6�WO~.��`��������ͧ_�#pbg�<… 3207 …\�n)�Ķ]���-�YT� ��'�F�+��A��ԯ"c�h��>OZ�R�����?Z`I.����Q��Қ���XH�ic;d.�#=G���]���}�… 3606 …����r8�6��u3KX����ӷ�"H��R0�>⓿P���Ng�<v��2�w��ͣmV�T�ڡw��ڬ�lT<�|�8��� ic����Q��6�A�C0Tkt)$�… 4084 e@Q�T���~I f�1�v4��眄�{�iIBHx�g�0�M�xh�#��h`Y����OZpC#��0ɴȡ0w�i��o�����9I\8�icx�͓��=)… 4128 …�B9��ð�7�֘�#�K��y�F #c�'�q���=i�6��9u=(�',��8�Vb��Ԟ��(iP�@l.���$ic�L�u�LS@YUm��#h���… 4195 …h��~F��S9�26 �N���ic��8��;O�D�rO�e���4#$6W$u�>,y�����1�)��zF��C6y���|�Lg��:Y�Ƙ�I`W9�J… [all …]
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | ro_wordlist.combined.gz |
|
D | sl_wordlist.combined.gz |
|
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | es_wordlist.combined.gz |
|
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
D | hr_wordlist.combined.gz |
|