| /third_party/skia/third_party/externals/spirv-tools/test/ |
| H A D | test_fixture.h | 55 SpirvVector Subvector(const SpirvVector& v, SpirvVector::size_type from) { in Subvector() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cfg.cpp | 217 void CFG::add_branch(uint32_t from, uint32_t to) in add_branch() argument 278 node_terminates_control_flow_in_sub_graph(BlockID from, BlockID to) const node_terminates_control_flow_in_sub_graph() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | test_fixture.h | 55 SpirvVector Subvector(const SpirvVector& v, SpirvVector::size_type from) { in Subvector() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | double-conversion-utils.h | 225 Vector<T> SubVector(int from, int to) { in SubVector() argument [all...] |
| /third_party/python/Modules/_decimal/libmpdec/ |
| H A D | transpose.c | 181 mpd_uint_t *to, *from; in squaretrans_pow2() local [all...] |
| /third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
| H A D | chunkcopy.h | 82 chunkcopy_core( unsigned char FAR* out, const unsigned char FAR* from, unsigned len) chunkcopy_core() argument 107 chunkcopy_core_safe( unsigned char FAR* out, const unsigned char FAR* from, unsigned len, unsigned char FAR* limit) chunkcopy_core_safe() argument 156 const unsigned char FAR* from = out - *dist; chunkunroll_relaxed() local 341 chunkcopy_relaxed( unsigned char FAR* Z_RESTRICT out, const unsigned char FAR* Z_RESTRICT from, unsigned len) chunkcopy_relaxed() argument 365 chunkcopy_safe( unsigned char FAR* out, const unsigned char FAR* Z_RESTRICT from, unsigned len, unsigned char FAR* limit) chunkcopy_safe() argument [all...] |
| /third_party/skia/third_party/externals/zlib/ |
| H A D | infback.c | 264 unsigned char FAR *from; /* wher local [all...] |
| /third_party/toybox/scripts/ |
| H A D | mkflags.c | 141 void octane(char *from) in octane() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | arping.c | 131 static void recv_from(struct sockaddr_ll *from, int *recv_len) in recv_from() argument 203 struct sockaddr_ll from; in arping_main() local [all...] |
| /third_party/vixl/src/aarch32/ |
| H A D | location-aarch32.cc | 49 int32_t from = reference.GetLocation(); in ResolveReferences() local 91 int32_t from in AddForwardRef() local 59 EncodeLocationFor(internal::AssemblerBase* assembler, int32_t from, const Location::EmitOperator* encoder) EncodeLocationFor() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | duration.pb.h | 81 inline Duration& operator=(const Duration& from) { in operator =() argument 87 if (this != &from) InternalSwap(&from); variable 89 CopyFrom(from); variable [all...] |
| H A D | field_mask.pb.h | 81 inline FieldMask& operator=(const FieldMask& from) { in operator =() argument 87 if (this != &from) InternalSwap(&from); variable 89 CopyFrom(from); variable [all...] |
| H A D | inlined_string_field.h | 227 inline void InlinedStringField::Swap(InlinedStringField* from) { in Swap() argument 167 AssignWithDefault( const std::string* , const InlinedStringField& from) AssignWithDefault() argument
|
| H A D | source_context.pb.h | 81 inline SourceContext& operator=(const SourceContext& from) { in operator =() argument 87 if (this != &from) InternalSwap(&from); variable 89 CopyFrom(from); variable [all...] |
| H A D | timestamp.pb.h | 81 inline Timestamp& operator=(const Timestamp& from) { in operator =() argument 87 if (this != &from) InternalSwap(&from); variable 89 CopyFrom(from); variable [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | LazyStringArrayList.java | 87 public LazyStringArrayList(LazyStringList from) { in LazyStringArrayList() argument 92 public LazyStringArrayList(List<String> from) { in LazyStringArrayList() argument
|
| /third_party/protobuf/php/tests/ |
| H A D | WellKnownTest.php | 315 $from = new DateTime('2011-01-01T15:03:01.012345UTC'); variable
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | utf8.c | 189 static char* iconv_simple(const char *str, const char *to, const char *from) { in iconv_simple() argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | database-tdb.c | 40 static inline TDB_DATA* datum_to_tdb(TDB_DATA *to, const pa_datum *from) { in datum_to_tdb() argument 50 static inline pa_datum* datum_from_tdb(pa_datum *to, const TDB_DATA *from) { in datum_from_tdb() argument
|
| /third_party/rust/crates/clap/src/parser/matches/ |
| H A D | any_value.rs | 98 fn from(_: &'a A) -> Self { in from() functions
|
| /third_party/rust/crates/io-lifetimes/examples/ |
| H A D | owning-wrapper.rs | 58 fn from(owned: Thing) -> Self { in from() functions 75 fn from(filelike: OwnedFd) -> Self { in from() functions 100 fn from(owned: Thing) -> Self { in from() functions 117 fn from(filelike: OwnedHandle) -> Self { in from() functions
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | layout_test.cc | 40 size_t Distance(const void* from, const void* to) { in Distance() argument 1378 size_t from; member
|
| /third_party/rust/crates/nom/src/combinator/ |
| H A D | tests.rs | 94 fn from(_: u32) -> Self { in from() functions
|
| /third_party/rust/crates/serde/test_suite/tests/ |
| H A D | test_remote.rs | 221 fn from(def: PrimitivePrivDef) -> Self { in from() functions 227 fn from(def: NewtypePrivDef) -> Self { in from() functions 233 fn from(def: TuplePrivDef) -> Self { in from() functions 239 fn from(def: StructPrivDef) -> Self { in from() functions 245 fn from(def: StructGenericWithGetterDef<T>) -> Self { in from() functions
|
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| H A D | error.rs | 92 fn from(e: ErrorStack) -> Error { in from() functions 182 fn from(e: ErrorStack) -> HandshakeError<S> { in from() functions
|