Home
last modified time | relevance | path

Searched defs:stream (Results 1176 - 1200 of 1395) sorted by relevance

1...<<41424344454647484950>>...56

/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc604 std::ostringstream stream; in Passed() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c1211 anv_state_stream_init(struct anv_state_stream *stream, in anv_state_stream_init() argument
1231 anv_state_stream_finish(struct anv_state_stream *stream) in anv_state_stream_finish() argument
1244 anv_state_stream_alloc(struct anv_state_stream *stream, uint32_t size, uint32_t alignment) anv_state_stream_alloc() argument
[all...]
H A Danv_pipeline.c1179 FILE *stream = open_memstream(&stream_data, &stream_size); in anv_pipeline_add_executable() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c937 nghttp3_qpack_stream *stream = data; in map_stream_free() local
1028 qpack_encoder_add_stream_ref(nghttp3_qpack_encoder *encoder, int64_t stream_id, nghttp3_qpack_stream *stream, uint64_t max_cnt, uint64_t min_cnt) qpack_encoder_add_stream_ref() argument
1080 qpack_encoder_remove_stream(nghttp3_qpack_encoder *encoder, nghttp3_qpack_stream *stream) qpack_encoder_remove_stream() argument
1149 nghttp3_qpack_stream *stream; nghttp3_qpack_encoder_encode() local
1279 nghttp3_qpack_encoder_stream_is_blocked(nghttp3_qpack_encoder *encoder, nghttp3_qpack_stream *stream) nghttp3_qpack_encoder_stream_is_blocked() argument
1672 nghttp3_qpack_stream *stream; nghttp3_qpack_stream_new() local
1695 nghttp3_qpack_stream_del(nghttp3_qpack_stream *stream, const nghttp3_mem *mem) nghttp3_qpack_stream_del() argument
1718 nghttp3_qpack_stream_get_max_cnt(const nghttp3_qpack_stream *stream) nghttp3_qpack_stream_get_max_cnt() argument
1730 nghttp3_qpack_stream_add_ref(nghttp3_qpack_stream *stream, nghttp3_qpack_header_block_ref *ref) nghttp3_qpack_stream_add_ref() argument
1749 nghttp3_qpack_stream_pop_ref(nghttp3_qpack_stream *stream) nghttp3_qpack_stream_pop_ref() argument
2233 nghttp3_qpack_encoder_block_stream(nghttp3_qpack_encoder *encoder, nghttp3_qpack_stream *stream) nghttp3_qpack_encoder_block_stream() argument
2244 nghttp3_qpack_encoder_unblock_stream(nghttp3_qpack_encoder *encoder, nghttp3_qpack_stream *stream) nghttp3_qpack_encoder_unblock_stream() argument
2277 nghttp3_qpack_stream *stream = nghttp3_qpack_encoder_ack_header() local
2343 nghttp3_qpack_stream *stream = nghttp3_qpack_encoder_cancel_stream() local
[all...]
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp2260 FileStream* stream = nullptr; in pkg_createOptMatchArch() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.h731 ngtcp2_vmsg_stream stream; global() member
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddraw.c2337 _mesa_DrawTransformFeedbackStream(GLenum mode, GLuint name, GLuint stream) in _mesa_DrawTransformFeedbackStream() argument
576 _mesa_validate_DrawTransformFeedback(struct gl_context *ctx, GLenum mode, struct gl_transform_feedback_object *obj, GLuint stream, GLsizei numInstances) _mesa_validate_DrawTransformFeedback() argument
2288 _mesa_draw_transform_feedback(struct gl_context *ctx, GLenum mode, struct gl_transform_feedback_object *obj, GLuint stream, GLuint numInstances) _mesa_draw_transform_feedback() argument
2360 _mesa_DrawTransformFeedbackStreamInstanced(GLenum mode, GLuint name, GLuint stream, GLsizei primcount) _mesa_DrawTransformFeedbackStreamInstanced() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp3202 ImmediateValue stream, prevStream; in handleOUT() local
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp2256 FileStream* stream = NULL; in pkg_createOptMatchArch() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c260 struct stream *stream = input_streams + prev->pos.stream; collect_arg() local
811 int stream, next; already_tokenized() local
874 set_stream_include_path(struct stream *stream) set_stream_include_path() argument
945 handle_include_path(struct stream *stream, struct token **list, struct token *token, int how) handle_include_path() argument
997 handle_include(struct stream *stream, struct token **list, struct token *token) handle_include() argument
1002 handle_include_next(struct stream *stream, struct token **list, struct token *token) handle_include_next() argument
1007 handle_argv_include(struct stream *stream, struct token **list, struct token *token) handle_argv_include() argument
1470 do_handle_define(struct stream *stream, struct token **line, struct token *token, int attr) do_handle_define() argument
1500 handle_define(struct stream *stream, struct token **line, struct token *token) handle_define() argument
1505 handle_weak_define(struct stream *stream, struct token **line, struct token *token) handle_weak_define() argument
1510 handle_strong_define(struct stream *stream, struct token **line, struct token *token) handle_strong_define() argument
1515 do_handle_undef(struct stream *stream, struct token **line, struct token *token, int attr) do_handle_undef() argument
1546 handle_undef(struct stream *stream, struct token **line, struct token *token) handle_undef() argument
1551 handle_strong_undef(struct stream *stream, struct token **line, struct token *token) handle_strong_undef() argument
1556 preprocessor_if(struct stream *stream, struct token *token, int cond) preprocessor_if() argument
1567 handle_ifdef(struct stream *stream, struct token **line, struct token *token) handle_ifdef() argument
1582 handle_ifndef(struct stream *stream, struct token **line, struct token *token) handle_ifndef() argument
1669 handle_if(struct stream *stream, struct token **line, struct token *token) handle_if() argument
1679 handle_elif(struct stream * stream, struct token **line, struct token *token) handle_elif() argument
1712 handle_else(struct stream *stream, struct token **line, struct token *token) handle_else() argument
1737 handle_endif(struct stream *stream, struct token **line, struct token *token) handle_endif() argument
1753 handle_warning(struct stream *stream, struct token **line, struct token *token) handle_warning() argument
1759 handle_error(struct stream *stream, struct token **line, struct token *token) handle_error() argument
1765 handle_nostdinc(struct stream *stream, struct token **line, struct token *token) handle_nostdinc() argument
1842 handle_add_include(struct stream *stream, struct token **line, struct token *token) handle_add_include() argument
1856 handle_add_isystem(struct stream *stream, struct token **line, struct token *token) handle_add_isystem() argument
1870 handle_add_system(struct stream *stream, struct token **line, struct token *token) handle_add_system() argument
1901 handle_add_dirafter(struct stream *stream, struct token **line, struct token *token) handle_add_dirafter() argument
1915 handle_split_include(struct stream *stream, struct token **line, struct token *token) handle_split_include() argument
1946 handle_pragma(struct stream *stream, struct token **line, struct token *token) handle_pragma() argument
1966 handle_line(struct stream *stream, struct token **line, struct token *token) handle_line() argument
1971 handle_ident(struct stream *stream, struct token **line, struct token *token) handle_ident() argument
1976 handle_nondirective(struct stream *stream, struct token **line, struct token *token) handle_nondirective() argument
2096 int stream = init_stream(NULL, "preprocessor", -1, includepath); init_preprocessor() local
2171 handle_preprocessor_line(struct stream *stream, struct token **line, struct token *start) handle_preprocessor_line() argument
2213 preprocessor_line(struct stream *stream, struct token **line) preprocessor_line() argument
2234 struct stream *stream = input_streams + next->pos.stream; do_preprocess() local
[all...]
H A Dsymbol.c790 struct symbol *create_symbol(int stream, const char *name, int type, int namespace) in create_symbol() argument
855 int stream = init_stream(NULL, "builtin", -1, includepath); in init_symbols() local
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc73 AsmJsParser(Zone* zone, uintptr_t stack_limit, Utf16CharacterStream* stream) AsmJsParser() argument
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc355 void Simulator::Init(FILE* stream) { in Init() argument
326 Simulator(Decoder<DispatchingDecoderVisitor>* decoder, Isolate* isolate, FILE* stream) Simulator() argument
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc194 V8_NOINLINE static void DumpJSONArray(std::stringstream& stream, size_t* array, in DumpJSONArray() argument
267 void ObjectStats::DumpInstanceTypeData(std::stringstream& stream, in DumpInstanceTypeData() argument
281 Dump(std::stringstream& stream) Dump() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc784 void CpuProfileJSONSerializer::Serialize(v8::OutputStream* stream) { in Serialize() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.h208 struct NineVertexBuffer9 *stream[PIPE_MAX_ATTRIBS]; member
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h336 ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) { in basic_manipulator() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c411 dzn_pipeline_get_gfx_shader_slot(D3D12_PIPELINE_STATE_STREAM_DESC *stream, in dzn_pipeline_get_gfx_shader_slot() argument
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc597 std::ostringstream stream; in Passed() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c41 } stream; member
68 void (*stream) (const unsigned char *in, member
[all...]
/third_party/node/deps/uv/src/win/
H A Dtty.c2272 void uv__process_tty_shutdown_req(uv_loop_t* loop, uv_tty_t* stream, uv_shutdown_t* req) { argument
[all...]
/third_party/openssl/crypto/evp/
H A De_aes.c41 } stream; member
68 void (*stream) (const unsigned char *in, member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp71 std::ostream& operator<< (std::ostream& stream, DrawType drawType) in operator <<() argument
H A DvktMeshShaderSyncTests.cpp67 std::ostream& operator<< (std::ostream& stream, Stage stage) in operator <<() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp1124 std::ostringstream stream; in swizzleArrayToString() local

Completed in 61 milliseconds

1...<<41424344454647484950>>...56