/frameworks/base/core/java/com/android/internal/view/ |
D | IInputConnectionWrapper.java | 238 InputConnection ic = getInputConnection(); in executeMessage() local 239 if (ic == null || !isActive()) { in executeMessage() 244 callback.setTextAfterCursor(ic.getTextAfterCursor( in executeMessage() 258 InputConnection ic = getInputConnection(); in executeMessage() local 259 if (ic == null || !isActive()) { in executeMessage() 264 callback.setTextBeforeCursor(ic.getTextBeforeCursor( in executeMessage() 278 InputConnection ic = getInputConnection(); in executeMessage() local 279 if (ic == null || !isActive()) { in executeMessage() 284 callback.setSelectedText(ic.getSelectedText( in executeMessage() 298 InputConnection ic = getInputConnection(); in executeMessage() local [all …]
|
/frameworks/base/libs/androidfw/ |
D | ZipUtils.cpp | 176 int ic; in examineGzip() local 180 ic = getc(fp); in examineGzip() 181 if (ic != 0x1f || getc(fp) != 0x8b) in examineGzip() 207 ic = getc(fp); in examineGzip() 208 } while (ic != 0 && ic != EOF); in examineGzip() 213 ic = getc(fp); in examineGzip() 214 } while (ic != 0 && ic != EOF); in examineGzip()
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
D | d8_31pf.cpp | 174 Word16 ic; in decompress10() local 223 ic = LSBs - ((LSBs >> 2) << 2); in decompress10() 226 pos_indx[index1] = ib + (ic & 1); in decompress10() 242 pos_indx[index2] = ib + (ic >> 1); in decompress10() 247 ic = in decompress10() 253 ic = in decompress10() 255 ic, in decompress10() 262 ic, in decompress10()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | c8_31pf.cpp | 445 Word16 ic; in compress10() local 461 ic = pos_indxC >> 1; in compress10() 463 tempWord32 = ((Word32) ic * 25) << 1; in compress10() 467 ic = (Word16) tempWord32; in compress10() 469 ib += ic; in compress10() 479 ic = ((Word16)(pos_indxC & 1)) << 2; in compress10() 481 ib += ic; in compress10() 574 Word16 ic; in compress_code() local 639 ic = (Word16)(((Word32) ib * 1311) >> 15); in compress_code() 641 ic <<= 2; in compress_code() [all …]
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 453 final InputConnection ic = getCurrentInputConnection(); 454 if (ei != null && ic != null) { 456 ic.performEditorAction(ei.actionId); 458 ic.performEditorAction(ei.imeOptions & EditorInfo.IME_MASK_ACTION); 554 public void startInput(InputConnection ic, EditorInfo attribute) { in startInput() argument 556 doStartInput(ic, attribute, false); in startInput() 564 public void restartInput(InputConnection ic, EditorInfo attribute) { in restartInput() argument 566 doStartInput(ic, attribute, true); in restartInput() 1240 InputConnection ic = mStartedInputConnection; in getCurrentInputConnection() local 1241 if (ic != null) { in getCurrentInputConnection() [all …]
|
D | IInputMethodWrapper.java | 189 final InputConnection ic = inputContext != null in executeMessage() local 195 ic, in executeMessage() 277 InputConnection ic = new InputConnectionWrapper(mTarget, in bindInput() local 280 InputBinding nu = new InputBinding(ic, binding); in bindInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 333 final StatusBarIcon ic = new StatusBarIcon( in createIcons() local 341 if (!icon.set(ic) || !expandedIcon.set(ic) || !aodIcon.set(ic)) { in createIcons() 346 throw new InflationException("Couldn't create icon: " + ic); in createIcons() 362 if (!centeredIcon.set(ic)) { in createIcons() 364 throw new InflationException("Couldn't update centered icon: " + ic); in createIcons() 396 final StatusBarIcon ic = new StatusBarIcon( in updateIcons() local 406 if (!icon.set(ic) || !expandedIcon.set(ic) || !aodIcon.set(ic)) { in updateIcons() 407 throw new InflationException("Couldn't update icon: " + ic); in updateIcons() 412 if (!centeredIcon.set(ic)) { in updateIcons() 413 throw new InflationException("Couldn't update centered icon: " + ic); in updateIcons()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputConnectionInspector.java | 95 public static int getMissingMethodFlags(@Nullable final InputConnection ic) { in getMissingMethodFlags() argument 96 if (ic == null) { in getMissingMethodFlags() 100 if (ic instanceof BaseInputConnection) { in getMissingMethodFlags() 104 if (ic instanceof InputConnectionWrapper) { in getMissingMethodFlags() 105 return ((InputConnectionWrapper) ic).getMissingMethodFlags(); in getMissingMethodFlags() 107 return getMissingMethodFlagsInternal(ic.getClass()); in getMissingMethodFlags()
|
D | InputMethodManager.java | 674 InputConnection ic = null; in handleMessage() local 678 ic = mServedInputConnectionWrapper.getInputConnection(); in handleMessage() 681 if (ic != null) { in handleMessage() 682 ic.reportFullscreenMode(fullscreen); in handleMessage() 1661 InputConnection ic = view.onCreateInputConnection(tba); in startInputInner() local 1662 if (DEBUG) Log.v(TAG, "Starting input: tba=" + tba + " ic=" + ic); in startInputInner() 1692 if (ic != null) { in startInputInner() 1700 missingMethodFlags = InputConnectionInspector.getMissingMethodFlags(ic); in startInputInner() 1706 icHandler = ic.getHandler(); in startInputInner() 1709 icHandler != null ? icHandler.getLooper() : vh.getLooper(), ic, this); in startInputInner() [all …]
|
/frameworks/compile/slang/lit-tests/P_array_init/ |
D | array_init.rscript | 3 // CHECK: @ic = local_unnamed_addr constant i32 99, align 4 18 const int ic = 99; 20 int ica[2] = {ic, 1000};
|
/frameworks/compile/slang/tests/F_global_init/ |
D | global_init.rscript | 11 const int ic = 99; 13 int ica[2] = {ic, 1000};
|
/frameworks/compile/slang/tests/P_array_init/ |
D | array_init.rscript | 4 const int ic = 99; 6 int ica[2] = {ic, 1000};
|
/frameworks/av/media/libaaudio/examples/loopback/src/ |
D | LoopbackAnalyzer.h | 735 int ic; in process() local 736 for (ic = 0; ic < channelsValid; ic++) { in process() 737 outputData[ic] = inputData[ic] * mEchoGain; in process() 739 for (; ic < outputChannelCount; ic++) { in process() 740 outputData[ic] = 0; in process()
|
/frameworks/native/cmds/service/ |
D | service.cpp | 80 int ic = getopt(argc, argv, "h?"); in main() local 81 if (ic < 0) in main() 84 switch (ic) { in main() 90 aerr << "service: Unknown option -" << ic << endl; in main()
|
/frameworks/base/libs/usb/tests/accessorytest/ |
D | accessory.h | 20 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od);
|
D | audio.c | 187 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od) in init_audio() argument 194 input_card = ic; in init_audio()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleView.java | 234 Icon ic = metadata.getIcon(); in updateViews() local 235 boolean needsTint = ic.getType() != Icon.TYPE_ADAPTIVE_BITMAP; in updateViews() 237 Drawable iconDrawable = ic.loadDrawable(mContext); in updateViews()
|
/frameworks/base/cmds/incident/ |
D | main.cpp | 336 IncidentSection const* ic = find_section(arg); in main() local 337 if (ic == NULL) { in main() 342 args.addSection(ic->id); in main()
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobConcurrencyManager.java | 419 for (int ic=0; ic<controllers.size(); ic++) { in assignJobsToContextsInternalLocked() 420 controllers.get(ic).prepareForExecutionLocked(pendingJob); in assignJobsToContextsInternalLocked()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 980 int ic = getopt_long(argc, argv, "", longOptions, &optionIndex); in main() local 981 if (ic == -1) { in main() 985 switch (ic) { in main() 1073 if (ic != '?') { in main() 1074 fprintf(stderr, "getopt_long returned unexpected value 0x%x\n", ic); in main()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewTest.java | 144 InputConnection ic = editText.onCreateInputConnection(editorInfo); in getTargetInputMethodUser() local 145 assertNotNull(ic); in getTargetInputMethodUser()
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | IconTest.java | 116 final Icon ic = Icon.createWithBitmap(bm); in testScaleDownIfNecessary() local 117 ic.scaleDownIfNecessary(40, 20); in testScaleDownIfNecessary() 122 assertThat(ic.getBitmap().getWidth()).isLessThan(41); in testScaleDownIfNecessary() 123 assertThat(ic.getBitmap().getHeight()).isLessThan(21); in testScaleDownIfNecessary()
|
/frameworks/native/opengl/libagl/ |
D | primitives.cpp | 881 unsigned int ic = 3; in clip_triangle() local 901 vertex_t* s = ivl[ic-1]; in clip_triangle() 905 for (unsigned int i=0 ; i<ic ; i++) { in clip_triangle() 946 ic = oc; in clip_triangle() 967 vertex_t* s = ivl[ic-1]; in clip_triangle() 970 for (unsigned int i=0 ; i<ic ; i++) { in clip_triangle() 1011 ic = oc; in clip_triangle() 1022 for (unsigned int i=2 ; i<ic ; i++) { in clip_triangle()
|
/frameworks/ml/nn/common/operations/ |
D | DepthwiseConv2D.cpp | 326 for (uint32_t ic = 0; ic < inputDepth; ic++) { in depthwiseConvQuant8PerChannelNhwc() local 330 const int oc = m + ic * depthMultiplier; in depthwiseConvQuant8PerChannelNhwc() 345 wInput * inputDepth + ic; in depthwiseConvQuant8PerChannelNhwc()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarIconControllerImpl.java | 319 StatusIconDisplayable ic = (StatusIconDisplayable) group.getChildAt(i); in dump() local 320 pw.println(" [" + i + "] icon=" + ic); in dump()
|