Home
last modified time | relevance | path

Searched refs:_location (Results 1 – 17 of 17) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DUnresolvedId.java13 private final JsonLocation _location; field in UnresolvedId
19 _location = where; in UnresolvedId()
31 public JsonLocation getLocation() { return _location; } in getLocation()
36 ClassUtil.nameOf(_type), _location); in toString()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonProcessingException.java19 protected JsonLocation _location; field in JsonProcessingException
26 _location = loc; in JsonProcessingException()
51 public JsonLocation getLocation() { return _location; } in getLocation()
60 public void clearLocation() { _location = null; } in clearLocation()
/external/python/cryptography/src/cryptography/hazmat/primitives/kdf/
Dkbkdf.py83 self._location = location
123 if self._location == CounterLocation.BeforeFixed:
128 if self._location == CounterLocation.AfterFixed:
/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp44 typename SIZE::ptr_t _location; member in TRange
46 …TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length… in TRange()
/external/llvm-project/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp44 typename SIZE::ptr_t _location; member in TRange
46 …TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length… in TRange()
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/
DVisualStudio.py84 def _location(self): member in VisualStudio
180 loc = LocIR(**self._location)
183 state_frames[0].location = SourceLocation(**self._location)
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJsonMappingException.java244 _location = ((JsonParser) processor).getTokenLocation(); in JsonMappingException()
256 _location = ((JsonProcessingException) problem).getLocation(); in JsonMappingException()
258 _location = ((JsonParser) processor).getTokenLocation(); in JsonMappingException()
/external/catch2/include/internal/
Dcatch_test_case_tracker.cpp27 NameAndLocation::NameAndLocation( std::string const& _name, SourceLineInfo const& _location ) in NameAndLocation() argument
29 location( _location ) in NameAndLocation()
Dcatch_test_case_tracker.h25 NameAndLocation( std::string const& _name, SourceLineInfo const& _location );
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/exc/
DStreamReadException.java47 _location = loc; in StreamReadException()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTokenBuffer.java1472 protected JsonLocation _location = null; field in TokenBuffer.Parser
1502 _location = l; in setLocation()
1640 return (_location == null) ? JsonLocation.NA : _location; in getCurrentLocation()
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp667 Uniform(UniformValueGenerator& generator, UniformType _type, Loc _location, in Uniform() argument
670 , location(_location) in Uniform()
800 …broutineUniform(UniformValueGenerator& generator, SubroutineFunctionSet& _functions, Loc _location, in SubroutineUniform() argument
803 , location(_location) in SubroutineUniform()
831 …broutineUniform(UniformValueGenerator& generator, SubroutineFunctionSet& _functions, Loc _location, in SubroutineUniform() argument
835 , location(_location) in SubroutineUniform()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMOpBase.td164 // - $_location - mlir::Location object of the instruction.
DLLVMOps.td809 LLVM_Builder<"$res = getLLVMConstant($_resultType, $value, $_location);">
/external/catch2/single_include/catch2/
Dcatch.hpp7435 NameAndLocation( std::string const& _name, SourceLineInfo const& _location );
14101 NameAndLocation::NameAndLocation( std::string const& _name, SourceLineInfo const& _location ) in NameAndLocation() argument
14103 location( _location ) in NameAndLocation()
/external/libabigail/tests/lib/
Dcatch.hpp7467 NameAndLocation( std::string const& _name, SourceLineInfo const& _location );
14300 NameAndLocation::NameAndLocation( std::string const& _name, SourceLineInfo const& _location ) in NameAndLocation() argument
14302 location( _location ) in NameAndLocation()
/external/libabigail/
DChangeLog30904 (decl_base::{get,set}_location): Likewise.