Searched refs:dest_name (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/pydir/ |
D | sz_driver.py | 65 dest_name = os.path.join(tmp_dir, src) 66 with open(dest_name, 'w') as dest: 71 args[i] = dest_name
|
/external/libcups/cups/ |
D | testcups.c | 50 const char *dest_name, /* Destination name */ in main() local 365 for (i = 0, dest_name = NULL; i < num_dests; i ++) in main() 369 dest_name = dests[i].name; in main() 374 printf("cupsGetDest(\"%s\"): ", dest_name ? dest_name : "(null)"); in main() 377 if ((dest = cupsGetDest(dest_name, NULL, num_dests, dests)) == NULL) in main()
|
D | dest.c | 1841 const char *dest_name; /* Working destination name */ in cupsGetNamedDest() local 1858 dest_name = name; in cupsGetNamedDest() 1860 if (!dest_name) in cupsGetNamedDest() 1863 dest_name = _cupsUserDefault(defname, sizeof(defname)); in cupsGetNamedDest() 1865 if (dest_name) in cupsGetNamedDest() 1885 dest_name = cups_get_default(filename, defname, sizeof(defname), &instance); in cupsGetNamedDest() 1888 if (!dest_name) in cupsGetNamedDest() 1895 dest_name = cups_get_default(filename, defname, sizeof(defname), &instance); in cupsGetNamedDest() 1898 if (!dest_name) in cupsGetNamedDest() 1916 if (!_cupsGetDests(http, op, dest_name, &dest, 0, 0)) in cupsGetNamedDest() [all …]
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 1043 Return a tuple ``(dest_name, copied)``: *dest_name* is the actual name of the
|