/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 3790 // 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 D | mlpenc.c | 2217 .init = mlp_encode_init, 2237 .init = mlp_encode_init,
|
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 236 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 D | x11_window.c | 3095 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 D | saned.c | 1337 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 D | module-instantiate.cc | 19 #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 D | module-decoder.cc | 11 #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 D | asm-parser.cc | 239 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 D | module-bluez5-device.c | 1338 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 D | vktShaderRenderMatrixTests.cpp | 1947 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 D | IRTranslator.cpp | 86 cl::Optional, cl::init(false)); 2274 SL->init(TLI, TM, *DL);
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderRendering.cpp | 406 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 D | FramebufferVk.cpp | 347 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 D | SkVM.h | 541 Uniforms(UPtr ptr, int init) : base(ptr), buf(init) {} in Uniforms()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.cpp | 194 primitiveProgress[unit].init(); in Renderer() 199 pixelProgress[cluster].init(); in Renderer()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 457 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 D | CommandLine.cpp | 2391 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 D | AArch64FrameLowering.cpp | 166 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 D | HexagonConstExtenders.cpp | 32 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 D | generator_impl.cc | 2124 if (auto* init = stmt->initializer) { 2126 if (!EmitStatement(init)) {
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl.cc | 1841 if (auto* init = stmt->initializer) { in EmitForLoop() 1843 if (!EmitStatement(init)) { in EmitForLoop()
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 1356 init: self.init.clone(), in clone()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderMatrixTests.cpp | 1950 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 D | accessibility_ability_command.cpp | 257 ErrCode AccessibilityAbilityShellCommand::init() in init() function in OHOS::AAFwk::AccessibilityAbilityShellCommand
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 233 hilog.error(0x3900, 'Ace', `Faild to init fontsizescale info,cause, code: ${a10}, message: ${b10}`);
|