Searched refs:dtemp (Results 1 – 7 of 7) sorted by relevance
/external/toybox/toys/posix/ |
D | xargs.c | 112 struct double_list *dlist = NULL, *dtemp; in xargs_main() local 180 for (dtemp = dlist; dtemp; dtemp = dtemp->next) in xargs_main() 181 handle_entries(dtemp->data, out+entries); in xargs_main() 193 struct double_list *dtemp = dlist->next; in xargs_main() local 197 dlist = dtemp; in xargs_main()
|
/external/eigen/blas/f2c/ |
D | drotmg.c | 39 doublereal dflag, dtemp; in drotmg_() local 152 dtemp = *dd2 / du; in drotmg_() 154 *dd1 = dtemp; in drotmg_()
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
D | app_ui.py | 199 with device_temp_file.DeviceTempFile(self._device.adb) as dtemp: 200 self._device.RunShellCommand(['uiautomator', 'dump', dtemp.name], 203 self._device.ReadFile(dtemp.name, force_pull=True))
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | app_ui.py | 199 with device_temp_file.DeviceTempFile(self._device.adb) as dtemp: 200 self._device.RunShellCommand(['uiautomator', 'dump', dtemp.name], 203 self._device.ReadFile(dtemp.name, force_pull=True))
|
/external/libchrome/base/files/ |
D | file_util_posix.cc | 614 char* dtemp = mkdtemp(buffer); in CreateTemporaryDirInDirImpl() local 615 if (!dtemp) { in CreateTemporaryDirInDirImpl() 619 *new_dir = FilePath(dtemp); in CreateTemporaryDirInDirImpl()
|
/external/one-true-awk/ |
D | tran.c | 368 double dtemp; in get_str_val() local 379 if (modf(vp->fval, &dtemp) == 0) /* it's integral */ in get_str_val()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 208 !152 = !DILocalVariable(name: "dtemp", line: 644, arg: 4, scope: !145, file: !5, type: !105) 241 !185 = !DILocalVariable(name: "dtemp", line: 310, scope: !183, file: !5, type: !91)
|