Home
last modified time | relevance | path

Searched refs:Swap (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/external/google-breakpad/src/processor/
Dminidump.cc113 static inline void Swap(uint8_t* value) { in Swap() function
124 static inline void Swap(uint16_t* value) { in Swap() function
130 static inline void Swap(uint32_t* value) { in Swap() function
138 static inline void Swap(uint64_t* value) { in Swap() function
140 Swap(&value32[0]); in Swap()
141 Swap(&value32[1]); in Swap()
162 static void Swap(uint128_struct* value) { in Swap() function
163 Swap(&value->low); in Swap()
164 Swap(&value->high); in Swap()
168 static inline void Swap(int16_t* value) { in Swap() function
[all …]
/external/autotest/server/cros/res_resource_monitor/
Dtop_test_data.txt5 KiB Swap: 1023996 total, 1023996 free, 0 used. 23565096 avail Mem
22 KiB Swap: 1023996 total, 1023996 free, 0 used. 23562220 avail Mem
35 KiB Swap: 1023996 total , 1023996 free 0 used. 23562220 avail Mem
41 KiB Swap: 1023996 total, 1023996 free, 0 used. 23577032 avail Mem
47 KiB Swap: 1023996 total, 1023996 free, 0 used. 23577032 avail Mem
Dtop_field_order_changed.txt5 KiB Swap: 123 randfield, 1023996 used, 245 randfield2, 1023996 total, 0 free. 23565096 avai…
15 KiB Swap: 1023996 total, 1023996 free, 0 used. 23562220 avail Mem
26 KiB Swap: 1023996 total , 1023996 free 0 used. 23562220 avail Mem
Dtop_whitespace_ridden.txt5 KiB Swap : 1023996 total , 1023996 free, 0 used. 23565096 avail Mem
22 KiB Swap: 1023996 total, 1023996 free, 0 used. 23562220 avail Mem
68 KiB Swap: 1023996 total, 1023996 free, 0 used. 23562220 avail Mem
/external/protobuf/src/google/protobuf/
Dreflection_internal.h236 virtual void Swap( in Swap() function
241 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data)); in Swap()
280 virtual void Swap( in Swap() function
288 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data)); in Swap()
311 virtual void Swap( in Swap() function
316 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data)); in Swap()
319 tmp.Swap(MutableRepeatedField(data)); in Swap()
354 virtual void Swap( in Swap() function
359 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data)); in Swap()
Dmetadata.h100 GOOGLE_ATTRIBUTE_ALWAYS_INLINE void Swap(InternalMetadataWithArena* other) { in Swap() function
108 mutable_unknown_fields()->Swap(other->mutable_unknown_fields()); in Swap()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime_test.cc109 TF_CHECK_OK(ConstructFunctionGraphHelper(test::function::Swap().signature(), in TEST_F()
197 name: "Swap" in TEST_F()
198 op: "Swap" in TEST_F()
218 input: "Swap" in TEST_F()
260 input: "Swap:1" in TEST_F()
325 *(proto.add_function()) = test::function::Swap(); in TEST_F()
Dtensor_coding.cc55 meta_.Swap(response); in InitFrom()
65 meta_.mutable_tensor()->Swap(&empty); in InitFrom()
96 meta_.mutable_tensor()->Swap(&empty); in ParseFrom()
288 meta_.mutable_tensor()->Swap(&empty); in ParseSlow()
/external/libchrome/mojo/public/cpp/bindings/
Dinterface_ptr.h52 internal_state_.Swap(&other.internal_state_); in InterfacePtr()
61 internal_state_.Swap(&other.internal_state_);
133 internal_state_.Swap(&doomed); in reset()
188 internal_state_.Swap(&state); in PassInterface()
Dassociated_interface_ptr.h42 internal_state_.Swap(&other.internal_state_); in AssociatedInterfacePtr()
49 internal_state_.Swap(&other.internal_state_);
122 internal_state_.Swap(&doomed); in reset()
160 internal_state_.Swap(&state); in PassInterface()
Dstruct_ptr.h76 void Swap(StructPtr* other) { std::swap(ptr_, other->ptr_); } in Swap() function
109 Swap(other); in Take()
175 void Swap(InlinedStructPtr* other) { in Swap() function
208 Swap(other); in Take()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test_utils.h35 item->graph.Swap(output); in OptimizeAndPrune()
44 item->graph.Swap(output); in OptimizeTwice()
55 item->graph.Swap(output);
60 item->graph.Swap(output);
66 item->graph.Swap(output);
/external/flatbuffers/tests/
Dtest_builder.cpp61 Swap(other); in GrpcLikeMessageBuilder()
70 Swap(temp); in operator =()
77 void Swap(GrpcLikeMessageBuilder &other) { in Swap() function
79 FlatBufferBuilder::Swap(other); in Swap()
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol7 - Swap Cached
8 - Swap Total
26 Swap Total
/external/flatbuffers/include/flatbuffers/
Dgrpc.h175 Swap(other); in MessageBuilder()
181 src.Swap(*this);
198 Swap(temp);
205 Swap(temp);
209 void Swap(MessageBuilder &other) { in Swap() function
211 FlatBufferBuilder::Swap(other); in Swap()
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dctrl13 // Swap the functions of the CapsLock key and the left Ctrl key.
59 // Swap the functions of the left Alt key and the left Ctrl key.
66 // Swap the functions of the left Win key and the left Ctrl key.
73 // Swap the functions of the right Win key and the right Ctrl key.
Daltwin88 // Swap the Alt and Win keys.
95 // Swap the left Alt and Win keys.
103 // Swap the right Alt and Win keys.
/external/pdfium/core/fxcrt/
Dweak_ptr.h24 WeakPtr(WeakPtr&& that) noexcept { Swap(that); } in WeakPtr()
56 void Swap(WeakPtr& that) { m_pHandle.Swap(that.m_pHandle); } in Swap() function
/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_interface_ptr_state.h80 void Swap(AssociatedInterfacePtrStateBase* other);
110 void Swap(AssociatedInterfacePtrState* other) { in Swap() function
111 AssociatedInterfacePtrStateBase::Swap(other); in Swap()
Dinterface_ptr_state.h70 void Swap(InterfacePtrStateBase* other);
139 void Swap(InterfacePtrState* other) { in Swap() function
142 InterfacePtrStateBase::Swap(other); in Swap()
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice_util.h100 t->mutable_##FIELD##_val()->Swap(&copy); \
110 t->mutable_##FIELD##_val()->Swap(&copy); \
147 t->mutable_int_val()->Swap(&copy);
206 t->mutable_string_val()->Swap(&copy);
/external/clang/test/SemaCXX/
Dtypo-correction-cxx11.cpp38 void Swap(A *other);
58 …new_annotation->Swap(&annotation); // expected-error {{use of undeclared identifier 'new_annotati… in run()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_proto_util.cc29 proto.mutable_buffer_assignment()->Swap(&proto_assignment); in MakeHloProto()
36 proto.mutable_hlo_module()->Swap(&proto_module); in MakeHloProto()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmeta_optimizer.cc61 output->Swap(&optimized_item.graph); in Optimize()
78 item->graph.Swap(&result); in ApplyOptimization()
/external/perf_data_converter/src/quipper/
Dhuge_page_deducer.cc278 new_events.Add()->Swap(event); in CombineMappings()
289 new_events.Add()->Swap(event); in CombineMappings()
304 new_events.Add()->Swap(event); in CombineMappings()
313 events->Swap(&new_events); in CombineMappings()

12345678910>>...14