Searched defs:Location (Results 1 - 25 of 112) sorted by relevance

12345

/external/mockito/src/main/java/org/mockito/invocation/
H A DLocation.java10 public interface Location { interface
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DLocation.java31 * This class represents Location value in JDWP packet.
33 public class Location { class
40 * Creates new Location value with empty data.
42 public Location() { method in class:Location
50 * Creates new Location value with specified data.
52 public Location(byte tag, long classID, long methodID, long index) { method in class:Location
60 * Converts Location to string format for printing.
64 return "Location: tag="+tag+", classID="+classID+", methodID="+methodID+", index="+index;
68 * Compares this with other Location object.
72 if (!(obj instanceof Location))
[all...]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DInput.h39 struct Location struct in class:pp::Input
44 Location() : sIndex(0), cIndex(0) {} function in struct:pp::Input::Location
46 const Location &readLoc() const { return mReadLoc; }
58 Location mReadLoc;
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h73 struct Location { struct in class:clang::CXLoadedDiagnostic
79 Location() : line(0), column(0), offset(0) {} function in struct:clang::CXLoadedDiagnostic::Location
82 Location DiagLoc;
/external/libchrome/base/
H A Dlocation.cc17 Location::Location(const char* function_name, function in class:tracked_objects::Location
27 Location::Location() function in class:tracked_objects::Location
34 Location::Location(const Location& other) function in class:tracked_objects::Location
41 std::string Location::ToString() const {
46 void Location::Write(bool display_filename, bool display_function_name,
58 void Location
[all...]
H A Dlocation.h18 // Location provides basic info where of an object was constructed, or was
20 class BASE_EXPORT Location { class in namespace:tracked_objects
25 Location(const char* function_name,
31 Location();
34 Location(const Location& other);
39 bool operator==(const Location& other) const {
53 size_t operator()(const Location& location) const {
84 // A "snapshotted" representation of the Location class that can safely be
89 explicit LocationSnapshot(const tracked_objects::Location
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h55 void setLocation(SDValue Val, SDValue Location) { argument
58 Locations[Val] = Location;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DTraceDebugEventListener.cs66 public override void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.TraceDebugEventListener
H A DBlankDebugEventListener.cs80 public virtual void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs140 public virtual void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.DebugEventHub
145 listener.Location( line, pos );
H A DDebugEventRepeater.cs88 public virtual void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.DebugEventRepeater
90 _listener.Location( line, pos );
H A DDebugEventSocketProxy.cs248 public override void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
/external/clang/lib/CodeGen/
H A DCGLoopInfo.cpp23 llvm::DebugLoc Location) {
30 !Location)
39 if (Location)
40 Args.push_back(Location.getAsMDNode());
118 llvm::DebugLoc Location)
120 LoopID = createMetadata(Header->getContext(), Attrs, Location);
123 void LoopInfoStack::push(BasicBlock *Header, llvm::DebugLoc Location) { argument
124 Active.push_back(LoopInfo(Header, StagedAttrs, Location));
131 llvm::DebugLoc Location) {
269 push(Header, Location);
22 createMetadata(LLVMContext &Ctx, const LoopAttributes &Attrs, llvm::DebugLoc Location) argument
117 LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs, llvm::DebugLoc Location) argument
129 push(BasicBlock *Header, clang::ASTContext &Ctx, ArrayRef<const clang::Attr *> Attrs, llvm::DebugLoc Location) argument
[all...]
/external/clang/test/SemaCXX/
H A Darrow-operator.cpp31 class Node { public: Point Location(){ Point p; return p; } }; function in class:rdar8875304::Node
36 Line_Segment(node1->Location()); // expected-error {{not a structure or union}}
/external/llvm/utils/TableGen/
H A DCTagsEmitter.cpp34 Tag(const std::string &Name, const SMLoc Location) argument
35 : Id(&Name), Loc(Location) {}
/external/v8/src/debug/
H A Dinterface-types.h21 class V8_EXPORT_PRIVATE Location { class in namespace:v8::debug
23 Location(int line_number, int column_number);
27 Location();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTraceDebugEventListener.cs59 public override void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.TraceDebugEventListener
H A DBlankDebugEventListener.cs69 public virtual void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs121 public virtual void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.DebugEventHub
124 listener.Location(line, pos);
H A DDebugEventRepeater.cs77 public virtual void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.DebugEventRepeater
78 _listener.Location(line, pos);
H A DIDebugEventListener.cs162 void Location(int line, int pos); method in interface:Antlr.Runtime.Debug.IDebugEventListener
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb14 module Location module in class:ANTLR3.Test
33 end # module Location
57 include Location
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp173 typedef std::pair<StringRef, unsigned> Location; typedef
175 typedef DenseMap<Location, BBScopeMap> LocationBBMap;
176 typedef DenseMap<Location, unsigned> LocationDiscriminatorMap;
177 typedef DenseSet<Location> LocationSet;
192 Location L = std::make_pair(DIL->getFilename(), DIL->getLine());
231 Location L =
/external/perf_data_converter/src/
H A Dperf_data_handler.h56 struct Location { struct in class:perftools::PerfDataHandler
57 Location() : ip(0), mapping(nullptr) {} function in struct:perftools::PerfDataHandler::Location
66 Location from;
67 Location to;
89 std::vector<Location> callchain;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
H A DIDebugEventListener.cs164 void Location( int line, int pos ); method in interface:Antlr.Runtime.Debug.IDebugEventListener

Completed in 524 milliseconds

12345