Home
last modified time | relevance | path

Searched refs:truthy (Results 1 – 16 of 16) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DDecomposition.tests.cpp14 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/
Delf_spec.lua9 assert.truthy(sh)
12 assert.truthy(base)
15 assert.truthy(malloc_addr)
Ddecoder_spec.lua10 assert.truthy(bc)
19 assert.truthy(pc and op)
Dcompile_spec.lua19 assert.truthy(code)
Dcodegen_spec.lua22 assert.truthy(code)
/external/grpc-grpc/src/core/lib/gprpp/
Dfork.cc169 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/
DCHANGELOG.md15 - 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/
Dtemplate.rs216 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/
Dstring.cc340 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/
Dconsole.std.approved.txt857 CHECK( truthy(false) )
859 Hey, its truthy!
Dcompact.sw.approved.txt1136 Decomposition.tests.cpp:<line number>: failed: truthy(false) for: Hey, its truthy!
Dconsole.sw.approved.txt8254 CHECK( truthy(false) )
8256 Hey, its truthy!
/external/python/pybind11/.github/
DCONTRIBUTING.md325 and truthy, this will be make the accessory `pybind11-global` package,
/external/clang/include/clang/Basic/
DAttrDocs.td281 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/
Dscoping-shim.min.js.map1 … let v = overrides[p];\n // skip override props if they are not truthy or 0\n // in …
/external/python/setuptools/
DCHANGES.rst3105 * Add Extension(py_limited_api=True). When set to a truthy value,