| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/ |
| D | fusion_legal.cpp | 42 void Match(const std::string& checks, IRContext* context) { in Match() 175 std::string checks = R"( in TEST_F() local 311 std::string checks = R"( in TEST_F() local 444 std::string checks = R"( in TEST_F() local 582 std::string checks = R"( in TEST_F() local 724 std::string checks = R"( in TEST_F() local 867 std::string checks = R"( in TEST_F() local 1008 std::string checks = R"( in TEST_F() local 1148 std::string checks = R"( in TEST_F() local 1288 std::string checks = R"( in TEST_F() local [all …]
|
| /external/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 …]
|
| /external/deqp-deps/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 …]
|
| /external/tensorflow/tensorflow/compiler/xla/runtime/ |
| D | custom_call.h | 125 static constexpr bool CheckNames(RuntimeChecks checks) { in CheckNames() 129 static constexpr bool CheckTypes(RuntimeChecks checks) { in CheckTypes() 133 static constexpr bool CheckUserData(RuntimeChecks checks) { in CheckUserData() 138 static bool CheckType(RuntimeChecks checks, TypeID type_id) { in CheckType()
|
| /external/pigweed/pw_presubmit/ |
| D | docs.rst | 165 Substeps 180 Existing Presubmit Checks 381 pw_presubmit 389 Git hook
|
| /external/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
|
| /external/deqp-deps/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
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
| D | desc_sroa_test.cpp | 506 const std::string checks = R"( in TEST_F() local 520 const std::string checks = R"( in TEST_F() local 534 const std::string checks = R"( in TEST_F() local 677 const std::string checks = R"( in TEST_F() local
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
| D | prime.c | 383 int checks = BN_prime_checks_for_size(bits); in BN_generate_prime_ex() local 603 int BN_primality_test(int *out_is_probably_prime, const BIGNUM *w, int checks, in BN_primality_test() 774 int BN_is_prime_ex(const BIGNUM *candidate, int checks, BN_CTX *ctx, in BN_is_prime_ex() 779 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx, in BN_is_prime_fasttest_ex() 790 enum bn_primality_result_t *out_result, const BIGNUM *w, int checks, in BN_enhanced_miller_rabin_primality_test()
|
| /external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
| D | prime.c | 396 int checks = BN_prime_checks_for_size(bits); in BN_generate_prime_ex() local 616 int BN_primality_test(int *out_is_probably_prime, const BIGNUM *w, int checks, in BN_primality_test() 787 int BN_is_prime_ex(const BIGNUM *candidate, int checks, BN_CTX *ctx, in BN_is_prime_ex() 792 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx, in BN_is_prime_fasttest_ex() 803 enum bn_primality_result_t *out_result, const BIGNUM *w, int checks, in BN_enhanced_miller_rabin_primality_test()
|
| /external/boringssl/src/crypto/fipsmodule/bn/ |
| D | prime.c | 396 int checks = BN_prime_checks_for_size(bits); in BN_generate_prime_ex() local 616 int BN_primality_test(int *out_is_probably_prime, const BIGNUM *w, int checks, in BN_primality_test() 787 int BN_is_prime_ex(const BIGNUM *candidate, int checks, BN_CTX *ctx, in BN_is_prime_ex() 792 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx, in BN_is_prime_fasttest_ex() 803 enum bn_primality_result_t *out_result, const BIGNUM *w, int checks, in BN_enhanced_miller_rabin_primality_test()
|
| /external/cronet/base/memory/ |
| D | raw_ptr.md | 461 #### Dereference 466 #### Extraction 509 #### Instantiation
|
| /external/mesa3d/docs/_extra/specs/ |
| D | MESA_shader_debug.spec | 202 The assertMESA function checks if the argument <condition> is function
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/ |
| D | Builders.kt | 68 private var checks = mutableListOf<() -> Boolean>() variable
|
| /external/strace/tests-mx32/ |
| D | kern_features.c | 51 } checks[] = { in test_kern_features() local
|
| D | fsync-y.c | 46 } checks[] = { in main() local
|
| D | dev-yy.c | 52 } checks[] = { in main() local
|
| /external/strace/tests/ |
| D | kern_features.c | 51 } checks[] = { in test_kern_features() local
|
| D | fsync-y.c | 46 } checks[] = { in main() local
|
| D | dev-yy.c | 52 } checks[] = { in main() local
|
| /external/strace/tests-m32/ |
| D | kern_features.c | 51 } checks[] = { in test_kern_features() local
|
| D | fsync-y.c | 46 } checks[] = { in main() local
|
| D | dev-yy.c | 52 } checks[] = { in main() local
|
| /external/python/cpython3/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
|
| /external/mesa3d/src/amd/compiler/tests/ |
| D | check_output.py | 345 def __init__(self, result, variant, checks, output): argument 363 def check_output(result, variant, checks, output): argument 379 def parse_check(variant, line, checks, pos): argument
|