Searched refs:is_short (Results 1 – 10 of 10) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.cc | 196 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()
|
D | executor.h | 63 void Enqueue(grpc_closure* closure, grpc_error* error, bool is_short);
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | executor.cc | 255 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()
|
D | executor.h | 73 void Enqueue(grpc_closure* closure, grpc_error* error, bool is_short);
|
/external/libxml2/ |
D | triop.h | 105 void trio_set_short TRIO_PROTO((trio_pointer_t ref, int is_short));
|
D | trio.c | 4569 TRIO_ARGS2((ref, is_short), 4571 int is_short) 4573 if (is_short)
|
/external/harfbuzz_ng/src/ |
D | hb-ot-glyf-table.hh | 525 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/ |
D | ixheaacd_main.h | 224 WORD32 ixheaacd_lpd_bpf_fix(ia_usac_data_struct *usac_data, WORD32 is_short,
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | temp_arg_nontype_cxx1z.cpp | 266 Any<(short)0>::Short is_short; // expected-error {{ambiguous}} variable
|
/external/python/cpython3/Python/ |
D | marshal.c | 426 int is_short = PyUnicode_GET_LENGTH(v) < 256; in w_complex_object() local 427 if (is_short) { in w_complex_object()
|