Home
last modified time | relevance | path

Searched defs:source_location (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/emboss/compiler/util/
H A Dir_data.py148 source_location: Optional[Location] = None variable in Word
156 source_location: Optional[Location] = None variable in String
162 source_location: Optional[Location] = None variable in Documentation
170 source_location: Optional[Location] = None variable in BooleanConstant
177 source_location: Optional[Location] = None variable in Empty
190 source_location: Optional[Location] = None variable in NumericConstant
238 source_location: Optional[Location] = None variable in Function
308 source_location: Optional[Location] = None variable in NameDefinition
354 source_location: Optional[Location] = None variable in Reference
404 source_location: Optional[Location] = None variable in FieldReference
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/assert/include/boost/assert/
Dsource_location.hpp18 struct source_location struct
22 char const * file_;
23 char const * function_;
24 boost::uint_least32_t line_;
25 boost::uint_least32_t column_;
29 …BOOST_CONSTEXPR source_location() BOOST_NOEXCEPT: file_( "(unknown)" ), function_( "(unknown)" ), … in source_location() argument
33source_location( char const * file, boost::uint_least32_t ln, char const * function, boost::uint_l… in source_location() argument
37 BOOST_CONSTEXPR char const * file_name() const BOOST_NOEXCEPT in file_name()
42 BOOST_CONSTEXPR char const * function_name() const BOOST_NOEXCEPT in function_name()
47 BOOST_CONSTEXPR boost::uint_least32_t line() const BOOST_NOEXCEPT in line()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/log/include/bluetooth/
Dlog.h45 struct source_location { struct
57 void vlog(Level level, char const* tag, source_location location, std::string_view fmt, argument
/aosp_15_r20/trusty/kernel/lib/ubsan/
H A Dubsan_value.h35 struct source_location { struct
41 static inline bool location_is_valid(struct source_location loc) { in location_is_valid() argument
/aosp_15_r20/external/pytorch/c10/util/
H A DException.cpp205 const SourceLocation& source_location, in Warning()
215 SourceLocation source_location, in Warning()
222 SourceLocation source_location, in Warning()
234 const SourceLocation& Warning::source_location() const { in source_location() function in c10::Warning
H A DLogging.cpp92 PyTorchStyleBacktrace(SourceLocation source_location) in PyTorchStyleBacktrace()
112 Error::Error(SourceLocation source_location, std::string msg) in Error()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/common/
Dubsan.c13 struct source_location { struct
26 struct source_location loc; argument
/aosp_15_r20/external/arm-trusted-firmware/plat/common/
H A Dubsan.c13 struct source_location { struct
26 struct source_location loc; argument
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dattribute_checker.py107 def _construct_integer_attribute(name, value, source_location): argument
126 def _construct_boolean_attribute(name, value, source_location): argument
141 def _construct_string_attribute(name, value, source_location): argument
H A Dmodule_ir_test.py4005 def _check_source_location(source_location, path, min_start, max_end): argument
H A Dsymbol_resolver.py111 def __init__(self, canonical_name, source_location, visibility, alias=None): argument
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DException.cpp63 Error::Error(SourceLocation source_location, std::string msg) in Error()
71 Error::Error(SourceLocation source_location, const char* cond, std::string msg) in Error()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DException.cpp57 Error::Error(SourceLocation source_location, std::string msg) in Error()
65 Error::Error(SourceLocation source_location, const char* cond, std::string msg) in Error()
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/internal/
Dmod.rs18 pub mod source_location; module
/aosp_15_r20/external/googleapis/google/api/servicecontrol/v1/
H A Dlog_entry.proto86 LogEntrySourceLocation source_location = 17; field
/aosp_15_r20/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/src/main/proto/google/api/servicecontrol/v1/
H A Dlog_entry.proto86 LogEntrySourceLocation source_location = 17; field
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Djit_cache.cc73 std::optional<SourceLocation> source_location, in LoadCode()
/aosp_15_r20/external/googleapis/google/appengine/logging/v1/
H A Drequest_log.proto43 SourceLocation source_location = 4; field
/aosp_15_r20/external/googleapis/google/api/expr/conformance/v1alpha1/
H A Dconformance_service.proto63 string source_location = 3; field
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/
Dbtif_storage_mock.cc55 uint32_t source_location) { in btif_storage_set_leaudio_audio_location()
/aosp_15_r20/external/pytorch/torch/csrc/
H A DExceptions.cpp282 auto source_location = warning.source_location(); in ~PyWarningHandler() local
/aosp_15_r20/external/googleapis/google/cloud/bigquery/migration/v2/
H A Dtranslation_config.proto30 oneof source_location { oneof
/aosp_15_r20/external/google-cloud-java/java-bigquerymigration/proto-google-cloud-bigquerymigration-v2/src/main/proto/google/cloud/bigquery/migration/v2/
H A Dtranslation_config.proto30 oneof source_location { oneof
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc703 uint32_t source_location) { in btif_storage_set_leaudio_audio_location()
705 [](const RawAddress& addr, int sink_location, int source_location) { in btif_storage_set_leaudio_audio_location()
/aosp_15_r20/external/perfetto/protos/perfetto/trace/track_event/
H A Dtrack_event.proto265 SourceLocation source_location = 33; field

123