Home
last modified time | relevance | path

Searched refs:ctx (Results 6726 - 6750 of 6870) sorted by relevance

1...<<261262263264265266267268269270>>...275

/third_party/ffmpeg/libavformat/
H A Dmatroskaenc.c202 AVFormatContext *ctx; member
617 av_log(mkv->ctx, AV_LOG_ERROR, "Error when reformatting data of " in ebml_writer_block_len()
3121 mkv->ctx = s; in mkv_init()
H A Dmov.c86 int (*parse)(MOVContext *ctx, AVIOContext *pb, MOVAtom atom);
5618 FFIOContext ctx;
5652 ffio_init_context(&ctx, moov_data, moov_len, 0, NULL, NULL, NULL, NULL);
5653 ctx.pub.seekable = AVIO_SEEKABLE_NORMAL;
5656 ret = mov_read_default(c, &ctx.pub, atom);
7569 AVFormatContext *ctx = c->fc;
7589 av_log(ctx, AV_LOG_ERROR,
7626 av_log(ctx, AV_LOG_TRACE,
H A Dmpegtsenc.c989 AVFormatContext *ctx = s->opaque; in section_write_packet() local
990 write_packet(ctx, packet); in section_write_packet()
/third_party/musl/ldso/
H A Ddynlink.c391 void *ctx; in do_relocs() local
433 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs()
436 : find_sym(ctx, name, type==REL_PLT); in do_relocs()
/third_party/python/Lib/test/
H A Dtest_statistics.py2200 with decimal.localcontext(decimal.DefaultContext) as ctx:
2201 ctx.prec *= 4
2203 ctx.rounding = decimal.ROUND_05UP
H A Dtest_configparser.py1143 with self.assertRaises(AttributeError) as ctx:
1145 err = ctx.exception
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp52 static bool checkSupport(Context& ctx) in checkSupport() argument
54 auto ctxType = ctx.getRenderContext().getType(); in checkSupport()
57 ctx.getContextInfo().isExtensionSupported("GL_OES_shader_image_atomic"); in checkSupport()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp7575 TrackerBase( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent );
7610 SectionTracker( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent );
7616 static SectionTracker& acquire( TrackerContext& ctx, NameAndLocation const& nameAndLocation );
12592 GeneratorTracker( TestCaseTracking::NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent )
12593 : TrackerBase( nameAndLocation, ctx, parent )
12597 static GeneratorTracker& acquire( TrackerContext& ctx, TestCaseTracking::NameAndLocation const& nameAndLocation ) {
12600 ITracker& currentTracker = ctx.currentTracker();
12622 tracker = std::make_shared<GeneratorTracker>( nameAndLocation, ctx, &currentTracker );
14405 TrackerBase::TrackerBase( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent ):
14407 m_ctx( ctx ),
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc544 i::Handle<i::Context> ctx = Utils::OpenHandle(*context); in AddData() local
545 i::Isolate* isolate = ctx->GetIsolate(); in AddData()
549 if (!ctx->serialized_objects().IsArrayList()) { in AddData()
553 i::ArrayList::cast(ctx->serialized_objects()), isolate); in AddData()
557 ctx->set_serialized_objects(*list); in AddData()
563 i::Handle<i::Context> ctx = Utils::OpenHandle(*context); in ConvertSerializedObjectsToFixedArray() local
564 i::Isolate* isolate = ctx->GetIsolate(); in ConvertSerializedObjectsToFixedArray()
565 if (!ctx->serialized_objects().IsArrayList()) { in ConvertSerializedObjectsToFixedArray()
566 ctx->set_serialized_objects(i::ReadOnlyRoots(isolate).empty_fixed_array()); in ConvertSerializedObjectsToFixedArray()
568 i::Handle<i::ArrayList> list(i::ArrayList::cast(ctx in ConvertSerializedObjectsToFixedArray()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1995 const struct dzn_meta_blit *ctx = in dzn_cmd_buffer_blit_set_pipeline() local
1997 assert(ctx); in dzn_cmd_buffer_blit_set_pipeline()
1999 ID3D12GraphicsCommandList1_SetGraphicsRootSignature(cmdbuf->cmdlist, ctx->root_sig); in dzn_cmd_buffer_blit_set_pipeline()
2000 ID3D12GraphicsCommandList1_SetPipelineState(cmdbuf->cmdlist, ctx->pipeline_state); in dzn_cmd_buffer_blit_set_pipeline()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.h157 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
408 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
619 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
1354 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
/third_party/python/Lib/
H A D_pydecimal.py471 def localcontext(ctx=None, **kwargs):
478 with localcontext() as ctx:
479 ctx.prec += 2
495 ... ctx = getcontext()
496 ... ctx.prec += 2
497 ... print(ctx.prec)
507 if ctx is None:
508 ctx = getcontext()
509 ctx_manager = _ContextManager(ctx)
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c157 AVHWDeviceContext *ctx = user_data; in opencl_error_callback() local
158 av_log(ctx, AV_LOG_ERROR, "OpenCL error: %s\n", errinfo); in opencl_error_callback()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c1581 _EGLContext *ctx = _eglGetCurrentContext(); in dri2_wl_swap_buffers_with_damage() local
1582 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); in dri2_wl_swap_buffers_with_damage()
/third_party/mesa3d/src/imgui/
H A Dimgui.h202 IMGUI_API void DestroyContext(ImGuiContext* ctx = NULL); // NULL = destroy current context
204 IMGUI_API void SetCurrentContext(ImGuiContext* ctx);
/third_party/python/Python/
H A Dsymtable.c1713 e->v.Name.ctx == Load ? USE : DEF_LOCAL, LOCATION(e))) in symtable_visit_expr()
1716 if (e->v.Name.ctx == Load && in symtable_visit_expr()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp475 void ShaderEvaluator::evaluate (ShaderEvalContext& ctx) const
478 m_evalFunc(ctx);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1638 InterfaceBlockCaseInstance::InterfaceBlockCaseInstance (Context& ctx, in InterfaceBlockCaseInstance() argument
1646 : vkt::TestInstance (ctx) in InterfaceBlockCaseInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp475 void ShaderEvaluator::evaluate (ShaderEvalContext& ctx) const
478 m_evalFunc(ctx);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1638 InterfaceBlockCaseInstance::InterfaceBlockCaseInstance (Context& ctx, in InterfaceBlockCaseInstance() argument
1646 : vkt::TestInstance (ctx) in InterfaceBlockCaseInstance()
/third_party/curl/lib/
H A Durldata.h305 curl_ssl_ctx_callback fsslctx; /* function to initialize ssl ctx */
410 Gsasl *ctx; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h1056 void update_packed_items(sb_context &ctx);
/third_party/node/src/
H A Denv.h265 void InstallPromiseHooks(v8::Local<v8::Context> ctx);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp252 void *ctx, raw_ostream &Out) { in output()
251 output(const HexFormattedString &Value, void *ctx, raw_ostream &Out) output() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h181 // static void output(const T &Value, void *ctx, llvm::raw_ostream &Out);
217 // static void output(const T &Value, void *ctx, llvm::raw_ostream &ScalarOut,
2006 static void output(const Type &Value, void *ctx, raw_ostream &Out); \

Completed in 122 milliseconds

1...<<261262263264265266267268269270>>...275