Home
last modified time | relevance | path

Searched +defs:val +defs:call (Results 1 – 25 of 1295) sorted by relevance

12345678910>>...52

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/
Dassign_to.hpp50 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::false_) in call() function
63 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::true_) in call() function
70 call(Iterator const& first, Iterator const& last, Attribute& attr) in call() function
81 call(Iterator const& first, Iterator const& last in call() function
98 call(Iterator const& first, Iterator const& last in call() function
101 Attribute val; in call() local
112 call(Iterator const& first, Iterator const& last in call() function
151 call(T_ const& val, Attribute& attr, mpl::false_) in call() function
161 call(T_ const& val, Attribute& attr, mpl::true_) in call() function
169 call(T const& val, Attribute& attr) in call() function
[all …]
Dalternative_function.hpp65 bool call(Component const& component, mpl::true_) const in call() function
85 val; in call_optional_or_variant() local
105 val; in call_variant() local
137 bool call(Component const& component, mpl::false_) const in call() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dattributes.hpp394 static int call(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& v) in call() function
478 static type call(Attribute const&) in call() function
495 static type call(Attribute const& attr) in call() function
512 static type call(Attribute const& attr) in call() function
529 static type call(optional<Attribute> const& val) in call() function
554 static type call(variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& val) in call() function
566 static type call(iterator_range<Iterator> const& r) in call() function
577 static type call(unused_type) in call() function
1071 void clear_impl2(T& val, mpl::false_) in clear_impl2()
1078 void clear_impl2(T& val, mpl::true_) in clear_impl2()
[all …]
Dcontainer.hpp231 static type call(T const& val) in call() function
247 static type call(boost::optional<T> const& val) in call() function
260 optional_value(T const& val) in optional_value()
271 bool has_optional_value(T const& val) in has_optional_value()
289 static bool call(Container& c, T const& val) in call() function
300 static bool call(boost::optional<Container>& c, T const& val) in call() function
344 static bool call(variant<BOOST_VARIANT_ENUM_PARAMS(T_)>& c, T const& val) in call() function
351 bool push_back(Container& c, T const& val) in push_back()
379 static bool call(Container const& c) in call() function
401 static void call(Container&) in call() function
[all …]
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-stub/1.0.3/
HDgrpc-stub-1.0.3.jar ... private boolean frozen private final io.grpc.ClientCall call private Runnable onReadyHandler private boolean autoFlowControlEnabled public void <init ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/detail/
Dnumeric_utils.hpp152 T const val = max / Radix; in add() local
184 T const val = min / T(Radix); in add() local
209 call(Char ch, std::size_t count, T& n, mpl::true_) in call() function
227 call(Char ch, std::size_t /*count*/, T& n, mpl::false_) in call() function
236 call(Char /*ch*/, std::size_t /*count*/, unused_type, mpl::false_) in call() function
243 call(Char ch, std::size_t count, T& n) in call() function
265 call(std::size_t count) in call() function
275 call(std::size_t /*count*/) in call() function
347 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main() local
459 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/numeric_utils/detail/
Dextract_int.hpp149 T const val = max / Radix; in add() local
180 T const val = min / T(Radix); in add() local
204 call(Char ch, std::size_t count, T& n, mpl::true_) in call() function
223 call(Char ch, std::size_t /*count*/, T& n, mpl::false_) in call() function
232 call(Char /*ch*/, std::size_t /*count*/, unused_type, mpl::false_) in call() function
239 call(Char ch, std::size_t count, T& n) in call() function
261 call(std::size_t count) in call() function
271 call(std::size_t /*count*/) in call() function
332 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main() local
440 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/DeviceLock/service/service-devicelock/android_common_apex34/javac/
Dservice-devicelock.jar ... .Callable { final synthetic android.os.RemoteCallback val$remoteCallback final synthetic com.android.server. ...
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_call.c87 static void destroy_call(grpc_rb_call* call) { in destroy_call()
153 grpc_rb_call* call = NULL; in grpc_rb_call_cancel() local
177 grpc_rb_call* call = NULL; in grpc_rb_call_cancel_with_status() local
207 grpc_rb_call* call = NULL; in grpc_rb_call_close() local
220 grpc_rb_call* call = NULL; in grpc_rb_call_get_peer() local
236 grpc_rb_call* call = NULL; in grpc_rb_call_get_peer_cert() local
369 grpc_rb_call* call = NULL; in grpc_rb_call_set_credentials() local
396 static int grpc_rb_md_ary_fill_hash_cb(VALUE key, VALUE val, VALUE md_ary_obj) { in grpc_rb_md_ary_fill_hash_cb()
470 static int grpc_rb_md_ary_capacity_hash_cb(VALUE key, VALUE val, in grpc_rb_md_ary_capacity_hash_cb()
547 static int grpc_rb_call_check_op_keys_hash_cb(VALUE key, VALUE val, in grpc_rb_call_check_op_keys_hash_cb()
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/services/Telecomm/TelecomLib/android_common/repackaged-jarjar/javac/
DTelecomLib.jarcom/android/server/telecom/ui/ToastFactory.class ToastFactory.java package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/services/Telecomm/TelecomLib/android_common/javac/
DTelecomLib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/DeviceLock/service/service-devicelock/android_common_apex34/combined/
Dservice-devicelock.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/service-devicelock.com.android.devicelock_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/
Dprint_attribute.hpp74 static void call(Out& out, unused_type, unused_attribute) in call() function
81 static void call(Out& out, T_ const& val, plain_attribute) in call() function
87 static void call(Out& out, char_encoding::unicode::char_type val, plain_attribute) in call() function
102 static void call(Out& out, char val, plain_attribute tag) in call() function
110 static void call(Out& out, T_ const& val, tuple_attribute) in call() function
119 static void call(Out& out, T_ const& val, container_attribute) in call() function
140 static void call(Out& out, T_ const& val, variant_attribute) in call() function
147 static void call(Out& out, T_ const& val, optional_attribute) in call() function
156 static void call(Out& out, T const& val) in call() function
164 inline void print_attribute(Out& out, T const& val) in print_attribute()
Dcontainer_traits.hpp120 static bool call(Container& c, T&& val) in call() function
128 inline bool push_back(Container& c, T&& val) in push_back()
172 static bool call(Container& c, Iterator first, Iterator last) in call() function
195 static bool call(Container const& c) in call() function
216 static typename container_iterator<Container>::type call(Container& c) in call() function
239 static typename container_iterator<Container>::type call(Container& c) in call() function
264 static type call(Iterator& it) in call() function
287 static void call(Iterator& it) in call() function
308 static bool call(Iterator const& it1, Iterator const& it2) in call() function
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dbase_rendezvous_mgr.cc89 Tensor* val, bool* is_dead) { in RecvLocal()
170 for (auto& call : deferred_calls) { in Initialize() local
188 const Tensor& val, const bool is_dead) { in Send()
371 DeferredCall call(parsed, std::move(done)); in RecvLocalAsync() local
415 for (auto& call : cm_and_token_and_calls.second.second) { in StartAbort() local
425 void BaseRemoteRendezvous::RegisterCall(BaseRecvTensorCall* call, in RegisterCall()
447 for (const auto& call : calls_[cm].second) { in RegisterCall() local
470 void BaseRemoteRendezvous::DeregisterCall(BaseRecvTensorCall* call, in DeregisterCall()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/singleflight/
Dsingleflight.go12 type call struct { struct
13 wg sync.WaitGroup
17 val any member
18 err error
23 dups int
24 chans []chan<- Result
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/core/detail/
Dparse_into_container.hpp36 static void call(const Key, Value& value, Attribute& attr) in call() function
50 static void call(const variant_t key, Value& value, Attribute& attr) in call() function
95 value_type val{}; in call_synthesize_x() local
188 static bool call(Parser const& parser in call() function
198 static bool call( in call() function
210 static bool call(Parser const& parser in call() function
239 static bool call( in call() function
249 static bool call( in call() function
258 static bool call( in call() function
274 static bool call(Parser const& parser in call() function
/aosp_15_r20/external/strace/tests-m32/
H A Dipc.c48 ipc_call(const unsigned short version, const unsigned short call, in ipc_call()
51 const unsigned long val = in ipc_call() local
60 ipc_call0(const unsigned short version, const unsigned short call) in ipc_call0()
88 unsigned short call; in main() local
/aosp_15_r20/external/strace/tests/
H A Dipc.c48 ipc_call(const unsigned short version, const unsigned short call, in ipc_call()
51 const unsigned long val = in ipc_call() local
60 ipc_call0(const unsigned short version, const unsigned short call) in ipc_call0()
88 unsigned short call; in main() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dipc.c48 ipc_call(const unsigned short version, const unsigned short call, in ipc_call()
51 const unsigned long val = in ipc_call() local
60 ipc_call0(const unsigned short version, const unsigned short call) in ipc_call0()
88 unsigned short call; in main() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.cpp18 std::shared_ptr<SugaredValue> PrintValue::call( in call() function in torch::jit::PrintValue
49 std::shared_ptr<SugaredValue> BuiltinFunction::call( in call() function in torch::jit::BuiltinFunction
415 std::shared_ptr<SugaredValue> SimpleValue::call( in call() function in torch::jit::SimpleValue
457 Value* val = getValue(); in len() local
475 Value* val = getValue(); in getitem() local
683 std::shared_ptr<SugaredValue> MagicMethod::call( in call() function in torch::jit::MagicMethod
701 std::shared_ptr<SugaredValue> ClassValue::call( in call() function in torch::jit::ClassValue
745 std::shared_ptr<SugaredValue> NamedTupleConstructor::call( in call() function in torch::jit::NamedTupleConstructor
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c77 nir_call_instr *call, in vtn_ssa_value_add_to_call_params()
96 function_parameter_decoration_cb(struct vtn_builder *b, struct vtn_value *val, in function_parameter_decoration_cb()
188 nir_call_instr *call = nir_call_instr_create(b->nb.shader, in vtn_handle_function_call() local
220 function_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, in function_decoration_cb()
257 struct vtn_value *val = vtn_push_value(b, w[2], vtn_value_type_function); in vtn_cfg_handle_prepass_instruction() local
343 struct vtn_value *val = vtn_untyped_value(b, w[2]); in vtn_cfg_handle_prepass_instruction() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp91 void call() { in call() function
113 void call() { T<int>().foo(); } in call() function
160 void call() { in call() function
180 int call() { in call() function
416val = T::error; // expected-error{{expected '}' or ','}} expected-error{{type 'int' cannot be use… in f3() enumerator
423val = T::error; // expected-error{{expected '}' or ','}} expected-error{{type 'int' cannot be use… in f4() enumerator
430 …int val = T::error; // expected-error {{type 'int' cannot be used prior to '::' because it has no… in f5() member in PR21332::f5::S
/aosp_15_r20/external/pigweed/pw_rpc/fuzz/
H A Dengine.cc133 Action::Action(Op op_, size_t target_, char val, size_t len) in Action()
271 void FuzzyCall::Reset(Variant call) { in Reset()
308 for (auto& call : fuzzy_calls_) { in Fuzzer() local
422 char val = Action::DecodeWriteValue(action.value); in Perform() local
546 FuzzyCall& call = FindCall(callback_id); in OnError() local

12345678910>>...52