Home
last modified time | relevance | path

Searched defs:extend (Results 51 - 75 of 90) sorted by relevance

1234

/third_party/rust/crates/bitflags/src/
H A Dlib.rs809 fn extend<T: $crate::_core::iter::IntoIterator<Item=Self>>(&mut self, iterator: T) { in extend() functions
/third_party/python/Lib/collections/
H A D__init__.py1318 def extend(self, other): member in UserList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp355 unsigned extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend() function in __anon24056::SuffixTree
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py376 def extend(self, **attributes): member in Environment
/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp610 auto extend = SkPDFMakeArray(); in make_function_shader() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-gvar-table.hh55 void extend (const hb_array_t<contour_point_t> &a) in extend() function
H A Dhb-ot-color-colr-table.hh298 Extend extend; member
/third_party/python/Lib/
H A D_collections_abc.py1094 def extend(self, values): member in MutableSequence
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1510 unsigned extend = fieldFromInstruction(insn, 10, 6); in DecodeAddSubERegInstruction() local
[all...]
/third_party/python/Lib/xml/etree/
H A DElementTree.py247 def extend(self, elements): member in Element
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs223 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, stream: I) { in extend() functions
237 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() functions
H A Dfallback.rs273 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, tokens: I) { in extend() functions
282 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() functions
H A Dlib.rs273 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, streams: I) { in extend() functions
279 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() functions
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs596 fn extend<T>(&mut self, iter: T) in extend() functions
/third_party/ffmpeg/libavcodec/
H A Dac3dec.c1726 int extend = 0; in ac3_decode_frame() local
/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c1207 static int hdcd_analyze(int32_t *samples, int count, int stride, int gain, int target_gain, int extend, int mode, int cdt_active, int tg_mismatch) in hdcd_analyze() argument
1267 static int hdcd_envelope(int32_t *samples, int count, int stride, int vbits, int gain, int target_gain, int extend) in hdcd_envelope() argument
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon3198::MixedBlocks
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon11850::MixedBlocks
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h256 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() argument
354 Extend Operand::extend() const { in extend() function in v8::internal::Operand
384 MemOperand::MemOperand(Register base, Register regoffset, Extend extend, in MemOperand() argument
968 ExtendMode(Extend extend) ExtendMode() argument
[all...]
/third_party/rust/crates/either/src/
H A Dlib.rs925 fn extend<T>(&mut self, iter: T) in extend() functions
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h698 void extend(T value) in extend() function in gl::Range
/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp97 bool SkCoincidentSpans::extend(const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, in extend() function in SkCoincidentSpans
191 bool SkOpCoincidence::extend(const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, in extend() function in SkOpCoincidence
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcolor.h662 FT_PaintExtend extend; member
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon21079::MixedBlocks
[all...]
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs446 fn extend<I: IntoIterator<Item = T>>(&mut self, i: I) { in extend() functions
465 fn extend<I: IntoIterator<Item = Pair<T, P>>>(&mut self, i: I) { in extend() functions

Completed in 65 milliseconds

1234