Home
last modified time | relevance | path

Searched defs:from (Results 1001 - 1012 of 1012) sorted by relevance

1...<<41

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp4323 getMirrorMode(const VkOffset3D from, const VkOffset3D to) getMirrorMode() argument
8443 checkZerosAt(const std::vector<deUint8>& bufferData, deUint32 from, deUint32 count) checkZerosAt() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h345 inline FileDescriptorSet& operator=(const FileDescriptorSet& from) { in operator =() argument
351 if (this != &from) InternalSwap(&from); variable
353 CopyFrom(from); variable
498 operator =(const FileDescriptorProto& from) operator =() argument
504 if (this != &from) InternalSwap(&from); global() variable
506 CopyFrom(from); global() variable
892 operator =(const DescriptorProto_ExtensionRange& from) operator =() argument
898 if (this != &from) InternalSwap(&from); global() variable
900 CopyFrom(from); global() variable
1076 operator =(const DescriptorProto_ReservedRange& from) operator =() argument
1082 if (this != &from) InternalSwap(&from); global() variable
1084 CopyFrom(from); global() variable
1240 operator =(const DescriptorProto& from) operator =() argument
1246 if (this != &from) InternalSwap(&from); global() variable
1248 CopyFrom(from); global() variable
1585 operator =(const ExtensionRangeOptions& from) operator =() argument
1591 if (this != &from) InternalSwap(&from); global() variable
1593 CopyFrom(from); global() variable
1741 operator =(const FieldDescriptorProto& from) operator =() argument
1747 if (this != &from) InternalSwap(&from); global() variable
1749 CopyFrom(from); global() variable
2174 operator =(const OneofDescriptorProto& from) operator =() argument
2180 if (this != &from) InternalSwap(&from); global() variable
2182 CopyFrom(from); global() variable
2350 operator =(const EnumDescriptorProto_EnumReservedRange& from) operator =() argument
2356 if (this != &from) InternalSwap(&from); global() variable
2358 CopyFrom(from); global() variable
2514 operator =(const EnumDescriptorProto& from) operator =() argument
2520 if (this != &from) InternalSwap(&from); global() variable
2522 CopyFrom(from); global() variable
2758 operator =(const EnumValueDescriptorProto& from) operator =() argument
2764 if (this != &from) InternalSwap(&from); global() variable
2766 CopyFrom(from); global() variable
2949 operator =(const ServiceDescriptorProto& from) operator =() argument
2955 if (this != &from) InternalSwap(&from); global() variable
2957 CopyFrom(from); global() variable
3145 operator =(const MethodDescriptorProto& from) operator =() argument
3151 if (this != &from) InternalSwap(&from); global() variable
3153 CopyFrom(from); global() variable
3395 operator =(const FileOptions& from) operator =() argument
3401 if (this != &from) InternalSwap(&from); global() variable
3403 CopyFrom(from); global() variable
3954 operator =(const MessageOptions& from) operator =() argument
3960 if (this != &from) InternalSwap(&from); global() variable
3962 CopyFrom(from); global() variable
4171 operator =(const FieldOptions& from) operator =() argument
4177 if (this != &from) InternalSwap(&from); global() variable
4179 CopyFrom(from); global() variable
4482 operator =(const OneofOptions& from) operator =() argument
4488 if (this != &from) InternalSwap(&from); global() variable
4490 CopyFrom(from); global() variable
4638 operator =(const EnumOptions& from) operator =() argument
4644 if (this != &from) InternalSwap(&from); global() variable
4646 CopyFrom(from); global() variable
4825 operator =(const EnumValueOptions& from) operator =() argument
4831 if (this != &from) InternalSwap(&from); global() variable
4833 CopyFrom(from); global() variable
4997 operator =(const ServiceOptions& from) operator =() argument
5003 if (this != &from) InternalSwap(&from); global() variable
5005 CopyFrom(from); global() variable
5169 operator =(const MethodOptions& from) operator =() argument
5175 if (this != &from) InternalSwap(&from); global() variable
5177 CopyFrom(from); global() variable
5388 operator =(const UninterpretedOption_NamePart& from) operator =() argument
5394 if (this != &from) InternalSwap(&from); global() variable
5396 CopyFrom(from); global() variable
5562 operator =(const UninterpretedOption& from) operator =() argument
5568 if (this != &from) InternalSwap(&from); global() variable
5570 CopyFrom(from); global() variable
5829 operator =(const SourceCodeInfo_Location& from) operator =() argument
5835 if (this != &from) InternalSwap(&from); global() variable
5837 CopyFrom(from); global() variable
6083 operator =(const SourceCodeInfo& from) operator =() argument
6089 if (this != &from) InternalSwap(&from); global() variable
6091 CopyFrom(from); global() variable
6238 operator =(const GeneratedCodeInfo_Annotation& from) operator =() argument
6244 if (this != &from) InternalSwap(&from); global() variable
6246 CopyFrom(from); global() variable
6449 operator =(const GeneratedCodeInfo& from) operator =() argument
6455 if (this != &from) InternalSwap(&from); global() variable
6457 CopyFrom(from); global() variable
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c2334 PyObject *from, *to, *to_copy; in unicode_copycharacters() local
[all...]
/third_party/python/Lib/test/
H A Dtest_socket.py1272 self.skipTest('could not import needed symbols from socke namespace
1362 self.skipTest('could not import needed symbols from socket') global() namespace
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c1529 _copy_characters(PyObject *to, Py_ssize_t to_start, PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many, int check_maxchar) _copy_characters() argument
1671 _PyUnicode_FastCopyCharacters( PyObject *to, Py_ssize_t to_start, PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many) _PyUnicode_FastCopyCharacters() argument
1679 PyUnicode_CopyCharacters(PyObject *to, Py_ssize_t to_start, PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many) PyUnicode_CopyCharacters() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp817 double from = 0.0; in ParseMotionPath() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp274 double from = 0.0; in ParseMotionPath() local
/third_party/node/deps/v8/src/api/
H A Dapi.cc831 void MoveTracedReference(internal::Address** from, internal::Address** to) { in MoveTracedReference() argument
835 void CopyTracedReference(const internal::Address* const* from, in CopyTracedReference() argument
859 i::Address* CopyGlobalReference(i::Address* from) { in CopyGlobalReference() argument
864 void MoveGlobalReference(internal::Address** from, internal::Address** to) { in MoveGlobalReference() argument
10133 const i::HeapEntry* from = ToInternal(this)->from(); GetFromNode() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c6209 uint32_t from = (uint32_t)((c->pc + 1) - c->group->bytecode); in labelref() local
12852 const unsigned char *from = (const unsigned char*)str; putbytes() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1295 ArkUI_Float32 from; member
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs18513 fn from(s: &str) -> String { from() functions
18524 fn from(s: &mut str) -> String { from() functions
18532 fn from(s: &String) -> String { from() functions
18555 fn from(s: Box<str>) -> String { from() functions
18575 fn from(s: String) -> Box<str> { from() functions
18582 fn from(s: Cow<'a, str>) -> String { from() functions
18600 fn from(s: &'a str) -> Cow<'a, str> { from() functions
18620 fn from(s: String) -> Cow<'a, str> { from() functions
18639 fn from(s: &'a String) -> Cow<'a, str> { from() functions
18681 fn from(string: String) -> Vec<u8> { from_iter() functions
18812 fn from(c: char) -> Self { from() functions
21210 fn from(t: T) -> Self { fmt() functions
21228 fn from(v: &[T]) -> Rc<[T]> { from() functions
21245 fn from(v: &str) -> Rc<str> { from() functions
21264 fn from(v: String) -> Rc<str> { from() functions
21282 fn from(v: Box<T>) -> Rc<T> { from() functions
21300 fn from(mut v: Vec<T>) -> Rc<[T]> { from() functions
21319 fn from(cow: Cow<'a, B>) -> Rc<B> { from() functions
23216 fn from(waker: Arc<W>) -> Waker { from() functions
23228 fn from(waker: Arc<W>) -> RawWaker { from() functions
25551 fn from(t: T) -> Self { from() functions
25569 fn from(v: &[T]) -> Arc<[T]> { from() functions
25586 fn from(v: &str) -> Arc<str> { from() functions
25605 fn from(v: String) -> Arc<str> { from() functions
25623 fn from(v: Box<T>) -> Arc<T> { from() functions
25641 fn from(mut v: Vec<T>) -> Arc<[T]> { from() functions
25660 fn from(cow: Cow<'a, B>) -> Arc<B> { from() functions
39977 fn from(_: LayoutError) -> Self { from() functions
40320 pub fn from(to: &'a mut VecDeque<T>, from: &'b VecDeque<T>) -> Self { from() functions
43209 fn from(mut other: Vec<T>) -> Self { fmt() functions
43265 fn from(mut other: VecDeque<T>) -> Self { from() functions
45727 fn from(vec: Vec<T>) -> BinaryHeap<T> { from() functions
45740 fn from(heap: BinaryHeap<T>) -> Vec<T> { from() functions
49534 fn from(s: &[T]) -> Vec<T> { from() functions
49538 fn from(s: &[T]) -> Vec<T> { from() functions
49553 fn from(s: &mut [T]) -> Vec<T> { from() functions
49557 fn from(s: &mut [T]) -> Vec<T> { from() functions
49565 fn from(s: [T; N]) -> Vec<T> { from() functions
49576 fn from(s: [T; N]) -> Vec<T> { from() functions
49600 fn from(s: Cow<'a, [T]>) -> Vec<T> { from() functions
49618 fn from(s: Box<[T], A>) -> Self { from() functions
49637 fn from(v: Vec<T, A>) -> Self { from() functions
49651 fn from(s: &str) -> Vec<u8> { from() functions
49884 fn from(s: &'a [T]) -> Cow<'a, [T]> { from() functions
49891 fn from(v: Vec<T>) -> Cow<'a, [T]> { from() functions
49898 fn from(v: &'a Vec<T>) -> Cow<'a, [T]> { from() functions
51369 fn from(t: T) -> Self { from() functions
51382 fn from(boxed: Box<T, A>) -> Self { from() functions
51402 fn from(slice: &[T]) -> Box<[T]> { from() functions
51415 fn from(cow: Cow<'_, [T]>) -> Box<[T]> { from() functions
51436 fn from(s: &str) -> Box<str> { from() functions
51444 fn from(cow: Cow<'_, str>) -> Box<str> { from() functions
51471 fn from(s: Box<str, A>) -> Self { from() functions
51488 fn from(array: [T; N]) -> Box<[T]> { from() functions
[all...]

Completed in 144 milliseconds

1...<<41