Home
last modified time | relevance | path

Searched refs:init (Results 3876 - 3900 of 6274) sorted by relevance

1...<<151152153154155156157158159160>>...251

/third_party/skia/src/core/
H A DSkRegion.cpp683 void init(const SkRegionPriv::RunType a_runs[], in init() function
786 rec.init(a_runs, b_runs); in operate_on_span()
902 // just need a 2nd value, since spanRec.init() reads 2 values, even in operate()
/third_party/skia/src/shaders/
H A DSkPerlinNoiseShader.cpp84 this->init(seed); in PaintingData()
145 void init(SkScalar seed) in init() function
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape.cc219 map.init (); in init0()
221 aat_map.init (); in init0()
/third_party/python/Lib/test/
H A Dtest_pydoc.py958 init = os.path.join(pkgdir, "__init__.py")
959 with open(init, "wt", encoding="ascii") as f:
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfgNode.cpp607 Context.init(this); in doAddressOpt()
619 Context.init(this); in genCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp59 "static-func-full-module-prefix", cl::init(true), cl::Hidden,
72 "static-func-strip-dirname-prefix", cl::init(0), cl::Hidden,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp57 cl::init(true));
63 cl::init(true));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp126 cl::init(~0U), cl::Hidden, cl::desc("Max number of mux expansions"));
128 cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings"));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp78 "x86-align-branch-boundary", cl::init(0),
98 "x86-branches-within-32B-boundaries", cl::init(false),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp53 DefaultGCOVVersion("default-gcov-version", cl::init("402*"), cl::Hidden,
56 cl::init(false), cl::Hidden);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp82 cl::init(true), cl::Hidden,
87 cl::init(true), cl::Hidden,
H A DEarlyCSE.cpp80 "earlycse-mssa-optimization-cap", cl::init(500), cl::Hidden,
85 "earlycse-debug-hash", cl::init(false), cl::Hidden,
H A DLoopFuse.cpp111 cl::Hidden, cl::init(FUSION_DEPENDENCE_ANALYSIS_ALL), cl::ZeroOrMore);
117 cl::Hidden, cl::init(false), cl::ZeroOrMore);
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h711 explicit InlineRep(InlineData::DefaultInitType init) : data_(init) {} in InlineRep() argument
/third_party/skia/modules/canvaskit/
H A Dinterface.js1095 CanvasKit._extraInitializations.forEach(function(init) {
1096 init();
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp859 void init (void);
874 void TestBase::init (void) in init() function in deqp::gls::LifetimeTests::details::TestBase
H A DglsSamplerObjectTest.cpp205 void TextureSamplerTest::init (void) in init() function in deqp::gls::TextureSamplerTest
723 void MultiTextureSamplerTest::init (void) in init() function in deqp::gls::MultiTextureSamplerTest
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp1084 virtual void init (void);
1100 void ShaderIndexingTests::init (void) in init() function in vkt::sr::__anon29855::ShaderIndexingTests
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_peap.c705 data->phase2_method->init(sm); in eap_peap_phase2_request()
1328 eap->init = eap_peap_init; in eap_peer_peap_register()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_aka.c1357 eap->init = eap_aka_init; in eap_server_aka_register()
1383 eap->init = eap_aka_prime_init; in eap_server_aka_prime_register()
H A Deap_server_fast.c963 data->phase2_priv = data->phase2_method->init(sm); in eap_fast_phase2_init()
1627 eap->init = eap_fast_init; in eap_server_fast_register()
H A Deap_server_peap.c600 data->phase2_priv = data->phase2_method->init(sm); in eap_peap_phase2_init()
1413 eap->init = eap_peap_init; in eap_server_peap_register()
H A Deap_server_ttls.c843 data->phase2_priv = data->phase2_method->init(sm); in eap_ttls_phase2_eap_init()
1345 eap->init = eap_ttls_init; in eap_server_ttls_register()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddriver_i.h21 if (wpa_s->driver->init) { in wpa_drv_init()
22 return wpa_s->driver->init(wpa_s, ifname); in wpa_drv_init()
H A Dwpa_priv.c96 } else if (iface->driver->init) { in wpa_priv_cmd_register()
97 iface->drv_priv = iface->driver->init(iface, iface->ifname); in wpa_priv_cmd_register()
826 "wpa-priv-iface-init: bind(PF_UNIX): %s", in wpa_priv_interface_init()

Completed in 47 milliseconds

1...<<151152153154155156157158159160>>...251