Home
last modified time | relevance | path

Searched refs:rct (Results 1 – 25 of 34) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DparserRegularExpression4.types2 …test(c.href) && !/(\\?|&)q=/.test(c.href)) / (\\ ? | & ) rct = j / .test(c.href) || (d += "&rct=j"…
35 >/ (\\ ? | & ) rct = j / .test(c.href) || (d += "&rct=j"), /(\\?|&)q=/.test(c.href) || (d += "&q=" …
36 >/ (\\ ? | & ) rct = j / .test(c.href) || (d += "&rct=j"), /(\\?|&)q=/.test(c.href) || (d += "&q=" …
37 >/ (\\ ? | & ) rct = j / .test(c.href) || (d += "&rct=j") : string | true
38 >/ (\\ ? | & ) rct = j / .test(c.href) : boolean
39 >/ (\\ ? | & ) rct = j / .test : (string: string) => boolean
40 >/ (\\ ? | & ) rct = j / : RegExp
45 >(d += "&rct=j") : string
46 >d += "&rct=j" : string
48 >"&rct=j" : "&rct=j"
DparserRegularExpression5.types2 if (a) / (\\ ? | & ) rct = j / .test(c.href);
4 >/ (\\ ? | & ) rct = j / .test(c.href) : boolean
5 >/ (\\ ? | & ) rct = j / .test : (string: string) => boolean
6 >/ (\\ ? | & ) rct = j / : RegExp
DparserRegularExpression4.symbols2 …test(c.href) && !/(\\?|&)q=/.test(c.href)) / (\\ ? | & ) rct = j / .test(c.href) || (d += "&rct=j"…
7 >/ (\\ ? | & ) rct = j / .test : Symbol(RegExp.test, Decl(lib.es5.d.ts, --, --))
DparserRegularExpression5.js2 if (a) / (\\ ? | & ) rct = j / .test(c.href);
6 / (\\ ? | & ) rct = j /.test(c.href);
DparserRegularExpression4.js2 …& /(\\?|&)adurl=/.test(c.href) && !/(\\?|&)q=/.test(c.href)) / (\\ ? | & ) rct = j / .test(c.href)…
6 …/ (\\ ? | & ) rct = j /.test(c.href) || (d += "&rct=j"), /(\\?|&)q=/.test(c.href) || (d += "&q=" +…
DparserRegularExpression5.symbols2 if (a) / (\\ ? | & ) rct = j / .test(c.href);
3 >/ (\\ ? | & ) rct = j / .test : Symbol(RegExp.test, Decl(lib.es5.d.ts, --, --))
DparserRegularExpression4.errors.txt21 …test(c.href) && !/(\\?|&)q=/.test(c.href)) / (\\ ? | & ) rct = j / .test(c.href) || (d += "&rct=j"…
DparserRegularExpression5.errors.txt6 if (a) / (\\ ? | & ) rct = j / .test(c.href);
/third_party/openssl/crypto/cms/
Dcms_ess.c256 CMS_Receipt *rct = NULL; in ossl_cms_Receipt_verify() local
288 rct = ASN1_item_unpack(*pcont, ASN1_ITEM_rptr(CMS_Receipt)); in ossl_cms_Receipt_verify()
290 if (!rct) { in ossl_cms_Receipt_verify()
299 if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue)) in ossl_cms_Receipt_verify()
349 if (OBJ_cmp(octype, rct->contentType)) { in ossl_cms_Receipt_verify()
362 rct->signedContentIdentifier)) { in ossl_cms_Receipt_verify()
371 M_ASN1_free_of(rct, CMS_Receipt); in ossl_cms_Receipt_verify()
383 CMS_Receipt rct; in ossl_cms_encode_Receipt() local
407 rct.version = 1; in ossl_cms_encode_Receipt()
408 rct.contentType = ctype; in ossl_cms_encode_Receipt()
[all …]
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_ess.c256 CMS_Receipt *rct = NULL; in ossl_cms_Receipt_verify() local
288 rct = ASN1_item_unpack(*pcont, ASN1_ITEM_rptr(CMS_Receipt)); in ossl_cms_Receipt_verify()
290 if (!rct) { in ossl_cms_Receipt_verify()
299 if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue)) in ossl_cms_Receipt_verify()
349 if (OBJ_cmp(octype, rct->contentType)) { in ossl_cms_Receipt_verify()
362 rct->signedContentIdentifier)) { in ossl_cms_Receipt_verify()
371 M_ASN1_free_of(rct, CMS_Receipt); in ossl_cms_Receipt_verify()
383 CMS_Receipt rct; in ossl_cms_encode_Receipt() local
407 rct.version = 1; in ossl_cms_encode_Receipt()
408 rct.contentType = ctype; in ossl_cms_encode_Receipt()
[all …]
/third_party/ffmpeg/libavutil/tests/
Dtwofish.c34 const uint8_t rct[6][16] = { in main() local
53 if (rct[j][i] != temp[i]) { in main()
54 av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct[j][i], temp[i]); in main()
58 av_twofish_crypt(cs, temp, rct[j], 1, NULL, 1); in main()
86 if (rct[3 + j][i] != rpt[i]) { in main()
87 av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct[3 + j][i], rpt[i]); in main()
Dcamellia.c36 const uint8_t rct[3][16] = { in main() local
53 if (rct[j][i] != temp[i]) { in main()
54 av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct[j][i], temp[i]); in main()
58 av_camellia_crypt(cs, temp, rct[j], 1, NULL, 1); in main()
Dcast5.c38 static const uint8_t rct[3][8] = { in main() local
61 if (rct[j][i] != temp[i]){ in main()
62 av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct[j][i], temp[i]); in main()
67 av_cast5_crypt(cs, temp, rct[j], 1, 1); in main()
Daes.c44 static const uint8_t rct[2][16] = { in main() local
63 av_aes_crypt(b, temp, rct[i], 1, NULL, 1); in main()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RegularExpressions/
DparserRegularExpression5.ts1 if (a) / (\\ ? | & ) rct = j / .test(c.href);
DparserRegularExpression4.ts1 …& /(\\?|&)adurl=/.test(c.href) && !/(\\?|&)q=/.test(c.href)) / (\\ ? | & ) rct = j / .test(c.href)…
/third_party/toybox/toys/pending/
Dhost.c59 static const char rct[16][32] = { variable
142 rcode, rct[rcode], 256*abuf[6] + abuf[7]); in host_main()
/third_party/skia/tests/
DReadWritePixelsGpuTest.cpp440 for (int rct = 0; rct <= kLastEnum_SkColorType; ++rct) { in gpu_read_pixels_test_driver() local
441 const auto readCT = static_cast<SkColorType>(rct); in gpu_read_pixels_test_driver()
461 srcCTTestedThoroughly[sct] && readCTTestedThoroughly[rct] in gpu_read_pixels_test_driver()
471 readCTTestedThoroughly[rct] = true; in gpu_read_pixels_test_driver()
/third_party/ffmpeg/libavcodec/
Dmjpegdec.h81 int rct; /* standard rct */ member
/third_party/icu/icu4c/source/test/testmap/
Dtestmap.dsp99 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
Dsrtest.dsp107 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/third_party/icu/icu4c/source/test/thaitest/
Dthaitest.dsp98 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/third_party/mbedtls/scripts/data_files/
Dvs6-app-template.dsp98 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/third_party/icu/icu4c/source/extra/scrptrun/
Dsrtest.dsp107 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.dsp136 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"

12