/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | fusion_legal.cpp | 45 void Match(const std::string& checks, IRContext* context) { in Match() 178 std::string checks = R"( in TEST_F() local 314 std::string checks = R"( in TEST_F() local 447 std::string checks = R"( in TEST_F() local 585 std::string checks = R"( in TEST_F() local 727 std::string checks = R"( in TEST_F() local 870 std::string checks = R"( in TEST_F() local 1011 std::string checks = R"( in TEST_F() local 1151 std::string checks = R"( in TEST_F() local 1291 std::string checks = R"( in TEST_F() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | fusion_legal.cpp | 45 void Match(const std::string& checks, IRContext* context) { in Match() 178 std::string checks = R"( in TEST_F() local 314 std::string checks = R"( in TEST_F() local 447 std::string checks = R"( in TEST_F() local 585 std::string checks = R"( in TEST_F() local 727 std::string checks = R"( in TEST_F() local 870 std::string checks = R"( in TEST_F() local 1011 std::string checks = R"( in TEST_F() local 1151 std::string checks = R"( in TEST_F() local 1291 std::string checks = R"( in TEST_F() local [all …]
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
D | fusion_legal.cpp | 45 void Match(const std::string& checks, IRContext* context) { in Match() 178 std::string checks = R"( in TEST_F() local 314 std::string checks = R"( in TEST_F() local 447 std::string checks = R"( in TEST_F() local 585 std::string checks = R"( in TEST_F() local 727 std::string checks = R"( in TEST_F() local 870 std::string checks = R"( in TEST_F() local 1011 std::string checks = R"( in TEST_F() local 1151 std::string checks = R"( in TEST_F() local 1291 std::string checks = R"( in TEST_F() local [all …]
|
/third_party/node/deps/v8/src/compiler/ |
D | redundancy-elimination.cc | 67 EffectPathChecks const* checks) { in Copy() 257 Node* node, EffectPathChecks const* checks) { in Set() 265 EffectPathChecks const* checks = node_checks_.Get(effect); in ReduceCheckNode() local 298 EffectPathChecks* checks = EffectPathChecks::Copy( in ReduceEffectPhi() local 314 EffectPathChecks const* checks = node_checks_.Get(effect); in ReduceSpeculativeNumberComparison() local 376 EffectPathChecks const* checks = node_checks_.Get(effect); in ReduceSpeculativeNumberOperation() local 419 EffectPathChecks const* checks = node_checks_.Get(effect); in TakeChecksFromFirstEffect() local 429 EffectPathChecks const* checks) { in UpdateChecks()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | desc_sroa_test.cpp | 508 const std::string checks = R"( in TEST_F() local 522 const std::string checks = R"( in TEST_F() local 536 const std::string checks = R"( in TEST_F() local 679 const std::string checks = R"( in TEST_F() local
|
/third_party/spirv-tools/test/opt/ |
D | desc_sroa_test.cpp | 508 const std::string checks = R"( in TEST_F() local 522 const std::string checks = R"( in TEST_F() local 536 const std::string checks = R"( in TEST_F() local 679 const std::string checks = R"( in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | desc_sroa_test.cpp | 508 const std::string checks = R"( in TEST_F() local 522 const std::string checks = R"( in TEST_F() local 536 const std::string checks = R"( in TEST_F() local 679 const std::string checks = R"( in TEST_F() local
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | bn_prime.c | 131 int checks = bn_mr_min_checks(bits); in BN_generate_prime_ex2() local 230 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_ex() 236 int BN_is_prime_fasttest_ex(const BIGNUM *w, int checks, BN_CTX *ctx, in BN_is_prime_fasttest_ex() 244 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx, in ossl_bn_check_prime() 266 static int bn_is_prime_int(const BIGNUM *w, int checks, BN_CTX *ctx, in bn_is_prime_int()
|
D | bn_depr.c | 46 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() argument 55 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument
|
/third_party/openssl/crypto/bn/ |
D | bn_prime.c | 131 int checks = bn_mr_min_checks(bits); in BN_generate_prime_ex2() local 230 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_ex() 236 int BN_is_prime_fasttest_ex(const BIGNUM *w, int checks, BN_CTX *ctx, in BN_is_prime_fasttest_ex() 244 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx, in ossl_bn_check_prime() 266 static int bn_is_prime_int(const BIGNUM *w, int checks, BN_CTX *ctx, in bn_is_prime_int()
|
D | bn_depr.c | 46 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() argument 55 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument
|
/third_party/typescript/tests/cases/user/ts-toolbelt/ |
D | index.ts | 5 const {check, checks} = Test; constant
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_shader_debug.spec | 202 The assertMESA function checks if the argument <condition> is function
|
/third_party/node/test/parallel/ |
D | test-crypto-prime.js | 233 assert.throws(() => checkPrime(2n, { checks }, common.mustNotCall()), { field 237 assert.throws(() => checkPrimeSync(2n, { checks }), { field 244 assert.throws(() => checkPrime(2n, { checks }, common.mustNotCall()), { field 248 assert.throws(() => checkPrimeSync(2n, { checks }), { field 265 checks: 10 property
|
D | test-timers-unref.js | 30 let checks = 0; variable
|
D | test-cluster-fork-env.js | 41 const checks = { variable
|
D | test-cluster-setup-primary.js | 34 const checks = { variable
|
D | test-cluster-worker-disconnect.js | 39 const checks = { variable
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | __main__.py | 130 def add_checks_cli(parser, checks=None, *, add_flags=None): argument 274 def _cli_check(parser, checks=None, **kwargs): argument 299 checks=None, argument
|
D | __init__.py | 92 def check_all(analysis, checks, *, failfast=False): argument
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | check_output.py | 361 def __init__(self, result, variant, checks, output): argument 380 def check_output(result, variant, checks, output): argument 397 def parse_check(variant, line, checks, pos): argument
|
/third_party/node/deps/npm/lib/commands/ |
D | install.js | 10 const checks = require('npm-install-checks') constant
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | encode_key2blob.c | 61 int checks[] = { in key2blob_check_selection() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
D | encode_key2blob.c | 61 int checks[] = { in key2blob_check_selection() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 172 int checks = SpoofChecker.WHOLE_SCRIPT_CONFUSABLE | SpoofChecker.MIXED_SCRIPT_CONFUSABLE in TestGetSetChecks1() local 201 int checks; in TestGetSetChecks() local 519 int checks = (Integer) test[2]; in TestConfusableFlagVariants() local
|