/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cc | 254 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack() argument 255 if (rep->mops.Size()) in ChooseSummaryStack() 256 return rep->mops[0]->stack; in ChooseSummaryStack() 257 if (rep->stacks.Size()) in ChooseSummaryStack() 258 return rep->stacks[0]; in ChooseSummaryStack() 259 if (rep->mutexes.Size()) in ChooseSummaryStack() 260 return rep->mutexes[0]->stack; in ChooseSummaryStack() 261 if (rep->threads.Size()) in ChooseSummaryStack() 262 return rep->threads[0]->stack; in ChooseSummaryStack() 287 void PrintReport(const ReportDesc *rep) { in PrintReport() argument [all …]
|
/external/mesa3d/src/glx/ |
D | XF86dri.c | 120 xXF86DRIQueryVersionReply rep; in XF86DRIQueryVersion() local 130 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { in XF86DRIQueryVersion() 136 *majorVersion = rep.majorVersion; in XF86DRIQueryVersion() 137 *minorVersion = rep.minorVersion; in XF86DRIQueryVersion() 138 *patchVersion = rep.patchVersion; in XF86DRIQueryVersion() 150 xXF86DRIQueryDirectRenderingCapableReply rep; in XF86DRIQueryDirectRenderingCapable() local 161 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { in XF86DRIQueryDirectRenderingCapable() 167 *isCapable = rep.isCapable; in XF86DRIQueryDirectRenderingCapable() 179 xXF86DRIOpenConnectionReply rep; in XF86DRIOpenConnection() local 190 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { in XF86DRIOpenConnection() [all …]
|
D | dri2.c | 223 xDRI2QueryVersionReply rep; in DRI2QueryVersion() local 235 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { in DRI2QueryVersion() 240 *major = rep.majorVersion; in DRI2QueryVersion() 241 *minor = rep.minorVersion; in DRI2QueryVersion() 245 switch (rep.minorVersion) { in DRI2QueryVersion() 270 xDRI2ConnectReply rep; in DRI2Connect() local 294 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { in DRI2Connect() 300 if (rep.driverNameLength == 0 && rep.deviceNameLength == 0) { in DRI2Connect() 306 *driverName = Xmalloc(rep.driverNameLength + 1); in DRI2Connect() 309 ((rep.driverNameLength + 3) & ~3) + in DRI2Connect() [all …]
|
/external/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 121 xXF86DRIQueryVersionReply rep; local 131 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { 137 *majorVersion = rep.majorVersion; 138 *minorVersion = rep.minorVersion; 139 *patchVersion = rep.patchVersion; 153 xXF86DRIQueryDirectRenderingCapableReply rep; local 164 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { 170 *isCapable = rep.isCapable; 185 xXF86DRIOpenConnectionReply rep; local 196 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { [all …]
|
/external/mesa3d/src/glx/apple/ |
D | appledri.c | 156 xAppleDRIQueryVersionReply rep; local 166 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { 172 *majorVersion = rep.majorVersion; 173 *minorVersion = rep.minorVersion; 174 *patchVersion = rep.patchVersion; 188 xAppleDRIQueryDirectRenderingCapableReply rep; local 199 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { 205 *isCapable = rep.isCapable; 220 xAppleDRIAuthConnectionReply rep; local 231 rep.authenticated = 0; [all …]
|
/external/compiler-rt/test/builtins/Unit/ |
D | fp_test.h | 88 uint16_t rep = toRep16(result); in compareResultH() local 90 if (rep == expected){ in compareResultH() 95 if ((rep & 0x7c00U) == 0x7c00U && in compareResultH() 96 (rep & 0x3ffU) > 0){ in compareResultH() 106 uint16_t rep = toRep16(result); in compareResultH() local 108 if (rep == expected){ in compareResultH() 113 if ((rep & 0x7c00U) == 0x7c00U && in compareResultH() 114 (rep & 0x3ffU) > 0){ in compareResultH() 124 uint32_t rep = toRep32(result); in compareResultF() local 126 if (rep == expected){ in compareResultF() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ReplaceableContextIterator.java | 36 this.rep=null; in ReplaceableContextIterator() 46 public void setText(Replaceable rep) { in setText() argument 47 this.rep=rep; in setText() 48 limit=contextLimit=rep.length(); in setText() 81 if(0<=lim && lim<=rep.length()) { in setLimit() 84 limit=rep.length(); in setLimit() 97 } else if(contextStart<=rep.length()) { in setContextLimits() 100 this.contextStart=rep.length(); in setContextLimits() 104 } else if(contextLimit<=rep.length()) { in setContextLimits() 107 this.contextLimit=rep.length(); in setContextLimits() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ReplaceableContextIterator.java | 35 this.rep=null; in ReplaceableContextIterator() 45 public void setText(Replaceable rep) { in setText() argument 46 this.rep=rep; in setText() 47 limit=contextLimit=rep.length(); in setText() 80 if(0<=lim && lim<=rep.length()) { in setLimit() 83 limit=rep.length(); in setLimit() 96 } else if(contextStart<=rep.length()) { in setContextLimits() 99 this.contextStart=rep.length(); in setContextLimits() 103 } else if(contextLimit<=rep.length()) { in setContextLimits() 106 this.contextLimit=rep.length(); in setContextLimits() [all …]
|
/external/caliper/examples/src/main/java/examples/ |
D | ListModificationBenchmark.java | 67 for (int rep = 0; rep < reps; rep++) { in populate() 76 for (int rep = 0; rep < reps; rep++) { in iteration() 85 for (int rep = 0; rep < reps; rep++) { in headAddRemove() 93 for (int rep = 0; rep < reps; rep++) { in middleAddRemove() 101 for (int rep = 0; rep < reps; rep++) { in tailAddRemove()
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | ImmutableListCreationBenchmark.java | 39 for (int rep = 0; rep < reps; rep++) { in builderAdd() 52 for (int rep = 0; rep < reps; rep++) { in preSizedBuilderAdd() 65 for (int rep = 0; rep < reps; rep++) { in copyArrayList() 78 for (int rep = 0; rep < reps; rep++) { in copyPreSizedArrayList()
|
/external/guava/guava-tests/benchmark/com/google/common/cache/ |
D | MapMakerComparisonBenchmark.java | 57 @Benchmark void computingMapMaker(int rep) { in computingMapMaker() argument 58 for (int i = 0; i < rep; i++) { in computingMapMaker() 63 @Benchmark void loadingCacheBuilder_stats(int rep) { in loadingCacheBuilder_stats() argument 64 for (int i = 0; i < rep; i++) { in loadingCacheBuilder_stats() 69 @Benchmark void loadingCacheBuilder(int rep) { in loadingCacheBuilder() argument 70 for (int i = 0; i < rep; i++) { in loadingCacheBuilder() 75 @Benchmark void concurrentHashMap(int rep) { in concurrentHashMap() argument 76 for (int i = 0; i < rep; i++) { in concurrentHashMap() 81 @Benchmark void cacheBuilder_stats(int rep) { in cacheBuilder_stats() argument 82 for (int i = 0; i < rep; i++) { in cacheBuilder_stats() [all …]
|
/external/eigen/bench/ |
D | bench_gemm.cpp | 128 int rep = 1; // number of repetitions per try in main() local 144 rep = atoi(argv[i]+1); in main() 201 BENCH(tblas, tries, rep, blas_gemm(a,b,c)); in main() 202 …std::cout << "blas cpu " << tblas.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2… in main() 203 …std::cout << "blas real " << tblas.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2… in main() 208 BENCH(tmt, tries, rep, gemm(a,b,c)); in main() 209 …std::cout << "eigen cpu " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t… in main() 210 …std::cout << "eigen real " << tmt.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t… in main() 219 BENCH(tmono, tries, rep, gemm(a,b,c)); in main() 220 …td::cout << "eigen mono cpu " << tmono.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/… in main() [all …]
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
D | LZMAEncoderNormal.java | 127 for (int rep = 0; rep < REPS; ++rep) { in getNextSymbol() 128 repLens[rep] = lz.getMatchLen(reps[rep], avail); in getNextSymbol() 130 if (repLens[rep] < MATCH_LEN_MIN) { in getNextSymbol() 131 repLens[rep] = 0; in getNextSymbol() 135 if (repLens[rep] > repLens[repBest]) in getNextSymbol() 136 repBest = rep; in getNextSymbol() 222 for (int rep = 0; rep < REPS; ++rep) { in getNextSymbol() 223 int repLen = repLens[rep]; in getNextSymbol() 227 int longRepPrice = getLongRepPrice(anyRepPrice, rep, in getNextSymbol() 233 opts[repLen].set1(price, 0, rep); in getNextSymbol() [all …]
|
D | LZMAEncoderFast.java | 65 for (int rep = 0; rep < REPS; ++rep) { in getNextSymbol() 66 int len = lz.getMatchLen(reps[rep], avail); in getNextSymbol() 72 back = rep; in getNextSymbol() 79 bestRepIndex = rep; in getNextSymbol() 143 for (int rep = 0; rep < REPS; ++rep) in getNextSymbol() 144 if (lz.getMatchLen(reps[rep], limit) == limit) in getNextSymbol()
|
/external/autotest/frontend/afe/ |
D | resources.py | 38 rep = super(AtomicGroupClass, self).short_representation() 39 rep['name'] = self.instance.name 40 return rep 44 rep = super(AtomicGroupClass, self).full_representation() 45 rep.update({'max_number_of_machines': 49 return rep 91 rep = super(Label, self).short_representation() 92 rep.update({'name': self.instance.name, 94 return rep 98 rep = super(Label, self).full_representation() [all …]
|
/external/libcxx/include/ |
D | __refstring | 46 data_from_rep(_Rep_base *rep) _NOEXCEPT 48 char *data = reinterpret_cast<char *>(rep); 49 return data + sizeof(*rep); 90 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); 91 rep->len = len; 92 rep->cap = len; 93 rep->count = 0; 94 char *data = data_from_rep(rep); 126 _Rep_base* rep = rep_from_data(str_); 127 if (__sync_add_and_fetch(&rep->count, count_t(-1)) < 0) [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | byval2.ll | 3 ; X64: rep 4 ; X64-NOT: rep 7 ; X64: rep 8 ; X64-NOT: rep 10 ; X64-NOT: rep 17 ; X32: rep 18 ; X32-NOT: rep 21 ; X32: rep 22 ; X32-NOT: rep 24 ; X32-NOT: rep
|
D | byval3.ll | 3 ; X64: rep 4 ; X64-NOT: rep 7 ; X64: rep 8 ; X64-NOT: rep 10 ; X64-NOT: rep 17 ; X32: rep 18 ; X32-NOT: rep 21 ; X32: rep 22 ; X32-NOT: rep 24 ; X32-NOT: rep
|
D | byval4.ll | 3 ; X64: rep 4 ; X64-NOT: rep 7 ; X64: rep 8 ; X64-NOT: rep 10 ; X64-NOT: rep 17 ; X32: rep 18 ; X32-NOT: rep 21 ; X32: rep 22 ; X32-NOT: rep 24 ; X32-NOT: rep
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_ioctl.c | 112 struct drm_vmw_surface_arg *rep = &s_arg.rep; in vmw_ioctl_surface_create() local 166 vmw_printf("Surface id is %d\n", rep->sid); in vmw_ioctl_surface_create() 168 return rep->sid; in vmw_ioctl_surface_create() 191 struct drm_vmw_fence_rep rep; in vmw_ioctl_command() local 215 memset(&rep, 0, sizeof(rep)); in vmw_ioctl_command() 217 rep.error = -EFAULT; in vmw_ioctl_command() 219 arg.fence_rep = (unsigned long)&rep; in vmw_ioctl_command() 232 if (rep.error) { in vmw_ioctl_command() 241 *pfence = vmw_fence_create(rep.handle, rep.mask); in vmw_ioctl_command() 247 (void) vmw_ioctl_fence_finish(vws, rep.handle, rep.mask); in vmw_ioctl_command() [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
D | DerGeneralizedTimeEDTest.java | 57 String rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8"); in testGeneralizedEncoder() local 58 assertEquals("full", "20041202093934.187Z", rep); in testGeneralizedEncoder() 64 rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8"); in testGeneralizedEncoder() 65 assertEquals("2 fraction", "20041202093934.18Z", rep); in testGeneralizedEncoder() 71 rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8"); in testGeneralizedEncoder() 72 assertEquals("1 fraction", "20041202093934.1Z", rep); in testGeneralizedEncoder() 78 rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8"); in testGeneralizedEncoder() 79 assertEquals("no fraction", "20041202093934Z", rep); in testGeneralizedEncoder() 88 rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8"); in testGeneralizedEncoder() 89 assertEquals("midnight", "20040606000000Z", rep); in testGeneralizedEncoder()
|
/external/icu/icu4c/source/common/unicode/ |
D | urep.h | 61 int32_t (*length)(const UReplaceable* rep); 74 UChar (*charAt)(const UReplaceable* rep, 87 UChar32 (*char32At)(const UReplaceable* rep, 106 void (*replace)(UReplaceable* rep, 125 void (*extract)(UReplaceable* rep, 146 void (*copy)(UReplaceable* rep,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wnm_sta.c | 341 static void wnm_parse_neighbor_report_elem(struct neighbor_report *rep, in wnm_parse_neighbor_report_elem() argument 350 rep->tsf_offset = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem() 351 rep->beacon_int = WPA_GET_LE16(pos + 2); in wnm_parse_neighbor_report_elem() 352 rep->tsf_present = 1; in wnm_parse_neighbor_report_elem() 360 os_memcpy(rep->country, pos, 2); in wnm_parse_neighbor_report_elem() 361 rep->country_present = 1; in wnm_parse_neighbor_report_elem() 369 rep->preference = pos[0]; in wnm_parse_neighbor_report_elem() 370 rep->preference_present = 1; in wnm_parse_neighbor_report_elem() 373 rep->bss_term_tsf = WPA_GET_LE64(pos); in wnm_parse_neighbor_report_elem() 374 rep->bss_term_dur = WPA_GET_LE16(pos + 8); in wnm_parse_neighbor_report_elem() [all …]
|
/external/valgrind/exp-bbv/tests/x86/ |
D | rep_prefix.S | 2 # rep, repe (repz) and repne (repnz) prefixed string instructions 14 # with the rep prefix. Older binutils 43 rep stosb # store d 16384 times, auto-increment 49 rep lodsb # load byte 16384 times, auto-increment 60 rep stosw # store 8192 times, auto-increment 66 rep lodsw # load 8192 times, auto-increment 77 rep stosl # store 4096 times, auto-increment 83 rep lodsl # load 4096 times, auto-increment 97 rep movsb 104 rep movsw [all …]
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cc | 39 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock() argument 40 if (rep == 0) in ReportDeadlock() 45 for (int i = 0; i < rep->n; i++) { in ReportDeadlock() 47 rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0); in ReportDeadlock() 48 PrintStackTrace(thr, rep->loop[i].stk[1]); in ReportDeadlock() 49 if (rep->loop[i].stk[0]) { in ReportDeadlock() 51 rep->loop[i].mtx_ctx0); in ReportDeadlock() 52 PrintStackTrace(thr, rep->loop[i].stk[0]); in ReportDeadlock()
|