/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_fence.c | 116 fence->timestamp = etna_cmd_stream_timestamp(ctx->stream); in etna_fence_create()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_gs.h | 87 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 D | CsvKeyMarshaller.java | 26 import java.util.stream.Stream;
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
H A D | MigrationUtils.java | 26 import java.util.stream.Stream;
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_parser.hpp | 51 const uint32_t *stream(const Instruction &instr) const;
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_termination.c | 84 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 D | cffload.h | 65 FT_Stream stream,
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42objs.h | 66 T42_Face_Init( FT_Stream stream,
|
/third_party/skia/tools/ |
H A D | MSKPPlayer.h | 30 /** 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 D | JsonWriteBuffer.h | 46 size_t writeStream(SkStream* stream, size_t length) override;
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_mosaic_info.h | 96 dng_stream &stream,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_none.c | 105 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_none.c | 105 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | main.cpp | 166 << " -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 D | vtp_stream_socket_test.cpp | 763 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 D | pcm_route.c | 560 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 D | StableAPI.java | 36 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 D | node_http2.h | 174 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 D | test_cmd_line.py | 338 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 D | vktMeshShaderSyncTests.cpp | 67 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 D | coded_stream.h | 194 // 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 D | codecs.c | 304 /* 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 D | vktMeshShaderSyncTests.cpp | 67 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 D | es2pDrawCallBatchingTests.cpp | 933 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 D | update_image_block.cpp | 99 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()
|