Home
last modified time | relevance | path

Searched refs:closures (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/libffi/testsuite/
DMakefile.am21 libffi.call/negint.c libffi.closures/nested_struct3.c \
69 libffi.closures/cls_multi_sshort.c \
70 libffi.closures/cls_align_longdouble_split2.c \
71 libffi.closures/cls_1_1byte.c libffi.closures/cls_uint_va.c \
72 libffi.closures/cls_3_1byte.c libffi.closures/cls_many_mixed_args.c \
73 libffi.closures/cls_20byte1.c libffi.closures/cls_pointer_stack.c \
74 libffi.closures/cls_align_float.c libffi.closures/cls_5_1_byte.c \
75 libffi.closures/cls_9byte1.c libffi.closures/cls_align_uint32.c \
76 libffi.closures/stret_medium.c libffi.closures/cls_3byte1.c \
77 libffi.closures/cls_align_uint64.c libffi.closures/cls_longdouble_va.c \
[all …]
DMakefile.in300 libffi.call/negint.c libffi.closures/nested_struct3.c \
348 libffi.closures/cls_multi_sshort.c \
349 libffi.closures/cls_align_longdouble_split2.c \
350 libffi.closures/cls_1_1byte.c libffi.closures/cls_uint_va.c \
351 libffi.closures/cls_3_1byte.c libffi.closures/cls_many_mixed_args.c \
352 libffi.closures/cls_20byte1.c libffi.closures/cls_pointer_stack.c \
353 libffi.closures/cls_align_float.c libffi.closures/cls_5_1_byte.c \
354 libffi.closures/cls_9byte1.c libffi.closures/cls_align_uint32.c \
355 libffi.closures/stret_medium.c libffi.closures/cls_3byte1.c \
356 libffi.closures/cls_align_uint64.c libffi.closures/cls_longdouble_va.c \
[all …]
/third_party/boost/boost/wave/grammars/
Dcpp_expression_grammar.hpp57 namespace closures { namespace
88 typedef boost::wave::grammars::closures::closure_value type;
92 boost::wave::grammars::closures::closure_value
95 typedef boost::wave::grammars::closures::closure_value return_type; in operator ()()
116 typedef boost::wave::grammars::closures::closure_value type;
120 boost::wave::grammars::closures::closure_value
123 typedef boost::wave::grammars::closures::closure_value return_type; in operator ()()
159 typedef boost::wave::grammars::closures::closure_value type;
163 boost::wave::grammars::closures::closure_value
181 typedef boost::wave::grammars::closures::closure_value type;
[all …]
Dcpp_intlit_grammar.hpp48 namespace closures { namespace
64 boost::spirit::classic::grammar<intlit_grammar, closures::intlit_closure::context_t>
Dcpp_chlit_grammar.hpp55 namespace closures { namespace
132 closures::chlit_closure::context_t>
149 ScannerT, closures::chlit_closure::context_t>
/third_party/harfbuzz/src/
Dhb-subset-cff-common.hh546 void create (subr_closures_t& closures) in create()
548 global_remap.create (closures.global_closure); in create()
550 local_remaps[i].create (closures.local_closures[i]); in create()
576 closures.fini (); in ~subr_subsetter_t()
599 closures.init (acc.fdCount); in subset()
618 if (unlikely (!closures.valid)) in subset()
638 closures.global_closure, closures.local_closures[fd], in subset()
662 closures.global_closure, closures.local_closures[fd], in subset()
675 closures.reset (); in subset()
687 closures.global_closure, closures.local_closures[fd], in subset()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset-cff-common.hh601 void create (subr_closures_t& closures) in create()
603 global_remap.create (closures.global_closure); in create()
605 local_remaps[i].create (closures.local_closures[i]); in create()
631 closures.fini (); in ~subr_subsetter_t()
654 closures.init (acc.fdCount); in subset()
664 if (unlikely (!closures.valid)) in subset()
684 closures.global_closure, closures.local_closures[fd], in subset()
708 closures.global_closure, closures.local_closures[fd], in subset()
721 closures.reset (); in subset()
733 closures.global_closure, closures.local_closures[fd], in subset()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-cff-common.hh549 void create (subr_closures_t& closures) in create()
551 global_remap.create (closures.global_closure); in create()
553 local_remaps[i].create (closures.local_closures[i]); in create()
579 closures.fini (); in ~subr_subsetter_t()
602 closures.init (acc.fdCount); in subset()
621 if (unlikely (!closures.valid)) in subset()
641 closures.global_closure, closures.local_closures[fd], in subset()
665 closures.global_closure, closures.local_closures[fd], in subset()
678 closures.reset (); in subset()
690 closures.global_closure, closures.local_closures[fd], in subset()
[all …]
/third_party/grpc/src/core/lib/transport/
Dtransport.cc189 grpc_core::CallCombinerClosureList closures; local
191 closures.Add(
196 closures.Add(batch->payload->recv_message.recv_message_ready,
200 closures.Add(
205 closures.Add(batch->on_complete, GRPC_ERROR_REF(error),
209 closures.RunClosures(call_combiner);
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc447 const CallCombinerClosureList& closures);
455 const CallCombinerClosureList& closures) { in YieldCallCombinerIfPendingBatchesFound() argument
456 return closures.size() > 0; in YieldCallCombinerIfPendingBatchesFound()
693 const CallCombinerClosureList& closures);
701 const CallCombinerClosureList& closures) { in YieldCallCombinerIfPendingBatchesFound() argument
702 return closures.size() > 0; in YieldCallCombinerIfPendingBatchesFound()
747 CallCombinerClosureList* closures);
752 SubchannelCallRetryState* retry_state, CallCombinerClosureList* closures);
761 CallCombinerClosureList* closures);
773 CallCombinerClosureList* closures);
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dchoicfmt.cpp101 const UBool* closures, in ChoiceFormat() argument
107 setChoices(limits, closures, formats, cnt, constructorErrorCode); in ChoiceFormat()
267 const UBool* closures, in setChoices() argument
272 setChoices(limits, closures, formats, cnt, errorCode); in setChoices()
277 const UBool* closures, in setChoices() argument
304 if (closures != NULL && closures[i]) { in setChoices()
/third_party/icu/icu4c/source/i18n/
Dchoicfmt.cpp101 const UBool* closures, in ChoiceFormat() argument
107 setChoices(limits, closures, formats, cnt, constructorErrorCode); in ChoiceFormat()
267 const UBool* closures, in setChoices() argument
272 setChoices(limits, closures, formats, cnt, errorCode); in setChoices()
277 const UBool* closures, in setChoices() argument
304 if (closures != NULL && closures[i]) { in setChoices()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dchoicfmt.cpp101 const UBool* closures, in ChoiceFormat() argument
107 setChoices(limits, closures, formats, cnt, constructorErrorCode); in ChoiceFormat()
267 const UBool* closures, in setChoices() argument
272 setChoices(limits, closures, formats, cnt, errorCode); in setChoices()
277 const UBool* closures, in setChoices() argument
304 if (closures != NULL && closures[i]) { in setChoices()
/third_party/skia/third_party/externals/icu/source/i18n/
Dchoicfmt.cpp101 const UBool* closures, in ChoiceFormat() argument
107 setChoices(limits, closures, formats, cnt, constructorErrorCode); in ChoiceFormat()
267 const UBool* closures, in setChoices() argument
272 setChoices(limits, closures, formats, cnt, errorCode); in setChoices()
277 const UBool* closures, in setChoices() argument
304 if (closures != NULL && closures[i]) { in setChoices()
/third_party/libffi/
DBUILD.gn27 "src/closures.c",
56 "src/closures.c",
89 "src/closures.c",
/third_party/glib/gio/
Dgsettingsbackend.c296 GSList *closures = NULL; in g_settings_backend_dispatch_signal() local
328 closures = g_slist_prepend (closures, closure); in g_settings_backend_dispatch_signal()
332 while (closures) in g_settings_backend_dispatch_signal()
334 GSettingsBackendClosure *closure = closures->data; in g_settings_backend_dispatch_signal()
343 closures = g_slist_delete_link (closures, closures); in g_settings_backend_dispatch_signal()
/third_party/icu/icu4c/source/i18n/unicode/
Dchoicfmt.h221 const UBool* closures,
328 const UBool* closures,
500 const UBool* closures,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dchoicfmt.h221 const UBool* closures,
328 const UBool* closures,
500 const UBool* closures,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dchoicfmt.h221 const UBool* closures,
328 const UBool* closures,
500 const UBool* closures,
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dchoicfmt.h218 const UBool* closures,
325 const UBool* closures,
497 const UBool* closures,
/third_party/boost/libs/spirit/classic/phoenix/example/
DJamfile74 unit-test closures
75 : fundamental/closures.cpp
/third_party/libffi/libffi.xcodeproj/
Dproject.pbxproj18 …DBFA714E187F1D8600A76262 /* closures.c in Sources */ = {isa = PBXBuildFile; fileRef = DBFA7143187F…
19 …DBFA714F187F1D8600A76262 /* closures.c in Sources */ = {isa = PBXBuildFile; fileRef = DBFA7143187F…
46 …FDB52FB71F6144FA00AA92E6 /* closures.c in Sources */ = {isa = PBXBuildFile; fileRef = DBFA7143187F…
85 …FDDB2F511F5D846400EF414E /* closures.c in Sources */ = {isa = PBXBuildFile; fileRef = DBFA7143187F…
155 …3187F1D8600A76262 /* closures.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
242 DBFA7143187F1D8600A76262 /* closures.c */,
555 DBFA714E187F1D8600A76262 /* closures.c in Sources */,
579 DBFA714F187F1D8600A76262 /* closures.c in Sources */,
593 FDB52FB71F6144FA00AA92E6 /* closures.c in Sources */,
617 FDDB2F511F5D846400EF414E /* closures.c in Sources */,
/third_party/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp472 UBool closures[] = { F, F, T, T, F, F }; in TestClosures() local
476 ChoiceFormat fmt1(limits, closures, fmts, 6); in TestClosures()
519 if((closures2[i]!=0) != (closures[i]!=0)) { in TestClosures()
520 … errln("FAIL: closure #%d = %s, should be %s\n", i, closures2[i]?"T":"F", closures[i]?"T":"F"); in TestClosures()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc615 grpc_core::CallCombinerClosureList closures; in StartTransportStreamOp() local
617 closures.Add(op->payload->recv_initial_metadata.recv_initial_metadata_ready, in StartTransportStreamOp()
621 closures.Add(op->payload->recv_message.recv_message_ready, GRPC_ERROR_NONE, in StartTransportStreamOp()
625 closures.Add( in StartTransportStreamOp()
630 closures.Add(op->on_complete, GRPC_ERROR_NONE, "on_complete"); in StartTransportStreamOp()
633 closures.RunClosures(calld->call_combiner); in StartTransportStreamOp()
/third_party/boost/libs/thread/doc/
Dasync_executors.qbk119 An Executor is an object that schedules the closures that have been submitted to it, usually asynch…
129 * Conceptually, an executor puts closures on a queue and at some point executes them. The queue is …
141closures on an executor’s queue will have to use some form of type erasure. There’s no reason to b…
416 [[Remark:] [The worker threads will work until there is no more closures to run.]]
553 [[Synchronization:] [The completion of all the closures happen before the completion of the executo…
620 [[Synchronization:] [The completion of all the closures happen before the completion of the executo…
736 [[Synchronization:] [The completion of all the closures happen before the completion of the executo…
840 [[Synchronization:] [The completion of all the closures happen before the completion of the executo…
974 [[Synchronization:] [The completion of all the closures happen before the completion of the executo…
1118 [[Synchronization:] [The completion of all the closures happen before the completion of the executo…
[all …]

1234