/third_party/ffmpeg/libavfilter/ |
H A D | f_sendcmd.c | 407 static av_cold int init(AVFilterContext *ctx) in init() function 605 .init = init, 637 .init = init,
|
H A D | f_metadata.c | 211 static av_cold int init(AVFilterContext *ctx) in init() function 392 .init = init, 426 .init = init,
|
H A D | aeval.c | 172 static av_cold int init(AVFilterContext *ctx) in init() function 324 .init = init, 469 .init = init,
|
H A D | vf_subtitles.c | 98 static av_cold int init(AVFilterContext *ctx) in init() function 235 int ret = init(ctx); in init_ass() 257 .init = init_ass, 323 ret = init(ctx); in init_subtitles() 497 .init = init_subtitles,
|
H A D | vf_identity.c | 237 static av_cold int init(AVFilterContext *ctx) in init() function 409 .init = init, 433 .init = init,
|
/third_party/ffmpeg/libavformat/ |
H A D | hashenc.c | 181 .init = hash_init, 205 .init = hash_init, 222 .init = streamhash_init, 333 .init = framehash_init, 357 .init = framehash_init,
|
/third_party/icu/icu4c/source/common/ |
H A D | uloc_keytype.cpp | 355 init() { in init() function 424 if (!init()) { in ulocimp_toBcpKey() 437 if (!init()) { in ulocimp_toLegacyKey() 457 if (!init()) { in ulocimp_toBcpType() 502 if (!init()) { in ulocimp_toLegacyType()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.h | 318 WasmInitExpr init = WasmInitExpr()); 348 WasmInitExpr init); 355 uint32_t AddExportedGlobal(ValueType type, bool mutability, WasmInitExpr init, 445 WasmInitExpr init; member 453 WasmInitExpr init; member
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uloc_keytype.cpp | 355 init() { in init() function 424 if (!init()) { in ulocimp_toBcpKey() 437 if (!init()) { in ulocimp_toLegacyKey() 457 if (!init()) { in ulocimp_toBcpType() 502 if (!init()) { in ulocimp_toLegacyType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCaseUtil.hpp | 51 void init (vk::SourceCollections&, Arg0) const {} in init() function 70 void initPrograms (vk::SourceCollections& dst) const { m_progs.init(dst, m_arg0); } in initPrograms() 98 void initPrograms (vk::SourceCollections& dst) const { m_progs.init(dst, m_arg0); } in initPrograms() 158 void init (vk::SourceCollections& dst, FunctionInstance0::Function) const { m_func(dst); } in init() function in vkt::FunctionPrograms0 227 void init (vk::SourceCollections& dst, const typename FunctionInstance1<Arg0>::Args& args) const { m_func(dst, args.arg0); } in init() function in vkt::FunctionPrograms1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 108 cl::init(true)); 113 cl::init(0)); 117 cl::desc("Improve global merge pass to look at uses"), cl::init(true)); 122 cl::init(true)); 127 cl::init(false));
|
/third_party/skia/src/pathops/ |
H A D | SkOpSegment.h | 45 init(pts, weight, parent, SkPath::kConic_Verb); in addConic() 53 init(pts, 1, parent, SkPath::kCubic_Verb); in addCubic() 73 init(pts, 1, parent, SkPath::kLine_Verb); in addLine() 88 init(pts, 1, parent, SkPath::kQuad_Verb); in addQuad() 231 void init(SkPoint pts[], SkScalar weight, SkOpContour* parent, SkPath::Verb verb);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-plan.cc | 220 cmap.init (face); in _cmap_closure() 231 colr.init (face); in _colr_closure() 287 cmap.init (plan->source); in _populate_unicodes_to_retain() 349 glyf.init (plan->source); in _populate_gids_to_retain() 351 cff.init (plan->source); in _populate_gids_to_retain()
|
/third_party/python/Lib/test/ |
H A D | test_mimetypes.py | 156 # Issue 4936: make sure an init starts clean 161 mimetypes.init() 195 mimetypes.init() 199 mimetypes.init() 206 mimetypes.init() 246 mimetypes.init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 194 /// Create an invalid iterator. Call init() to point to something useful. 197 /// init - Point the iterator to InitVal, decoding subsequent values from 200 void init(MCPhysReg InitVal, const MCPhysReg *DiffList) { in init() function in llvm::MCRegisterInfo::DiffListIterator 246 Iter.init(Reg, DiffList); in mc_difflist_iterator() 591 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SubRegs); 640 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SuperRegs); in MCSuperRegIterator() 685 init(Reg * Scale, MCRI->DiffLists + Offset); in MCRegUnitIterator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPerfHintAnalysis.cpp | 37 MemBoundThresh("amdgpu-membound-threshold", cl::init(50), cl::Hidden, 41 LimitWaveThresh("amdgpu-limit-wave-threshold", cl::init(50), cl::Hidden, 45 IAWeight("amdgpu-indirect-access-weight", cl::init(1000), cl::Hidden, 49 LSWeight("amdgpu-large-stride-weight", cl::init(1000), cl::Hidden, 53 LargeStrideThresh("amdgpu-large-stride-threshold", cl::init(64), cl::Hidden,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 76 cl::init(true)); 81 cl::init(false), cl::Hidden); 86 cl::init(true), cl::Hidden); 91 cl::init(true), cl::Hidden); 96 cl::init(true), cl::Hidden);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOMemOPSizeOpt.cpp | 65 cl::init(1000), 71 static cl::opt<bool> DisableMemOPOPT("disable-memop-opt", cl::init(false), 76 MemOPPercentThreshold("pgo-memop-percent-threshold", cl::init(40), 83 MemOPMaxVersion("pgo-memop-max-version", cl::init(3), cl::Hidden, 90 MemOPScaleCount("pgo-memop-scale-count", cl::init(true), cl::Hidden,
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uloc_keytype.cpp | 353 init() { in init() function 422 if (!init()) { in ulocimp_toBcpKey() 435 if (!init()) { in ulocimp_toLegacyKey() 455 if (!init()) { in ulocimp_toBcpType() 500 if (!init()) { in ulocimp_toLegacyType()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSizeTests.cpp | 58 void init (void); 96 void Texture2DSizeCase::init (void) in init() function in deqp::gles3::Functional::Texture2DSizeCase 178 void init (void); 223 void TextureCubeSizeCase::init (void) in init() function in deqp::gles3::Functional::TextureCubeSizeCase 343 void TextureSizeTests::init (void) in init() function in deqp::gles3::Functional::TextureSizeTests
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestCaseUtil.hpp | 51 void init (vk::SourceCollections&, Arg0) const {} in init() function 70 void initPrograms (vk::SourceCollections& dst) const { m_progs.init(dst, m_arg0); } in initPrograms() 98 void initPrograms (vk::SourceCollections& dst) const { m_progs.init(dst, m_arg0); } in initPrograms() 158 void init (vk::SourceCollections& dst, FunctionInstance0::Function) const { m_func(dst); } in init() function in vkt::FunctionPrograms0 227 void init (vk::SourceCollections& dst, const typename FunctionInstance1<Arg0>::Args& args) const { m_func(dst, args.arg0); } in init() function in vkt::FunctionPrograms1
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureSizeTests.cpp | 57 void init (void); 95 void Texture2DSizeCase::init (void) in init() function in deqp::gles2::Functional::Texture2DSizeCase 177 void init (void); 222 void TextureCubeSizeCase::init (void) in init() function in deqp::gles2::Functional::TextureCubeSizeCase 342 void TextureSizeTests::init (void) in init() function in deqp::gles2::Functional::TextureSizeTests
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/ |
H A D | lib.rs | 121 extern "C" fn init() { in init() functions 130 init
|
/foundation/communication/ipc/interfaces/innerkits/rust/tests/ |
H A D | skeleton.rs | 24 fn init() { in init() functions 47 init(); in context()
|
/third_party/ffmpeg/libavcodec/ |
H A D | gsmdec.c | 122 .init = gsm_init, 136 .init = gsm_init,
|