Home
last modified time | relevance | path

Searched defs:is_true (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dbranch-elimination.h36 bool is_true; in NON_EXPORTED_BASE() member
Djs-graph.h71 Node* BooleanConstant(bool is_true) { in BooleanConstant()
Dbranch-elimination.cc234 Zone* zone, Node* condition, Node* branch, bool is_true, in AddCondition()
/external/adhd/scripts/audio_tuning/
Dconf2ini2.py77 def is_true(d, pattern): function
/external/catch2/projects/SelfTest/UsageTests/
DTricky.tests.cpp209 struct is_true struct
218 REQUIRE( is_true<true>::value == true ); argument
/external/python/cpython3/Modules/
D_asynciomodule.c468 int is_true; in future_init() local
1118 int is_true = PyObject_IsTrue(val); in FutureObj_set_blocking() local
1145 int is_true = PyObject_IsTrue(val); in FutureObj_set_log_traceback() local
2023 int is_true = PyObject_IsTrue(val); in TaskObj_set_log_destroy_pending() local
2196 int is_true; in _asyncio_Task_cancel_impl() local
2677 int is_true; in task_step_impl() local
2773 int is_true; in task_step_impl() local
/external/tensorflow/tensorflow/python/profiler/
Doption_builder.py372 def account_displayed_op_only(self, is_true): argument
/external/python/cpython2/Python/
D_warnings.c527 int is_true; in setup_context() local
/external/python/cpython3/Python/
D_warnings.c770 int is_true; in setup_context() local
/external/v8/src/wasm/
Dwasm-interpreter.cc2164 bool is_true = cond.to<uint32_t>() != 0; in Execute() local
2196 bool is_true = cond.to<uint32_t>() != 0; in Execute() local
/external/flatbuffers/src/
Didl_parser.cpp1464 auto is_true = attribute_ == "true"; in ParseSingleValue() local