HomeSort by relevance Sort by last modified time
    Searched refs:to_file (Results 1 - 16 of 16) sorted by null

  /device/google/marlin/dataservices/datatop/src/
datatop_fileops.h 45 int dtop_open_writing_file(char *fw, FILE **to_file);
datatop_fileops.c 120 * @param to_file Pointer to the *file that is opened.
124 int dtop_open_writing_file(char *fw, FILE **to_file)
126 *to_file = fopen(fw, "w");
127 if (*to_file) {
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/python/cpython2/Demo/tix/samples/
OptMenu.py 33 to_file = Tix.OptionMenu(top, label="To File Format : ",
45 to_file.add_command(opt, label=options[opt])
51 to_file.pack(side=Tix.TOP, anchor=Tix.W, pady=3, padx=6)
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
vis_utils.py 133 to_file='model.png',
141 to_file: File name of the plot image.
150 _, extension = os.path.splitext(to_file)
155 dot.write(to_file, format=extension)
  /external/autotest/client/cros/chameleon/
edid.py 102 def to_file(self, filename): member in class:Edid
  /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/toolchain-utils/cros_utils/
manifest_versions.py 139 def GetManifest(self, version, to_file):
149 command = 'cp {0} {1}'.format(files[0], to_file)
152 raise RuntimeError('Cannot copy manifest to {0}'.format(to_file))
  /external/selinux/python/audit2allow/
sepolgen-ifgen 144 if_set.to_file(f)
  /external/toolchain-utils/
remote_gcc_build.py 217 to_file = os.path.join(temp_dir, 'default.xml')
218 manifests.GetManifest(version, to_file)
219 return UploadManifest(to_file, chromeos_root, branch)
  /system/extras/simpleperf/scripts/
annotate.py 173 to_file = file
177 if len(f) > len(to_file) and f.find(file) != -1:
178 to_file = f
179 if to_file != file:
181 to_id = self.file_dict[to_file]
  /external/selinux/python/sepolgen/tests/
test_interfaces.py 265 i.to_file(f)
  /art/compiler/utils/
assembler_test_base.h 210 // Compile the assembly file from_file to a binary file to_file. Returns true on success.
211 bool Assemble(const char* from_file, const char* to_file, std::string* error_msg) {
225 args.push_back(to_file);
  /external/clang/tools/c-index-test/
c-index-test.c 178 FILE *to_file; local
190 to_file = fopen(sep + 1, "rb");
191 if (!to_file) {
201 fseek(to_file, 0, SEEK_END);
202 unsaved->Length = ftell(to_file);
203 fseek(to_file, 0, SEEK_SET);
207 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) {
209 (feof(to_file) ? "EOF" : "error"), sep + 1);
210 fclose(to_file);
221 fclose(to_file);
    [all...]
  /external/selinux/python/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

Completed in 743 milliseconds