/third_party/flutter/skia/tests/ |
D | MallocPixelRefTest.cpp | 29 sk_sp<SkPixelRef> pr( in DEF_TEST() local 38 sk_sp<SkPixelRef> pr( in DEF_TEST() local 47 sk_sp<SkPixelRef> pr( in DEF_TEST() local 56 auto pr = sk_make_sp<SkPixelRef>(info.width(), info.height(), memory.get(), rowBytes); in DEF_TEST() local 61 sk_sp<SkPixelRef> pr( in DEF_TEST() local 68 sk_sp<SkPixelRef> pr( in DEF_TEST() local 77 sk_sp<SkPixelRef> pr( in DEF_TEST() local 90 sk_sp<SkPixelRef> pr( in DEF_TEST() local 99 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithData(info, rowBytes, data); in DEF_TEST() local
|
/third_party/skia/tests/ |
D | MallocPixelRefTest.cpp | 26 sk_sp<SkPixelRef> pr( in DEF_TEST() local 35 sk_sp<SkPixelRef> pr( in DEF_TEST() local 44 sk_sp<SkPixelRef> pr( in DEF_TEST() local 53 auto pr = sk_make_sp<SkPixelRef>(info.width(), info.height(), memory.get(), rowBytes); in DEF_TEST() local 58 sk_sp<SkPixelRef> pr( in DEF_TEST() local 65 sk_sp<SkPixelRef> pr( in DEF_TEST() local 74 sk_sp<SkPixelRef> pr( in DEF_TEST() local 87 sk_sp<SkPixelRef> pr( in DEF_TEST() local 96 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithData(info, rowBytes, data); in DEF_TEST() local
|
/third_party/libwebsockets/lib/system/smd/ |
D | smd.c | 102 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in lws_smd_dump() local 111 _lws_smd_msg_peer_interested_in_msg(lws_smd_peer_t *pr, lws_smd_msg_t *msg) in _lws_smd_msg_peer_interested_in_msg() 128 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in _lws_smd_msg_assess_peers_interested() local 148 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in _lws_smd_class_mask_union() local 241 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in _lws_smd_msg_send() local 371 struct lws_smd_peer *pr, const uint8_t *buf, size_t len) in _lws_smd_ss_rx_forward() 459 _lws_smd_peer_destroy(lws_smd_peer_t *pr) in _lws_smd_peer_destroy() 493 _lws_smd_msg_next_matching_filter(lws_smd_peer_t *pr) in _lws_smd_msg_next_matching_filter() 527 _lws_smd_msg_deliver_peer(struct lws_context *ctx, lws_smd_peer_t *pr) in _lws_smd_msg_deliver_peer() 590 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in lws_smd_msg_distribute() local [all …]
|
/third_party/node/deps/npm/node_modules/ci-info/ |
D | vendors.json | 6 "pr": "APPVEYOR_PULL_REQUEST_NUMBER" string 12 "pr": "SYSTEM_PULLREQUEST_PULLREQUESTID" string 23 "pr": "BITBUCKET_PR_ID" string 29 "pr": "BITRISE_PULL_REQUEST" string 35 "pr": "BUDDY_EXECUTION_PULL_REQUEST_ID" string 41 "pr": { "env": "BUILDKITE_PULL_REQUEST", "ne": "false" } object 47 "pr": "CIRCLE_PULL_REQUEST" string 53 "pr": "CIRRUS_PR" string 69 "pr": { "DRONE_BUILD_EVENT": "pull_request" } object 95 "pr": { "any": ["ghprbPullId", "CHANGE_ID"] } object [all …]
|
/third_party/node/deps/npm/node_modules/is-ci/node_modules/ci-info/ |
D | vendors.json | 6 "pr": "APPVEYOR_PULL_REQUEST_NUMBER" string 22 "pr": "BITRISE_PULL_REQUEST" string 28 "pr": "BUDDY_EXECUTION_PULL_REQUEST_ID" string 34 "pr": { "env": "BUILDKITE_PULL_REQUEST", "ne": "false" } object 40 "pr": "CIRCLE_PULL_REQUEST" string 46 "pr": "CIRRUS_PR" string 62 "pr": { "DRONE_BUILD_EVENT": "pull_request" } object 88 "pr": { "any": ["ghprbPullId", "CHANGE_ID"] } object 99 "pr": "SAIL_PULL_REQUEST_NUMBER" string 105 "pr": "PULL_REQUEST_NUMBER" string [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/indices/ |
D | u_indices_gen.py | 182 def name(intype, outtype, inpv, outpv, pr, prim): argument 188 def preamble(intype, outtype, inpv, outpv, pr, prim): argument 227 def points(intype, outtype, inpv, outpv, pr): argument 234 def lines(intype, outtype, inpv, outpv, pr): argument 241 def linestrip(intype, outtype, inpv, outpv, pr): argument 248 def lineloop(intype, outtype, inpv, outpv, pr): argument 267 def tris(intype, outtype, inpv, outpv, pr): argument 275 def tristrip(intype, outtype, inpv, outpv, pr): argument 286 def trifan(intype, outtype, inpv, outpv, pr): argument 305 def polygon(intype, outtype, inpv, outpv, pr): argument [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
D | wcrtomb.c | 31 mbstate_t pr; in wcrtomb_0100() local 52 mbstate_t pr; in wcrtomb_0200() local 73 mbstate_t pr; in wcrtomb_0300() local
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-caps.c | 91 struct passwd pr; local 143 struct passwd pr; local 200 struct passwd pr; local
|
/third_party/flutter/skia/src/gpu/ |
D | GrPathRendererChain.cpp | 62 sk_sp<GrPathRenderer> pr( in GrPathRendererChain() local 101 for (const sk_sp<GrPathRenderer>& pr : fChain) { in getPathRenderer() local
|
/third_party/grpc/test/core/util/ |
D | port_server_client.cc | 51 freereq* pr = static_cast<freereq*>(arg); in freed_port_from_server() local 64 freereq pr; in grpc_free_port_using_server() local 133 portreq* pr = static_cast<portreq*>(arg); in got_port_from_server() local 200 portreq pr; in grpc_pick_port_using_server() local
|
/third_party/skia/src/image/ |
D | SkSurface_Raster.cpp | 70 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, in SkSurface_Raster() 104 if (SkPixelRef* pr = fBitmap.pixelRef()) { in onNewImageSnapshot() local 122 if (SkPixelRef* pr = fBitmap.pixelRef()) { in onRestoreBackingMutability() local 185 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, rowBytes); in MakeRaster() local
|
/third_party/flutter/skia/src/image/ |
D | SkSurface_Raster.cpp | 80 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, in SkSurface_Raster() 115 if (SkPixelRef* pr = fBitmap.pixelRef()) { in onNewImageSnapshot() local 133 if (SkPixelRef* pr = fBitmap.pixelRef()) { in onRestoreBackingMutability() local 192 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, rowBytes); in MakeRaster() local
|
/third_party/grpc/src/core/lib/surface/ |
D | channel_ping.cc | 42 ping_result* pr = static_cast<ping_result*>(arg); in ping_done() local 52 ping_result* pr = static_cast<ping_result*>(gpr_malloc(sizeof(*pr))); in grpc_channel_ping() local
|
/third_party/openssl/crypto/asn1/ |
D | a_int.c | 207 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) in asn1_get_uint64() 249 static int asn1_get_int64(int64_t *pr, const unsigned char *b, size_t blen, in asn1_get_int64() 319 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64() 353 static int asn1_string_get_uint64(uint64_t *pr, const ASN1_STRING *a, in asn1_string_get_uint64() 513 int ASN1_INTEGER_get_int64(int64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_int64() 523 int ASN1_INTEGER_get_uint64(uint64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_uint64() 562 int ASN1_ENUMERATED_get_int64(int64_t *pr, const ASN1_ENUMERATED *a) in ASN1_ENUMERATED_get_int64()
|
/third_party/eudev/src/udev/ |
D | udev-builtin-blkid.c | 102 static int probe_superblocks(blkid_probe pr) { in probe_superblocks() 138 blkid_probe pr; in builtin_blkid() local
|
/third_party/exfatprogs/fsck/ |
D | repair.c | 60 static bool ask_repair(struct exfat *exfat, struct exfat_repair_problem *pr) in ask_repair() 99 struct exfat_repair_problem *pr = NULL; in exfat_repair_ask() local
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp56_arith.h | 43 static inline int vp56_rac_get_prob_armv6(VP56RangeCoder *c, int pr) in vp56_rac_get_prob_armv6() 80 static inline int vp56_rac_get_prob_branchy_armv6(VP56RangeCoder *c, int pr) in vp56_rac_get_prob_branchy_armv6()
|
/third_party/flutter/skia/docs/examples/ |
D | Bitmap_allocPixels_4.cpp | 13 sk_sp<SkPixelRef> pr = sk_sp<SkPixelRef>( in allocPixelRef() local
|
/third_party/ffmpeg/libavutil/mips/ |
D | intreadwrite.h | 35 const struct u32 *pr = (const struct u32 *)(q + 3 * HAVE_BIGENDIAN); in AV_RN32() local
|
/third_party/skia/src/gpu/v1/ |
D | StencilMaskHelper.cpp | 291 skgpu::v1::PathRenderer* pr, in draw_path() 319 skgpu::v1::PathRenderer* pr, in stencil_path() 438 auto pr = fContext->priv().drawingManager()->getPathRenderer( in drawPath() local
|
D | PathRendererChain.cpp | 93 for (const sk_sp<PathRenderer>& pr : fChain) { in getPathRenderer() local
|
/third_party/skia/src/core/ |
D | SkSpecialSurface.cpp | 68 sk_sp<SkPixelRef> pr, in SkSpecialSurface_Raster() 109 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, 0); in MakeRaster() local
|
/third_party/flutter/skia/src/core/ |
D | SkSpecialSurface.cpp | 67 sk_sp<SkPixelRef> pr, in SkSpecialSurface_Raster() 108 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, 0); in MakeRaster() local
|
/third_party/e2fsprogs/e2fsck/ |
D | readahead.c | 35 struct read_dblist *pr = priv_data; in readahead_dir_block() local 62 struct read_dblist pr; in e2fsck_readahead_dblist() local
|
/third_party/boost/libs/algorithm/test/ |
D | mismatch_test.cpp | 27 BOOST_CXX14_CONSTEXPR bool iter_eq ( std::pair<Iter1, Iter2> pr, Iter1 first, Iter2 second ) { in iter_eq()
|