Home
last modified time | relevance | path

Searched defs:from (Results 601 - 625 of 819) sorted by relevance

1...<<21222324252627282930>>...33

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.cpp559 void Instruction::UpdateDebugInfoFrom(const Instruction* from) { in UpdateDebugInfoFrom() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c173 static int BackwardRefsClone(const VP8LBackwardRefs* const from, in BackwardRefsClone() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dolsontz.cpp925 TimeZoneRule *from = historicRules[typeMapData[ttidx]]; in getNextTransition() local
986 TimeZoneRule *from = historicRules[typeMapData[ttidx-1]]; getPreviousTransition() local
[all...]
H A Drbtz.cpp30 TimeZoneRule* from; member
505 TimeZoneRule *from, *to; in useDaylightTime() local
[all...]
H A Dzonemeta.cpp673 UDate from = parseDate(mz_from, status); in createMetazoneMappings() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c522 register int from; in main() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_hq.c235 ZopfliCostModelGetLiteralCosts( const ZopfliCostModel* self, size_t from, size_t to) ZopfliCostModelGetLiteralCosts() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c983 repeat(struct parse *p, sopno start, int from, int to) repeat() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c1111 repeat(struct parse *p, sopno start, int from, int to) repeat() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp586 uint16_t from; member
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc214 ast::Variable* from; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h410 void reverseBlock(unsigned from) { in reverseBlock() argument
[all...]
/third_party/toybox/lib/
H A Dxwrap.c422 void xrename(char *from, char *to) in xrename() argument
/third_party/toybox/toys/pending/
H A Dvi.c644 static int vi_yank(char reg, size_t from, int flags) in vi_yank() argument
669 static int vi_delete(char reg, size_t from, int flags) in vi_delete() argument
823 size_t from = TT.cursor; vi_x() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dstorage.c383 void native_slot_dup(upb_fieldtype_t type, void* to, void* from) { in native_slot_dup() argument
1033 void layout_dup(MessageLayout* layout, void* to, void* from) { in layout_dup() argument
387 native_slot_deep_copy(upb_fieldtype_t type, VALUE type_class, void* to, void* from) native_slot_deep_copy() argument
1067 layout_deep_copy(MessageLayout* layout, void* to, void* from) layout_deep_copy() argument
[all...]
/third_party/python/Objects/
H A Dframeobject.c145 compatible_kind(Kind from, Kind to) { in compatible_kind() argument
[all...]
/third_party/protobuf/php/tests/
H A DEncodeDecodeTest.php231 $from = new TestMessage(); variable
250 $from = new TestMessage(); variable
264 $from = new TestMessage(); global() variable
401 $from = new TestPackedMessage(); global() variable
425 $from = new TestUnpackedMessage(); global() variable
734 $from = hex2bin('F80601'); // TODO(teboring): Add a util to encode global() variable
742 $from = hex2bin('F9060000000000000000'); global() variable
749 $from = hex2bin('FA0600'); global() variable
756 $from = hex2bin('FD0600000000'); global() variable
763 $from = hex2bin('F80601'); global() variable
771 $from = hex2bin('8A0103F80601'); global() variable
779 $from = hex2bin('FA0203F80601'); global() variable
787 $from = hex2bin("BA050708011203F80601"); global() variable
795 $from = hex2bin('9A0403F80601'); global() variable
932 $from = new TestMessage(); global() variable
1413 $from = new $class(); global() variable
1421 $from = new $class(); global() variable
1429 $from = new $class(); global() variable
1437 $from = new $class(); global() variable
1457 $from = new $class(); global() variable
1465 $from = new $class(); global() variable
1473 $from = new $class(); global() variable
1481 $from = new $class(); global() variable
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.h91 inline Api& operator=(const Api& from) { in operator =() argument
97 if (this != &from) InternalSwap(&from); variable
99 CopyFrom(from); variable
344 operator =(const Method& from) operator =() argument
350 if (this != &from) InternalSwap(&from); global() variable
352 CopyFrom(from); global() variable
577 operator =(const Mixin& from) operator =() argument
583 if (this != &from) InternalSwap(&from); global() variable
585 CopyFrom(from); global() variable
[all...]
H A Dstruct.pb.h153 inline Struct& operator=(const Struct& from) { in operator =() argument
159 if (this != &from) InternalSwap(&from); variable
161 CopyFrom(from); variable
304 operator =(const Value& from) operator =() argument
310 if (this != &from) InternalSwap(&from); global() variable
312 CopyFrom(from); global() variable
559 operator =(const ListValue& from) operator =() argument
565 if (this != &from) InternalSwap(&from); global() variable
567 CopyFrom(from); global() variable
[all...]
H A Dtype.pb.cc385 Type::Type(const Type& from) in Type() argument
674 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
689 MergeFrom(const Type& from) MergeFrom() argument
710 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
717 CopyFrom(const Type& from) CopyFrom() argument
763 Field(const Field& from) Field() argument
1142 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1157 MergeFrom(const Field& from) MergeFrom() argument
1194 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1201 CopyFrom(const Field& from) CopyFrom() argument
1262 Enum(const Enum& from) Enum() argument
1517 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1532 MergeFrom(const Enum& from) MergeFrom() argument
1552 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1559 CopyFrom(const Enum& from) CopyFrom() argument
1604 EnumValue(const EnumValue& from) EnumValue() argument
1795 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1810 MergeFrom(const EnumValue& from) MergeFrom() argument
1826 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1833 CopyFrom(const EnumValue& from) CopyFrom() argument
1884 Option(const Option& from) Option() argument
2056 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
2071 MergeFrom(const Option& from) MergeFrom() argument
2086 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
2093 CopyFrom(const Option& from) CopyFrom() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h1047 CivilSecond from; // the civil time we jump from global() member
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs138 fn from(inner: proc_macro::TokenStream) -> Self { in from() functions
144 fn from(inner: TokenStream) -> Self { in from() functions
153 fn from(inner: fallback::TokenStream) -> Self { in from() functions
177 fn from(token: TokenTree) -> Self { in from() functions
270 fn from(e: proc_macro::LexError) -> Self { in from() functions
276 fn from(e: fallback::LexError) -> Self { in from() functions
517 fn from(proc_span: proc_macro::Span) -> Self { in from() functions
523 fn from(inner: fallback::Span) -> Self { in from() functions
628 fn from(g: fallback::Group) -> Self { in from() functions
895 fn from( functions
[all...]
/third_party/rust/crates/syn/src/
H A Dlit.rs438 fn from(token: Literal) -> Self { in from() functions
510 fn from(token: Literal) -> Self { in from() functions
[all...]
H A Dgenerics.rs433 fn from(ident: Ident) -> Self { in from() functions
/third_party/rust/crates/regex/src/
H A Dre_bytes.rs61 fn from(m: Match<'t>) -> Range<usize> { in from() functions
99 fn from(exec: Exec) -> Regex { in from() functions

Completed in 37 milliseconds

1...<<21222324252627282930>>...33