Home
last modified time | relevance | path

Searched refs:init (Results 3551 - 3575 of 24988) sorted by relevance

1...<<141142143144145146147148149150>>...1000

/third_party/node/deps/icu-small/source/common/
H A Drbbidata.cpp35 init(data, status); in RBBIDataWrapper()
40 init(data, status); in RBBIDataWrapper()
65 init(rbbidh, status); in RBBIDataWrapper()
76 // init(). Does most of the work of construction, shared between the
92 void RBBIDataWrapper::init(const RBBIDataHeader *data, UErrorCode &status) { in init() function in RBBIDataWrapper
/third_party/node/deps/icu-small/source/i18n/
H A Dplurrule_impl.h317 void init(double n, int32_t v, int64_t f, int32_t e, int32_t c);
318 void init(double n, int32_t v, int64_t f, int32_t e);
319 void init(double n, int32_t v, int64_t f);
320 void init(double n);
/third_party/libfuse/lib/
H A Dcuse_lowlevel.c161 lop.init = clop->init; in cuse_lowlevel_new()
232 if (se->op.init) in cuse_lowlevel_init()
233 se->op.init(se->userdata, &se->conn); in cuse_lowlevel_init()
/third_party/lwip/src/include/lwip/
H A Dnetif.h89 * Set by the netif driver in its init function. */
93 * Either set by the netif driver in its init function (if the link
98 * Set by the netif driver in its init function.
106 * Set by the netif driver in its init function. */
109 * Set by the netif driver in its init function. */
166 /** Function prototype for netif init functions. Set up flags and output/linkoutput
438 void *state, netif_init_fn init, netif_input_fn input);
440 struct netif *netif_add_noaddr(struct netif *netif, void *state, netif_init_fn init, netif_input_fn input);
450 void *state, netif_init_fn init, netif_input_fn input);
454 struct netif *netif_add(struct netif *netif, void *state, netif_init_fn init, netif_input_f
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_conn.c282 bi->init = 0; in conn_new()
318 a->init = 0; in conn_free()
449 b->init = 1; in conn_ctrl()
504 if (b->init) { in conn_ctrl()
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_mod.c43 conf_init_func *init; in DEFINE_STACK_OF() local
348 tmod->init = ifunc; in module_add()
426 if (pmod->init) { in module_init()
427 ret = pmod->init(imod, cnf); in module_init()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-aptx-gst.c431 static void *init(bool for_encoding, bool for_backchannel, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init() function
569 .init = init,
593 .init = init_hd,
/third_party/openssl/crypto/bio/
H A Dbss_conn.c282 bi->init = 0; in conn_new()
318 a->init = 0; in conn_free()
449 b->init = 1; in conn_ctrl()
504 if (b->init) { in conn_ctrl()
/third_party/openssl/crypto/conf/
H A Dconf_mod.c43 conf_init_func *init; in DEFINE_STACK_OF() local
342 tmod->init = ifunc; in module_add()
420 if (pmod->init) { in module_init()
421 ret = pmod->init(imod, cnf); in module_init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DQueryGL.cpp235 virtual angle::Result init(const gl::Context *context, gl::QueryType queryType) in init() function in rx::SyncProviderGL
249 angle::Result init(const gl::Context *context, gl::QueryType type) override
286 angle::Result init(const gl::Context *context, gl::QueryType type) override
355 ANGLE_TRY(mSyncProvider->init(context, gl::QueryType::AnySamples)); in end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp60 cl::init(false), cl::Hidden);
65 cl::init("none"), cl::Hidden);
71 cl::init(0), cl::Hidden);
75 cl::init(0), cl::Hidden);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.hpp103 void init();
128 void init();
1047 void init();
1071 void init();
H A Dgl4cTextureBarrierTests.cpp75 /* Basic test init, child classes must call it. */
76 virtual void init() in init() function in gl4cts::TextureBarrierBaseTest
145 /* Rendering test init. */
146 virtual void init() in init() function in gl4cts::TextureBarrierBasicOutline
148 // Call parent init (takes care of API requirements) in init()
149 TextureBarrierBaseTest::init(); in init()
948 void TextureBarrierTests::init(void) in init() function in gl4cts::TextureBarrierTests
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp183 void TextureCubeMapArrayGenerateMipMapFilterable::init() in init() function in glcts::TextureCubeMapArrayGenerateMipMapFilterable
186 TestCaseBase::init(); in init()
521 void TextureCubeMapArrayGenerateMipMapNonFilterable::init() in init() function in glcts::TextureCubeMapArrayGenerateMipMapNonFilterable
524 TestCaseBase::init(); in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcGLSLVectorConstructorTests.cpp408 void init(void);
447 void GLSLVectorConstructorTestCase::init(void) in init() function in deqp::__anon27560::GLSLVectorConstructorTestCase
449 deqp::TestCase::init(); in init()
587 void GLSLVectorConstructorTests::init() in init() function in deqp::GLSLVectorConstructorTests
/third_party/skia/src/core/
H A DSkResourceCache.cpp42 void SkResourceCache::Key::init(void* nameSpace, uint64_t sharedID, size_t dataSize) { in init() function in SkResourceCache::Key
81 void SkResourceCache::init() { in init() function in SkResourceCache
96 this->init(); in SkResourceCache()
102 this->init(); in SkResourceCache()
/third_party/skia/src/gpu/
H A DGrRecordingContextPriv.cpp31 skgpu::BaseDevice::InitContents init) { in createDevice()
34 std::move(colorSpace), origin, props, init); in createDevice()
48 skgpu::BaseDevice::InitContents init) { in createDevice()
51 mipmapped, isProtected, origin, props, init); in createDevice()
26 createDevice(GrColorType colorType, sk_sp<GrSurfaceProxy> proxy, sk_sp<SkColorSpace> colorSpace, GrSurfaceOrigin origin, const SkSurfaceProps& props, skgpu::BaseDevice::InitContents init) createDevice() argument
40 createDevice(SkBudgeted budgeted, const SkImageInfo& ii, SkBackingFit fit, int sampleCount, GrMipmapped mipmapped, GrProtected isProtected, GrSurfaceOrigin origin, const SkSurfaceProps& props, skgpu::BaseDevice::InitContents init) createDevice() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp217 // for ( init-declaration ; condition ; expression ) statement in validateForLoopHeader()
232 TIntermNode* init = node->getInit(); in validateForLoopInit() local
233 if (!init) { in validateForLoopInit()
234 error(node->getLine(), "Missing init declaration", "for"); in validateForLoopInit()
239 // init-declaration has the form: in validateForLoopInit()
242 TIntermAggregate* decl = init->getAsAggregate(); in validateForLoopInit()
244 error(init->getLine(), "Invalid init declaration", "for"); in validateForLoopInit()
250 error(decl->getLine(), "Invalid init declaration", "for"); in validateForLoopInit()
255 error(decl->getLine(), "Invalid init declaratio in validateForLoopInit()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule_impl.h317 void init(double n, int32_t v, int64_t f, int32_t e, int32_t c);
318 void init(double n, int32_t v, int64_t f, int32_t e);
319 void init(double n, int32_t v, int64_t f);
320 void init(double n);
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp17 init(); in SkPathWriter()
31 init(); in close()
103 this->init(); in finishContour()
107 void SkPathWriter::init() { in init() function in SkPathWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp97 void Timer::init(StringRef Name, StringRef Description) { in init() function in Timer
98 init(Name, Description, *getDefaultTimerGroup()); in init()
101 void Timer::init(StringRef Name, StringRef Description, TimerGroup &tg) { in init() function in Timer
209 T.init(Name, Description, *GroupEntry.first); in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimer.cpp94 void Timer::init(StringRef TimerName, StringRef TimerDescription) { in init() function in Timer
95 init(TimerName, TimerDescription, *getDefaultTimerGroup()); in init()
98 void Timer::init(StringRef TimerName, StringRef TimerDescription, in init() function in Timer
209 T.init(Name, Description, *GroupEntry.first); in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp479 DomBBClobberedRegs.init(*TRI); in runOnMachineFunction()
480 DomBBUsedRegs.init(*TRI); in runOnMachineFunction()
481 OptBBClobberedRegs.init(*TRI); in runOnMachineFunction()
482 OptBBUsedRegs.init(*TRI); in runOnMachineFunction()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbidata.cpp35 init(data, status); in RBBIDataWrapper()
40 init(data, status); in RBBIDataWrapper()
65 init(rbbidh, status); in RBBIDataWrapper()
76 // init(). Does most of the work of construction, shared between the
92 void RBBIDataWrapper::init(const RBBIDataHeader *data, UErrorCode &status) { in init() function in RBBIDataWrapper
/third_party/typescript/tests/baselines/reference/
H A DneverReturningFunctions1.js178 init(data?: T): void;
218 init() {
450 init: function () {
507 init(data?: T): void;

Completed in 26 milliseconds

1...<<141142143144145146147148149150>>...1000