/external/rust/crates/rusqlite/src/ |
D | config.rs | 129 let opposite = !db.db_config(DbConfig::SQLITE_DBCONFIG_ENABLE_FKEY).unwrap(); in test_db_config() localVariable 131 db.set_db_config(DbConfig::SQLITE_DBCONFIG_ENABLE_FKEY, opposite), in test_db_config() 132 Ok(opposite) in test_db_config() 136 Ok(opposite) in test_db_config() 139 let opposite = !db in test_db_config() localVariable 143 db.set_db_config(DbConfig::SQLITE_DBCONFIG_ENABLE_TRIGGER, opposite), in test_db_config() 144 Ok(opposite) in test_db_config() 148 Ok(opposite) in test_db_config()
|
/external/llvm-project/llvm/test/MC/Hexagon/ |
D | new-value-check.s | 6 # CHECK-STRICT: :10:3: note: Register producer has the opposite predicate sense as consumer 7 # CHECK-RELAXED: :10:3: note: Register producer has the opposite predicate sense as consumer 9 # invalid: r0 definition predicated on the opposite condition
|
/external/python/cpython2/Lib/ |
D | _weakrefset.py | 177 opposite = self.__eq__(other) 178 if opposite is NotImplemented: 180 return not opposite
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Roll.pbtxt | 8 specified by `axis[i]`. Negative shifts will roll the elements in the opposite 33 elements in the opposite direction. Elements that roll passed the last position
|
D | api_def_Unpack.pbtxt | 38 This is the opposite of `pack`.
|
D | api_def_Pack.pbtxt | 45 This is the opposite of `unpack`.
|
D | api_def_CumulativeLogsumexp.pbtxt | 48 opposite direction.
|
D | api_def_Cumprod.pbtxt | 47 opposite direction:
|
D | api_def_Cumsum.pbtxt | 47 opposite direction:
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/ |
D | ModifierKey.java | 68 return fromString(keyType + variant.opposite()); in sibling() 112 Variant opposite() { in opposite() method in ModifierKey.Variant
|
/external/llvm-project/llvm/test/Linker/Inputs/ |
D | unique-fwd-decl-order.ll | 3 ; These nodes are intentionally in the opposite order from the test-driver.
|
/external/llvm/test/Linker/Inputs/ |
D | unique-fwd-decl-order.ll | 3 ; These nodes are intentionally in the opposite order from the test-driver.
|
/external/llvm-project/llvm/test/Transforms/Attributor/ |
D | lit.local.cfg | 5 # the parent introduced the opposite rule, so we replace it if we see it.
|
/external/walt/docs/ |
D | DragLatency.md | 34 … the finger movement in that point) and therefore they would diverge in opposite directions from t… 40 …mplemented in [minimization.py](/pywalt/minimization.py)). This has the opposite requirement of so…
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-heuristics-geps.ll | 5 ; corresponding memory access isn't simplified. Doing the opposite might bias
|
/external/llvm-project/llvm/test/FileCheck/ |
D | opt-color.txt | 15 ; opposite cases.
|
/external/llvm/test/CodeGen/X86/ |
D | pseudo_cmov_lower2.ll | 76 ; when the "opposite condition" handling code in the compiler is used. 77 ; This should be the same code as foo3 above, because we use the opposite
|
/external/llvm-project/compiler-rt/lib/ |
D | CMakeLists.txt | 70 # so we don't add_subdirectory the runtimes in that case. However, the opposite
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-heuristics-geps.ll | 6 ; corresponding memory access isn't simplified. Doing the opposite might bias
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pr38533.ll | 15 ; Similarly this makes sure that the opposite bitcast of the above is also legalized without crashi…
|
/external/eigen/Eigen/src/plugins/ |
D | CommonCwiseUnaryOps.h | 41 EIGEN_DOC_UNARY_ADDONS(operator-,opposite)
|
/external/llvm-project/clang/test/Driver/ |
D | hip-device-libs.hip | 24 // Test explicit flag, opposite of target default. 33 // Test explicit flag, opposite of target default.
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_ast_build_expr.c | 738 int parallel = 1, opposite = 1; in check_parallel_or_opposite() local 750 parallel = opposite = 0; in check_parallel_or_opposite() 754 if (parallel || opposite) { in check_parallel_or_opposite() 759 parallel = opposite = 0; in check_parallel_or_opposite() 767 if (!parallel && !opposite) in check_parallel_or_opposite() 778 if (opposite) { in check_parallel_or_opposite() 780 opposite = isl_val_is_divisible_by(v1, data->d); in check_parallel_or_opposite() 787 if ((parallel || opposite) && mod_constraint_is_simpler(data, c)) { in check_parallel_or_opposite()
|
/external/eigen/doc/ |
D | FixedSizeVectorizable.dox | 26 …time. So for example Matrix3f has fixed size, but MatrixXf doesn't (the opposite of fixed-size is …
|
/external/llvm/test/MC/Hexagon/ |
D | new-value-check.s | 9 # invalid: r0 definition predicated on the opposite condition
|