Home
last modified time | relevance | path

Searched refs:in_call (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/test/
Dmalloc.cc52 static bool failure_enabled = false, break_on_fail = false, in_call = false; variable
76 if (in_call) { in should_fail_allocation()
80 in_call = true; in should_fail_allocation()
97 in_call = false; in should_fail_allocation()
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py389 _call_context.in_call = True
393 _call_context.in_call = was_in_call