| /external/guava/guava-tests/benchmark/com/google/common/cache/ |
| D | MapMakerComparisonBenchmark.java | 57 @Benchmark void computingMapMaker(int rep) { in computingMapMaker() 63 @Benchmark void loadingCacheBuilder_stats(int rep) { in loadingCacheBuilder_stats() 69 @Benchmark void loadingCacheBuilder(int rep) { in loadingCacheBuilder() 75 @Benchmark void concurrentHashMap(int rep) { in concurrentHashMap() 81 @Benchmark void cacheBuilder_stats(int rep) { in cacheBuilder_stats() 87 @Benchmark void cacheBuilder(int rep) { in cacheBuilder()
|
| /external/libdrm/tests/ttmtest/src/ |
| D | xf86dri.c | 121 xXF86DRIQueryVersionReply rep; local 153 xXF86DRIQueryDirectRenderingCapableReply rep; local 185 xXF86DRIOpenConnectionReply rep; local 235 xXF86DRIAuthConnectionReply rep; local 293 xXF86DRIGetClientDriverNameReply rep; local 343 xXF86DRICreateContextReply rep; local 410 xXF86DRICreateDrawableReply rep; in uniDRICreateDrawable() local 466 xXF86DRIGetDrawableInfoReply rep; in uniDRIGetDrawableInfo() local 556 xXF86DRIGetDeviceInfoReply rep; local
|
| /external/linux-tools-perf/src/tools/perf/ |
| D | builtin-report.c | 65 struct perf_report *rep = cb; in perf_report_config() local 80 struct perf_report *rep = container_of(tool, struct perf_report, tool); in perf_report__add_mem_hist_entry() local 172 struct perf_report *rep = container_of(tool, struct perf_report, tool); in perf_report__add_branch_hist_entry() local 303 struct perf_report *rep = container_of(tool, struct perf_report, tool); in process_sample_event() local 346 struct perf_report *rep = container_of(tool, struct perf_report, tool); in process_read_event() local 365 static int perf_report__setup_sample_type(struct perf_report *rep) in perf_report__setup_sample_type() 409 static size_t hists__fprintf_nr_sample_events(struct perf_report *rep, in hists__fprintf_nr_sample_events() 447 struct perf_report *rep, in perf_evlist__tty_browse_hists() 480 static int __cmd_report(struct perf_report *rep) in __cmd_report() 606 struct perf_report *rep = (struct perf_report *)opt->value; in parse_callchain_opt() local [all …]
|
| /external/mesa3d/src/glx/ |
| D | XF86dri.c | 120 xXF86DRIQueryVersionReply rep; in XF86DRIQueryVersion() local 150 xXF86DRIQueryDirectRenderingCapableReply rep; in XF86DRIQueryDirectRenderingCapable() local 179 xXF86DRIOpenConnectionReply rep; in XF86DRIOpenConnection() local 227 xXF86DRIAuthConnectionReply rep; in XF86DRIAuthConnection() local 280 xXF86DRIGetClientDriverNameReply rep; in XF86DRIGetClientDriverName() local 328 xXF86DRICreateContextReply rep; in XF86DRICreateContextWithConfig() local 389 xXF86DRICreateDrawableReply rep; in XF86DRICreateDrawable() local 470 xXF86DRIGetDrawableInfoReply rep; in XF86DRIGetDrawableInfo() local 555 xXF86DRIGetDeviceInfoReply rep; in XF86DRIGetDeviceInfo() local
|
| D | dri2.c | 223 xDRI2QueryVersionReply rep; in DRI2QueryVersion() local 270 xDRI2ConnectReply rep; in DRI2Connect() local 340 xDRI2AuthenticateReply rep; in DRI2Authenticate() local 405 xDRI2GetBuffersReply rep; in DRI2GetBuffers() local 464 xDRI2GetBuffersReply rep; in DRI2GetBuffersWithFormat() local 523 xDRI2CopyRegionReply rep; in DRI2CopyRegion() local 566 xDRI2SwapBuffersReply rep; in DRI2SwapBuffers() local 592 xDRI2MSCReply rep; in DRI2GetMSC() local 637 xDRI2MSCReply rep; in DRI2WaitMSC() local 678 xDRI2MSCReply rep; in DRI2WaitSBC() local
|
| /external/protobuf/java/src/test/java/com/google/protobuf/ |
| D | test_check_utf8_size.proto | 44 repeated string rep = 3; field 50 repeated bytes rep = 3; field
|
| D | test_check_utf8.proto | 43 repeated string rep = 3; field 49 repeated bytes rep = 3; field
|
| /external/mesa3d/src/glx/apple/ |
| D | appledri.c | 156 xAppleDRIQueryVersionReply rep; local 188 xAppleDRIQueryDirectRenderingCapableReply rep; local 220 xAppleDRIAuthConnectionReply rep; local 254 xAppleDRICreateSurfaceReply rep; local 314 xAppleDRICreateSharedBufferReply rep; in XAppleDRICreateSharedBuffer() local 383 xAppleDRICreatePixmapReply rep; in XAppleDRICreatePixmap() local
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | utransts.c | 64 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { in InitXReplaceable() 69 static void FreeXReplaceable(XReplaceable* rep) { in FreeXReplaceable() 77 static int32_t Xlength(const UReplaceable* rep) { in Xlength() 83 static UChar XcharAt(const UReplaceable* rep, int32_t offset) { in XcharAt() 89 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) { in Xchar32At() 95 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, in Xreplace() 108 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { in Xcopy() 120 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { in Xextract()
|
| /external/compiler-rt/test/builtins/Unit/ |
| D | fp_test.h | 79 uint16_t rep = toRep16(result); in compareResultH() local 97 uint32_t rep = toRep32(result); in compareResultF() local 115 uint64_t rep = toRep64(result); in compareResultD() local 137 __uint128_t rep = toRep128(result); in compareResultLD() local
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | ReplaceableContextIterator.java | 45 public void setText(Replaceable rep) { in setText() 192 protected Replaceable rep; field in ReplaceableContextIterator
|
| /external/compiler-rt/lib/builtins/ |
| D | fp_trunc.h | 67 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep() local 72 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; in dstFromRep() local
|
| D | fp_extend.h | 79 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep() local 84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; in dstFromRep() local
|
| /external/libcxx/test/std/utilities/time/ |
| D | clock.h | 18 typedef duration::rep rep; typedef
|
| /external/v8/src/compiler/ |
| D | machine-operator.cc | 27 OStream& operator<<(OStream& os, const StoreRepresentation& rep) { in operator <<() 221 const Operator* MachineOperatorBuilder::Store(StoreRepresentation rep) { in Store()
|
| D | access-builder.cc | 61 ElementAccess AccessBuilder::ForBackingStoreElement(MachineType rep) { in ForBackingStoreElement()
|
| /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 191 struct drm_vmw_fence_rep rep; in vmw_ioctl_command() local 261 struct drm_vmw_dmabuf_rep *rep = &arg.rep; in vmw_ioctl_region_create() local
|
| /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
|
| D | DerUTCTimeEDTest.java | 60 String rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8"); in testUTCEncoder() local
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_report.cc | 242 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack() 270 void PrintReport(const ReportDesc *rep) { in PrintReport() 384 void PrintReport(const ReportDesc *rep) { in PrintReport()
|
| /external/eigen/bench/ |
| D | quatmul.cpp | 23 int rep = 1000000; in bench() local
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_deadlock_detector1.cc | 32 DDReport rep; member 127 DDReport *rep = <->rep; in ReportDeadlock() local
|
| /external/skia/bench/ |
| D | bench_util.py | 73 def __init__(self, cmpr, rep): argument 151 def parse_skp_bench_data(directory, revision, rep, default_settings=None): argument
|
| /external/icu/icu4c/source/i18n/ |
| D | casetrn.cpp | 38 Replaceable *rep=(Replaceable *)csc->p; in utrans_rep_caseContextIterator() local
|
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| D | nv50_ir_inlines.h | 143 Value *ValueRef::rep() const in rep() function 149 Value *ValueDef::rep() const in rep() function
|