Home
last modified time | relevance | path

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

123456789

/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
221 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/cronet/third_party/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/sg3_utils/src/
Dsg_sat_set_features.c112 int cdb_len, bool ck_cond, bool extend, int verbose) in do_set_features()
306 bool extend = false; in main() local
Dsg_sat_identify.c119 bool extend, bool do_ident, int do_hex, bool do_raw, in do_identify_dev()
399 bool extend = false; /* set to true to send 48 bit LBA with command */ in main() local
Dsg_sat_phy_event.c161 bool ck_cond, bool extend, int do_hex, bool do_raw, in do_read_log_ext()
373 bool extend = false; in main() local
/external/rust/crates/proc-macro2/src/
Drcvec.rs78 pub fn extend(&mut self, iter: impl IntoIterator<Item = T>) { in extend() method
100 pub fn extend(&mut self, iter: impl IntoIterator<Item = T>) { in extend() method
/external/rust/crates/xml-rs/src/
Dnamespace.rs424 fn extend<T>(&mut self, iterable: T) where T: IntoIterator<Item=UriMapping<'a>> { in extend() method
432 fn extend<T>(&mut self, iterable: T) where T: IntoIterator<Item=UriMapping<'a>> { in extend() method
480 fn extend<T>(&mut self, iterable: T) where T: IntoIterator<Item=UriMapping<'b>> { in extend() method
Descape.rs66 fn extend<I: IntoIterator<Item=(usize, Value)>>(&mut self, it: I) { in extend() method
/external/golang-protobuf/proto/
Ddecode_test.go153 func extend(desc protoreflect.ExtensionType, value interface{}) buildOpt { func
/external/sg3_utils/examples/
Dsg_sat_chk_power.c111 int extend = 0; in main() local
Dsg_sat_smart_rd_data.c74 int extend = 0; in main() local
Dsg__sat_identify.c95 int extend = 0; in main() local
Dsg__sat_set_features.c114 int extend = 0; in main() local
/external/vixl/src/aarch64/
Doperands-aarch64.cc174 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand()
258 Extend extend, in MemOperand()
/external/rust/crates/url/src/
Dpath_segments.rs215 pub fn extend<I>(&mut self, segments: I) -> &mut Self in extend() method
/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/pigweed/pw_transfer/java/main/dev/pigweed/pw_transfer/
DReadTransfer.java189 private VersionedChunk prepareTransferParameters(boolean extend) { in prepareTransferParameters()
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h236 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const MatrixBase<Derived>& p) in extend() function
246 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const AlignedBox& b) in extend() function
/external/cronet/testing/merge_scripts/
Dresults_merger_test.py145 def extend(initial, add): function
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java110 int direction, boolean extend) { in nextBound()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h102 APSInt extend(uint32_t width) const { in extend() function

123456789