HomeSort by relevance Sort by last modified time
    Searched defs:is_true (Results 1 - 11 of 11) sorted by null

  /external/adhd/scripts/audio_tuning/
conf2ini2.py 77 def is_true(d, pattern): function
91 has_drc = is_true(d, 'global.enable_drc') and is_true(d, 'drc.*.enable')
92 has_eq = is_true(d, 'global.enable_eq') and is_true(d, 'eq.*.*.enable')
100 if is_true(d, 'global.enable_swap') and len(stages) >= 2:
  /external/v8/src/compiler/
branch-elimination.h 31 bool is_true; member in struct:v8::internal::compiler::final::BranchCondition
34 BranchCondition(Node* condition, bool is_true, BranchCondition* next)
35 : condition(condition), is_true(is_true), next(next) {}
46 bool is_true) const;
  /build/kati/
eval.cc 275 bool is_true; local
285 is_true = (v->String().empty() == (stmt->op == CondOp::IFNDEF));
292 is_true = ((lhs == rhs) == (stmt->op == CondOp::IFEQ));
301 if (is_true) {
  /toolchain/binutils/binutils-2.27/gas/config/
xtensa-relax.h 65 i.e., the OR options, can be negated by setting the is_true field
88 bfd_boolean is_true; member in struct:req_or_option_list
xtensa-relax.c 1358 bfd_boolean is_true = TRUE; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 521 int is_true; local
525 is_true = PyObject_IsTrue(*filename);
526 if (is_true < 0) {
530 else if (!is_true) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 520 int is_true; local
524 is_true = PyObject_IsTrue(*filename);
525 if (is_true < 0) {
529 else if (!is_true) {
  /external/python/cpython2/Python/
_warnings.c 521 int is_true; local
525 is_true = PyObject_IsTrue(*filename);
526 if (is_true < 0) {
530 else if (!is_true) {
  /external/python/cpython3/Python/
_warnings.c 723 int is_true; local
727 is_true = PyObject_IsTrue(*filename);
728 if (is_true < 0) {
732 else if (!is_true) {
    [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c 622 int is_true = PyObject_IsTrue(val); local
623 if (is_true < 0) {
626 fut->fut_blocking = is_true;
1371 int is_true = PyObject_IsTrue(val); local
1577 int is_true; local
2152 int is_true; local
    [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc 1277 bool is_true = cond.to<uint32_t>() != 0; local
1311 bool is_true = cond.to<uint32_t>() != 0; local
    [all...]

Completed in 266 milliseconds