Home
last modified time | relevance | path

Searched full:dr (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DPeriodFormatterData.java36 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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DPeriodFormatterData.java34 final DataRecord dr; field in PeriodFormatterData
40 public PeriodFormatterData(String localeName, DataRecord dr) { in PeriodFormatterData() argument
41 this.dr = dr; in PeriodFormatterData()
47 if (dr == null) { in PeriodFormatterData()
66 return dr.pl; in pluralization()
74 return dr.allowZero; in allowZero()
78 return dr.weeksAloneOnly; in weeksAloneOnly()
82 return dr.useMilliseconds; in useMilliseconds()
95 if (dr.scopeData != null) { in appendPrefix()
97 ScopeData sd = dr.scopeData[ix]; in appendPrefix()
[all …]
/external/skia/tools/
Dskdiff.cpp145 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()
166 SkAutoLockPixels alpDiff(dr->fDifference.fBitmap); in compute_diff()
167 SkAutoLockPixels alpWhite(dr->fWhite.fBitmap); in compute_diff()
176 dr->fWeightedFraction = 0; in compute_diff()
[all …]
Dskdiff_image.cpp329 DiffRecord dr; in tool_main() local
331 &dr); in tool_main()
333 if (DiffResource::isStatusFailed(dr.fBase.fStatus)) { in tool_main()
334 printf("Base %s.\n", DiffResource::getStatusDescription(dr.fBase.fStatus)); in tool_main()
336 if (DiffResource::isStatusFailed(dr.fComparison.fStatus)) { in tool_main()
337 printf("Comparison %s.\n", DiffResource::getStatusDescription(dr.fComparison.fStatus)); in tool_main()
339 printf("Base and Comparison %s.\n", DiffRecord::getResultDescription(dr.fResult)); in tool_main()
341 if (DiffRecord::kDifferentPixels_Result == dr.fResult) { in tool_main()
342 printf("%.4f%% of pixels differ", 100 * dr.fFractionDifference); in tool_main()
343 printf(" (%.4f%% weighted)", 100 * dr.fWeightedFraction); in tool_main()
[all …]
/external/pdfium/tools/drmemory/
DREADME2 # Dr. Memory
4 Dr. Memory (www.drmemory.org) is an open-source dynamic memory
7 ## About Dr. Memory
9 Dr. Memory operates on unmodified application binaries running on
21 ## Using Dr. Memory (Windows only)
24 Dr. Memory. Errors found are printed to the screen, and a summary is
27 ### Obtain Dr. Memory
29 The Dr. Memory package is provided as a self-extracting archive
33 The Dr. Memory release package can be downloaded from
39 The Dr. Memory source code can be found at
[all …]
/external/valgrind/none/tests/s390x/
Ddiv.stdout.exp13 dr 00000000000000000000000000000000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000000)
14 dr 00000000000000000000000000000001 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000001)
15 dr 0000000000000000000000000000FFFF / 7FFFFFFFFFFFFFFA = 00000000FFFFD556 (rem 0000000000000003)
16 dr 00000000000000000000000000007FFF / 7FFFFFFFFFFFFFFA = 00000000FFFFEAAB (rem 0000000000000001)
17 dr 00000000000000000000000000008000 / 7FFFFFFFFFFFFFFA = 00000000FFFFEAAB (rem 0000000000000002)
18 dr 000000000000000000000000FFFFFFFF / 7FFFFFFFFFFFFFFA = 00000000D5555556 (rem 0000000000000003)
19 dr 00000000000000000000000080000000 / 7FFFFFFFFFFFFFFA = 00000000EAAAAAAB (rem 0000000000000002)
20 dr 0000000000000000000000007FFFFFFF / 7FFFFFFFFFFFFFFA = 00000000EAAAAAAB (rem 0000000000000001)
21 dr 0000000000000000FFFFFFFFFFFFFFFF / 7FFFFFFFFFFFFFFA = FFFFFFFFD5555556 (rem 0000000000000003)
22 dr 00000000000000008000000000000000 / 7FFFFFFFFFFFFFFA = 8000000000000000 (rem 0000000000000000)
[all …]
/external/pcre/dist/sljit/
DsljitNativeSPARC_32.c30 return push_inst(compiler, OR | D(dst) | S1(0) | IMM(imm), DR(dst)); in load_immediate()
32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate()
33 …return (imm & 0x3ff) ? push_inst(compiler, OR | D(dst) | S1(dst) | IMM_ARG | (imm & 0x3ff), DR(dst… in load_immediate()
50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op()
58 return push_inst(compiler, AND | D(dst) | S1(src2) | IMM(0xff), DR(dst)); in emit_single_op()
59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
60 return push_inst(compiler, SRA | D(dst) | S1(dst) | IMM(24), DR(dst)); in emit_single_op()
70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
71 …return push_inst(compiler, (op == SLJIT_MOV_SH ? SRA : SRL) | D(dst) | S1(dst) | IMM(16), DR(dst)); in emit_single_op()
79 …return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flag… in emit_single_op()
[all …]
DsljitNativeMIPS_32.c46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
60 FAIL_IF(push_inst(compiler, op_imm | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \
66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \
79 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
88 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op()
90 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op()
91 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op()
94 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op()
106 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op()
[all …]
DsljitNativeMIPS_64.c129 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
135 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
150 FAIL_IF(push_inst(compiler, ins | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \
157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \
170 return push_inst(compiler, SELECT_OP(DADDU, ADDU) | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
178 FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op()
179 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op()
181 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op()
192 FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) | SH_IMM(16), DR(dst))); in emit_single_op()
193 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(16), DR(dst)); in emit_single_op()
[all …]
DsljitNativeMIPS_common.c92 #define DR(dr) (reg_map[dr]) macro
562 …FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP))); in sljit_emit_enter()
566 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), local_size)); in sljit_emit_enter()
567 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG2), DR(TMP_REG2))); in sljit_emit_enter()
568 FAIL_IF(push_inst(compiler, SUBU_W | S(SLJIT_SP) | T(TMP_REG1) | D(SLJIT_SP), DR(SLJIT_SP))); in sljit_emit_enter()
588 FAIL_IF(push_inst(compiler, ADDU_W | SA(4) | TA(0) | D(SLJIT_S0), DR(SLJIT_S0))); in sljit_emit_enter()
590 FAIL_IF(push_inst(compiler, ADDU_W | SA(5) | TA(0) | D(SLJIT_S1), DR(SLJIT_S1))); in sljit_emit_enter()
592 FAIL_IF(push_inst(compiler, ADDU_W | SA(6) | TA(0) | D(SLJIT_S2), DR(SLJIT_S2))); in sljit_emit_enter()
628 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), local_size)); in sljit_emit_return()
629 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | T(TMP_REG1) | D(TMP_REG1), DR(TMP_REG1))); in sljit_emit_return()
[all …]
/external/icu/icu4j/perf-tests/data/collation/
DTestNames_SerbianSH.txt74 ČAKIĆ ZLATOJE DR
149 ČANAK BOSILJKA DR
214 ČAPELJA JAN DR
312 ČEHAK KALMAN DR
373 ČELIĆ STANKO DR
561 ČIKOŠ JOSIP DR
1043 ČURIĆ RADOSLAV DR PROF
1299 ŠARČEVIĆ MARGITA DR
1329 ŠARANOVIĆ MILADIN DR LEKAR
1376 ŠARKOVIĆ MIODRAG DR
[all …]
/external/clang/www/
Dmake_cxx_dr_status16 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 …]
/external/tcpdump/tests/
Dpimv2_sm-v.out6 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 …]
Dpimv2_dm-v.out6 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 …]
Dpimv2_hellos-v.out6 DR Priority Option (19), length 4, Value: 1
13 DR Priority Option (19), length 4, Value: 1
20 DR Priority Option (19), length 4, Value: 1
27 DR Priority Option (19), length 4, Value: 1
34 DR Priority Option (19), length 4, Value: 1
41 DR Priority Option (19), length 4, Value: 1
/external/opencv3/modules/cudaimgproc/src/
Dmssegmentation.cpp110 SegmLinkVal(int dr_, int dsp_) : dr(dr_), dsp(dsp_) {} in SegmLinkVal()
113 return dr + dsp < other.dr + other.dsp; in operator <()
115 int dr; member
253 int dr[4]; in meanShiftSegmentation() local
276 dr[0] = dist2(r1, r2[0]); in meanShiftSegmentation()
277 dr[1] = dist2(r1, r2[1]); in meanShiftSegmentation()
278 dr[2] = dist2(r1, r2[2]); in meanShiftSegmentation()
286 dr[3] = dist2(r1, r2[3]); in meanShiftSegmentation()
289 g.addEdge(pix(y, x, ncols), pix(y, x + 1, ncols), SegmLinkVal(dr[0], dsp[0])); in meanShiftSegmentation()
290 g.addEdge(pix(y, x, ncols), pix(y + 1, x, ncols), SegmLinkVal(dr[1], dsp[1])); in meanShiftSegmentation()
[all …]
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz ... ;CharsetDecoderICU;implReset;void(); 22DR@4.8;PB;NS;FN;NS ...
Dicu4j54.api3.gz
/external/llvm/test/MC/COFF/
Dsection-comdat.s4 .section assocSec, "dr", discard, "assocSym"
7 .section secName, "dr", discard, "Symbol1"
12 .section secName, "dr", one_only, "Symbol2"
17 .section SecName, "dr", same_size, "Symbol3"
22 .section SecName, "dr", same_contents, "Symbol4"
27 .section SecName, "dr", associative, "assocSym"
32 .section SecName, "dr", largest, "Symbol6"
37 .section SecName, "dr", newest, "Symbol7"
42 .section assocSec, "dr", associative, "assocSym"
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c150 struct tgsi_declaration_range dr; in tgsi_default_declaration_range() local
152 dr.First = 0; in tgsi_default_declaration_range()
153 dr.Last = 0; in tgsi_default_declaration_range()
155 return dr; in tgsi_default_declaration_range()
263 struct tgsi_declaration_resource dr; in tgsi_default_declaration_resource() local
265 dr.Resource = TGSI_TEXTURE_BUFFER; in tgsi_default_declaration_resource()
266 dr.Raw = 0; in tgsi_default_declaration_resource()
267 dr.Writable = 0; in tgsi_default_declaration_resource()
268 dr.Padding = 0; in tgsi_default_declaration_resource()
270 return dr; in tgsi_default_declaration_resource()
[all …]
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DScaling.h82 VectorXd Dr, Dc, DrRes, DcRes; // Temporary Left and right scaling vectors in compute() local
83 Dr.resize(m); Dc.resize(n); in compute()
90 Dr.setZero(); Dc.setZero(); in compute()
95 if ( Dr(it.row()) < abs(it.value()) ) in compute()
96 Dr(it.row()) = abs(it.value()); in compute()
104 Dr(i) = std::sqrt(Dr(i)); in compute()
110 m_left(i) /= Dr(i); in compute()
119 it.valueRef() = it.value()/( Dr(it.row()) * Dc(it.col()) ); in compute()
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() argument
56 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl())) in VisitDeclRefExpr()
229 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() argument
231 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) in CheckDeclRef()
232 CheckVarDecl(VD, DR, Val, dsk, Live); in CheckDeclRef()
245 const DeclRefExpr *DR; in isIncrement() local
247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement()
248 if (DR->getDecl() == VD) in isIncrement()
251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement()
252 if (DR->getDecl() == VD) in isIncrement()
[all …]
/external/skia/src/core/
DSkXfermode.cpp273 float dr = d[SkPM4f::R]; in hue_4f() local
280 SetSat(&Sr, &Sg, &Sb, Sat(dr, dg, db) * sa); in hue_4f()
281 SetLum(&Sr, &Sg, &Sb, sa * da, Lum(dr, dg, db) * sa); in hue_4f()
294 float dr = d[SkPM4f::R]; in saturation_4f() local
298 float Dr = dr; in saturation_4f() local
301 SetSat(&Dr, &Dg, &Db, Sat(sr, sg, sb) * da); in saturation_4f()
302 SetLum(&Dr, &Dg, &Db, sa * da, Lum(dr, dg, db) * sa); in saturation_4f()
304 return color_alpha(s * inv_alpha(d) + d * inv_alpha(s) + set_argb(0, Dr, Dg, Db), in saturation_4f()
315 float dr = d[SkPM4f::R]; in color_4f() local
322 SetLum(&Sr, &Sg, &Sb, sa * da, Lum(dr, dg, db) * sa); in color_4f()
[all …]
/external/clang/lib/Analysis/
DLiveVariables.cpp208 void VisitDeclRefExpr(DeclRefExpr *DR);
340 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) in VisitBinaryOperator() local
341 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) { in VisitBinaryOperator()
352 observer->observerKill(DR); in VisitBinaryOperator()
366 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() argument
367 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl())) in VisitDeclRefExpr()
368 if (!isAlwaysAlive(D) && LV.inAssignment.find(DR) == LV.inAssignment.end()) in VisitDeclRefExpr()
382 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local
389 else if ((DR = dyn_cast<DeclRefExpr>(cast<Expr>(element)->IgnoreParens()))) { in VisitObjCForCollectionStmt()
390 VD = cast<VarDecl>(DR->getDecl()); in VisitObjCForCollectionStmt()
[all …]
/external/valgrind/memcheck/tests/
Dleak-cases.c8 // p1 ---> AAA DR / R
9 // p2 ---> AAA ---> BBB DR / R IR / R
12 // p5 -?-> AAA (y)DR, (n)DL / P
13 // p6 ---> AAA -?-> BBB DR / R (y)IR, (n)DL / P
14 // p7 -?-> AAA ---> BBB (y)DR, (n)DL / P (y)IR, (n)IL / P
15 // p8 -?-> AAA -?-> BBB (y)DR, (n)DL / P (y,y)IR, (n,y)IL, (_,n)DL / P
25 // - DR: Directly reachable

12345678910>>...25