/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | sync_method_unittest.cc | 695 bool first_call = true; in TYPED_TEST() local 696 impl.set_echo_handler([&first_call, &ptr, &result_value]( in TYPED_TEST() 698 if (first_call) { in TYPED_TEST() 699 first_call = false; in TYPED_TEST() 719 bool first_call = true; in SEQUENCED_TASK_RUNNER_TYPED_TEST() local 723 [&first_call, &ptr, &result_value]( in SEQUENCED_TASK_RUNNER_TYPED_TEST() 725 if (first_call) { in SEQUENCED_TASK_RUNNER_TYPED_TEST() 726 first_call = false; in SEQUENCED_TASK_RUNNER_TYPED_TEST() 751 bool first_call = true; in TYPED_TEST() local 752 impl.set_echo_handler([&first_call, &ptr, &result_value]( in TYPED_TEST() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/ |
D | rand.c | 341 int first_call = 1; in RAND_bytes_with_additional_data() local 349 first_call ? sizeof(additional_data) : 0)) { in RAND_bytes_with_additional_data() 358 first_call = 0; in RAND_bytes_with_additional_data()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op.cc | 107 bool first_call = false; in LookUpSlow() local 111 first_call = MustCallDeferred(); in LookUpSlow() 121 if (first_call) { in LookUpSlow()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | region_control_flow_to_functional.cc | 263 TrivialTransformInfo(llvm::Optional<CallOp> first_call, in TrivialTransformInfo() 266 if (!first_call || !second_call) return; in TrivialTransformInfo() 268 if (!MatchCallArgs(first_call.getValue(), second_call.getValue(), in TrivialTransformInfo() 273 callee_names = {first_call.getValue().getCallee(), in TrivialTransformInfo()
|
/external/boringssl/src/crypto/fipsmodule/rand/ |
D | rand.c | 431 int first_call = 1; in RAND_bytes_with_additional_data() local 439 first_call ? sizeof(additional_data) : 0)) { in RAND_bytes_with_additional_data() 448 first_call = 0; in RAND_bytes_with_additional_data()
|
/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | prot_hsymlinks.c | 271 static int first_call = 1; in cleanup() local 272 if (!first_call) in cleanup() 274 first_call = 0; in cleanup()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | builtin-dynamic-object-size.ll | 25 %first_call = call i8* @malloc(i64 10) 33 %joined = phi i8* [ %first_call, %first_label ], [ %second_call, %second_label ]
|
/external/scapy/scapy/layers/tls/ |
D | extensions.py | 89 lvl="", label_lvl="", first_call=True): argument 122 label_lvl=label_lvl, first_call=False) 124 if first_call and not dump:
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture.c | 943 static boolean first_call = TRUE; in llvmpipe_init_screen_resource_funcs() local 944 if (first_call) { in llvmpipe_init_screen_resource_funcs() 947 first_call = FALSE; in llvmpipe_init_screen_resource_funcs()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_format.c | 1405 static boolean first_call = TRUE; in check_format_tables() local 1407 if (first_call) { in check_format_tables() 1415 first_call = FALSE; in check_format_tables()
|
/external/scapy/scapy/ |
D | packet.py | 980 def _show_or_dump(self, dump=False, indent=3, lvl="", label_lvl="", first_call=True): argument 1016 …+= fvalue._show_or_dump(dump=dump, indent=indent, label_lvl=label_lvl+lvl+" |", first_call=False) 1029 …=dump, indent=indent, lvl=lvl+(" "*indent*self.show_indent), label_lvl=label_lvl, first_call=False) 1031 if first_call and not dump:
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | snapshot_dataset_op.cc | 1791 bool first_call; in GetNextInternal() local 1795 first_call = first_call_; in GetNextInternal() 1830 if (first_call && !is_restored) { in GetNextInternal()
|
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.c | 445 mz_uint n, first_call, decomp_flags = TINFL_FLAG_COMPUTE_ADLER32; in mz_inflate() local 457 first_call = pState->m_first_call; pState->m_first_call = 0; in mz_inflate() 463 if ((flush == MZ_FINISH) && (first_call)) in mz_inflate()
|