Searched defs:first_call (Results 1 - 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
H A Drepeat_dataset_op.cc178 bool first_call = false; variable
180 first_call = true;
189 if (first_call) {
H A Dshuffle_dataset_op.cc85 bool first_call = false; variable
87 first_call = true;
103 first_call = false;
106 if (first_call && dataset()->count_ == -1) {
/external/boringssl/src/crypto/fipsmodule/rand/
H A Drand.c323 int first_call = 1; local
331 first_call ? sizeof(additional_data) : 0)) {
338 first_call = 0;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.c1832 static boolean first_call = TRUE; local
1834 if (first_call) {
1847 first_call = FALSE;
/external/tensorflow/tensorflow/core/framework/
H A Dop.cc65 bool first_call = false; local
69 first_call = MustCallDeferred();
79 if (first_call) {
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dsync_method_unittest.cc426 bool first_call = true; local
427 impl.set_echo_handler([&first_call, &ptr, &result_value](
429 if (first_call) {
430 first_call = false;
452 bool first_call = true; local
453 impl.set_echo_handler([&first_call, &ptr, &result_value](
456 if (first_call) {
457 first_call = false;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c795 static boolean first_call = TRUE; local
796 if (first_call) {
799 first_call = FALSE;
/external/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c271 static int first_call = 1; local
272 if (!first_call)
274 first_call = 0;

Completed in 324 milliseconds