HomeSort by relevance Sort by last modified time
    Searched refs:closures (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
choicfmt.h 125 * <code>Sun..Sat</code>. No closures array is given; this is the same as
126 * specifying all closures to be <code>FALSE</code>.</p>
209 * @param closures Array of booleans specifying whether each
214 * @param count Size of 'limits', 'closures', and 'formats' arrays
218 const UBool* closures,
319 * @param closures Array of limit booleans
325 const UBool* closures,
497 const UBool* closures,
  /external/grpc-grpc/src/core/lib/transport/
transport.cc 218 // Construct a list of closures to execute.
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),
238 // Execute closures.
239 closures.RunClosures(call_combiner);
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 101 const UBool* closures,
107 setChoices(limits, closures, formats, cnt, constructorErrorCode);
267 const UBool* closures,
272 setChoices(limits, closures, formats, cnt, errorCode);
277 const UBool* closures,
304 if (closures != NULL && closures[i]) {
354 // Gets the closures array.
  /external/harfbuzz_ng/src/
hb-subset-cff-common.hh 600 void create (SubrClosures& closures)
602 global_remap.create (closures.global_closure);
604 local_remaps[i].create (closures.local_closures[i]);
629 closures.fini ();
638 * 1. execute charstrings/subroutines to determine subroutine closures
652 closures.init (acc.fdCount);
662 if (unlikely (!closures.valid))
680 closures.global_closure, closures.local_closures[fd],
701 closures.global_closure, closures.local_closures[fd]
960 SubrClosures closures; member in struct:CFF::SubrSubsetter
    [all...]
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel.cc 108 /** a list of closures that are all waiting for resolver result to come in */
551 // Invoke closures that were waiting for results and renew the watch.
1245 grpc_core::CallCombinerClosureList closures; local
1297 grpc_core::CallCombinerClosureList closures; local
1938 grpc_core::CallCombinerClosureList closures; local
2121 grpc_core::CallCombinerClosureList closures; local
2565 grpc_core::CallCombinerClosureList closures; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 472 UBool closures[] = { F, F, T, T, F, F }; local
476 ChoiceFormat fmt1(limits, closures, fmts, 6);
509 errln("FAIL: couldn't get limits or closures");
519 if((closures2[i]!=0) != (closures[i]!=0)) {
520 errln("FAIL: closure #%d = %s, should be %s\n", i, closures2[i]?"T":"F", closures[i]?"T":"F");
  /external/grpc-grpc/src/core/lib/iomgr/
executor.cc 171 // Wait for closures to be enqueued or for the executor to be shutdown
184 grpc_closure_list closures = ts->elems; local
191 subtract_depth = RunClosures(ts->name, closures);
275 // Also, if this thread has been waiting for closures, wake it up.
287 // If we already queued more than MAX_DEPTH number of closures on this
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_call_create.cc 627 // Construct list of closures to return.
628 grpc_core::CallCombinerClosureList closures; local
630 closures.Add(op->payload->recv_initial_metadata.recv_initial_metadata_ready,
634 closures.Add(op->payload->recv_message.recv_message_ready, GRPC_ERROR_NONE,
638 closures.Add(
643 closures.Add(op->on_complete, GRPC_ERROR_NONE, "on_complete");
645 // Execute closures.
646 closures.RunClosures(calld->call_combiner);
  /external/libffi/
Makefile.am 111 src/raw_api.c src/java_raw_api.c src/closures.c
  /external/python/cpython2/Modules/_ctypes/libffi/
Makefile.am 110 src/raw_api.c src/java_raw_api.c src/closures.c
  /external/guice/extensions/persist/lib/
commons-collections.jar 

Completed in 1717 milliseconds