/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/duration/impl/ |
H A D | PeriodFormatterData.java | 36 final DataRecord dr; field in PeriodFormatterData 42 public PeriodFormatterData(String localeName, DataRecord dr) { in PeriodFormatterData() argument 43 this.dr = dr; in PeriodFormatterData() 49 if (dr == null) { in PeriodFormatterData() 68 return dr.pl; in pluralization() 76 return dr.allowZero; in allowZero() 80 return dr.weeksAloneOnly; in weeksAloneOnly() 84 return dr.useMilliseconds; in useMilliseconds() 97 if (dr.scopeData != null) { in appendPrefix() 99 ScopeData sd = dr.scopeData[ix]; in appendPrefix() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
H A D | PeriodFormatterData.java | 38 final DataRecord dr; field in PeriodFormatterData 44 public PeriodFormatterData(String localeName, DataRecord dr) { in PeriodFormatterData() argument 45 this.dr = dr; in PeriodFormatterData() 51 if (dr == null) { in PeriodFormatterData() 70 return dr.pl; in pluralization() 78 return dr.allowZero; in allowZero() 82 return dr.weeksAloneOnly; in weeksAloneOnly() 86 return dr.useMilliseconds; in useMilliseconds() 99 if (dr.scopeData != null) { in appendPrefix() 101 ScopeData sd = dr.scopeData[ix]; in appendPrefix() [all …]
|
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/valhall/test/ |
H A D | test-mark-last.cpp | 32 #define DR(x) bi_discard(R(x)) macro 64 CASE(bi_fadd_f32_to(b, R(0), DR(0), DR(1))); in TEST() 67 bi_fadd_f32_to(b, R(2), R(0), DR(1)); in TEST() 68 bi_fadd_f32_to(b, R(0), DR(0), DR(2)); in TEST() 75 bi_fadd_f32_to(b, R(0), DR(0), DR(0)); in TEST() 76 bi_fadd_f32_to(b, R(0), DR(0), DR(0)); in TEST() 77 bi_fadd_f32_to(b, R(0), DR(0), DR(0)); in TEST() 84 bi_fadd_f32_to(b, R(9), R(2), DR(7)); in TEST() 85 bi_st_tile(b, R(0), DR(4), DR(5), DR(6), BI_REGISTER_FORMAT_F32, in TEST() 93 bi_st_tile(b, R(0), DR(4), DR(5), DR(6), BI_REGISTER_FORMAT_F32, in TEST() [all …]
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/udc/ |
H A D | udc.c | 141 static int setup_ep0(struct usbdev_ctrl *this, dev_req_t *dr) in setup_ep0() argument 143 if ((dr->bmRequestType == 0x00) && in setup_ep0() 144 (dr->bRequest == SET_ADDRESS)) { in setup_ep0() 145 this->set_address(this, dr->wValue & 0x7f); in setup_ep0() 151 if ((dr->bmRequestType == 0x00) && in setup_ep0() 152 (dr->bRequest == SET_CONFIGURATION)) { in setup_ep0() 154 fetch_config(this, dr->wValue); in setup_ep0() 156 if (dr->wValue == 0) in setup_ep0() 169 this->current_config_id = dr->wValue; in setup_ep0() 176 if ((dr->bmRequestType == 0x80) && in setup_ep0() [all …]
|
/aosp_15_r20/external/icu/icu4j/perf-tests/data/collation/ |
H A D | TestNames_SerbianSH.txt | 76 ČAKIĆ ZLATOJE DR 151 ČANAK BOSILJKA DR 216 ČAPELJA JAN DR 314 ČEHAK KALMAN DR 375 ČELIĆ STANKO DR 563 ČIKOŠ JOSIP DR 1045 ČURIĆ RADOSLAV DR PROF 1301 ŠARČEVIĆ MARGITA DR 1331 ŠARANOVIĆ MILADIN DR LEKAR 1378 ŠARKOVIĆ MIODRAG DR [all …]
|
/aosp_15_r20/external/pcre/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 140 #define DR(dr) (reg_map[dr]) macro 141 #define FR(dr) (freg_map[dr]) argument 983 …FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP))); in sljit_emit_enter() 988 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG1), DR(TMP_REG1))); in sljit_emit_enter() 989 FAIL_IF(push_inst(compiler, SUBU_W | S(SLJIT_SP) | TA(OTHER_FLAG) | D(SLJIT_SP), DR(SLJIT_SP))); in sljit_emit_enter() 1091 FAIL_IF(push_inst(compiler, ADDU_W | SA(4 + arg_count) | TA(0) | D(tmp), DR(tmp))); in sljit_emit_enter() 1093 FAIL_IF(push_inst(compiler, LW | base | T(tmp) | IMM(local_size + (arg_count << 2)), DR(tmp))); in sljit_emit_enter() 1130 FAIL_IF(push_inst(compiler, ADDU_W | SA(3 + arg_count) | TA(0) | D(tmp), DR(tmp))); in sljit_emit_enter() 1192 …_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(local_size - frame_size), DR(SLJIT_SP))); in emit_stack_frame_release() 1199 FAIL_IF(load_immediate(compiler, DR(TMP_REG2), local_size - tmp)); in emit_stack_frame_release() [all …]
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
H A D | DrawableContainerTest.java | 106 Drawable dr = spy(new ColorDrawable(Color.WHITE)); in testDraw() local 107 addAndSelectDrawable(dr); in testDraw() 109 reset(dr); in testDraw() 110 doNothing().when(dr).draw(any()); in testDraw() 112 verify(dr, times(1)).draw(any()); in testDraw() 114 reset(dr); in testDraw() 115 doNothing().when(dr).draw(any()); in testDraw() 117 verify(dr, times(1)).draw(any()); in testDraw() 251 Drawable dr = spy(new ColorDrawable(Color.BLUE)); in testSetDither() local 252 addAndSelectDrawable(dr); in testSetDither() [all …]
|
/aosp_15_r20/external/libffi/testsuite/libffi.bhaible/ |
H A D | test-call.c | 357 double dr; in double_tests() local 361 dr = d_d(d1); in double_tests() 362 fprintf(out,"->%g\n",dr); in double_tests() 364 dr = 0.0; clear_traces(); in double_tests() 371 FFI_CALL(cif,d_d,args,&dr); in double_tests() 374 fprintf(out,"->%g\n",dr); in double_tests() 379 dr = d_d2(d1,d2); in double_tests() 380 fprintf(out,"->%g\n",dr); in double_tests() 382 dr = 0.0; clear_traces(); in double_tests() 389 FFI_CALL(cif,d_d2,args,&dr); in double_tests() [all …]
|
H A D | test-callback.c | 1509 { double dr; in main() local 1512 dr = d_d(d1); in main() 1513 fprintf(out,"->%g\n",dr); in main() 1515 dr = 0.0; clear_traces(); in main() 1522 dr = ((double (ABI_ATTR *) (double)) callback_code) (d1); in main() 1525 fprintf(out,"->%g\n",dr); in main() 1530 dr = d_d2(d1,d2); in main() 1531 fprintf(out,"->%g\n",dr); in main() 1533 dr = 0.0; clear_traces(); in main() 1540 dr = ((double (ABI_ATTR *) (double,double)) callback_code) (d1,d2); in main() [all …]
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/ |
H A D | usb.c | 129 dev_req_t dr; in set_feature() local 131 dr.bmRequestType = rtype; in set_feature() 132 dr.data_dir = host_to_device; in set_feature() 133 dr.bRequest = SET_FEATURE; in set_feature() 134 dr.wValue = feature; in set_feature() 135 dr.wIndex = endp; in set_feature() 136 dr.wLength = 0; in set_feature() 138 return dev->controller->control(dev, OUT, sizeof(dr), &dr, 0, 0); in set_feature() 144 dev_req_t dr; in get_status() local 146 dr.bmRequestType = rtype; in get_status() [all …]
|
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | DynamicAdaptiveIconDrawable.java | 281 final Drawable dr = mLayerState.mChildren[i].mDrawable; in draw() local 282 if (dr != null) { in draw() 283 dr.draw(mCanvas); in draw() 469 final Drawable dr = array[i].mDrawable; in setHotspot() local 470 if (dr != null) { in setHotspot() 471 dr.setHotspot(x, y); in setHotspot() 480 final Drawable dr = array[i].mDrawable; in setHotspotBounds() local 481 if (dr != null) { in setHotspotBounds() 482 dr.setHotspotBounds(left, top, right, bottom); in setHotspotBounds() 508 final Drawable dr = array[i].mDrawable; in setVisible() local [all …]
|
/aosp_15_r20/external/skia/tools/skdiff/ |
H A D | skdiff.cpp | 145 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1); in colors_match_thresholded() local 150 (SkAbs32(dr) <= threshold) && in colors_match_thresholded() 158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { in compute_diff() argument 159 const int w = dr->fComparison.fBitmap.width(); in compute_diff() 160 const int h = dr->fComparison.fBitmap.height(); in compute_diff() 161 if (w != dr->fBase.fBitmap.width() || h != dr->fBase.fBitmap.height()) { in compute_diff() 162 dr->fResult = DiffRecord::kDifferentSizes_Result; in compute_diff() 174 dr->fWeightedFraction = 0; in compute_diff() 177 SkPMColor c0 = *dr->fBase.fBitmap.getAddr32(x, y); in compute_diff() 178 SkPMColor c1 = *dr->fComparison.fBitmap.getAddr32(x, y); in compute_diff() [all …]
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AdaptiveIconDrawable.java | 561 Drawable dr = a.getDrawableForDensity(R.styleable.AdaptiveIconDrawableLayer_drawable, in updateLayerFromTypedArray() local 563 if (dr != null) { in updateLayerFromTypedArray() 573 layer.mDrawable = dr; in updateLayerFromTypedArray() 655 final Drawable dr = array[i].mDrawable; in setHotspot() local 656 if (dr != null) { in setHotspot() 657 dr.setHotspot(x, y); in setHotspot() 666 final Drawable dr = array[i].mDrawable; in setHotspotBounds() local 667 if (dr != null) { in setHotspotBounds() 668 dr.setHotspotBounds(left, top, right, bottom); in setHotspotBounds() 694 final Drawable dr = array[i].mDrawable; in setVisible() local [all …]
|
H A D | LayerDrawable.java | 388 final Drawable dr = a.getDrawable(R.styleable.LayerDrawableItem_drawable); in updateLayerFromTypedArray() local 389 if (dr != null) { in updateLayerFromTypedArray() 399 layer.mDrawable = dr; in updateLayerFromTypedArray() 461 * @param dr The drawable to add as a layer. 469 ChildDrawable addLayer(Drawable dr, int[] themeAttrs, int id, in addLayer() argument 471 final ChildDrawable childDrawable = createLayer(dr); in addLayer() 482 mLayerState.mChildrenChangingConfigurations |= dr.getChangingConfigurations(); in addLayer() 483 dr.setCallback(this); in addLayer() 488 private ChildDrawable createLayer(Drawable dr) { in createLayer() argument 490 layer.mDrawable = dr; in createLayer() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/ |
D | funcprops_test.go | 159 dr := &dumpReader{ 167 for dr.scan() { 168 if dr.curLine() == preambleDelimiter { 179 dentry, dcst, err := dr.readEntry() 192 func (dr *dumpReader) scan() bool { 193 v := dr.s.Scan() 195 dr.ln++ 200 func (dr *dumpReader) curLine() string { 201 res := strings.TrimSpace(dr.s.Text()) 203 dr.t.Fatalf("malformed line %s:%d, no comment: %s", dr.p, dr.ln, res) [all …]
|
/aosp_15_r20/external/XNNPACK/src/cs16-fftr/gen/ |
H A D | scalar-x4.c | 30 int16_t* dr = data + samples * 2; in xnn_cs16_fftr_ukernel__scalar_x4() local 40 dr[0] = vdcr - vdci; in xnn_cs16_fftr_ukernel__scalar_x4() 41 dr[1] = 0; in xnn_cs16_fftr_ukernel__scalar_x4() 46 dr -= 4 * 2; in xnn_cs16_fftr_ukernel__scalar_x4() 55 int32_t virr0 = (int32_t) dr[6]; in xnn_cs16_fftr_ukernel__scalar_x4() 56 int32_t viri0 = -(int32_t) dr[7]; in xnn_cs16_fftr_ukernel__scalar_x4() 57 int32_t virr1 = (int32_t) dr[4]; in xnn_cs16_fftr_ukernel__scalar_x4() 58 int32_t viri1 = -(int32_t) dr[5]; in xnn_cs16_fftr_ukernel__scalar_x4() 59 int32_t virr2 = (int32_t) dr[2]; in xnn_cs16_fftr_ukernel__scalar_x4() 60 int32_t viri2 = -(int32_t) dr[3]; in xnn_cs16_fftr_ukernel__scalar_x4() [all …]
|
H A D | scalar-x3.c | 30 int16_t* dr = data + samples * 2; in xnn_cs16_fftr_ukernel__scalar_x3() local 40 dr[0] = vdcr - vdci; in xnn_cs16_fftr_ukernel__scalar_x3() 41 dr[1] = 0; in xnn_cs16_fftr_ukernel__scalar_x3() 46 dr -= 3 * 2; in xnn_cs16_fftr_ukernel__scalar_x3() 53 int32_t virr0 = (int32_t) dr[4]; in xnn_cs16_fftr_ukernel__scalar_x3() 54 int32_t viri0 = -(int32_t) dr[5]; in xnn_cs16_fftr_ukernel__scalar_x3() 55 int32_t virr1 = (int32_t) dr[2]; in xnn_cs16_fftr_ukernel__scalar_x3() 56 int32_t viri1 = -(int32_t) dr[3]; in xnn_cs16_fftr_ukernel__scalar_x3() 57 int32_t virr2 = (int32_t) dr[0]; in xnn_cs16_fftr_ukernel__scalar_x3() 58 int32_t viri2 = -(int32_t) dr[1]; in xnn_cs16_fftr_ukernel__scalar_x3() [all …]
|
H A D | scalar-x2.c | 30 int16_t* dr = data + samples * 2; in xnn_cs16_fftr_ukernel__scalar_x2() local 40 dr[0] = vdcr - vdci; in xnn_cs16_fftr_ukernel__scalar_x2() 41 dr[1] = 0; in xnn_cs16_fftr_ukernel__scalar_x2() 46 dr -= 2 * 2; in xnn_cs16_fftr_ukernel__scalar_x2() 51 int32_t virr0 = (int32_t) dr[2]; in xnn_cs16_fftr_ukernel__scalar_x2() 52 int32_t viri0 = -(int32_t) dr[3]; in xnn_cs16_fftr_ukernel__scalar_x2() 53 int32_t virr1 = (int32_t) dr[0]; in xnn_cs16_fftr_ukernel__scalar_x2() 54 int32_t viri1 = -(int32_t) dr[1]; in xnn_cs16_fftr_ukernel__scalar_x2() 87 dr[2] = math_asr_s32(vacc1r0 - twr0, 1); in xnn_cs16_fftr_ukernel__scalar_x2() 88 dr[3] = math_asr_s32(twi0 - vacc1i0, 1); in xnn_cs16_fftr_ukernel__scalar_x2() [all …]
|
/aosp_15_r20/external/tcpdump/tests/ |
H A D | pimv2_sm-v.out | 6 DR Priority Option (19), length 4, Value: 1 13 DR Priority Option (19), length 4, Value: 1 26 DR Priority Option (19), length 4, Value: 1 33 DR Priority Option (19), length 4, Value: 1 40 DR Priority Option (19), length 4, Value: 1 47 DR Priority Option (19), length 4, Value: 1 60 DR Priority Option (19), length 4, Value: 1 67 DR Priority Option (19), length 4, Value: 1 76 DR Priority Option (19), length 4, Value: 1 83 DR Priority Option (19), length 4, Value: 1 [all …]
|
H A D | pimv2_dm-v.out | 6 DR Priority Option (19), length 4, Value: 1 13 DR Priority Option (19), length 4, Value: 1 28 DR Priority Option (19), length 4, Value: 1 35 DR Priority Option (19), length 4, Value: 1 42 DR Priority Option (19), length 4, Value: 1 49 DR Priority Option (19), length 4, Value: 1 56 DR Priority Option (19), length 4, Value: 1 63 DR Priority Option (19), length 4, Value: 1 70 DR Priority Option (19), length 4, Value: 1 77 DR Priority Option (19), length 4, Value: 1 [all …]
|
/aosp_15_r20/external/clang/www/ |
H A D | make_cxx_dr_status | 16 class DR: class 23 def parse(dr): argument 26 for col in dr.split('</TR>', 1)[0].split('<TD')[1:] 32 return DR(section, issue, url, status, title) 47 drs = sorted((parse(dr) for dr in file(index, 'r').read().split('<TR>')[2:]), 48 key = lambda dr: dr.issue) 136 assert False, 'unknown status %s for issue %s' % (status, dr.issue) 140 for dr in drs: 141 if dr.status in ('concepts',): 144 if dr.status in ('open', 'concurrency', 'drafting', 'review', 'extension'): [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/link/ |
H A D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 40 DR(N) " = OpTypeImage " DA(T) " 2D 0 0 0 0 Rgba32f" 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/link/ |
D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 40 DR(N) " = OpTypeImage " DA(T) " 2D 0 0 0 0 Rgba32f" 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/link/ |
H A D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 40 DR(N) " = OpTypeImage " DA(T) " 2D 0 0 0 0 Rgba32f" 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v2/ |
H A D | backup_disaster_recovery.proto | 29 // Information related to Google Cloud Backup and DR Service findings. 31 // The name of a Backup and DR template which comprises one or more backup 32 // policies. See the [Backup and DR 37 // The names of Backup and DR policies that are associated with a template 42 // The name of a Backup and DR host, which is managed by the backup and 45 // system, etc.), vCenter, or an ESX server. See the [Backup and DR 51 // The names of Backup and DR applications. An application is a VM, database, 57 // The name of the Backup and DR storage pool that the backup and recovery 59 // Primary, Snapshot, or OnVault. See the [Backup and DR documentation on 65 // The names of Backup and DR advanced policy options of a policy applying to [all …]
|