Home
last modified time | relevance | path

Searched refs:init (Results 4276 - 4300 of 4881) sorted by relevance

1...<<171172173174175176177178179180>>...196

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp3790 // FIXME-TABLE: Providing a stretch-on-init would make sense especially for tables which don't have saved settings
4007 static bool init = true; local
4013 if (init)
4022 init = false;
5866 static bool init = true; local
5867 if (init && ref == NULL)
5869 init = false;
/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c2217 .init = mlp_encode_init,
2237 .init = mlp_encode_init,
/third_party/ffmpeg/libavformat/
H A Drtsp.c236 if (rtsp_st->dynamic_handler && rtsp_st->dynamic_handler->init) { in finalize_rtp_handler_init()
237 int ret = rtsp_st->dynamic_handler->init(s, st ? st->index : -1, in finalize_rtp_handler_init()
/third_party/glfw/src/
H A Dx11_window.c3095 if (_glfw.hints.init.angleType == GLFW_ANGLE_PLATFORM_TYPE_OPENGL) in _glfwGetEGLPlatformX11()
3101 if (_glfw.hints.init.angleType == GLFW_ANGLE_PLATFORM_TYPE_VULKAN) in _glfwGetEGLPlatformX11()
/third_party/backends/frontend/
H A Dsaned.c1337 init (Wire * w) in init() function
1349 DBG (DBG_WARN, "init: access by host %s denied\n", remote_ip); in init()
1353 DBG (DBG_MSG, "init: access granted\n"); in init()
1358 DBG (DBG_ERR, "init: bad status after sanei_w_set_dir: %d\n", w->status); in init()
1365 DBG (DBG_ERR, "init: bad status=%d or procnum=%d\n", in init()
1373 DBG (DBG_ERR, "init: bad status after sanei_w_init_req: %d\n", w->status); in init()
1384 DBG (DBG_ERR, "init: bad status after sanei_w_free: %d\n", w->status); in init()
1391 DBG (DBG_WARN, "init: access granted to %s@%s\n", in init()
1398 DBG (DBG_ERR, "init: failed to initialize backend (%s)\n", in init()
1404 "init in init()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc19 #include "src/wasm/init-expr-interface.h"
448 init_expr_zone_(isolate_->allocator(), "init. expression zone") { in InstanceBuilder()
1040 TRACE("init [globals_start=%p + %u] = %s, type = %s\n", in WriteGlobalValue()
1720 if (!global.init.is_set()) continue; in InitGlobals()
1723 EvaluateInitExpression(&init_expr_zone_, global.init, global.type, in InitGlobals()
2012 // for both instantiation and in the implementation of the table.init in LoadElemSegmentImpl()
2070 // Set the active segments to being already dropped, since table.init on in LoadTableSegments()
H A Dmodule-decoder.cc11 #include "src/init/v8.h"
19 #include "src/wasm/init-expr-interface.h"
957 ConstantExpression init = consume_init_expr(module_.get(), type); in DecodeGlobalSection() local
958 module_->globals.push_back({type, mutability, init, {0}, false, false}); in DecodeGlobalSection()
1865 "type error in init. expression[0] (expected %s, got %s)", \ in consume_init_expr()
2075 // segment are defined as function indices (0) or init. expressions (1). in consume_element_segment_header()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc239 WasmInitExpr init) { in DeclareGlobal()
242 info->index = module_builder_->AddGlobal(vtype, true, init); in DeclareGlobal()
237 DeclareGlobal(VarInfo* info, bool mutable_variable, AsmType* type, ValueType vtype, WasmInitExpr init) DeclareGlobal() argument
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c1338 u->encoder_info = u->bt_codec->init(true, false, u->transport->config, u->transport->config_size, &u->encoder_sample_spec, u->core); in transport_config()
1345 u->decoder_info = u->bt_codec->init(false, false, u->transport->config, u->transport->config_size, &u->decoder_sample_spec, u->core); in transport_config()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1947 virtual void init (void);
1963 void ShaderMatrixTests::init (void) in init() function in vkt::sr::__anon28711::ShaderMatrixTests
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp86 cl::Optional, cl::init(false));
2274 SL->init(TLI, TM, *DL);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderRendering.cpp406 void GeometryShaderRendering::init(void) in init() function in glcts::GeometryShaderRendering
409 TestCaseGroupBase::init(); in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp347 mReadPixelBuffer.init(renderer, VK_BUFFER_USAGE_TRANSFER_DST_BIT, kReadPixelsBufferAlignment, in FramebufferVk()
2155 ANGLE_TRY(newFramebuffer.init(contextVk, framebufferInfo)); in getFramebuffer()
/third_party/skia/src/core/
H A DSkVM.h541 Uniforms(UPtr ptr, int init) : base(ptr), buf(init) {} in Uniforms()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp194 primitiveProgress[unit].init(); in Renderer()
199 pixelProgress[cluster].init(); in Renderer()
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp457 void init(HFONT font, const XFORM& xform) { in init() function in HDCOffscreen
781 fOffscreen.init(fFont, xform); in SkScalerContext_GDI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp2391 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
2397 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp166 cl::init(false), cl::Hidden);
171 cl::init(false), cl::Hidden);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp32 cl::init(3), cl::Hidden, cl::ZeroOrMore,
35 static cl::opt<unsigned> ReplaceLimit("hexagon-cext-limit", cl::init(0),
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl.cc2124 if (auto* init = stmt->initializer) {
2126 if (!EmitStatement(init)) {
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc1841 if (auto* init = stmt->initializer) { in EmitForLoop()
1843 if (!EmitStatement(init)) { in EmitForLoop()
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs1356 init: self.init.clone(), in clone()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp1950 virtual void init (void);
1966 void ShaderMatrixTests::init (void) in init() function in vkt::sr::__anon29860::ShaderMatrixTests
/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_command.cpp257 ErrCode AccessibilityAbilityShellCommand::init() in init() function in OHOS::AAFwk::AccessibilityAbilityShellCommand
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js233 hilog.error(0x3900, 'Ace', `Faild to init fontsizescale info,cause, code: ${a10}, message: ${b10}`);

Completed in 97 milliseconds

1...<<171172173174175176177178179180>>...196