/external/rust/crates/proc-macro-hack/src/ |
D | quote.rs | 87 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/ |
D | extend.inl | 7 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/ |
D | collect.rs | 94 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/ |
D | NodeWithExtends.java | 45 default N setExtendedType(int i, ClassOrInterfaceType extend) { in setExtendedType() 51 default N addExtendedType(ClassOrInterfaceType extend) { in addExtendedType()
|
/external/rust/crates/criterion/src/stats/ |
D | tuple.rs | 32 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/ |
D | export.js | 30 exports.object = {extend: goog.object.extend}; property
|
/external/skia/modules/skparagraph/src/ |
D | TextWrapper.h | 65 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/ |
D | AlignedBox.h | 200 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/ |
D | utils.rs | 44 pub(crate) fn extend(a: Layout, b: Layout) -> (Layout, usize) { in extend() function
|
/external/llvm-project/llvm/lib/Support/ |
D | SuffixTree.cpp | 97 unsigned SuffixTree::extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend() function in SuffixTree
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.cc | 174 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() 258 Extend extend, in MemOperand()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_blk.c | 51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, in extend() function
|
/external/rust/crates/url/src/ |
D | path_segments.rs | 215 pub fn extend<I>(&mut self, segments: I) -> &mut Self in extend() method
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 102 APSInt extend(uint32_t width) const { in extend() function
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | Selection.java | 110 int direction, boolean extend) { in nextBound()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | APSInt.h | 102 APSInt extend(uint32_t width) const { in extend() function
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …;var Y=null;qx.Bootstrap.setDisplayNames(V.statics,name);if(V.members||V.extend){qx.Bootstrap.setD… property
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 85 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extend(uint32_t width) const { in extend() function
|
/external/rust/crates/futures-util/src/stream/ |
D | select_all.rs | 138 fn extend<T: IntoIterator<Item = St>>(&mut self, iter: T) { in extend() method
|
/external/rust/crates/ahash/src/ |
D | hash_set.rs | 254 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/ |
D | roots.rs | 77 fn extend<T>(v: &mut Vec<T>, start: T, end: T) in extend() function
|
/external/proguard/src/proguard/classfile/editor/ |
D | InstructionWriter.java | 74 public void extend(int codeLength) in extend() method in InstructionWriter
|
/external/python/cpython2/Lib/distutils/ |
D | filelist.py | 55 def extend(self, items): member in FileList
|
/external/python/cpython3/Lib/distutils/ |
D | filelist.py | 54 def extend(self, items): member in FileList
|
/external/swiftshader/src/Vulkan/Debug/ |
D | Variable.hpp | 198 void VariableContainer::extend(const std::shared_ptr<Variables> &base) in extend() function in vk::dbg::VariableContainer
|