| /third_party/libabigail/src/ |
| H A D | abg-default-reporter.cc | 405 string repr = dif->first_subject() in report() local 410 << "in pointed to type '" << repr << "'"; in report() local 702 string repr = f->get_base_class()->get_pretty_representation(); in report() local 978 string repr = in report() local 980 out << indent << " '" << repr << "' has some sub-type changes:\n"; in report() local
|
| H A D | abg-reporter-priv.cc | 1295 string repr = diff->first_subject()->get_pretty_representation(); in maybe_report_unreachable_type_changes() local 1297 out << indent << " [C] '" << repr << "' changed:\n"; in maybe_report_unreachable_type_changes() local
|
| H A D | abg-corpus.cc | 718 string repr = get_pretty_representation(&t, /*internal=*/true); in record_type_as_reachable_from_public_interfaces() local 736 string repr = get_pretty_representation(&t, /*internal=*/true); in type_is_reachable_from_public_interfaces() local
|
| H A D | abg-tools-utils.cc | 1428 string repr; in operator <<() local 1467 output << repr; operator <<() local [all...] |
| H A D | abg-writer.cc | 805 string repr = get_pretty_representation(decl, true); in decl_is_emitted() local 816 string repr = get_pretty_representation(decl, true); in record_decl_as_emitted() local 1575 string repr; in write_elf_symbol_type() local 1608 o << " type='" << repr << "'"; write_elf_symbol_type() local 1620 string repr; write_elf_symbol_binding() local 1641 o << " binding='" << repr << "'"; write_elf_symbol_binding() local 1653 string repr; write_elf_symbol_visibility() local 1674 o << " visibility='" << repr << "'"; write_elf_symbol_visibility() local [all...] |
| H A D | abg-comparison.cc | 9109 string repr = abigail::ir::get_pretty_representation(t, true); in ensure_lookup_tables_populated() local 9131 string repr = abigail::ir::get_pretty_representation(t, true); in ensure_lookup_tables_populated() local [all...] |
| /third_party/rust/crates/cxx/macro/src/ |
| H A D | expand.rs | 1409 let mut repr = ::cxx::core::mem::MaybeUninit::uninit(); in expand_unique_ptr() variables 1432 let mut repr = ::cxx::core::mem::MaybeUninit::uninit(); expand_unique_ptr() variables 1442 let mut repr = ::cxx::core::mem::MaybeUninit::uninit(); expand_unique_ptr() variables 1697 let mut repr = ::cxx::core::mem::MaybeUninit::uninit(); expand_cxx_vector() variables 1706 let mut repr = ::cxx::core::mem::MaybeUninit::uninit(); expand_cxx_vector() variables [all...] |
| /third_party/python/Python/ |
| H A D | ast_unparse.c | 72 PyObject *repr = PyObject_Repr(obj); in append_repr() local
|
| /third_party/python/Objects/ |
| H A D | weakrefobject.c | 165 PyObject *name, *repr; in weakref_repr() local
|
| H A D | object.c | 517 PyObject *repr, *ascii, *res; in PyObject_ASCII() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 90 std::ostringstream repr; in paddedHex() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
| H A D | vktRasterizationDepthBiasControlTests.cpp | 55 VkDepthBiasRepresentationInfoEXT makeDepthBiasRepresentationInfo (const VkDepthBiasRepresentationEXT repr, const bool exact) in makeDepthBiasRepresentationInfo() argument 118 MinResolvDiff calcMinResolvableDiff (const tcu::TextureFormat& format, const VkDepthBiasRepresentationEXT repr, bool exact, float sampleDepth) in calcMinResolvableDiff() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 90 std::ostringstream repr; in paddedHex() local
|
| /third_party/rust/crates/syn/src/ |
| H A D | lit.rs | 853 let mut repr = lit.to_string(); parse_negative_lit() variables 1550 let mut repr = value.to_string(); global() variables [all...] |
| /third_party/rust/crates/proc-macro2/src/ |
| H A D | fallback.rs | 980 let mut repr = String::with_capacity(t.len() + 2); in string() variables 1008 let mut repr = String::new(); character() variables [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-module.h | 92 HeapType::Representation repr; member 105 static ConstantExpression RefNull(HeapType::Representation repr) { in RefNull() argument 124 HeapType::Representation repr() const { in repr() function in v8::internal::wasm::ConstantExpression
|
| H A D | wasm-objects.cc | 2267 HeapType::Representation repr = expected.heap_representation(); in TypecheckJSObject() local
|
| /third_party/python/Modules/ |
| H A D | _hashopenssl.c | 658 PyObject *name_obj, *repr; in EVP_repr() local 1659 PyObject *repr = PyUnicode_FromFormat( in _hmac_repr() local
|
| H A D | _operator.c | 1127 PyObject *repr; in itemgetter_repr() local 1478 PyObject *repr = NULL; in attrgetter_repr() local 1665 PyObject *argreprs, *repr = NULL, *sep, *joinedargreprs; in methodcaller_repr() local [all...] |
| H A D | gcmodule.c | 2136 PyObject *repr = NULL, *bytes = NULL; in _PyGC_DumpShutdownStats() local
|
| H A D | _tkinter.c | 811 PyObject *repr, *str = PyTclObject_str(self); in PyTclObject_repr() local
|
| /third_party/python/Lib/ |
| H A D | pydoc.py | 534 def repr(self, object): member in HTMLRepr 571 repr = _repr_instance.repr variable in HTMLDoc 1165 repr = _repr_instance.repr global() variable in TextDoc [all...] |
| /third_party/libabigail/include/ |
| H A D | abg-ir.h | 467 string repr = get_pretty_representation(artifact); in operator ()() local
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | message.cc | 575 PyObject* repr = PyObject_Repr(arg); in FormatTypeError() local 762 PyObject* repr = PyObject_Repr(arg); in CheckString() local
|
| /third_party/skia/third_party/externals/libwebp/swig/ |
| H A D | libwebp_python_wrap.c | 1596 PyObject *repr = SWIG_Python_str_FromFormat("<Swig Object of type '%s' at %p>", (name ? name : "unknown"), (void *)v); in SwigPyObject_repr() local
|