Home
last modified time | relevance | path

Searched refs:open_output_stream (Results 1 – 25 of 58) sorted by relevance

123

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_fs.py245 with fs.open_output_stream(bb):
247 with fs.open_output_stream(c) as fp:
287 with fs.open_output_stream(bb):
289 with fs.open_output_stream(c) as fp:
391 with fs.open_output_stream(s):
424 with fs.open_output_stream(s):
435 with fs.open_output_stream(p):
445 with fs.open_output_stream(f) as s:
468 with fs.open_output_stream(p) as s:
481 with fs.open_output_stream(p) as s:
[all …]
H A Dtest_dataset.py106 with mockfs.open_output_stream(path) as out:
145 with mockfs.open_output_stream(path) as out:
154 with mockfs.open_output_stream(path) as out:
163 with mockfs.open_output_stream(path) as out:
172 with mockfs.open_output_stream(path) as out:
1117 with fs.open_output_stream("mybucket/data.parquet") as out:
1148 with fs.open_output_stream(path) as out:
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_fs.py130 def open_output_stream(self, path): member in DummyHandler
195 def open_output_stream(self, path): member in ProxyHandler
572 with fs.open_output_stream(bb):
615 with fs.open_output_stream(bb):
809 with fs.open_output_stream(s):
846 with fs.open_output_stream(s):
857 with fs.open_output_stream(p):
867 with fs.open_output_stream(f) as s:
890 with fs.open_output_stream(p) as s:
903 with fs.open_output_stream(p) as s:
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/ruby/red-arrow/lib/arrow/
H A Dtable-saver.rb92 def open_output_stream(&block) method in Arrow.TableSaver
107 open_output_stream do |output|
139 open_output_stream do |output|
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/ruby/red-arrow/lib/arrow/
H A Dtable-saver.rb92 def open_output_stream(&block) method in Arrow.TableSaver
107 open_output_stream do |output|
139 open_output_stream do |output|
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_fs.py620 with fs.open_output_stream(bb):
622 with fs.open_output_stream(c) as fp:
663 with fs.open_output_stream(bb):
857 with fs.open_output_stream(s):
890 with fs.open_output_stream(s):
901 with fs.open_output_stream(p):
911 with fs.open_output_stream(f) as s:
935 with fs.open_output_stream(p) as s:
948 with fs.open_output_stream(p) as s:
997 with fs.open_output_stream(p) as s:
[all …]
H A Dutil.py313 def open_output_stream(self, path, metadata): member in ProxyHandler
314 return self._fs.open_output_stream(path, metadata=metadata)
/dports/databases/arrow/apache-arrow-6.0.1/ruby/red-arrow/lib/arrow/
H A Dtable-saver.rb118 def open_output_stream(&block) method in Arrow.TableSaver
133 open_output_stream do |output|
165 open_output_stream do |output|
H A Dfile-system.rb21 def open_output_stream(path) method in Arrow.FileSystem
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/c_glib/test/
H A Dfile-system-tests.rb32 stream = @fs.open_output_stream(path)
326 stream = @fs.open_output_stream("abc")
335 stream = @fs.open_output_stream("abc")
/dports/databases/arrow/apache-arrow-6.0.1/c_glib/test/
H A Dfile-system-tests.rb32 stream = @fs.open_output_stream(path)
326 stream = @fs.open_output_stream("abc")
335 stream = @fs.open_output_stream("abc")
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/c_glib/test/
H A Dfile-system-tests.rb32 stream = @fs.open_output_stream(path)
326 stream = @fs.open_output_stream("abc")
335 stream = @fs.open_output_stream("abc")
/dports/audio/shntool/shntool-3.0.10/src/
H A Dmode_conv.c103 if (NULL == (output = open_output_stream(outfilename,&output_proc))) { in conv_file()
208 if (NULL == (output = open_output_stream(outfilename,&output_proc))) { in conv_terminal()
H A Dmode_gen.c133 if (NULL == (output = open_output_stream(outfilename,&output_proc))) in process()
H A Dmode_strip.c162 if (NULL == (output = open_output_stream(outfilename,&output_proc))) { in strip_and_canonicize()
H A Dmode_pad.c128 if (NULL == (output = open_output_stream(outfilename,&output_proc))) {
/dports/databases/arrow/apache-arrow-6.0.1/ruby/red-arrow-dataset/lib/arrow-dataset/
H A Darrow-table-savable.rb50 options.file_system.open_output_stream(path) do |output_stream|
/dports/databases/arrow/apache-arrow-6.0.1/c_glib/test/dataset/
H A Dtest-file-writer.rb29 @output = @file_system.open_output_stream(@path)
/dports/audio/shntool/shntool-3.0.10/include/
H A Dmode.h78 FILE *open_output_stream(char *,proc_info *);
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/vcut/
H A Dvcut.c219 static int open_output_stream(vcut_state *s) in open_output_stream() function
469 if(!s->output_stream_open && open_output_stream(s) != 0) in write_packet()
/dports/multimedia/mpv/mpv-0.34.1/stream/
H A Dstream.h242 stream_t *open_output_stream(const char *filename, struct mpv_global *global);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Dfilesystem.h64 open_output_stream; variable
/dports/databases/arrow/apache-arrow-6.0.1/docs/source/python/
H A Dfilesystems.rst95 with local.open_output_stream("test.arrow") as file:
137 >>> with local.open_output_stream('/tmp/pyarrowtest.dat') as stream:
263 with pa_fs.open_output_stream('mycontainer/pyarrowtest.dat') as stream:
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/python/
H A Dfilesystem.h65 open_output_stream; variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A D_fs.pyx630 def open_output_stream(self, path, compression='detect', buffer_size=None): member in FileSystem
869 vtable.open_output_stream = _cb_open_output_stream
973 def open_output_stream(self, path): member in FileSystemHandler
975 Implement PyFileSystem.open_output_stream(...).
1072 stream = handler.open_output_stream(frombytes(path))
1074 raise TypeError("open_output_stream should have returned "

123