Home
last modified time | relevance | path

Searched defs:Other (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/external/rust/android-crates-io/crates/icu_locale_core/src/extensions/other/
Dmod.rs58 pub struct Other { struct
64 impl Other { argument
204 impl FromStr for Other { implementation
215 impl writeable::Writeable for Other { implementation
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DErrorOr.h93 ErrorOr(const ErrorOr &Other) { in ErrorOr()
111 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
171 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
194 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
203 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
216 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
DMSVCErrorWorkarounds.h31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} in MSVCPError() function
50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} in MSVCPExpected() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h94 ErrorOr(const ErrorOr &Other) { in ErrorOr()
114 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
177 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
200 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
209 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
222 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
DMSVCErrorWorkarounds.h31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} in MSVCPError() function
50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} in MSVCPExpected() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h104 ErrorOr(const ErrorOr &Other) { in ErrorOr()
124 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
187 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
210 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
219 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
232 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
/external/llvm/include/llvm/Support/
DErrorOr.h104 ErrorOr(const ErrorOr &Other) { in ErrorOr()
124 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
187 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct()
210 void copyAssign(const ErrorOr<OtherT> &Other) { in copyAssign()
219 void moveConstruct(ErrorOr<OtherT> &&Other) { in moveConstruct()
232 void moveAssign(ErrorOr<OtherT> &&Other) { in moveAssign()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/
DCHANGELOG.md11 ### Other subsection
35 ### Other subsection
71 ### Other subsection
127 ### Other subsection
165 ### Other subsection
213 ### Other subsection
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/
DCHANGELOG.md11 ### Other subsection
35 ### Other subsection
71 ### Other subsection
127 ### Other subsection
165 ### Other subsection
213 ### Other subsection
/external/pytorch/torchgen/_autoheuristic/
DREADME.md81 ## Other section in AutoHeuristic
83 ### How do I specify features that the heuristic is going to use to make a decision?
116 ### Where has AutoHeuristic already been used?
/external/coreboot/Documentation/releases/
Dcoreboot-4.4-relnotes.md84 Other section in coreboot 4.4 release notes
86 ### Added 4 payloads
93 ### Added 6 utilities
/external/rust/cxx/tests/ui/
Dderive_noncopy.rs8 struct Other { struct
9 x: usize,
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/tests/ui/
Dderive_noncopy.rs8 struct Other { struct
9 x: usize,
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/tests/ui/
Dderive_noncopy.rs8 struct Other { struct
9 x: usize,
/external/llvm/docs/
DBranchWeightMetadata.rst67 Other section in Supported Instructions
72 .. _\__builtin_expect:
/external/llvm/unittests/ADT/
DSparseBitVectorTest.cpp37 SparseBitVector<> Vec, Other; in TEST() local
67 SparseBitVector<> Vec, Other; in TEST() local
/external/rust/android-crates-io/crates/libm/
DCHANGELOG.md17 ### Other subsection
26 ### Other subsection
43 ### Other subsection
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/
DCHANGELOG.md107 ### Other subsection
148 ### Other subsection
226 ### Other subsection
371 ### Other subsection
485 ### Other subsection
520 ### Other subsection
631 ### Other subsection
939 ### Other subsection
1100 ### Other subsection
1209 ### Other subsection
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/
DCHANGELOG.md107 ### Other subsection
148 ### Other subsection
226 ### Other subsection
371 ### Other subsection
485 ### Other subsection
520 ### Other subsection
631 ### Other subsection
939 ### Other subsection
1100 ### Other subsection
1209 ### Other subsection
[all …]
/external/rust/android-crates-io/crates/flate2/
DCHANGELOG.md107 ### Other subsection
148 ### Other subsection
226 ### Other subsection
371 ### Other subsection
485 ### Other subsection
520 ### Other subsection
631 ### Other subsection
939 ### Other subsection
1100 ### Other subsection
1209 ### Other subsection
[all …]
/external/rust/android-crates-io/crates/libc/
DCHANGELOG.md52 ### Other subsection
90 ### Other subsection
138 ### Other subsection
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAny.h65 Any(const Any &Other) in Any()
93 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() function
95 Any &swap(Any &Other) { in swap()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h100 virtual bool equals(const Expression &Other) const { return true; } in equals()
104 virtual bool exactlyEquals(const Expression &Other) const { in exactlyEquals()
213 bool equals(const Expression &Other) const override { in equals()
284 bool equals(const Expression &Other) const override { in equals()
356 bool exactlyEquals(const Expression &Other) const override { in exactlyEquals()
396 bool exactlyEquals(const Expression &Other) const override { in exactlyEquals()
456 bool equals(const Expression &Other) const override { in equals()
518 bool equals(const Expression &Other) const override { in equals()
566 bool equals(const Expression &Other) const override { in equals()
603 bool equals(const Expression &Other) const override { in equals()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h100 virtual bool equals(const Expression &Other) const { return true; } in equals()
104 virtual bool exactlyEquals(const Expression &Other) const { in exactlyEquals()
213 bool equals(const Expression &Other) const override { in equals()
289 bool equals(const Expression &Other) const override { in equals()
354 bool exactlyEquals(const Expression &Other) const override { in exactlyEquals()
394 bool exactlyEquals(const Expression &Other) const override { in exactlyEquals()
454 bool equals(const Expression &Other) const override { in equals()
521 bool equals(const Expression &Other) const override { in equals()
569 bool equals(const Expression &Other) const override { in equals()
606 bool equals(const Expression &Other) const override { in equals()
[all …]
/external/clang/test/Index/
Dcomplete-ivar-access.m1 @interface Other { interface
42 - (void)method:(Sub *)sub with:(Other *)other {

12345678910>>...22