Home
last modified time | relevance | path

Searched refs:is_short (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc196 bool is_short) { in Enqueue() argument
198 if (is_short) { in Enqueue()
239 name_, closure, is_short ? "short" : "long", closure->file_created, in Enqueue()
243 closure, is_short ? "short" : "long", ts->id); in Enqueue()
293 ts->queued_long_job = !is_short; in Enqueue()
Dexecutor.h63 void Enqueue(grpc_closure* closure, grpc_error* error, bool is_short);
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.cc255 bool is_short) { in Enqueue() argument
257 if (is_short) { in Enqueue()
303 name_, closure, is_short ? "short" : "long", closure->file_created, in Enqueue()
307 closure, is_short ? "short" : "long", ts->id); in Enqueue()
357 ts->queued_long_job = !is_short; in Enqueue()
Dexecutor.h73 void Enqueue(grpc_closure* closure, grpc_error* error, bool is_short);
/external/libxml2/
Dtriop.h105 void trio_set_short TRIO_PROTO((trio_pointer_t ref, int is_short));
Dtrio.c4569 TRIO_ARGS2((ref, is_short),
4571 int is_short)
4573 if (is_short)
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh525 bool is_short (uint8_t flag) const { return flag & FLAG_X_SHORT; } in is_short() function
532 bool is_short (uint8_t flag) const { return flag & FLAG_Y_SHORT; } in is_short() function
546 if (coord_setter.is_short (flag)) in read_points()
/external/libxaac/decoder/
Dixheaacd_main.h224 WORD32 ixheaacd_lpd_bpf_fix(ia_usac_data_struct *usac_data, WORD32 is_short,
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype_cxx1z.cpp266 Any<(short)0>::Short is_short; // expected-error {{ambiguous}} variable
/external/python/cpython3/Python/
Dmarshal.c426 int is_short = PyUnicode_GET_LENGTH(v) < 256; in w_complex_object() local
427 if (is_short) { in w_complex_object()