Home
last modified time | relevance | path

Searched refs:update_call (Results 1 – 25 of 130) sorted by relevance

123456

/dports/mail/geary/geary-40.0/test/engine/common/
H A Dcommon-contact-harvester-test.vala61 ValaUnit.ExpectedCall update_call = this.store.expect_call("update_contacts");
72 Gee.Collection<Contact> contacts = update_call.called_arg<Gee.Collection<Contact>>(0);
106 ValaUnit.ExpectedCall update_call = this.store.expect_call("update_contacts");
117 Gee.Collection<Contact> contacts = update_call.called_arg<Gee.Collection<Contact>>(0);
133 ValaUnit.ExpectedCall update_call = this.store.expect_call("update_contacts");
144 Gee.Collection<Contact> contacts = update_call.called_arg<Gee.Collection<Contact>>(0);
160 ValaUnit.ExpectedCall update_call = this.store.expect_call("update_contacts");
171 Gee.Collection<Contact> contacts = update_call.called_arg<Gee.Collection<Contact>>(0);
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/scheduler/agent/
H A Devent.c233 void(*update_call)(scheduler_t*), in event_loop_enter()
272 if(update_call) in event_loop_enter()
273 update_call(scheduler); in event_loop_enter()
/dports/math/rkward-kde/rkward-0.7.1/rkward/windows/
H A Drkcodecompletion.cpp68 update_call = true; in RKCompletionManager()
214 if (cc_iface->isCompletionActive () && !update_call) return; in updateCallHint()
215 update_call = false; in updateCallHint()
308 if (position < call_opening) update_call = true; in textInserted()
309 else if (text.contains (QChar ('(')) || text.contains (QChar (')'))) update_call = true; in textInserted()
316 if (range.start () < call_opening) update_call = true; in textRemoved()
317 else if (text.contains (QChar ('(')) || text.contains (QChar (')'))) update_call = true; in textRemoved()
334 if (newPosition < call_opening) update_call = true; in cursorPositionChanged()
337 if (text.contains (QChar ('(')) || text.contains (QChar (')'))) update_call = true; in cursorPositionChanged()
H A Drkcodecompletion.h79 bool update_call; variable
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DCallManager.cpp24 void CallManager::update_call(Update call) { in update_call() function in td::CallManager
45 send_closure(actor, &CallActor::update_call, std::move(call->phone_call_)); in update_call()
145 send_closure(actor, &CallActor::update_call, std::move(update->phone_call_)); in set_call_id()
H A DCallManager.h28 void update_call(Update call);
H A DCallActor.h105 void update_call(tl_object_ptr<telegram_api::PhoneCall> call);
H A DCallActor.cpp339 void CallActor::update_call(tl_object_ptr<telegram_api::PhoneCall> call) { in update_call() function in td::CallActor
353 update_call(std::move(call->phone_call_)); in update_call_inner()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dacct_policy.h99 bool update_call);
H A Dacct_policy.c1110 bool update_call, bool max_limit) in _validate_tres_limits_for_assoc() argument
1124 || (!job_tres_array[i] && !update_call)) in _validate_tres_limits_for_assoc()
1525 bool update_call, in _qos_policy_validate() argument
2915 bool update_call) in _acct_policy_validate() argument
2976 strict_checking, update_call, 1)) { in _acct_policy_validate()
3074 if (!update_call && !_validate_time_limit( in _acct_policy_validate()
3115 strict_checking, update_call, 1)) { in _acct_policy_validate()
3140 strict_checking, update_call, 1)) { in _acct_policy_validate()
3210 if (!update_call && !_validate_time_limit( in _acct_policy_validate()
3261 bool update_call) in acct_policy_validate() argument
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/icode/
H A Dhipe_icode_coordinator.erl177 Pid ! {update_call, MFA, NewTypes, self(), Ref},
235 {update_call, MFA, NewInfo, Pid, Ref} ->
H A Dhipe_icode_exceptions.erl222 {I1, Is1, State1} = update_call(I, Is, C, State, Map),
250 update_call(I, Is, C, State0, Map) -> function
H A Dhipe_icode_ssa_const_prop.erl447 update_call(Instruction, Environment);
475 update_call(Instruction, Environment) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/icode/
H A Dhipe_icode_coordinator.erl177 Pid ! {update_call, MFA, NewTypes, self(), Ref},
235 {update_call, MFA, NewInfo, Pid, Ref} ->
H A Dhipe_icode_exceptions.erl222 {I1, Is1, State1} = update_call(I, Is, C, State, Map),
250 update_call(I, Is, C, State0, Map) -> function
H A Dhipe_icode_ssa_const_prop.erl447 update_call(Instruction, Environment);
475 update_call(Instruction, Environment) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/icode/
H A Dhipe_icode_coordinator.erl177 Pid ! {update_call, MFA, NewTypes, self(), Ref},
235 {update_call, MFA, NewInfo, Pid, Ref} ->
H A Dhipe_icode_exceptions.erl222 {I1, Is1, State1} = update_call(I, Is, C, State, Map),
250 update_call(I, Is, C, State0, Map) -> function
H A Dhipe_icode_ssa_const_prop.erl447 update_call(Instruction, Environment);
475 update_call(Instruction, Environment) -> function
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/aarch64/
H A Daarch64-builtins.c1584 tree update_call, atomic_feraiseexcept, hold_fnclex, masked_fenv, ld_fenv; in aarch64_atomic_assign_expand_fenv() local
1659 update_call = build_call_expr (atomic_feraiseexcept, 1, in aarch64_atomic_assign_expand_fenv()
1663 reload_fenv, restore_fnenv), update_call); in aarch64_atomic_assign_expand_fenv()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/aarch64/
H A Daarch64-builtins.c1584 tree update_call, atomic_feraiseexcept, hold_fnclex, masked_fenv, ld_fenv; in aarch64_atomic_assign_expand_fenv() local
1659 update_call = build_call_expr (atomic_feraiseexcept, 1, in aarch64_atomic_assign_expand_fenv()
1663 reload_fenv, restore_fnenv), update_call); in aarch64_atomic_assign_expand_fenv()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Daarch64-builtins.c1718 tree update_call, atomic_feraiseexcept, hold_fnclex, masked_fenv, ld_fenv; in aarch64_atomic_assign_expand_fenv() local
1793 update_call = build_call_expr (atomic_feraiseexcept, 1, in aarch64_atomic_assign_expand_fenv()
1797 reload_fenv, restore_fnenv), update_call); in aarch64_atomic_assign_expand_fenv()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/aarch64/
H A Daarch64-builtins.c1718 tree update_call, atomic_feraiseexcept, hold_fnclex, masked_fenv, ld_fenv; in aarch64_atomic_assign_expand_fenv() local
1793 update_call = build_call_expr (atomic_feraiseexcept, 1, in aarch64_atomic_assign_expand_fenv()
1797 reload_fenv, restore_fnenv), update_call); in aarch64_atomic_assign_expand_fenv()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Daarch64-builtins.c1718 tree update_call, atomic_feraiseexcept, hold_fnclex, masked_fenv, ld_fenv; in aarch64_atomic_assign_expand_fenv() local
1793 update_call = build_call_expr (atomic_feraiseexcept, 1, in aarch64_atomic_assign_expand_fenv()
1797 reload_fenv, restore_fnenv), update_call); in aarch64_atomic_assign_expand_fenv()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Daarch64-builtins.c1718 tree update_call, atomic_feraiseexcept, hold_fnclex, masked_fenv, ld_fenv; in aarch64_atomic_assign_expand_fenv() local
1793 update_call = build_call_expr (atomic_feraiseexcept, 1, in aarch64_atomic_assign_expand_fenv()
1797 reload_fenv, restore_fnenv), update_call); in aarch64_atomic_assign_expand_fenv()

123456