Searched refs:Collate (Results 1 – 5 of 5) sorted by relevance
/external/libcups/filter/ |
D | testraster.c | 339 header.Collate = CUPS_TRUE; in do_ps_tests() 401 if (!header.Collate) in do_ps_tests() 419 if(header.Collate && !header.Duplex && !header.Tumble) in do_ps_tests() 883 if (header->Collate != expected->Collate) in print_changes() 884 printf(" Collate %d, expected %d\n", header->Collate, in print_changes() 885 expected->Collate); in print_changes()
|
D | interpret.c | 1472 h->Collate = (unsigned)obj->value.boolean; in setpagedevice()
|
D | spec-ppd.shtml | 633 <td><tt>Collate</tt></td> 636 <td><tt><</Collate true>>setpagedevice</tt></td>
|
/external/libcups/cups/ |
D | raster.h | 257 cups_bool_t Collate; /* Collated copies value */ member 306 cups_bool_t Collate; /* Collated copies value */ member
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1671 : : : T_0, ..., T_N ->` `Collate(T_0, ..., : 1680 * If `N = 1`, `Collate(T)` is `T`. 1681 * If `N > 1`, `Collate(T_0, ..., T_N)` is a tuple of `N` elements of type `T`. 1683 The output of the op is `Collate(Q_0, ..., Q_N)` where `Q_i` is an array of type
|