/external/google-breakpad/src/processor/ |
D | minidump.cc | 113 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/ |
D | top_test_data.txt | 5 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
|
D | top_field_order_changed.txt | 5 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
|
D | top_whitespace_ridden.txt | 5 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/ |
D | reflection_internal.h | 236 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()
|
D | metadata.h | 100 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/ |
D | cluster_function_library_runtime_test.cc | 109 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()
|
D | tensor_coding.cc | 55 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/ |
D | interface_ptr.h | 52 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()
|
D | associated_interface_ptr.h | 42 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()
|
D | struct_ptr.h | 76 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/ |
D | arithmetic_optimizer_test_utils.h | 35 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/ |
D | test_builder.cpp | 61 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/ |
D | control | 7 - Swap Cached 8 - Swap Total 26 Swap Total
|
/external/flatbuffers/include/flatbuffers/ |
D | grpc.h | 175 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/ |
D | ctrl | 13 // 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.
|
D | altwin | 88 // 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/ |
D | weak_ptr.h | 24 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/ |
D | associated_interface_ptr_state.h | 80 void Swap(AssociatedInterfacePtrStateBase* other); 110 void Swap(AssociatedInterfacePtrState* other) { in Swap() function 111 AssociatedInterfacePtrStateBase::Swap(other); in Swap()
|
D | interface_ptr_state.h | 70 void Swap(InterfacePtrStateBase* other); 139 void Swap(InterfacePtrState* other) { in Swap() function 142 InterfacePtrStateBase::Swap(other); in Swap()
|
/external/tensorflow/tensorflow/core/util/ |
D | saved_tensor_slice_util.h | 100 t->mutable_##FIELD##_val()->Swap(©); \ 110 t->mutable_##FIELD##_val()->Swap(©); \ 147 t->mutable_int_val()->Swap(©); 206 t->mutable_string_val()->Swap(©);
|
/external/clang/test/SemaCXX/ |
D | typo-correction-cxx11.cpp | 38 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/ |
D | hlo_proto_util.cc | 29 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/ |
D | meta_optimizer.cc | 61 output->Swap(&optimized_item.graph); in Optimize() 78 item->graph.Swap(&result); in ApplyOptimization()
|
/external/perf_data_converter/src/quipper/ |
D | huge_page_deducer.cc | 278 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()
|