/packages/modules/AppSearch/safeparcel-processor/src/android/app/appsearch/safeparcel/ |
D | SafeParcelProcessor.java | 298 for (ParcelableClass cl : mParcelableClasses.values()) { in process() 299 generateParser(cl); in process() 305 ParcelableClass cl = new ParcelableClass(parcelableClass); in processParcelableClass() local 318 if (cl.mAnnotation.validate()) { in processParcelableClass() 330 if (!hasCreator(parcelableClass, cl.mGeneratedClassName)) { in processParcelableClass() 334 + cl.mGeneratedClassName in processParcelableClass() 424 } else if (cl.mAnnotation.doNotParcelTypeDefaultValues() in processParcelableClass() 435 cl, in processParcelableClass() 474 cl, in processParcelableClass() 497 isOkay &= parseIndicatorField(cl, field, indicatorInfo.getter()); in processParcelableClass() [all …]
|
/packages/modules/DnsResolver/ |
D | res_query.cpp | 103 int cl, int type, // class and type of query in res_nquery() argument 117 LOG(DEBUG) << __func__ << ": (" << cl << ", " << type << ")"; in res_nquery() 118 n = res_nmkquery(QUERY, name, cl, type, {}, buf, statp->netcontext_flags); in res_nquery() 202 int cl, int type, /* class and type of query */ in res_nsearch() argument 225 ret = res_nquerydomain(statp, name, NULL, cl, type, answer, herrno); in res_nsearch() 249 ret = res_nquerydomain(statp, name, domain.c_str(), cl, type, answer, herrno); in res_nsearch() 291 ret = res_nquerydomain(statp, name, NULL, cl, type, answer, herrno); in res_nsearch() 315 int res_nquerydomain(ResState* statp, const char* name, const char* domain, int cl, in res_nquerydomain() argument 325 LOG(DEBUG) << __func__ << ": (null, " << cl << ", " << type << ")"; in res_nquerydomain() 342 LOG(DEBUG) << __func__ << ": (" << cl << ", " << type << ")"; in res_nquerydomain() [all …]
|
D | res_mkquery.cpp | 102 int cl, int type, // class and type of query in res_nmkquery() argument 111 LOG(INFO) << __func__ << ": (" << _res_opcodes[op] << ", " << p_class(cl) << ", " in res_nmkquery() 143 *reinterpret_cast<uint16_t*>(cp) = htons(cl); in res_nmkquery() 156 *reinterpret_cast<uint16_t*>(cp) = htons(cl); in res_nmkquery() 173 *reinterpret_cast<uint16_t*>(cp) = htons(cl); in res_nmkquery()
|
D | res_debug.cpp | 473 const char* p_class(int cl) { in p_class() argument 478 result = sym_ntos(p_class_syms, cl, &success); in p_class() 480 if (cl < 0 || cl > 0xffff) return ("BADCLASS"); in p_class() 481 snprintf(classbuf, sizeof(classbuf), "CLASS%d", cl); in p_class()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/ |
D | TestInstrumentationRunner.java | 57 public Activity newActivity(ClassLoader cl, String className, Intent intent) in newActivity() argument 61 return callback.createActivity(cl, className, intent); in newActivity() 63 return super.newActivity(cl, className, intent); in newActivity() 68 public Application newApplication(ClassLoader cl, String className, Context context) in newApplication() argument 70 Application app = super.newApplication(cl, className, context); in newApplication() 103 Activity createActivity(ClassLoader cl, String className, Intent intent) in createActivity() argument
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/ |
D | MediaScannerTest.java | 100 try (Cursor cl = legacyContext.getContentResolver().query(uri, null, null, null); in testCorrectness() argument 104 assertEquals(cl.getCount(), cm.getCount()); in testCorrectness() 106 while (cl.moveToNext() && cm.moveToNext()) { in testCorrectness() 107 for (int i = 0; i < cl.getColumnCount(); i++) { in testCorrectness() 108 final String columnName = cl.getColumnName(i); in testCorrectness() 113 assertEquals(cl.getColumnName(i), cm.getColumnName(i)); in testCorrectness() 116 cl.getType(i), cm.getType(i)); in testCorrectness() 119 cl.getString(i), cm.getString(i)); in testCorrectness() 124 DatabaseUtils.dumpCursor(cl); in testCorrectness()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | CellLayoutMethodsTest.kt | 33 val cl = cellLayoutBuilder.createCellLayout(columns, rows, false, width, height) in pointToCellExact() constant 40 cl.pointToCellExact(x, y, res) in pointToCellExact() 41 cl.pointToCellExact(x, y, res) in pointToCellExact() 46 cl.pointToCellExact(-10, -10, res) in pointToCellExact() 48 cl.pointToCellExact(width + 10, height + 10, res) in pointToCellExact()
|
D | ReorderAlgorithmUnitTest.java | 151 CellLayout cl = mCellLayoutBuilder.createCellLayoutDefaultSize(board.getWidth(), in solve() local 159 .forEach(p -> addViewInCellLayout(cl, p.x, p.y, 1, 1, false)); in solve() 166 widget -> addViewInCellLayout(cl, widget.getCellX(), widget.getCellY(), in solve() 171 cl.regionToCenterPoint(x, y, spanX, spanY, testCaseXYinPixels); in solve() 173 cl.copyCurrentStateToSolution(configuration); in solve() 174 ItemConfiguration solution = cl.createReorderAlgorithm() in solve() 192 cl.copyCurrentStateToSolution(solution); in solve() 193 if (cl instanceof MultipageCellLayout) { in solve() 195 ((MultipageCellLayout) cl).createReorderAlgorithm().removeSeamFromSolution( in solve()
|
D | HotseatReorderUnitTest.kt | 104 val cl = cellLayoutBuilder.createCellLayout(board.width, board.height, false) in solve() constant 114 cellLayout = cl, in solve() 126 cl, in solve() 134 if (cl.makeSpaceForHotseatMigration(true)) { in solve() 135 commitTempPosition(cl) in solve() 137 return cl in solve()
|
D | UnitTestCellLayoutBuilderRule.kt | 83 val cl = in createCellLayout() constant 88 cl.measure( in createCellLayout() 92 return cl in createCellLayout()
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_port_if.cc | 130 uint8_t cl; in RFCOMM_ParameterNegotiationRequest() local 152 cl = RFCOMM_PN_CONV_LAYER_CBFC_I; in RFCOMM_ParameterNegotiationRequest() 163 cl = RFCOMM_PN_CONV_LAYER_TYPE_1; in RFCOMM_ParameterNegotiationRequest() 170 rfc_send_pn(p_mcb, dlci, true, mtu, cl, k); in RFCOMM_ParameterNegotiationRequest() 183 void RFCOMM_ParameterNegotiationResponse(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, in RFCOMM_ParameterNegotiationResponse() argument 190 rfc_send_pn(p_mcb, dlci, false, mtu, cl, k); in RFCOMM_ParameterNegotiationResponse()
|
D | rfc_int.h | 64 void RFCOMM_ParameterNegotiationResponse(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, 249 void rfc_send_pn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, uint16_t mtu, uint8_t cl, 279 void PORT_ParNegInd(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, uint8_t k); 280 void PORT_ParNegCnf(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, uint8_t k);
|
D | port_rfc.cc | 287 void PORT_ParNegInd(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, uint8_t k) { in PORT_ParNegInd() argument 323 if (cl == RFCOMM_PN_CONV_LAYER_TYPE_1) { in PORT_ParNegInd() 340 if (cl == RFCOMM_PN_CONV_LAYER_TYPE_1) { in PORT_ParNegInd() 376 void PORT_ParNegCnf(tRFC_MCB* p_mcb, uint8_t dlci, uint16_t mtu, uint8_t cl, uint8_t k) { in PORT_ParNegCnf() argument 377 log::verbose("PORT_ParNegCnf dlci:{} mtu:{} cl: {} k: {}", dlci, mtu, cl, k); in PORT_ParNegCnf() 386 if (cl == RFCOMM_PN_CONV_LAYER_CBFC_R) { in PORT_ParNegCnf()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
D | ColorGridDialog.java | 35 public ColorGridDialog(Context context, final RGBListener cl) { in ColorGridDialog() argument 37 mCallback = cl; in ColorGridDialog() 87 ColorListener cl = new ColorListener() { in showColorPicker() local 99 ColorPickerDialog cpd = new ColorPickerDialog(this.getContext(), cl); in showColorPicker()
|
D | ColorPickerDialog.java | 46 public ColorPickerDialog(Context context, final ColorListener cl) { in ColorPickerDialog() argument 70 cl.setColor(mHSVO); in ColorPickerDialog()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | SpringLoadedDragController.kt | 33 fun setAlarm(cl: CellLayout?) { in cancel() 37 cl == null -> ENTER_SPRING_LOAD_CANCEL_HOVER_TIME in cancel() 43 screen = cl in cancel()
|
/packages/apps/WallpaperPicker2/tests/runner/src/com/android/wallpaper/ |
D | CustomTestRunner.kt | 24 override fun newApplication(cl: ClassLoader?, name: String?, context: Context?): Application { in newApplication() 25 return super.newApplication(cl, HiltTestApplication::class.java.name, context) in newApplication()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 215 public void applyChildState(LauncherState state, CellLayout cl, int childIndex) { in applyChildState() argument 216 applyChildState(state, cl, childIndex, state.getWorkspacePageAlphaProvider(mLauncher), in applyChildState() 220 private void applyChildState(LauncherState state, CellLayout cl, int childIndex, in applyChildState() argument 226 propertySetter.setFloat(cl, in applyChildState() 230 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState()
|
D | Workspace.java | 432 CellLayout cl = (CellLayout) getChildAt(0); in estimateItemSize() local 435 Rect r = estimateItemPosition(cl, 0, 0, itemInfo.spanX, itemInfo.spanY); in estimateItemSize() 474 public Rect estimateItemPosition(CellLayout cl, int hCell, int vCell, int hSpan, int vSpan) { in estimateItemPosition() argument 476 cl.cellToRect(hCell, vCell, hSpan, vSpan, r); in estimateItemPosition() 613 CellLayout cl = ((CellLayout) child); in onViewAdded() local 614 cl.setOnInterceptTouchListener(this); in onViewAdded() 615 cl.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO); in onViewAdded() 742 CellLayout cl = (CellLayout) mDragSourceInternal.getParent(); in addExtraEmptyScreenOnDrag() local 743 if (!FOLDABLE_SINGLE_PAGE.get() && getLeftmostVisiblePageForIndex(indexOfChild(cl)) in addExtraEmptyScreenOnDrag() 941 CellLayout cl = mWorkspaceScreens.get(emptyScreenId); in commitExtraEmptyScreen() local [all …]
|
D | ShortcutAndWidgetContainer.java | 315 CellLayout cl = (CellLayout) getParent(); in drawFolderLeaveBehindForIcon() local 316 cl.setFolderLeaveBehindCell(lp.getCellX(), lp.getCellY()); in drawFolderLeaveBehindForIcon() 324 CellLayout cl = (CellLayout) getParent(); in clearFolderLeaveBehind() local 325 cl.clearFolderLeaveBehind(); in clearFolderLeaveBehind()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/ |
D | HiltTestRunner.kt | 29 cl: ClassLoader?, in newApplication() 33 val app = super.newApplication(cl, HiltTestApplication::class.java.name, context) in newApplication()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/ |
D | HiltTestRunner.kt | 25 cl: ClassLoader?, in newApplication() 29 val app = super.newApplication(cl, className, context) in newApplication()
|
/packages/modules/Bluetooth/floss/build/ |
D | llvm-rename.sh | 39 … --slave /usr/bin/clang-cl clang-cl /usr/bin/clang-cl-${version} \
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/android/car/ui/plugin/ |
D | PluginVersionProviderImpl.java | 138 private static void rewriteRValues(ClassLoader cl, String packageName, int id) { in rewriteRValues() argument 141 final Class<?> rClazz = cl.loadClass(packageName + ".R"); in rewriteRValues()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | CommonControllerOverlay.java | 296 int cl = (r - l - cw) / 2; in layoutCenteredView() local 298 view.layout(cl, ct, cl + cw, ct + ch); in layoutCenteredView()
|