Home
last modified time | relevance | path

Searched refs:stream (Results 1776 - 1800 of 2690) sorted by relevance

1...<<71727374757677787980>>...108

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c116 fence->timestamp = etna_cmd_stream_timestamp(ctx->stream); in etna_fence_create()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.h87 struct draw_vertex_stream stream[TGSI_MAX_VERTEX_STREAMS]; member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvKeyMarshaller.java26 import java.util.stream.Stream;
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DMigrationUtils.java26 import java.util.stream.Stream;
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_parser.hpp51 const uint32_t *stream(const Instruction &instr) const;
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_termination.c84 write_data (void *ptr, size_t size, size_t nmemb, void *stream) in write_data() argument
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.h65 FT_Stream stream,
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42objs.h66 T42_Face_Init( FT_Stream stream,
/third_party/skia/tools/
H A DMSKPPlayer.h30 /** Make a player from a MSKP stream, or null if stream can't be read as MSKP. */
31 static std::unique_ptr<MSKPPlayer> Make(SkStreamSeekable* stream);
/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.h46 size_t writeStream(SkStream* stream, size_t length) override;
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_mosaic_info.h96 dng_stream &stream,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_none.c105 int os_fdatasync(FILE *stream) in os_fdatasync() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_none.c105 int os_fdatasync(FILE *stream) in os_fdatasync() argument
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp166 << " -m <compress algorithm>,--stream=<compress algorithm>" << endl in PersistTaskHelper()
315 string stream; member
334 fileName(""), buffSize(0), jobId(0), fileSize(0), levels(0), stream(""), fileNum(0), blackPid(false),
372 (void)strncpy_s(rqst.stream, MAX_STREAM_NAME_LEN, stream.c_str(), stream.length()); in ToPersistStartRqst()
638 context.stream = arg; in FileCompressHandler()
903 cout << task.jobId << " " << ComboLogType2Str(task.outputFilter.types) << " " << task.stream << " "; in PrintTaskInfo()
1013 {'m', "stream", ControlCmd::NOT_CMD, FileCompressHandler, true, 1},
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H A Dvtp_stream_socket_test.cpp763 std::unique_ptr<IStream> stream = vtpStreamSocket->MakeStreamData(data, info); in HWTEST_F() local
764 EXPECT_TRUE(stream == nullptr); in HWTEST_F()
767 stream = vtpStreamSocket->MakeStreamData(data, info); in HWTEST_F()
770 stream = vtpStreamSocket->MakeStreamData(data, info); in HWTEST_F()
773 stream = vtpStreamSocket->MakeStreamData(data, info); in HWTEST_F()
776 stream = vtpStreamSocket->MakeStreamData(data, info); in HWTEST_F()
779 stream = vtpStreamSocket->MakeStreamData(data, info); in HWTEST_F()
/third_party/alsa-lib/src/pcm/
H A Dpcm_route.c560 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) { in snd_pcm_route_hw_params()
930 static int route_load_ttable(snd_pcm_route_params_t *params, snd_pcm_stream_t stream, in route_load_ttable() argument
938 if (stream == SND_PCM_STREAM_PLAYBACK) { in route_load_ttable()
1046 err = snd_pcm_new(&pcm, SND_PCM_TYPE_ROUTE, name, slave->stream, slave->mode); in snd_pcm_route_open()
1059 err = route_load_ttable(&route->params, pcm->stream, tt_ssize, ttable, tt_cused, tt_sused); in snd_pcm_route_open()
1282 * \param stream Stream type
1291 snd_pcm_stream_t stream, int mode) in _snd_pcm_route_open()
1367 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_route_open()
1289 _snd_pcm_route_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) _snd_pcm_route_open() argument
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java36 import javax.xml.transform.stream.StreamResult;
37 import javax.xml.transform.stream.StreamSource;
218 InputStream stream = null; in loadStream()
221 stream = new FileInputStream(argFile); in loadStream()
228 stream = StableAPI.class.getResourceAsStream(name); in loadStream()
229 if (stream == null) { in loadStream()
236 return stream; in loadStream()
/third_party/node/src/
H A Dnode_http2.h174 explicit Http2Scope(Http2Stream* stream);
282 nghttp2_stream* stream() const;
299 // Initiate a response on this stream.
302 // Submit informational headers for this stream
305 // Submit trailing headers for this stream
309 // Submit a PRIORITY frame for this stream
317 // Submits a PUSH_PROMISE frame with this stream as the parent.
326 // Destroy this stream instance and free all held memory.
382 // Returns true if this stream is in the reading state, which occurs when
389 // Returns the RST_STREAM code used to close this stream
[all...]
/third_party/python/Lib/test/
H A Dtest_cmd_line.py338 for stream in ('stdout', 'stderr'):
341 % stream)
343 data = err if stream == 'stderr' else out
344 self.assertEqual(data, b'x', "binary %s not unbuffered" % stream)
347 % stream)
349 data = err if stream == 'stderr' else out
350 self.assertEqual(data, b'x', "text %s not unbuffered" % stream)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp67 std::ostream& operator<< (std::ostream& stream, Stage stage) in operator <<() argument
71 case Stage::HOST: stream << "host"; break; in operator <<()
72 case Stage::TRANSFER: stream << "transfer"; break; in operator <<()
73 case Stage::TASK: stream << "task"; break; in operator <<()
74 case Stage::MESH: stream << "mesh"; break; in operator <<()
75 case Stage::FRAG: stream << "frag"; break; in operator <<()
79 return stream; in operator <<()
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h194 // the input stream may be anywhere between the last value that was read
195 // successfully and the stream's byte limit.
208 // advance the stream's current position. This will always either produce
351 // Places a limit on the number of bytes that the stream may read,
352 // starting from the current position. Once the stream hits this limit,
356 // As the names imply, the stream conceptually has a stack of limits. The
372 // Returns current position relative to the beginning of the input stream.
630 // stream.
646 // EpsCopyOutputStream wraps a ZeroCopyOutputStream and exposes a new stream,
648 // position without bounds checks. The cursor into the stream i
657 EpsCopyOutputStream(ZeroCopyOutputStream* stream, bool deterministic, uint8** pp) EpsCopyOutputStream() argument
675 EpsCopyOutputStream(void* data, int size, ZeroCopyOutputStream* stream, bool deterministic, uint8** pp) EpsCopyOutputStream() argument
1049 CodedOutputStream(ZeroCopyOutputStream* stream) CodedOutputStream() argument
[all...]
/third_party/python/Python/
H A Dcodecs.c304 /* Helper function to create a stream codec. */
308 PyObject *stream, in codec_getstreamcodec()
320 streamcodec = PyObject_CallFunction(codeccls, "Os", stream, errors); in codec_getstreamcodec()
322 streamcodec = PyObject_CallOneArg(codeccls, stream); in codec_getstreamcodec()
374 PyObject *stream, in PyCodec_StreamReader()
377 return codec_getstreamcodec(encoding, stream, errors, 2); in PyCodec_StreamReader()
381 PyObject *stream, in PyCodec_StreamWriter()
384 return codec_getstreamcodec(encoding, stream, errors, 3); in PyCodec_StreamWriter()
307 codec_getstreamcodec(const char *encoding, PyObject *stream, const char *errors, const int index) codec_getstreamcodec() argument
373 PyCodec_StreamReader(const char *encoding, PyObject *stream, const char *errors) PyCodec_StreamReader() argument
380 PyCodec_StreamWriter(const char *encoding, PyObject *stream, const char *errors) PyCodec_StreamWriter() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp67 std::ostream& operator<< (std::ostream& stream, Stage stage) in operator <<() argument
71 case Stage::HOST: stream << "host"; break; in operator <<()
72 case Stage::TRANSFER: stream << "transfer"; break; in operator <<()
73 case Stage::TASK: stream << "task"; break; in operator <<()
74 case Stage::MESH: stream << "mesh"; break; in operator <<()
75 case Stage::FRAG: stream << "frag"; break; in operator <<()
79 return stream; in operator <<()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pDrawCallBatchingTests.cpp933 std::ostringstream stream; in specToName() local
939 stream << spec.staticAttributeCount << "_static_"; in specToName()
942 stream << (spec.staticAttributeCount == 1 ? "buffer_" : "buffers_"); in specToName()
945 stream << spec.dynamicAttributeCount << "_dynamic_"; in specToName()
948 stream << (spec.dynamicAttributeCount == 1 ? "buffer_" : "buffers_"); in specToName()
950 stream << spec.triangleCount << "_triangles"; in specToName()
952 return stream.str(); in specToName()
/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp99 Hpackage::PkgManager::StreamPtr stream = nullptr; in UnpackNewData() local
115 int32_t ret = env->GetPkgManager()->CreatePkgStream(stream, info->newPatch, ExtractNewData, info); in UnpackNewData()
116 if (ret != Hpackage::PKG_SUCCESS || stream == nullptr) { in UnpackNewData()
121 ret = env->GetPkgManager()->ExtractFile(info->newPatch, stream); in UnpackNewData()
122 env->GetPkgManager()->ClosePkgStream(stream); in UnpackNewData()
257 LOG(ERROR) << "Error to create output stream"; in ExtractDiffPackageAndLoad()
320 LOG(ERROR) << "Error to create output stream"; in ExtractFileByName()
371 // Close stream opened before. in ExecuteUpdateBlock()
502 // Close stream opened before. in DoBlocksVerify()

Completed in 24 milliseconds

1...<<71727374757677787980>>...108