Home
last modified time | relevance | path

Searched defs:rep (Results 1 – 25 of 154) sorted by relevance

1234567

/external/guava/guava-tests/benchmark/com/google/common/cache/
DMapMakerComparisonBenchmark.java57 @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/
Dxf86dri.c121 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/mesa3d/src/glx/
DXF86dri.c120 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
Ddri2.c223 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/mesa3d/src/glx/apple/
Dappledri.c156 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/
Dutransts.c64 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/
Dfp_test.h88 uint16_t rep = toRep16(result); in compareResultH() local
106 uint16_t rep = toRep16(result); in compareResultH() local
124 uint32_t rep = toRep32(result); in compareResultF() local
142 uint64_t rep = toRep64(result); in compareResultD() local
165 __uint128_t rep = toRep128(result); in compareResultLD() local
/external/protobuf/java/src/test/java/com/google/protobuf/
Dtest_check_utf8_size.proto44 repeated string rep = 3; field
50 repeated bytes rep = 3; field
Dtest_check_utf8.proto43 repeated string rep = 3; field
49 repeated bytes rep = 3; field
/external/v8/src/compiler/
Dmachine-operator.cc60 size_t hash_value(StoreRepresentation rep) { in hash_value()
65 std::ostream& operator<<(std::ostream& os, StoreRepresentation rep) { in operator <<()
371 const Operator* MachineOperatorBuilder::Load(LoadRepresentation rep) { in Load()
410 CheckedLoadRepresentation rep) { in CheckedLoad()
423 CheckedStoreRepresentation rep) { in CheckedStore()
Dinstruction-selector-impl.h71 MachineRepresentation rep) { in DefineAsLocation()
132 MachineRepresentation rep = InstructionSequence::DefaultRepresentation(); in UseExplicit() local
147 MachineRepresentation rep) { in UseLocation()
155 MachineRepresentation rep = MachineType::PointerRepresentation(); in UsePointerLocation() local
188 MachineRepresentation rep) { in TempLocation()
255 MachineRepresentation rep, in ToUnallocatedOperand()
Descape-analysis.cc222 Node* rep = objects_.front()->GetField(pos); in GetFields() local
338 Node* rep = GetReplacement(objs.front()->id()); in GetReplacementIfSame() local
370 Node* rep = mergeObject->GetField(i); in MergeFrom() local
532 if (Node* rep = object_analysis_->GetReplacement(node)) { in Process() local
625 bool EscapeStatusAnalysis::CheckUsesForEscape(Node* uses, Node* rep, in CheckUsesForEscape()
1102 bool EscapeAnalysis::SetReplacement(Node* node, Node* rep) { in SetReplacement()
1110 Node* rep) { in UpdateReplacement()
1226 Node* rep = replacement(node); in ProcessLoadFromPhi() local
/external/dhcpcd-6.8.2/compat/
Dstrtoi.c41 int rep; in strtoi() local
81 int rep; in strtou() local
/external/v8/src/
Dmachine-type.h158 V8_INLINE size_t hash_value(MachineRepresentation rep) { in hash_value()
171 inline bool IsFloatingPoint(MachineRepresentation rep) { in IsFloatingPoint()
177 inline int ElementSizeLog2Of(MachineRepresentation rep) { in ElementSizeLog2Of()
Dmachine-type.cc11 std::ostream& operator<<(std::ostream& os, MachineRepresentation rep) { in operator <<()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DReplaceableContextIterator.java46 public void setText(Replaceable rep) { in setText()
193 protected Replaceable rep; field in ReplaceableContextIterator
/external/skia/tools/
Drandom_parse_path.cpp38 for (int rep = 0; rep < reps; ++rep) { in add_white() local
76 for (int rep = 0; rep < reps; ++rep) { in MakeRandomParsePathPiece() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DReplaceableContextIterator.java45 public void setText(Replaceable rep) { in setText()
192 protected Replaceable rep; field in ReplaceableContextIterator
/external/compiler-rt/lib/builtins/
Dfp_trunc.h67 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
Dfp_extend.h79 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/skia/fuzz/
DFuzzParsePath.cpp43 for (int rep = 0; rep < reps; ++rep) { in add_white() local
81 for (int rep = 0; rep < reps; ++rep) { in MakeRandomParsePathPiece() local
/external/libcxx/test/std/utilities/time/
Dclock.h18 typedef duration::rep rep; typedef
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c112 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/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc254 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack()
287 void PrintReport(const ReportDesc *rep) { in PrintReport()
401 void PrintReport(const ReportDesc *rep) { in PrintReport()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DDerGeneralizedTimeEDTest.java57 String rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8"); in testGeneralizedEncoder() local

1234567