/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 105 n++, pr, pr->tail, pr->_class_filter); in lws_smd_dump() 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() argument 113 return !!(msg->_class & pr->_class_filter); 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 130 if (pr != exc && _lws_smd_msg_peer_interested_in_msg(pr, msg)) in _lws_smd_msg_assess_peers_interested() 148 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in _lws_smd_class_mask_union() local 150 mask |= pr->_class_filter; in _lws_smd_class_mask_union() 241 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in _lws_smd_msg_send() local 243 if (pr != exc && in _lws_smd_msg_send() [all …]
|
/third_party/node/tools/actions/ |
D | commit-queue.sh | 16 pr=$1 18 gh pr edit "$pr" --add-label "${COMMIT_QUEUE_FAILED_LABEL}" 25 gh pr comment "$pr" --body "$body" 34 for pr in "$@"; do 35 gh pr view "$pr" --json labels --jq ".labels" > labels.json 38 echo "pr ${pr} skipped, waiting for CI to start" 43 if gh pr checks "$pr" | grep -q "\spending\s"; then 44 echo "pr ${pr} skipped, CI still running" 49 gh pr edit "$pr" --remove-label "$COMMIT_QUEUE_LABEL" 59 …de land --autorebase --yes $MULTIPLE_COMMIT_POLICY "$pr" >output 2>&1 || echo "Failed to land #${p… [all …]
|
D | start-ci.sh | 8 for pr in "$@"; do 9 gh pr edit "$pr" --remove-label "$REQUEST_CI_LABEL" 13 ncu-ci run "$pr" >output 2>&1 || ci_started=no 18 gh pr edit "$pr" --add-label "$REQUEST_CI_FAILED_LABEL" 25 gh pr comment "$pr" --body "$body"
|
/third_party/mesa3d/src/util/indices/ |
D | u_indices_gen.py | 183 def name(intype, outtype, inpv, outpv, pr, prim): argument 187 … return 'translate_' + prim + '_' + intype + '2' + outtype + '_' + inpv + '2' + outpv + '_' + pr 189 def preamble(intype, outtype, inpv, outpv, pr, prim): argument 190 print('static void ' + name( intype, outtype, inpv, outpv, pr, prim ) + '(') 228 def points(intype, outtype, inpv, outpv, pr): argument 229 preamble(intype, outtype, inpv, outpv, pr, prim='points') 235 def lines(intype, outtype, inpv, outpv, pr): argument 236 preamble(intype, outtype, inpv, outpv, pr, prim='lines') 242 def linestrip(intype, outtype, inpv, outpv, pr): argument 243 preamble(intype, outtype, inpv, outpv, pr, prim='linestrip') [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | plurults.cpp | 375 PluralRules *pr = PluralRules::createRules(rule, status); in assertRuleKeyValue() local 376 double result = pr->getUniqueKeywordValue(key); in assertRuleKeyValue() 377 delete pr; in assertRuleKeyValue() 1133 LocalPointer<PluralRules> pr(PluralRules::forLocale("en", UPLURAL_TYPE_ORDINAL, errorCode)); in testOrdinal() local 1137 UnicodeString keyword = pr->select(2.); in testOrdinal() 1198 LocalPointer<PluralRules> pr(PluralRules::createRules("s: n in 1,3,4,6", status)); in testSelect() local 1199 checkSelect(pr, status, __LINE__, "s", "1.0", "3.0", "4.0", "6.0", END_MARK); in testSelect() 1200 checkSelect(pr, status, __LINE__, "other", "0.0", "2.0", "3.1", "7.0", END_MARK); in testSelect() 1202 pr.adoptInstead(PluralRules::createRules("s: n not in 1,3,4,6", status)); in testSelect() 1203 checkSelect(pr, status, __LINE__, "other", "1.0", "3.0", "4.0", "6.0", END_MARK); in testSelect() [all …]
|
/third_party/skia/tests/ |
D | MallocPixelRefTest.cpp | 26 sk_sp<SkPixelRef> pr( in DEF_TEST() local 29 REPORTER_ASSERT(reporter, nullptr == pr.get()); in DEF_TEST() 35 sk_sp<SkPixelRef> pr( in DEF_TEST() local 38 REPORTER_ASSERT(reporter, nullptr == pr.get()); in DEF_TEST() 44 sk_sp<SkPixelRef> pr( in DEF_TEST() local 47 REPORTER_ASSERT(reporter, nullptr == pr.get()); in DEF_TEST() 53 auto pr = sk_make_sp<SkPixelRef>(info.width(), info.height(), memory.get(), rowBytes); in DEF_TEST() local 54 REPORTER_ASSERT(reporter, pr.get() != nullptr); in DEF_TEST() 55 REPORTER_ASSERT(reporter, memory.get() == pr->pixels()); in DEF_TEST() 58 sk_sp<SkPixelRef> pr( in DEF_TEST() local [all …]
|
/third_party/exfatprogs/fsck/ |
D | repair.c | 78 static int ask_repair(struct exfat_fsck *fsck, struct exfat_repair_problem *pr) in ask_repair() argument 84 pr->flags & ERF_DEFAULT_NO) in ask_repair() 87 pr->flags & ERF_DEFAULT_YES) in ask_repair() 92 if (pr->prompt_type & ERP_RENAME) { in ask_repair() 94 prompts[pr->prompt_type]); in ask_repair() 97 prompts[pr->prompt_type]); in ask_repair() 104 if (pr->prompt_type & ERP_RENAME) { in ask_repair() 107 if (number > 0 && number < pr->max_number) in ask_repair() 118 pr->flags & ERF_PREEN_YES) in ask_repair() 122 if (pr->prompt_type & ERP_RENAME) { in ask_repair() [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
D | wcrtomb.c | 31 mbstate_t pr; in wcrtomb_0100() local 32 memset(&pr, 0, sizeof pr); in wcrtomb_0100() 33 int result = wcrtomb(s, wcs, &pr); in wcrtomb_0100() 52 mbstate_t pr; in wcrtomb_0200() local 53 memset(&pr, 0, sizeof pr); in wcrtomb_0200() 54 int result = wcrtomb(s, wcs, &pr); in wcrtomb_0200() 73 mbstate_t pr; in wcrtomb_0300() local 74 memset(&pr, 0, sizeof pr); in wcrtomb_0300() 75 int result = wcrtomb(s, wcs, &pr); in wcrtomb_0300()
|
/third_party/node/doc/api/ |
D | deprecations.md | 49 pr-url: https://github.com/nodejs/node/pull/31164 54 pr-url: https://github.com/nodejs/node/pull/10116 57 pr-url: https://github.com/nodejs/node/pull/1156 71 pr-url: https://github.com/nodejs/node/pull/12113 74 pr-url: https://github.com/nodejs/node/pull/10116 77 pr-url: https://github.com/nodejs/node/pull/3078 90 pr-url: https://github.com/nodejs/node/pull/31165 95 pr-url: https://github.com/nodejs/node/pull/10116 98 pr-url: https://github.com/nodejs/node-v0.x-archive/pull/8826 112 pr-url: https://github.com/nodejs/node/pull/17882 [all …]
|
/third_party/node/deps/npm/node_modules/ci-info/ |
D | index.js | 31 switch (typeof vendor.pr) { 34 exports.isPR = !!env[vendor.pr] 37 if ('env' in vendor.pr) { 39 exports.isPR = vendor.pr.env in env && env[vendor.pr.env] !== vendor.pr.ne 40 } else if ('any' in vendor.pr) { 42 exports.isPR = vendor.pr.any.some(function (key) { 47 exports.isPR = checkEnv(vendor.pr)
|
/third_party/decimal.js/ |
D | decimal.js | 295 var pr, rm, 304 pr = Ctor.precision; 306 Ctor.precision = pr + Math.max(x.e, x.sd()) + LOG_BASE; 311 Ctor.precision = pr; 314 return finalise(quadrant == 2 || quadrant == 3 ? x.neg() : x, pr, rm, true); 551 var k, n, pr, rm, len, 559 pr = Ctor.precision; 561 Ctor.precision = pr + Math.max(x.e, x.sd()) + 4; 589 return finalise(x, Ctor.precision = pr, Ctor.rounding = rm, true); 624 var k, pr, rm, len, [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_selectivecolor.c | 157 struct process_range *pr = &s->process_ranges[s->nb_process_ranges++]; in register_range() local 169 pr->range_id = range_id; in register_range() 170 pr->mask = 1 << range_id; in register_range() 171 …if (pr->mask & (1<<RANGE_REDS | 1<<RANGE_GREENS | 1<<RANGE_BLUES)) pr->get_scale = get_r… in register_range() 172 …else if (pr->mask & (1<<RANGE_CYANS | 1<<RANGE_MAGENTAS | 1<<RANGE_YELLOWS)) pr->get_scale = get_c… in register_range() 173 …else if (!s->is_16bit && (pr->mask & 1<<RANGE_WHITES)) pr->get_scale = get_w… in register_range() 174 …else if (!s->is_16bit && (pr->mask & 1<<RANGE_NEUTRALS)) pr->get_scale = get_n… in register_range() 175 …else if (!s->is_16bit && (pr->mask & 1<<RANGE_BLACKS)) pr->get_scale = get_b… in register_range() 176 …else if ( s->is_16bit && (pr->mask & 1<<RANGE_WHITES)) pr->get_scale = get_w… in register_range() 177 …else if ( s->is_16bit && (pr->mask & 1<<RANGE_NEUTRALS)) pr->get_scale = get_n… in register_range() [all …]
|
/third_party/markupsafe/ |
D | CHANGES.rst | 6 - Avoid ambiguous regex matches in ``striptags``. :pr:`293` 14 - Drop support for Python 3.6. :pr:`262` 16 ``soft_str`` instead. :pr:`261` 28 imports in user projects. :pr:`215` 29 - Fix some types that weren't available in Python 3.6.0. :pr:`215` 39 character references. :pr:`117` 40 - Add type annotations for static typing tools. :pr:`149` 49 the C speedups. The exception is now propagated correctly. :pr:`109` 59 a compiler to take advantage of the C extension speedups. :pr:`104` 61 :pr:`64` [all …]
|
/third_party/skia/src/image/ |
D | SkSurface_Raster.cpp | 70 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, in SkSurface_Raster() argument 72 : INHERITED(pr->width(), pr->height(), props) in SkSurface_Raster() 74 fBitmap.setInfo(info, pr->rowBytes()); in SkSurface_Raster() 75 fBitmap.setPixelRef(std::move(pr), 0, 0); in SkSurface_Raster() 104 if (SkPixelRef* pr = fBitmap.pixelRef()) { in onNewImageSnapshot() local 105 pr->setTemporarilyImmutable(); in onNewImageSnapshot() 122 if (SkPixelRef* pr = fBitmap.pixelRef()) { in onRestoreBackingMutability() local 123 pr->restoreMutability(); in onRestoreBackingMutability() 185 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, rowBytes); in MakeRaster() local 186 if (!pr) { in MakeRaster() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypes5.js | 2 function f<T>(p: Partial<T>, r: Readonly<T>, pr: Partial<Readonly<T>>, rp: Readonly<Partial<T>>) { 5 let a3: Partial<T> = pr; 9 let b3: Readonly<T> = pr; // Error 13 let c3: Partial<Readonly<T>> = pr; 17 let d3: Readonly<Partial<T>> = pr; 66 function f(p, r, pr, rp) { argument 69 var a3 = pr; 73 var b3 = pr; // Error 77 var c3 = pr; 81 var d3 = pr;
|
D | tsxElementResolution12.errors.txt | 1 …ror TS2607: JSX element class does not support attributes because it does not have a 'pr' property. 2 …ror TS2607: JSX element class does not support attributes because it does not have a 'pr' property. 3 …ror TS2607: JSX element class does not support attributes because it does not have a 'pr' property. 10 interface ElementAttributesProperty { pr: any; } 21 new(n: string): { q?: number; pr: any }; 32 !!! error TS2607: JSX element class does not support attributes because it does not have a 'pr' pro… 36 !!! error TS2607: JSX element class does not support attributes because it does not have a 'pr' pro… 39 !!! error TS2607: JSX element class does not support attributes because it does not have a 'pr' pro… 42 new(n: string): { x: number; pr: { x: number; } };
|
D | tsxElementResolution12.symbols | 8 interface ElementAttributesProperty { pr: any; } 10 >pr : Symbol(ElementAttributesProperty.pr, Decl(file.tsx, 2, 38)) 33 new(n: string): { q?: number; pr: any }; 36 >pr : Symbol(pr, Decl(file.tsx, 13, 30)) 74 new(n: string): { x: number; pr: { x: number; } }; 77 >pr : Symbol(pr, Decl(file.tsx, 28, 29))
|
/third_party/node/deps/npm/node_modules/semver/classes/ |
D | range.js | 273 return comp.replace(r, (_, M, m, p, pr) => { 274 debug('tilde', comp, _, M, m, p, pr) 284 } else if (pr) { 285 debug('replaceTilde pr', pr) 286 ret = `>=${M}.${m}.${p}-${pr 319 return comp.replace(r, (_, M, m, p, pr) => { 320 debug('caret', comp, _, M, m, p, pr) 333 } else if (pr) { 334 debug('replaceCaret pr', pr) 337 ret = `>=${M}.${m}.${p}-${pr [all …]
|
/third_party/python/Python/ |
D | ast_unparse.c | 57 #define APPEND_EXPR(expr, pr) do { \ argument 58 if (-1 == append_ast_expr(writer, (expr), (pr))) { \ 127 int pr = (e->v.BoolOp.op == And) ? PR_AND : PR_OR; in append_ast_boolop() local 129 APPEND_STR_IF(level > pr, "("); in append_ast_boolop() 136 APPEND_EXPR((expr_ty)asdl_seq_GET(values, i), pr + 1); in append_ast_boolop() 139 APPEND_STR_IF(level > pr, ")"); in append_ast_boolop() 147 int pr; in append_ast_binop() local 151 case Add: op = " + "; pr = PR_ARITH; break; in append_ast_binop() 152 case Sub: op = " - "; pr = PR_ARITH; break; in append_ast_binop() 153 case Mult: op = " * "; pr = PR_TERM; break; in append_ast_binop() [all …]
|
/third_party/skia/modules/svg/include/ |
D | SkSVGNode.h | 67 SkSVGProperty<attr_type, attr_inherited>>&& pr) {\ 68 if (pr.isValid()) { this->set##attr_name(std::move(*pr)); } \ 69 return pr.isValid(); \ 194 const SkSVGAttributeParser::ParseResult<attr_type>& pr) { \ 195 if (pr.isValid()) { this->set##attr_name(*pr); } \ 196 return pr.isValid(); \ 199 SkSVGAttributeParser::ParseResult<attr_type>&& pr) { \ 200 if (pr.isValid()) { this->set##attr_name(std::move(*pr)); } \ 201 return pr.isValid(); \
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 2604 d curl_mime_init pr * extproc('curl_mime_init') curl_mime * 2607 d curl_mime_free pr extproc('curl_mime_free') 2611 d pr * extproc('curl_mime_addpart') curl_mimepart * 2614 d curl_mime_name pr extproc('curl_mime_name') 2620 d pr extproc('curl_mime_filename') 2625 d curl_mime_type pr extproc('curl_mime_type') 2631 d pr extproc('curl_mime_encoder') 2636 d curl_mime_data pr extproc('curl_mime_data') 2643 d pr extproc('curl_mime_filedata') 2649 d pr extproc('curl_mime_data_cb') [all …]
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | a_int.c | 213 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) in asn1_get_uint64() argument 218 if (blen > sizeof(*pr)) { in asn1_get_uint64() 228 *pr = r; in asn1_get_uint64() 255 static int asn1_get_int64(int64_t *pr, const unsigned char *b, size_t blen, in asn1_get_int64() argument 265 *pr = -(int64_t)r; in asn1_get_int64() 269 *pr = (int64_t)(0 - r); in asn1_get_int64() 276 *pr = (int64_t)r; in asn1_get_int64() 327 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64() argument 337 return asn1_get_int64(pr, a->data, a->length, a->type & V_ASN1_NEG); in asn1_string_get_int64() 361 static int asn1_string_get_uint64(uint64_t *pr, const ASN1_STRING *a, in asn1_string_get_uint64() argument [all …]
|
/third_party/openssl/crypto/asn1/ |
D | a_int.c | 213 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) in asn1_get_uint64() argument 218 if (blen > sizeof(*pr)) { in asn1_get_uint64() 228 *pr = r; in asn1_get_uint64() 255 static int asn1_get_int64(int64_t *pr, const unsigned char *b, size_t blen, in asn1_get_int64() argument 265 *pr = -(int64_t)r; in asn1_get_int64() 269 *pr = (int64_t)(0 - r); in asn1_get_int64() 276 *pr = (int64_t)r; in asn1_get_int64() 327 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64() argument 337 return asn1_get_int64(pr, a->data, a->length, a->type & V_ASN1_NEG); in asn1_string_get_int64() 361 static int asn1_string_get_uint64(uint64_t *pr, const ASN1_STRING *a, in asn1_string_get_uint64() argument [all …]
|
/third_party/icu/icu4c/source/data/locales/ |
D | es_VE.txt | 134 "1"{"el próximo Vi"} 141 "1"{"el próximo Lu"} 148 "1"{"el próximo Sa"} 155 "1"{"el próximo Do"} 162 "1"{"el próximo Ju"} 169 "1"{"el próximo Ma"} 176 "1"{"el próximo Mi"}
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | es_VE.txt | 127 "1"{"el próximo Vi"} 134 "1"{"el próximo Lu"} 141 "1"{"el próximo Sa"} 148 "1"{"el próximo Do"} 155 "1"{"el próximo Ju"} 162 "1"{"el próximo Ma"} 169 "1"{"el próximo Mi"}
|