/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | macros.rs | 8 ffi::init(); 24 ffi::init(); 111 ffi::init(); 125 crate::init();
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderReturnTests.cpp | 86 void init (void); 125 void ShaderReturnCase::init (void) in init() function in deqp::gles2::Functional::ShaderReturnCase 129 ShaderRenderCase::init(); in init() 320 void ShaderReturnTests::init (void) in init() function in deqp::gles2::Functional::ShaderReturnTests
|
H A D | es2fTextureFormatTests.cpp | 74 void init (void); 110 void Texture2DFormatCase::init (void) in init() function in deqp::gles2::Functional::Texture2DFormatCase 212 void init (void); 256 void TextureCubeFormatCase::init (void) in init() function in deqp::gles2::Functional::TextureCubeFormatCase 402 void init (void); 434 void Compressed2DFormatCase::init (void) in init() function in deqp::gles2::Functional::Compressed2DFormatCase 502 void init (void); 541 void CompressedCubeFormatCase::init (void) in init() function in deqp::gles2::Functional::CompressedCubeFormatCase 628 void TextureFormatTests::init (void) in init() function in deqp::gles2::Functional::TextureFormatTests
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-sbc.c | 647 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,
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermRebuild.cpp | 695 auto *const init = node.getInit(); in traverseSwitchChildren() local 696 ASSERT(init); in traverseSwitchChildren() 700 auto *const newInit = traverseAnyAs<TIntermTyped>(*init); in traverseSwitchChildren() 705 if (newInit != init || newStmts != stmts) in traverseSwitchChildren() 781 auto *const init = node.getInit(); in traverseLoopChildren() local 795 ASSERT(!init && !expr); in traverseLoopChildren() 806 if (init) in traverseLoopChildren() 808 GUARD(traverseAnyAs(*init, newInit)); in traverseLoopChildren() 821 if (newInit != init || newCond != cond || newExpr != expr || newBody != body) in traverseLoopChildren()
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42parse.c | 145 psaux->ps_parser_funcs->init( &parser->root, NULL, NULL, memory ); in FT_LOCAL_DEF() 368 FT_SET_ERROR( psaux->ps_table_funcs->init( in t42_parse_encoding() 901 if ( swap_table->init ) in t42_parse_charstrings() 909 error = psaux->ps_table_funcs->init( code_table, in t42_parse_charstrings() 915 error = psaux->ps_table_funcs->init( name_table, in t42_parse_charstrings() 924 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); in t42_parse_charstrings() 1304 /* initialize the tables -- simply set their `init' field to 0 */ in t42_loader_init() 1305 loader->encoding_table.init = 0; in t42_loader_init() 1306 loader->charstrings.init = 0; in t42_loader_init() 1307 loader->glyph_names.init in t42_loader_init() [all...] |
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sDrawTests.cpp | 72 void init (void); 108 void DrawInvalidRangeCase::init (void) in init() function in deqp::gles3::Stress::__anon30800::DrawInvalidRangeCase 270 void init (void); 286 void IndexGroup::init (void) in init() function in deqp::gles3::Stress::__anon30800::IndexGroup 351 void init (void); 367 void MethodGroup::init (void) in init() function in deqp::gles3::Stress::__anon30800::MethodGroup 383 void init (void); 407 void RandomGroup::init (void) in init() function in deqp::gles3::Stress::__anon30800::RandomGroup 627 void DrawTests::init (void) in init() function in deqp::gles3::Stress::DrawTests
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 3606 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...] |
/foundation/communication/wifi/wifi/application/wifi_direct_demo/ |
H A D | gradlew.bat | 42 if "%ERRORLEVEL%" == "0" goto init 56 if exist "%JAVA_EXE%" goto init 66 :init label
|
/third_party/ffmpeg/libavcodec/ |
H A D | bintext.c | 226 .init = decode_init, 239 .init = decode_init, 252 .init = decode_init,
|
H A D | pcm_rechunk_bsf.c | 39 static int init(AVBSFContext *ctx) in init() function 218 .init = init,
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_channelsplit.c | 60 static av_cold int init(AVFilterContext *ctx) in init() function 247 .init = init,
|
H A D | af_flanger.c | 75 static av_cold int init(AVFilterContext *ctx) in init() function 210 .init = init,
|
H A D | vf_readvitc.c | 158 static av_cold int init(AVFilterContext *ctx) in init() function 249 .init = init,
|
H A D | vf_sr.c | 63 static av_cold int init(AVFilterContext *context) in init() function 196 .init = init,
|
H A D | vf_mpdecimate.c | 144 static av_cold int init(AVFilterContext *ctx) in init() function 239 .init = init,
|
H A D | vf_untile.c | 50 static av_cold int init(AVFilterContext *ctx) in init() function 183 .init = init,
|
H A D | vf_vidstabdetect.c | 63 static av_cold int init(AVFilterContext *ctx) in init() function 68 av_log(ctx, AV_LOG_VERBOSE, "vidstabdetect filter: init %s\n", LIBVIDSTAB_VERSION); in init() 197 .init = init,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | japancal.cpp | 104 static void init(UErrorCode &status) { in init() function 117 init(success); in JapaneseCalendar() 129 init(status); in JapaneseCalendar()
|
/third_party/node/test/async-hooks/ |
H A D | init-hooks.js | 48 init: this._init.bind(this), 79 if (a.init && a.init.length > 1) { 81 '\nExpected "init" to be called at most once'); 118 '\nExpected "init" to be called with a resource object'); 157 // If we allowed handles without init we ignore any further life time 170 ' hook was invoked but not its init hook'); 186 this._stamp(activity, 'init'); 188 this._maybeLog(uid, type, 'init');
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | japancal.cpp | 104 static void init(UErrorCode &status) { in init() function 117 init(success); in JapaneseCalendar() 129 init(status); in JapaneseCalendar()
|
/third_party/ltp/testcases/misc/math/fptests/ |
H A D | fptest01.c | 74 static int init(void); 108 init(); in main() 122 static int init(void) in init() function
|
H A D | fptest02.c | 74 static int init(void); 107 init(); in main() 121 static int init(void) in init() function
|
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/ |
H A D | driver.sh | 46 if [ -f /etc/init.d/crond ]; then 67 if [ -f /etc/init.d/kdump ]; then 74 /etc/init.d/"${daemon}" restart
|
/third_party/ltp/tools/sparse/ |
H A D | sparse-ltp.c | 207 struct expression *init = sym->initializer; in check_test_struct() local 215 if (!init) in check_test_struct() 229 FOR_EACH_PTR(init->expr_list, entry) { in check_test_struct()
|