Home
last modified time | relevance | path

Searched defs:from (Results 726 - 750 of 846) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/skia/third_party/externals/libpng/
H A Dpng.c1070 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 DSkOpSegment.cpp160 bool from = maxWinding != 0; in activeWinding() local
[all...]
/third_party/openssl/apps/
H A Dlist.c69 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 Dresolver_validation.cc1352 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 Ducnv.cpp2526 UConverter *algoConverter, *to, *from; ucnv_convertAlgorithmic() local
[all...]
/third_party/toybox/lib/
H A Dlib.c450 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 Dxmltok.c329 _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 Dplugin.pb.h127 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 Dgcmodule.c298 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 DGeneratedMessageLite.java1134 public MessageLite.Builder internalMergeFrom(MessageLite.Builder to, MessageLite from) { in internalMergeFrom() argument
[all...]
H A DDescriptors.java1628 public MessageLite.Builder internalMergeFrom(MessageLite.Builder to, MessageLite from) { in internalMergeFrom() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc192 Reparse( PyMessageFactory* message_factory, const Message& from, Message* to) Reparse() argument
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc496 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 Drepeated_field.h842 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 Dtype.pb.h194 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__.py97 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 Dxmltok.c326 _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 DSampleParagraph.cpp1177 size_t from = sizes[i]; in drawText() local
/third_party/skia/modules/skparagraph/src/
H A DRun.h149 void setClusterRange(size_t from, size_t to) { fClusterRange = ClusterRange(from, to); } in setClusterRange() argument
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs253 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 Dtest_annotations.rs1521 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 Dunistd.rs105 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 Dde.rs2473 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 Doptimizer.cpp1116 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 DvktRayTracingComplexControlFlowTests.cpp205 static inline std::string replace(const std::string& str, const std::string& from, const std::string& to) in replace() argument

Completed in 64 milliseconds

1...<<21222324252627282930>>...34