Home
last modified time | relevance | path

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

/external/angle/third_party/abseil-cpp/absl/base/
Doptimization_test.cc103 const ImplictlyConvertibleToBool is_true(true); in TEST() local
121 const ExplictlyConvertibleToBool is_true(true); in TEST() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Doptimization_test.cc103 const ImplictlyConvertibleToBool is_true(true); in TEST() local
121 const ExplictlyConvertibleToBool is_true(true); in TEST() local
/external/libtextclassifier/abseil-cpp/absl/base/
Doptimization_test.cc103 const ImplictlyConvertibleToBool is_true(true); in TEST() local
121 const ExplictlyConvertibleToBool is_true(true); in TEST() local
/external/openscreen/third_party/abseil/src/absl/base/
Doptimization_test.cc103 const ImplictlyConvertibleToBool is_true(true); in TEST() local
121 const ExplictlyConvertibleToBool is_true(true); in TEST() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_constant_boolean.cpp28 uint32_t fresh_id, bool is_true, bool is_irrelevant) { in TransformationAddConstantBoolean()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_constant_boolean.cpp28 uint32_t fresh_id, bool is_true, bool is_irrelevant) { in TransformationAddConstantBoolean()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_constant_boolean.cpp28 uint32_t fresh_id, bool is_true, bool is_irrelevant) { in TransformationAddConstantBoolean()
/external/rust/crates/ring/crypto/
Dconstant_time_test.c51 crypto_word a, crypto_word b, int is_true) { in test_binary_op_w()
/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.c479 int is_true; in future_init() local
1168 int is_true = PyObject_IsTrue(val); in FutureObj_set_blocking() local
1195 int is_true = PyObject_IsTrue(val); in FutureObj_set_log_traceback() local
2147 int is_true = PyObject_IsTrue(val); in TaskObj_set_log_destroy_pending() local
2254 int is_true; in _asyncio_Task_cancel_impl() local
2812 int is_true; in task_step_impl() local
2904 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/cpython3/Python/
Dpeephole.c313 int is_true = PyObject_IsTrue(cnt); in PyCode_Optimize() local
/external/zstd/contrib/freestanding_lib/
Dfreestanding.py148 def _handle_if_block(self, macro, idx, is_true, prepend): argument
/external/python/cpython2/Python/
D_warnings.c527 int is_true; in setup_context() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/
Dspvtoolsfuzz.proto632 bool is_true = 2; field
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto630 bool is_true = 2; field
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto630 bool is_true = 2; field
/external/flatbuffers/src/
Didl_parser.cpp1721 auto is_true = attribute_ == "true"; in ParseSingleValue() local
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h87 bool is_true() const { check->checked = true; return val == isl_bool_true; } in is_true() function
Disl-noexceptions.h71 bool is_true() const { checked = true; return val == isl_bool_true; } in is_true() function