Home
last modified time | relevance | path

Searched refs:init (Results 1001 - 1025 of 4754) sorted by relevance

1...<<41424344454647484950>>...191

/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;
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp188 ebox.init(extent_box()); in finalize()
192 ebox.init(extent_box()); in finalize()
196 ebox.init(extent_box()); in finalize()
203 ebox.init(extent_box()); in finalize()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieAnimation.java50 if (init(is)) { in SkottieAnimation()
55 if (init(is)) { in SkottieAnimation()
65 if (init(is)) { in SkottieAnimation()
101 private boolean init(InputStream is) { in init() method in SkottieAnimation
/third_party/vk-gl-cts/modules/egl/
H A DteglQueryConfigTests.cpp103 void init (void) in init() function in deqp::egl::GetConfigsBoundsCase
212 void init (void);
235 void GetConfigAttribCase::init (void) in init() function in deqp::egl::GetConfigAttribCase
559 void QueryConfigTests::init (void) in init() function in deqp::egl::QueryConfigTests
H A DteglResizeTests.cpp112 void init (void);
141 void ResizeTest::init (void) in init() function in deqp::egl::ResizeTest
143 TestCase::init(); in init()
193 EGLU_CHECK_MSG(egl, "init"); in init()
548 void ResizeTests::init (void) in init() function in deqp::egl::ResizeTests
/third_party/musl/crt/powerpc/
H A Dcrti.s1 .section .init
/third_party/rust/crates/env_logger/examples/
H A Dcustom_default_format.rs33 .init(); in init_logger()
H A Dfilters_from_code.rs13 Builder::new().filter_level(LevelFilter::max()).init(); in main()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalClearAttachmentTests.hpp39 void init (void);

Completed in 26 milliseconds

1...<<41424344454647484950>>...191