/external/llvm-project/lldb/include/lldb/Utility/ |
D | RegisterValue.h | 84 bool CopyValue(const RegisterValue &rhs);
|
/external/llvm-project/lldb/source/Utility/ |
D | RegisterValue.cpp | 166 if (copy.CopyValue(*this) && copy.GetData(copy_data)) in SetType() 479 bool RegisterValue::CopyValue(const RegisterValue &rhs) { in CopyValue() function in RegisterValue
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager10.java | 349 static int CopyValue(/*JNIEnv* env,*/ ApkAssetsCookie cookie, Res_value value, int ref, in CopyValue() method in ShadowArscAssetManager10 860 … return CopyValue(cookie, value.get(), ref.get(), flags.get(), selected_config.get(), typed_value); in nativeGetResourceValue() 897 return CopyValue(cookie, value.get(), ref.get(), type_spec_flags.get(), null, typed_value); in nativeGetResourceBagValue() 1587 return CopyValue(cookie, value.get(), ref.get(), flags.get(), null, typed_value); in nativeThemeGetAttributeValue()
|
D | ShadowArscAssetManager9.java | 345 static int CopyValue(/*JNIEnv* env,*/ ApkAssetsCookie cookie, Res_value value, int ref, in CopyValue() method in ShadowArscAssetManager9 856 … return CopyValue(cookie, value.get(), ref.get(), flags.get(), selected_config.get(), typed_value); in nativeGetResourceValue() 893 return CopyValue(cookie, value.get(), ref.get(), type_spec_flags.get(), null, typed_value); in nativeGetResourceBagValue() 1585 return CopyValue(cookie, value.get(), ref.get(), flags.get(), null, typed_value); in nativeThemeGetAttributeValue()
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_test.cc | 506 TEST(VariantTest, CopyValue) { TestCopyValue<false>(); } in TEST() argument
|
/external/protobuf/src/google/protobuf/ |
D | text_format.cc | 2082 static void CopyValue(const MapValueRef& value, Message* message, 2112 CopyValue(iter.GetValueRef(), map_entry_message, in SortMap() 2156 void MapFieldPrinterHelper::CopyValue(const MapValueRef& value, in CopyValue() function in google::protobuf::internal::MapFieldPrinterHelper
|