| /third_party/skia/third_party/externals/libpng/ |
| H A D | png.c | 1070 png_colorspace_check_gamma(png_const_structrp png_ptr, png_colorspacerp colorspace, png_fixed_point gAMA, int from) png_colorspace_check_gamma() argument [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkOpSegment.cpp | 160 bool from = maxWinding != 0; in activeWinding() local [all...] |
| /third_party/openssl/apps/ |
| H A D | list.c | 69 legacy_cipher_fn(const EVP_CIPHER *c, const char *from, const char *to, void *arg) legacy_cipher_fn() argument 158 legacy_md_fn(const EVP_MD *m, const char *from, const char *to, void *arg) legacy_md_fn() argument
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver_validation.cc | 1352 auto* from = TypeOf(cast->expr)->UnwrapRef(); in ValidateBitcast() local 135 TraverseCallChain(diag::List& diagnostics, const sem::Function* from, const sem::Function* to, CALLBACK&& callback) TraverseCallChain() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucnv.cpp | 2526 UConverter *algoConverter, *to, *from; ucnv_convertAlgorithmic() local [all...] |
| /third_party/toybox/lib/ |
| H A D | lib.c | 450 char *from = "\\abefnrtv", *to = "\\\a\b\033\f\n\r\t\v"; in unescape() local
|
| /third_party/skia/third_party/externals/expat/expat/lib/ |
| H A D | xmltok.c | 329 _INTERNAL_trim_to_complete_utf8_characters(const char *from, in _INTERNAL_trim_to_complete_utf8_characters() argument 411 const char *from = *fromP; in utf8_toUtf16() local [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | plugin.pb.h | 127 inline Version& operator=(const Version& from) { in operator =() argument 133 if (this != &from) InternalSwap(&from); variable 135 CopyFrom(from); variable 328 operator =(const CodeGeneratorRequest& from) operator =() argument 334 if (this != &from) InternalSwap(&from); global() variable 336 CopyFrom(from); global() variable 550 operator =(const CodeGeneratorResponse_File& from) operator =() argument 556 if (this != &from) InternalSwap(&from); global() variable 558 CopyFrom(from); global() variable 750 operator =(const CodeGeneratorResponse& from) operator =() argument 756 if (this != &from) InternalSwap(&from); global() variable 758 CopyFrom(from); global() variable [all...] |
| /third_party/python/Modules/ |
| H A D | gcmodule.c | 298 gc_list_merge(PyGC_Head *from, PyGC_Head *to) gc_list_merge() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | GeneratedMessageLite.java | 1134 public MessageLite.Builder internalMergeFrom(MessageLite.Builder to, MessageLite from) { in internalMergeFrom() argument [all...] |
| H A D | Descriptors.java | 1628 public MessageLite.Builder internalMergeFrom(MessageLite.Builder to, MessageLite from) { in internalMergeFrom() argument
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | descriptor.cc | 192 Reparse( PyMessageFactory* message_factory, const Message& from, Message* to) Reparse() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_message.cc | 496 OnStartChunk(int chunk, int cached_has_word_index, const std::string& from, io::Printer* printer) OnStartChunk() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | repeated_field.h | 842 Merge(const GenericType& from, GenericType* to) Merge() argument 910 Merge(const std::string& from, std::string* to) Merge() argument 1618 MoveArray(Element* to, Element* from, int array_size) MoveArray() argument 1624 CopyArray(Element* to, const Element* from, int array_size) CopyArray() argument 1632 operator ()(Element* to, const Element* from, int array_size) operator ()() argument [all...] |
| H A D | type.pb.h | 194 inline Type& operator=(const Type& from) { in operator =() argument 200 if (this != &from) InternalSwap(&from); variable 202 CopyFrom(from); variable 435 operator =(const Field& from) operator =() argument 441 if (this != &from) InternalSwap(&from); global() variable 443 CopyFrom(from); global() variable 806 operator =(const Enum& from) operator =() argument 812 if (this != &from) InternalSwap(&from); global() variable 814 CopyFrom(from); global() variable 1021 operator =(const EnumValue& from) operator =() argument 1027 if (this != &from) InternalSwap(&from); global() variable 1029 CopyFrom(from); global() variable 1196 operator =(const Option& from) operator =() argument 1202 if (this != &from) InternalSwap(&from); global() variable 1204 CopyFrom(from); global() variable [all...] |
| /third_party/python/Lib/test/test_import/ |
| H A D | __init__.py | 97 self.assertRegex(str(cm.exception), r"cannot import name 'i_dont_exist' from 'os' \\(.*os.py\\)") global() namespace 109 r"cannot import name 'i_dont_exist' from '_testcapi' \\(.*\\.(so|pyd)\\)" global() namespace 186 self.fail("import from %s failed: %s" % (ext, err)) global() namespace 759 self.fail("could not import 'test_unc_path' from %r: %r" global() namespace [all...] |
| /third_party/python/Modules/expat/ |
| H A D | xmltok.c | 326 _INTERNAL_trim_to_complete_utf8_characters(const char *from, in _INTERNAL_trim_to_complete_utf8_characters() argument 408 const char *from = *fromP; in utf8_toUtf16() local [all...] |
| /third_party/skia/modules/skparagraph/samples/ |
| H A D | SampleParagraph.cpp | 1177 size_t from = sizes[i]; in drawText() local
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | Run.h | 149 void setClusterRange(size_t from, size_t to) { fClusterRange = ClusterRange(from, to); } in setClusterRange() argument
|
| /third_party/rust/crates/proc-macro2/src/ |
| H A D | lib.rs | 253 fn from(inner: proc_macro::TokenStream) -> Self { in from() functions 261 fn from(inner: TokenStream) -> Self { in from() functions 267 fn from(toke functions 587 fn from(g: Group) -> Self { from() functions 593 fn from(g: Ident) -> Self { from() functions 599 fn from(g: Punct) -> Self { from() functions 605 fn from(g: Literal) -> Self { from() functions [all...] |
| /third_party/rust/crates/serde/test_suite/tests/ |
| H A D | test_annotations.rs | 1521 fn from(v: EnumToU32) -> Self { in from() functions 1549 fn from(v: Option<u32>) -> Self { in from() functions 2329 fn from(test: Test) -> Self { in test_partially_untagged_enum_desugared() functions
|
| /third_party/rust/crates/nix/src/ |
| H A D | unistd.rs | 105 fn from(uid: Uid) -> Self { in from() functions 111 fn from(uid: uid_t) -> Self { in from() functions 157 fn from(gid: Gid) -> Self { in from() functions 163 fn from(gid: gid_t) -> Self { in from() functions 209 fn from(pid: Pid) -> Self { in from() functions 3015 fn from(pw: &libc::passwd) -> User { from() functions 3054 fn from(u: User) -> Self { from() functions 3203 fn from(gr: &libc::group) -> Group { from() functions [all...] |
| /third_party/rust/crates/serde/serde/src/private/ |
| H A D | de.rs | 2473 fn from(self) -> Self::Deserializer; in from() functions 2484 fn from(self) -> Self::Deserializer { in from() functions 2545 fn from(self) -> Self::Deserializer { in from() functions 2559 fn from(self) -> Self::Deserializer { in from() functions 2573 fn from(self) -> Self::Deserializer { in from() functions 2584 fn from(sel functions [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | optimizer.cpp | 1116 Optimizer::PassToken CreateSwitchDescriptorSetPass(uint32_t from, uint32_t to) { in CreateSwitchDescriptorSetPass() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingComplexControlFlowTests.cpp | 205 static inline std::string replace(const std::string& str, const std::string& from, const std::string& to) in replace() argument
|