Home
last modified time | relevance | path

Searched defs:extend (Results 1 – 25 of 166) sorted by relevance

1234567

/external/rust/crates/proc-macro-hack/src/
Dquote.rs87 fn extend(tokens: &mut TokenStream, var: &Self); in extend() method
91 fn extend(tokens: &mut TokenStream, var: &Self) { in extend() method
97 fn extend(tokens: &mut TokenStream, var: &Self) { in extend() method
103 fn extend(tokens: &mut TokenStream, var: &Self) { in extend() method
111 fn extend(tokens: &mut TokenStream, var: &Self) { in extend() method
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dextend.inl7 GLM_FUNC_QUALIFIER genType extend function
18 GLM_FUNC_QUALIFIER tvec2<T, P> extend function
29 GLM_FUNC_QUALIFIER tvec3<T, P> extend function
40 GLM_FUNC_QUALIFIER tvec4<T, P> extend function
/external/rust/crates/tokio-stream/src/stream_ext/
Dcollect.rs94 fn extend(_: sealed::Internal, _collection: &mut (), _item: ()) -> bool { in extend() method
110 fn extend(_: sealed::Internal, collection: &mut String, item: T) -> bool { in extend() method
129 fn extend(_: sealed::Internal, collection: &mut Vec<T>, item: T) -> bool { in extend() method
148 fn extend(_: sealed::Internal, collection: &mut Vec<T>, item: T) -> bool { in extend() method
174 fn extend( in extend() function
225 fn extend(internal: Internal, collection: &mut Self::InternalCollection, item: T) -> bool; in extend() method
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithExtends.java45 default N setExtendedType(int i, ClassOrInterfaceType extend) { in setExtendedType()
51 default N addExtendedType(ClassOrInterfaceType extend) { in addExtendedType()
/external/rust/crates/criterion/src/stats/
Dtuple.rs32 fn extend(&mut self, other: &mut Self); in extend() method
66 fn extend(&mut self, other: &mut (Vec<A>,)) { in extend() function
107 fn extend(&mut self, other: &mut (Vec<A>, Vec<B>)) { in extend() function
160 fn extend(&mut self, other: &mut (Vec<A>, Vec<B>, Vec<C>)) { in extend() function
231 fn extend(&mut self, other: &mut (Vec<A>, Vec<B>, Vec<C>, Vec<D>)) { in extend() function
/external/protobuf/js/commonjs/
Dexport.js30 exports.object = {extend: goog.object.extend}; property
/external/skia/modules/skparagraph/src/
DTextWrapper.h65 void extend(TextStretch& stretch) { in extend() function
77 void extend(Cluster* cluster) { in extend() function
91 void extend(Cluster* cluster, size_t pos) { in extend() function
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h200 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const MatrixBase<Derived>& p) in extend() function
210 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const AlignedBox& b) in extend() function
/external/rust/crates/async-task/src/
Dutils.rs44 pub(crate) fn extend(a: Layout, b: Layout) -> (Layout, usize) { in extend() function
/external/llvm-project/llvm/lib/Support/
DSuffixTree.cpp97 unsigned SuffixTree::extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend() function in SuffixTree
/external/vixl/src/aarch64/
Doperands-aarch64.cc174 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand()
258 Extend extend, in MemOperand()
/external/llvm-project/polly/lib/External/isl/
Disl_blk.c51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, in extend() function
/external/rust/crates/url/src/
Dpath_segments.rs215 pub fn extend<I>(&mut self, segments: I) -> &mut Self in extend() method
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h102 APSInt extend(uint32_t width) const { in extend() function
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java110 int direction, boolean extend) { in nextBound()
/external/llvm-project/llvm/include/llvm/ADT/
DAPSInt.h102 APSInt extend(uint32_t width) const { in extend() function
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175 …;var Y=null;qx.Bootstrap.setDisplayNames(V.statics,name);if(V.members||V.extend){qx.Bootstrap.setD… property
/external/llvm/include/llvm/ADT/
DAPSInt.h85 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extend(uint32_t width) const { in extend() function
/external/rust/crates/futures-util/src/stream/
Dselect_all.rs138 fn extend<T: IntoIterator<Item = St>>(&mut self, iter: T) { in extend() method
/external/rust/crates/ahash/src/
Dhash_set.rs254 fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I) { in extend() function
265 fn extend<I: IntoIterator<Item = &'a T>>(&mut self, iter: I) { in extend() function
/external/rust/crates/num-integer/tests/
Droots.rs77 fn extend<T>(v: &mut Vec<T>, start: T, end: T) in extend() function
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java74 public void extend(int codeLength) in extend() method in InstructionWriter
/external/python/cpython2/Lib/distutils/
Dfilelist.py55 def extend(self, items): member in FileList
/external/python/cpython3/Lib/distutils/
Dfilelist.py54 def extend(self, items): member in FileList
/external/swiftshader/src/Vulkan/Debug/
DVariable.hpp198 void VariableContainer::extend(const std::shared_ptr<Variables> &base) in extend() function in vk::dbg::VariableContainer

1234567