/external/harfbuzz_ng/src/ |
D | hb-subset-cff-common.hh | 600 void create (SubrClosures& closures) in create() 602 global_remap.create (closures.global_closure); in create() 604 local_remaps[i].create (closures.local_closures[i]); in create() 629 closures.fini (); in ~SubrSubsetter() 652 closures.init (acc.fdCount); in subset() 662 if (unlikely (!closures.valid)) in subset() 680 closures.global_closure, closures.local_closures[fd], in subset() 701 closures.global_closure, closures.local_closures[fd], in subset() 714 closures.reset (); in subset() 723 closures.global_closure, closures.local_closures[fd], in subset() [all …]
|
/external/grpc-grpc/src/core/lib/transport/ |
D | transport.cc | 219 grpc_core::CallCombinerClosureList closures; local 221 closures.Add( 226 closures.Add(batch->payload->recv_message.recv_message_ready, 230 closures.Add( 235 closures.Add(batch->on_complete, GRPC_ERROR_REF(error), 239 closures.RunClosures(call_combiner);
|
/external/icu/icu4c/source/i18n/ |
D | choicfmt.cpp | 101 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()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | client_channel.cc | 1245 grpc_core::CallCombinerClosureList closures; in pending_batches_fail() local 1254 closures.Add(&batch->handler_private.closure, GRPC_ERROR_REF(error), in pending_batches_fail() 1260 closures.RunClosures(calld->call_combiner); in pending_batches_fail() 1262 closures.RunClosuresWithoutYielding(calld->call_combiner); in pending_batches_fail() 1297 grpc_core::CallCombinerClosureList closures; in pending_batches_resume() local 1307 closures.Add(&batch->handler_private.closure, GRPC_ERROR_NONE, in pending_batches_resume() 1313 closures.RunClosures(calld->call_combiner); in pending_batches_resume() 1813 grpc_error* error, grpc_core::CallCombinerClosureList* closures) { in add_closure_for_recv_trailing_metadata_ready() argument 1838 closures->Add(pending->batch->payload->recv_trailing_metadata in add_closure_for_recv_trailing_metadata_ready() 1851 grpc_core::CallCombinerClosureList* closures) { in add_closures_for_deferred_recv_callbacks() argument [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | choicfmt.h | 218 const UBool* closures, 325 const UBool* closures, 497 const UBool* closures,
|
/external/python/cpython2/Modules/_ctypes/libffi/libffi.xcodeproj/ |
D | project.pbxproj | 14 …DBFA714E187F1D8600A76262 /* closures.c in Sources */ = {isa = PBXBuildFile; fileRef = DBFA7143187F… 15 …DBFA714F187F1D8600A76262 /* closures.c in Sources */ = {isa = PBXBuildFile; fileRef = DBFA7143187F… 62 …3187F1D8600A76262 /* closures.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 143 DBFA7143187F1D8600A76262 /* closures.c */, 381 DBFA714E187F1D8600A76262 /* closures.c in Sources */, 404 DBFA714F187F1D8600A76262 /* closures.c in Sources */,
|
/external/libffi/libffi.xcodeproj/ |
D | project.pbxproj | 14 …DBFA714E187F1D8600A76262 /* closures.c in Sources */ = {isa = PBXBuildFile; fileRef = DBFA7143187F… 15 …DBFA714F187F1D8600A76262 /* closures.c in Sources */ = {isa = PBXBuildFile; fileRef = DBFA7143187F… 62 …3187F1D8600A76262 /* closures.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 143 DBFA7143187F1D8600A76262 /* closures.c */, 381 DBFA714E187F1D8600A76262 /* closures.c in Sources */, 404 DBFA714F187F1D8600A76262 /* closures.c in Sources */,
|
/external/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 472 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()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_call_create.cc | 628 grpc_core::CallCombinerClosureList closures; in StartTransportStreamOp() local 630 closures.Add(op->payload->recv_initial_metadata.recv_initial_metadata_ready, in StartTransportStreamOp() 634 closures.Add(op->payload->recv_message.recv_message_ready, GRPC_ERROR_NONE, in StartTransportStreamOp() 638 closures.Add( in StartTransportStreamOp() 643 closures.Add(op->on_complete, GRPC_ERROR_NONE, "on_complete"); in StartTransportStreamOp() 646 closures.RunClosures(calld->call_combiner); in StartTransportStreamOp()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.cc | 184 grpc_closure_list closures = ts->elems; in ThreadMain() local 191 subtract_depth = RunClosures(ts->name, closures); in ThreadMain()
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | fficonfig.py.in | 3 src/closures.c
|
D | ChangeLog.libffi | 41 src/closures.c, 427 * include/ffi.h.in LICENSE src/debug.c src/closures.c 557 closures. 559 closures.
|
D | ChangeLog.libffi-3.1 | 116 * src/closures.c: Fix build failure when using clang for Android. 184 * src/closures.c (open_temp_exec_file_dir): Use size_t. 395 * src/arm/ffi.c: more robust argument handling for closures on arm hardfloat 436 src/arm/gentramp.sh, src/bfin/sysv.S, src/closures.c, 501 * src/closures.c (is_emutramp_enabled 838 * src/closures.c: New function emutramp_enabled_check() and 1486 * src/closures.c: Treat Interix like Cygwin, instead of as a 1513 * src/closures.c: Handle FFI_EXEC_TRAMPOLINE_TABLE case. 1677 * src/closures.c (open_temp_exec_file_mnt): Check if getmntent_r 1717 * src/closures.c (selinux_enabled_check): Fix strncmp usage bug. [all …]
|
D | Makefile.am | 110 src/raw_api.c src/java_raw_api.c src/closures.c
|
D | ChangeLog | 63 Merge pull request #101 from joshtriplett/fastcall-closures 65 Support closures for fastcall 71 Support fastcall closures 73 libffi on 32-bit x86 now supports closures for all supported ABIs. 161 This drops the previously added support for raw THISCALL closures on 162 non-Windows. (Non-raw THISCALL closures still work.) 1843 add a failing test for closures on ARM hardfloat 2313 Fix for closures with sunpro compiler 3451 src/closures.c. 4521 * include/ffi.h.in LICENSE src/debug.c src/closures.c
|
/external/python/cpython2/Modules/_ctypes/libffi/doc/ |
D | libffi.texi | 457 @cindex closures 461 Because closures work by assembling a tiny function at runtime, they 463 heap. Memory management for closures is handled by a pair of 600 Variadic closures.
|
D | libffi.info | 407 Because closures work by assembling a tiny function at runtime, they 409 Memory management for closures is handled by a pair of functions: 535 * Variadic closures. 560 * closures: The Closure API. (line 13)
|
/external/libffi/ |
D | ChangeLog.libffi | 41 src/closures.c, 427 * include/ffi.h.in LICENSE src/debug.c src/closures.c 557 closures. 559 closures.
|
D | ChangeLog.libffi-3.1 | 116 * src/closures.c: Fix build failure when using clang for Android. 184 * src/closures.c (open_temp_exec_file_dir): Use size_t. 395 * src/arm/ffi.c: more robust argument handling for closures on arm hardfloat 436 src/arm/gentramp.sh, src/bfin/sysv.S, src/closures.c, 501 * src/closures.c (is_emutramp_enabled 838 * src/closures.c: New function emutramp_enabled_check() and 1486 * src/closures.c: Treat Interix like Cygwin, instead of as a 1513 * src/closures.c: Handle FFI_EXEC_TRAMPOLINE_TABLE case. 1677 * src/closures.c (open_temp_exec_file_mnt): Check if getmntent_r 1717 * src/closures.c (selinux_enabled_check): Fix strncmp usage bug. [all …]
|
D | Makefile.am | 111 src/raw_api.c src/java_raw_api.c src/closures.c
|
/external/libffi/doc/ |
D | libffi.texi | 602 @cindex closures 606 Because closures work by assembling a tiny function at runtime, they 608 heap. Memory management for closures is handled by a pair of 745 Variadic closures.
|
/external/googletest/googlemock/docs/ |
D | DesignDoc.md | 9 Due to the lack of closures in C++, it currently requires some 227 As you may have realized, the `ACTION*` macros resemble closures (also
|
/external/python/cpython2/Modules/_ctypes/ |
D | libffi.diff | 121 +src/closures.c
|
/external/python/cpython3/Doc/library/ |
D | contextvars.rst | 43 level and never in closures. :class:`Context` objects hold strong
|
/external/libffi/include/ |
D | ffi.h.in | 307 /* ---- Definitions for closures ----------------------------------------- */
|