Home
last modified time | relevance | path

Searched refs:init (Results 551 - 575 of 6074) sorted by relevance

1...<<21222324252627282930>>...243

/third_party/node/test/addons/request-interrupt/
H A Dbinding.cc67 void init(Local<Object> exports) { in init() function
72 NODE_MODULE(NODE_GYP_MODULE_NAME, init)
/third_party/musl/libc-test/src/regression/
H A Dpthread_once-deadlock.c14 static void init(void) in init() function
24 T(pthread_once(a[0], init)); in start()
69 t_error("pthread_once ran init %d times instead of once\n", count); in main()
/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dcomp_lib.c27 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) { in COMP_CTX_new()
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_none.c65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument
70 init(); in CRYPTO_THREAD_run_once()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/
H A DDefaultMetadataDependenciesProvider.java20 import com.google.i18n.phonenumbers.metadata.init.ClassPathResourceMetadataLoader;
21 import com.google.i18n.phonenumbers.metadata.init.MetadataParser;
32 * Provides metadata init and source dependencies when metadata is stored in multi-file mode and
/third_party/rust/crates/libc/ci/
H A Drun-docker.sh51 --init \
83 --init \
/third_party/openssl/crypto/comp/
H A Dcomp_lib.c27 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) { in COMP_CTX_new()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlay.cpp39 angle::Result Overlay::init(const Context *context) in init() function in gl::Overlay
51 ANGLE_TRY(mImplementation->init(context, &success)); in init()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DPreprocessor.cpp53 bool Preprocessor::init(size_t count, const char *const string[], const int length[]) in init() function in angle::pp::Preprocessor
63 return mImpl->tokenizer.init(count, string, length); in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp32 cl::init(80), cl::Hidden);
38 cl::init(51), cl::Hidden);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSpirvExtensionsTests.cpp55 /** Stub init method */
56 void SpirvExtensionsQueriesTestCase::init() in init() function in gl4cts::SpirvExtensionsQueriesTestCase
137 void SpirvExtensionsTests::init() in init() function in gl4cts::SpirvExtensionsTests
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateComplex.cpp43 void FragmentShadingRateComplex::init(void) in init() function in glcts::FragmentShadingRateComplex
45 TestNode::init(); in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayTests.cpp52 void TextureCubeMapArrayTests::init(void) in init() function in glcts::TextureCubeMapArrayTests
55 TestCaseGroupBase::init(); in init()
H A DesextcTextureCubeMapArraySampling.cpp3606 shader_collection.init(gl, *format, m_functions, *this);
3608 program_collection.init(gl, shader_collection, *this, isContextES);
3617 texture.init(gl);
3679 buffers.init(gl, format, resolution);
3703 color_attachment.init(gl);
3736 vao.init(gl, format, function->m_function, buffers, program_object_id);
4007 void TextureCubeMapArraySamplingTest::bufferCollection::init(const glw::Functions& gl, const formatDefinition& format, function in glcts::TextureCubeMapArraySamplingTest::bufferCollection
4089 postion.init(gl, (glw::GLsizeiptr)(position_buffer_data.size() * sizeof(glw::GLfloat)), &position_buffer_data[0]);
4090 texture_coordinate.init(gl, (glw::GLsizeiptr)(texture_coordinate_buffer_data.size() * sizeof(glw::GLfloat)),
4092 texture_coordinate_for_gather.init(
4164 void TextureCubeMapArraySamplingTest::bufferDefinition::init(const glw::Functions& gl, glw::GLsizeiptr buffer_size, global() function in glcts::TextureCubeMapArraySamplingTest::bufferDefinition
4269 void TextureCubeMapArraySamplingTest::programCollectionForFormat::init( global() function in glcts::TextureCubeMapArraySamplingTest::programCollectionForFormat
4322 void TextureCubeMapArraySamplingTest::programCollectionForFunction::init(const glw::Functions& gl, global() function in glcts::TextureCubeMapArraySamplingTest::programCollectionForFunction
4424 void TextureCubeMapArraySamplingTest::programDefinition::init(const glw::Functions& gl, const shaderGroup& shader_group, global() function in glcts::TextureCubeMapArraySamplingTest::programDefinition
4576 void TextureCubeMapArraySamplingTest::shaderCollectionForSamplingRoutine::init( global() function in glcts::TextureCubeMapArraySamplingTest::shaderCollectionForSamplingRoutine
4682 void TextureCubeMapArraySamplingTest::shaderCollectionForTextureFormat::init( global() function in glcts::TextureCubeMapArraySamplingTest::shaderCollectionForTextureFormat
4846 void TextureCubeMapArraySamplingTest::shaderDefinition::init(const glw::Functions& gl, glw::GLenum shader_stage, global() function in glcts::TextureCubeMapArraySamplingTest::shaderDefinition
4874 void TextureCubeMapArraySamplingTest::shaderGroup::init() global() function in glcts::TextureCubeMapArraySamplingTest::shaderGroup
4943 void TextureCubeMapArraySamplingTest::textureDefinition::init(const glw::Functions& gl) global() function in glcts::TextureCubeMapArraySamplingTest::textureDefinition
5041 void TextureCubeMapArraySamplingTest::vertexArrayObjectDefinition::init(const glw::Functions& gl, global() function in glcts::TextureCubeMapArraySamplingTest::vertexArrayObjectDefinition
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcNoErrorTests.cpp63 /** Stub init method */
64 void NoErrorContextTest::init(void) in init() function in glcts::NoErrorContextTest
130 void NoErrorTests::init(void) in init() function in glcts::NoErrorTests
H A DglcShaderGroupVoteTests.hpp65 void init();
142 void init();
/third_party/skia/src/gpu/
H A DBaseDevice.cpp35 InitContents init, in CheckAlphaTypeAndGetFlags()
47 if (InitContents::kClear == init) { in CheckAlphaTypeAndGetFlags()
34 CheckAlphaTypeAndGetFlags(SkAlphaType alphaType, InitContents init, DeviceFlags* flags) CheckAlphaTypeAndGetFlags() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DPreprocessor.cpp60 bool Preprocessor::init(size_t count, const char *const string[], const int length[]) in init() function in pp::Preprocessor
70 return mImpl->tokenizer.init(count, string, length); in init()
/third_party/openssl/crypto/
H A Dthreads_none.c65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument
70 init(); in CRYPTO_THREAD_run_once()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp42 tmp.init(length(), cap); in reserve()
55 tmp.init(len); in assign()
/third_party/skia/experimental/sktext/editor/
H A DApp.cpp33 bool init(const char* path) { in init() function
69 (void)app->init(argc > 1 ? argv[1] : nullptr); in Create()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbio.rs22 ffi::init(); in new()
52 ffi::init(); in new()
/third_party/vk-gl-cts/modules/internal/
H A DditImageIOTests.cpp91 void init (void) in init() function in dit::ImageReadTests
109 void ImageIOTests::init (void) in init() function in dit::ImageIOTests
/third_party/ffmpeg/libavfilter/
H A Dvf_stack.c79 static av_cold int init(AVFilterContext *ctx) in init() function
462 .init = init,
479 .init = init,
507 .init = init,
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c647 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
939 .init = init,
977 .init = init,
1002 .init = init,
1027 .init = init,

Completed in 17 milliseconds

1...<<21222324252627282930>>...243