Home
last modified time | relevance | path

Searched defs:Elem (Results 1 – 25 of 77) sorted by relevance

1234

/external/skia/src/xml/
DSkXMLWriter.h42 struct Elem { struct
43 Elem(const char name[], size_t len) in Elem() argument
52 void doEnd(Elem* elem); argument
/external/rust/crates/ring/src/ec/curve25519/
Dops.rs29 pub struct Elem<E: Encoding> { struct
40 impl<E: Encoding> Elem<E> { implementation
49 impl Elem<T> { implementation
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dbuffer_sequence_adapter.hpp235 const boost::array<Elem, 2>& buffer_sequence) in buffer_sequence_adapter()
258 static bool all_empty(const boost::array<Elem, 2>& buffer_sequence) in all_empty()
264 static void validate(const boost::array<Elem, 2>& buffer_sequence) in validate()
270 static Buffer first(const boost::array<Elem, 2>& buffer_sequence) in first()
288 const std::array<Elem, 2>& buffer_sequence) in buffer_sequence_adapter()
311 static bool all_empty(const std::array<Elem, 2>& buffer_sequence) in all_empty()
317 static void validate(const std::array<Elem, 2>& buffer_sequence) in validate()
323 static Buffer first(const std::array<Elem, 2>& buffer_sequence) in first()
/external/rust/crates/ring/src/ec/suite_b/ops/
Delem.rs24 pub struct Elem<M, E: Encoding> { struct
36 impl<M, E: Encoding> Elem<M, E> { implementation
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.h145 struct Elem { struct
149 ShapeTree<Elem> tree_; argument
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DRunQueue.h166 struct Elem { struct
185 Elem array_[kSize]; argument
/external/llvm/lib/IR/
DLLVMContextImpl.cpp110 FoldingSetIterator<AttributeImpl> Elem = I++; in ~LLVMContextImpl() local
117 FoldingSetIterator<AttributeSetImpl> Elem = I++; in ~LLVMContextImpl() local
124 FoldingSetIterator<AttributeSetNode> Elem = I++; in ~LLVMContextImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp109 FoldingSetIterator<AttributeImpl> Elem = I++; in ~LLVMContextImpl() local
117 FoldingSetIterator<AttributeListImpl> Elem = I++; in ~LLVMContextImpl() local
124 FoldingSetIterator<AttributeSetNode> Elem = I++; in ~LLVMContextImpl() local
/external/rust/crates/crossbeam-epoch/src/
Dcollector.rs289 struct Elem(i32); in count_drops() struct
291 impl Drop for Elem { in count_drops() implementation
353 struct Elem(i32); in drop_array() struct
355 impl Drop for Elem { in drop_array() implementation
432 struct Elem(i32); in stress() struct
434 impl Drop for Elem { in stress() implementation
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h52 #define REGISTER_SET_WITH_PROGRAMSTATE(Name, Elem) \ argument
66 #define REGISTER_LIST_WITH_PROGRAMSTATE(Name, Elem) \ argument
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dset.h65 typedef std::pair<std::string, re2::Regexp*> Elem; typedef
/external/rust/crates/crossbeam-deque/tests/
Dlifo.rs265 struct Elem(usize, Arc<Mutex<Vec<usize>>>); in destructors() struct
267 impl Drop for Elem { in destructors() implementation
Dfifo.rs265 struct Elem(usize, Arc<Mutex<Vec<usize>>>); in destructors() struct
267 impl Drop for Elem { in destructors() implementation
Dinjector.rs276 struct Elem(usize, Arc<Mutex<Vec<usize>>>); in destructors() struct
278 impl Drop for Elem { in destructors() implementation
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs378 pub struct Elem<M, E = Unencoded> { struct
388 impl<M, E> Clone for Elem<M, E> { implementation
397 impl<M, E> Elem<M, E> { impl
404 impl<M, E: ReductionEncoding> Elem<M, E> { impl
423 impl<M> Elem<M, R> { impl
430 impl<M> Elem<M, Unencoded> { implementation
/external/clang/lib/AST/
DStmtObjC.cpp21 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h170 void push_back(const T &Elem) { in push_back()
314 void push_back(const T &Elem) { in push_back()
/external/rust/crates/ring/crypto/fipsmodule/ec/
Dgfp_p256.c22 typedef Limb Elem[P256_LIMBS]; typedef
/external/parameter-framework/asio-1.10.6/include/asio/local/
Dbasic_endpoint.hpp207 std::basic_ostream<Elem, Traits>& operator<<( in operator <<()
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dread.hpp237 read_op(AsyncReadStream& stream, const boost::array<Elem, 2>& buffers, in read_op()
319 read_op(AsyncReadStream& stream, const std::array<Elem, 2>& buffers, in read_op()
Dwrite.hpp310 write_op(AsyncWriteStream& stream, const boost::array<Elem, 2>& buffers, in write_op()
392 write_op(AsyncWriteStream& stream, const std::array<Elem, 2>& buffers, in write_op()
/external/llvm/lib/Analysis/
DStratifiedSets.h104 Optional<StratifiedInfo> find(const T &Elem) const { in find()
353 bool has(const T &Elem) const { return get(Elem).hasValue(); } in has()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStratifiedSets.h94 Optional<StratifiedInfo> find(const T &Elem) const { in find()
343 bool has(const T &Elem) const { return get(Elem).hasValue(); } in has()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp472 for (unsigned Elem = 0; Elem < NumElems; ++Elem) in splitUnary() local
494 for (unsigned Elem = 0; Elem < NumElems; ++Elem) in splitBinary() local
554 for (unsigned Elem = 0; Elem < NumElems; ++Elem) { in splitCall() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp115 if (auto Elem = findElementDirectlyInitializedByCurrentConstructor()) { in getRegionForConstructedObject() local
161 static bool canHaveDirectConstructor(CFGElement Elem){ in canHaveDirectConstructor()

1234