/external/autotest/client/cros/chameleon/ |
edid.py | 100 def to_file(self, filename): member in class:Edid
|
/device/google/marlin/dataservices/datatop/src/ |
datatop.c | 222 FILE *to_file = NULL; local 224 &to_file)) == VALID) { 227 if (dtop_poll_periodically(first_dpg_list, to_file) 231 dtop_close_file(to_file); 236 dtop_close_file(to_file);
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
zone.py | 456 def to_file(self, f, sorted=True, relativize=True, nl=None): member in class:Zone
|
/external/selinux/sepolgen/src/sepolgen/ |
interfaces.py | 343 def to_file(self, fd): member in class:InterfaceSet
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
interfaces.py | 343 def to_file(self, fd): member in class:InterfaceSet
|
/ndk/sources/host-tools/make-3.81/ |
file.c | 225 struct file *to_file; 247 to_file = *file_slot; 253 if (HASH_VACANT (to_file)) 257 /* TO_FILE already exists under TO_HNAME. 258 We must retain TO_FILE and merge FROM_FILE into it. */ 262 if (to_file->cmds == 0) 263 to_file->cmds = from_file->cmds; 264 else if (from_file->cmds != to_file->cmds) 269 if (to_file->cmds->fileinfo.filenm != 0) 272 from_file->name, to_file->cmds->fileinfo.filenm 224 struct file *to_file; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
line-map.h | 62 Physical source file TO_FILE at line TO_LINE at column 0 is represented 71 const char *to_file; variable 218 linemap_check_ordinary (MAP)->d.ordinary.to_file 471 The text pointed to by TO_FILE must have a lifetime 473 TO_FILE means standard input. If reason is LC_LEAVE, and 474 TO_FILE is NULL, then TO_FILE, TO_LINE and SYSP are given their 481 const char *to_file, linenum_type to_line); 599 (linemap_check_ordinary (MAP)->d.ordinary.to_file)
|
/external/clang/tools/c-index-test/ |
c-index-test.c | 174 FILE *to_file; local 186 to_file = fopen(sep + 1, "rb"); 187 if (!to_file) { 197 fseek(to_file, 0, SEEK_END); 198 unsaved->Length = ftell(to_file); 199 fseek(to_file, 0, SEEK_SET); 203 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) { 205 (feof(to_file) ? "EOF" : "error"), sep + 1); 206 fclose(to_file); 217 fclose(to_file); [all...] |
/external/pcre/dist/ |
pcretest.c | 3466 pcre_uint8 *to_file = NULL; local [all...] |