Home
last modified time | relevance | path

Searched refs:init (Results 1226 - 1250 of 24740) sorted by relevance

1...<<41424344454647484950>>...990

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcpdtrans.cpp76 init(id, direction, TRUE, status); in CompoundTransliterator()
86 init(id, UTRANS_FORWARD, TRUE, status); in CompoundTransliterator()
102 init(list, UTRANS_FORWARD, FALSE, status); in CompoundTransliterator()
118 init(list, UTRANS_FORWARD, FALSE, status); in CompoundTransliterator()
129 init(list, UTRANS_FORWARD, FALSE, status); in CompoundTransliterator()
134 * constructors. Before calling init(), set trans and filter to NULL.
148 void CompoundTransliterator::init(const UnicodeString& id, in init() function in CompoundTransliterator
170 init(list, direction, fixReverseID, status); in init()
179 * constructors. Before calling init(), set trans and filter to NULL.
190 void CompoundTransliterator::init(UVecto function in CompoundTransliterator
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-hvar-table.hh45 void init (const DeltaSetIndexMap &index_map, in init() function
53 max_inners.init (); in init()
54 output_map.init (); in init()
166 void init (const hb_array_t<const DeltaSetIndexMap *> &index_maps, in init() function
181 inner_maps[i].init (); in init()
186 index_map_plans[0].init (*index_maps[0], outer_map, inner_sets, plan); in init()
201 index_map_plans[i].init (*index_maps[i], outer_map, inner_sets, plan); in init()
307 hvar_plan.init (index_maps.as_array (), this+varStore, c->plan); in _subset()
/third_party/rust/crates/syn/src/
H A Dstmt.rs42 pub init: Option<LocalInit>,
281 let init = if let Some(eq_token) = input.parse()? { in stmt_local()
312 init, in stmt_local()
432 if let Some(init) = &self.init { in to_tokens()
433 init.eq_token.to_tokens(tokens); in to_tokens()
434 init.expr.to_tokens(tokens); in to_tokens()
435 if let Some((else_token, diverge)) = &init.diverge { in to_tokens()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv49.c32 .init = nv41_fb_init,
34 .tile.init = nv30_fb_tile_init,
H A Dnv47.c32 .init = nv41_fb_init,
34 .tile.init = nv30_fb_tile_init,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv4e.c31 .init = nv44_fb_init,
33 .tile.init = nv46_fb_tile_init,
H A Dnv49.c32 .init = nv41_fb_init,
34 .tile.init = nv30_fb_tile_init,
H A Dnv47.c32 .init = nv41_fb_init,
34 .tile.init = nv30_fb_tile_init,
/kernel/linux/linux-6.6/security/landlock/
H A Dsetup.c9 #include <linux/init.h>
39 .init = landlock_init,
/third_party/node/test/addons/errno-exception/
H A Dbinding.cc14 void init(v8::Local<v8::Object> exports) { in init() function
18 NODE_MODULE(NODE_GYP_MODULE_NAME, init)
/third_party/node/test/addons/hello-world-function-export/
H A Dbinding.cc10 void init(v8::Local<v8::Object> exports, v8::Local<v8::Object> module) { in init() function
14 NODE_MODULE(NODE_GYP_MODULE_NAME, init)
/third_party/node/test/addons/load-long-path/
H A Dbinding.cc10 void init(v8::Local<v8::Object> exports) { in init() function
14 NODE_MODULE(NODE_GYP_MODULE_NAME, init)
/third_party/node/test/addons/report-fatalerror/
H A Dbinding.cc16 void init(Local<Object> exports) { in init() function
20 NODE_MODULE(NODE_GYP_MODULE_NAME, init)
/third_party/node/test/addons/symlinked-module/
H A Dbinding.cc10 void init(v8::Local<v8::Object> exports) { in init() function
14 NODE_MODULE(NODE_GYP_MODULE_NAME, init)
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dm_null.c17 static int init(EVP_MD_CTX *ctx) in init() function
38 init,
/third_party/openssl/crypto/evp/
H A Dm_null.c17 static int init(EVP_MD_CTX *ctx) in init() function
38 init,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSpirvExtensionsTests.hpp52 void init();
67 void init();
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.hpp39 void init(void);
52 void init(void);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedTests.cpp53 void DrawBuffersIndexedTests::init(void) in init() function in glcts::DrawBuffersIndexedTests
56 TestCaseGroupBase::init(); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFunctionalTests.hpp42 void init (void);
55 void init (void);
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFunctionalTests.hpp42 void init (void);
55 void init (void);
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aAccuracyTests.cpp44 void init (void) in init() function in deqp::gles2::Accuracy::TextureTests
60 void AccuracyTests::init (void) in init() function in deqp::gles2::Accuracy::AccuracyTests
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aAccuracyTests.cpp44 void init (void) in init() function in deqp::gles3::Accuracy::TextureTests
60 void AccuracyTests::init (void) in init() function in deqp::gles3::Accuracy::AccuracyTests
/third_party/vk-gl-cts/modules/egl/
H A DteglSyncTests.cpp119 virtual void init(void);
246 void SyncTest::init (void) in init() function in deqp::egl::SyncTest
359 void init(void) override
650 init(); in test()
769 init(); in test()
817 init(); in test()
869 init(); in test()
930 init(); in test()
991 init(); in test()
1055 init(); in test()
2620 void FenceSyncTests::init (void) init() function in deqp::egl::FenceSyncTests
2693 void ReusableSyncTests::init (void) init() function in deqp::egl::ReusableSyncTests
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsm501.c14 #include <linux/init.h>
1220 * Helper function for the init code to setup a register
1244 struct sm501_initdata *init) in sm501_init_regs()
1247 init->misc_control.set, in sm501_init_regs()
1248 init->misc_control.mask); in sm501_init_regs()
1250 sm501_init_reg(sm, SM501_MISC_TIMING, &init->misc_timing); in sm501_init_regs()
1251 sm501_init_reg(sm, SM501_GPIO31_0_CONTROL, &init->gpio_low); in sm501_init_regs()
1252 sm501_init_reg(sm, SM501_GPIO63_32_CONTROL, &init->gpio_high); in sm501_init_regs()
1254 if (init->m1xclk) { in sm501_init_regs()
1255 dev_info(sm->dev, "setting M1XCLK to %ld\n", init in sm501_init_regs()
1243 sm501_init_regs(struct sm501_devdata *sm, struct sm501_initdata *init) sm501_init_regs() argument
[all...]

Completed in 14 milliseconds

1...<<41424344454647484950>>...990