Searched refs:truthy (Results 1 – 16 of 16) sorted by relevance
/external/catch2/projects/SelfTest/UsageTests/ |
D | Decomposition.tests.cpp | 14 struct truthy { struct 15 truthy(bool b):m_value(b){} in truthy() argument 22 std::ostream& operator<<(std::ostream& o, truthy) { in operator <<() argument 32 CHECK(truthy(false));
|
/external/bcc/src/lua/bpf/spec/ |
D | elf_spec.lua | 9 assert.truthy(sh) 12 assert.truthy(base) 15 assert.truthy(malloc_addr)
|
D | decoder_spec.lua | 10 assert.truthy(bc) 19 assert.truthy(pc and op)
|
D | compile_spec.lua | 19 assert.truthy(code)
|
D | codegen_spec.lua | 22 assert.truthy(code)
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | fork.cc | 169 static const char* truthy[] = {"yes", "Yes", "YES", "true", in GlobalInit() local 173 for (size_t i = 0; i < GPR_ARRAY_SIZE(truthy); i++) { in GlobalInit() 174 if (0 == strcmp(env, truthy[i])) { in GlobalInit()
|
/external/rust/crates/tinytemplate/ |
D | CHANGELOG.md | 15 - Fixed numeric values being truthy when zero, rather than when non-zero. (For real this time) 30 - Fixed numeric values being truthy when zero, rather than when non-zero.
|
/external/rust/crates/tinytemplate/src/ |
D | template.rs | 216 let mut truthy = if first.starts_with('@') { in render_into() localVariable 233 truthy = !truthy; in render_into() 236 if truthy { in render_into() 329 let truthy = match value { in value_is_truthy() localVariable 342 Ok(truthy) in value_is_truthy()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | string.cc | 340 static const char* truthy[] = {"yes", "true", "1"}; in gpr_is_true() local 341 for (i = 0; i < GPR_ARRAY_SIZE(truthy); i++) { in gpr_is_true() 342 if (0 == gpr_stricmp(s, truthy[i])) { in gpr_is_true()
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.std.approved.txt | 857 CHECK( truthy(false) ) 859 Hey, its truthy!
|
D | compact.sw.approved.txt | 1136 Decomposition.tests.cpp:<line number>: failed: truthy(false) for: Hey, its truthy!
|
D | console.sw.approved.txt | 8254 CHECK( truthy(false) ) 8256 Hey, its truthy!
|
/external/python/pybind11/.github/ |
D | CONTRIBUTING.md | 325 and truthy, this will be make the accessory `pybind11-global` package,
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 281 ptr = &g; // error: 'a == 0 || a != 0' is not a truthy constant 282 ptr = &h; // OK: 1 is a truthy constant 283 ptr = &i; // OK: 'TrueConstant' is a truthy constant 284 ptr = &j; // error: 'FalseConstant' is a constant, but not truthy
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
D | scoping-shim.min.js.map | 1 … let v = overrides[p];\n // skip override props if they are not truthy or 0\n // in …
|
/external/python/setuptools/ |
D | CHANGES.rst | 3105 * Add Extension(py_limited_api=True). When set to a truthy value,
|