/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | plurrule.cpp | 1616 init(n, v, f, e, c); in FixedDecimal() 1620 init(n, v, f, e); in FixedDecimal() 1637 init(n, v, f); in FixedDecimal() 1642 init(n, v, getFractionalDigits(n, v)); in FixedDecimal() 1646 init(n); in FixedDecimal() 1650 init(0, 0, 0); in FixedDecimal() 1691 init(0, 0, 0); in FixedDecimal() 1698 init(n, 0, 0, parsedExponent); in FixedDecimal() 1702 init(n, v, getFractionalDigits(n, v), parsedExponent); in FixedDecimal() 1727 void FixedDecimal::init(doubl [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureFormatTests.cpp | 92 void init (void); 143 void Texture2DFormatCase::init (void) in init() function in deqp::gles3::Functional::Texture2DFormatCase 253 void init (void); 313 void TextureCubeFormatCase::init (void) in init() function in deqp::gles3::Functional::TextureCubeFormatCase 453 void init (void); 513 void Texture2DArrayFormatCase::init (void) in init() function in deqp::gles3::Functional::Texture2DArrayFormatCase 610 void init (void); 670 void Texture3DFormatCase::init (void) in init() function in deqp::gles3::Functional::Texture3DFormatCase 775 void init (void); 822 void Compressed2DFormatCase::init (voi function in deqp::gles3::Functional::Compressed2DFormatCase 965 void CompressedCubeFormatCase::init (void) init() function in deqp::gles3::Functional::CompressedCubeFormatCase 1100 void Texture2DFileCase::init (void) init() function in deqp::gles3::Functional::Texture2DFileCase 1207 void TextureCubeFileCase::init (void) init() function in deqp::gles3::Functional::TextureCubeFileCase 1305 void TextureFormatTests::init (void) init() function in deqp::gles3::Functional::TextureFormatTests [all...] |
H A D | es3fIndexedStateQueryTests.cpp | 547 void init (void); 560 void EnableBlendCase::init (void) in init() function in deqp::gles3::Functional::__anon30567::EnableBlendCase 631 void init (void); 644 void ColorMaskCase::init (void) in init() function in deqp::gles3::Functional::__anon30567::ColorMaskCase 704 void init (void); 717 void BlendFuncCase::init (void) in init() function in deqp::gles3::Functional::__anon30567::BlendFuncCase 896 void init (void); 909 void BlendEquationCase::init (void) in init() function in deqp::gles3::Functional::__anon30567::BlendEquationCase 1027 void init (void); 1040 void BlendEquationAdvancedCase::init (voi function in deqp::gles3::Functional::__anon30567::BlendEquationAdvancedCase 1148 void IndexedStateQueryTests::init (void) init() function in deqp::gles3::Functional::IndexedStateQueryTests [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateAST.cpp | 862 TIntermBinary *init = sequence[1]->getAsBinaryNode(); in visitDeclaration() local 863 ASSERT(init && init->getOp() == EOpInitialize); in visitDeclaration() 864 symbol = init->getLeft()->getAsSymbolNode(); in visitDeclaration() 884 TIntermBinary *init = instance->getAsBinaryNode(); in visitDeclaration() local 885 ASSERT(init && init->getOp() == EOpInitialize); in visitDeclaration() 886 symbol = init->getLeft()->getAsSymbolNode(); in visitDeclaration()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderStructTests.cpp | 60 void init(void); 92 void ShaderStructCase::init(void) in init() function in deqp::ShaderStructCase 108 ShaderRenderCase::init(); in init() 195 virtual void init(void); 201 void LocalStructTests::init(void) in init() function in deqp::LocalStructTests 1136 virtual void init(void); 1199 void UniformStructTests::init(void) in init() function in deqp::UniformStructTests 1830 void ShaderStructTests::init(void) in init() function in deqp::ShaderStructTests
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 61 cl::init(false), 67 cl::init(true), 73 cl::init(true), 79 cl::init(false), 94 "mips-compact-branches", cl::Optional, cl::init(CB_Optimal), 113 void init(const MachineInstr &MI); 348 void RegDefsUses::init(const MachineInstr &MI) { in init() function in RegDefsUses 781 RegDU.init(Slot); in searchBackward()
|
/third_party/rust/crates/nom/src/multi/ |
H A D | mod.rs | 661 /// * `init` A function returning the initial value. 691 mut init: H, in fold_many0() 702 let mut res = init(); in fold_many0() 736 /// * `init` A function returning the initial value. 767 mut init: H, in fold_many1() 779 let init = init(); in fold_many1() 784 let mut acc = g(init, o1); in fold_many1() 822 /// * `init` A function returning the initial value. 858 mut init in fold_many_m_n() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 80 "import-instr-limit", cl::init(100), cl::Hidden, cl::value_desc("N"), 84 "import-cutoff", cl::init(-1), cl::Hidden, cl::value_desc("N"), 88 ImportInstrFactor("import-instr-evolution-factor", cl::init(0.7), 95 "import-hot-evolution-factor", cl::init(1.0), cl::Hidden, 102 "import-hot-multiplier", cl::init(10.0), cl::Hidden, cl::value_desc("x"), 106 "import-critical-multiplier", cl::init(100.0), cl::Hidden, 113 "import-cold-multiplier", cl::init(0), cl::Hidden, cl::value_desc("N"), 116 static cl::opt<bool> PrintImports("print-imports", cl::init(false), cl::Hidden, 120 "print-import-failures", cl::init(false), cl::Hidden, 123 static cl::opt<bool> ComputeDead("compute-dead", cl::init(tru [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | f_select.c | 176 static av_cold int init(AVFilterContext *ctx) in init() function 454 if ((ret = init(ctx)) < 0) in aselect_init() 477 .init = aselect_init, 514 if ((ret = init(ctx)) < 0) in select_init() 532 .init = select_init,
|
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,
|