/third_party/openssl/crypto/conf/ |
H A D | conf_mod.c | 43 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 D | QueryGL.cpp | 235 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 D | PostRASchedulerList.cpp | 60 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 D | gl4cSparseBufferTests.hpp | 103 void init(); 128 void init(); 1047 void init(); 1071 void init();
|
H A D | gl4cTextureBarrierTests.cpp | 75 /* 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 D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 183 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 D | glcGLSLVectorConstructorTests.cpp | 408 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 D | SkResourceCache.cpp | 42 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 D | GrRecordingContextPriv.cpp | 31 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 D | ValidateLimitations.cpp | 217 // 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 D | plurrule_impl.h | 317 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 D | SkPathWriter.cpp | 17 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 D | Timer.cpp | 97 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 D | Timer.cpp | 94 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 D | AArch64RedundantCopyElimination.cpp | 479 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 D | rbbidata.cpp | 35 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 D | neverReturningFunctions1.js | 178 init(data?: T): void; 218 init() { 450 init: function () {
507 init(data?: T): void;
|
/third_party/skia/modules/skottie/src/text/ |
H A D | SkottieShaper.cpp | 188 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 D | SkottieAnimation.java | 50 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 D | teglQueryConfigTests.cpp | 103 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 D | teglResizeTests.cpp | 112 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 D | crti.s | 1 .section .init
|
/third_party/rust/crates/env_logger/examples/ |
H A D | custom_default_format.rs | 33 .init(); in init_logger()
|
H A D | filters_from_code.rs | 13 Builder::new().filter_level(LevelFilter::max()).init(); in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalClearAttachmentTests.hpp | 39 void init (void);
|