Home
last modified time | relevance | path

Searched defs:pr (Results 1 – 25 of 159) sorted by relevance

1234567

/third_party/skia/tests/
DMallocPixelRefTest.cpp26 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/flutter/skia/tests/
DMallocPixelRefTest.cpp29 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/node/deps/npm/node_modules/ci-info/
Dvendors.json6 "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/
Dvendors.json6 "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/flutter/skia/src/gpu/
DGrPathRendererChain.cpp62 sk_sp<GrPathRenderer> pr( in GrPathRendererChain() local
101 for (const sk_sp<GrPathRenderer>& pr : fChain) { in getPathRenderer() local
/third_party/skia/src/image/
DSkSurface_Raster.cpp70 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/grpc/test/core/util/
Dport_server_client.cc51 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/flutter/skia/src/image/
DSkSurface_Raster.cpp80 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/
Dchannel_ping.cc42 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/
Da_int.c207 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/
Dudev-builtin-blkid.c102 static int probe_superblocks(blkid_probe pr) { in probe_superblocks()
138 blkid_probe pr; in builtin_blkid() local
/third_party/exfat-utils/fsck/
Drepair.c60 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/
Dvp56_arith.h43 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/
DBitmap_allocPixels_4.cpp13 sk_sp<SkPixelRef> pr = sk_sp<SkPixelRef>( in allocPixelRef() local
/third_party/ffmpeg/libavutil/mips/
Dintreadwrite.h35 const struct u32 *pr = (const struct u32 *)(q + 3 * HAVE_BIGENDIAN); in AV_RN32() local
/third_party/skia/src/gpu/v1/
DStencilMaskHelper.cpp291 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
DPathRendererChain.cpp93 for (const sk_sp<PathRenderer>& pr : fChain) { in getPathRenderer() local
/third_party/skia/src/core/
DSkSpecialSurface.cpp68 sk_sp<SkPixelRef> pr, in SkSpecialSurface_Raster()
109 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, 0); in MakeRaster() local
DSkBitmap.cpp169 void SkBitmap::setPixelRef(sk_sp<SkPixelRef> pr, int dx, int dy) { in setPixelRef()
265 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, rowBytes); in tryAllocPixels() local
285 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, in tryAllocPixelsFlags() local
365 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, dst->rowBytes()); in allocPixelRef() local
/third_party/flutter/skia/src/core/
DSkSpecialSurface.cpp67 sk_sp<SkPixelRef> pr, in SkSpecialSurface_Raster()
108 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, 0); in MakeRaster() local
DSkBitmap.cpp171 void SkBitmap::setPixelRef(sk_sp<SkPixelRef> pr, int dx, int dy) { in setPixelRef()
267 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, rowBytes); in tryAllocPixels() local
287 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, in tryAllocPixelsFlags() local
367 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, dst->rowBytes()); in allocPixelRef() local
/third_party/icu/icu4c/source/test/intltest/
Dplurults.cpp362 PluralRules *pr = PluralRules::createRules(rule, status); in assertRuleKeyValue() local
600 LocalPointer<PluralRules> pr(PluralRules::forLocale("en", UPLURAL_TYPE_ORDINAL, errorCode)); in testOrdinal() local
665 LocalPointer<PluralRules> pr(PluralRules::createRules("s: n in 1,3,4,6", status)); in testSelect() local
903 PluralRules *pr = PluralRules::forLocale(locale, status); in testAvailbleLocales() local
954 PluralRules *pr = PluralRules::createRules(UnicodeString(rules), status); in testParseErrors() local
/third_party/e2fsprogs/e2fsck/
Dreadahead.c35 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/
Dmismatch_test.cpp27 BOOST_CXX14_CONSTEXPR bool iter_eq ( std::pair<Iter1, Iter2> pr, Iter1 first, Iter2 second ) { in iter_eq()
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/
Dbarrier5.c82 void *pr; in main() local

1234567