HomeSort by relevance Sort by last modified time
    Searched defs:Location (Results 1 - 25 of 654) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/main/java/org/mockito/invocation/
Location.java 8 * Describes the location of something in the source code.
10 public interface Location {
13 * @return the location
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
location.go 13 type Location interface {
35 // A LocalSlot is a location in the stack frame, which identifies and stores
55 N GCNode // an ONAME *gc.Node representing a stack location.
70 type LocPair [2]Location
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
location.go 13 type Location interface {
35 // A LocalSlot is a location in the stack frame, which identifies and stores
55 N GCNode // an ONAME *gc.Node representing a stack location.
70 type LocPair [2]Location
  /external/libchrome/base/
location.cc 11 #include "base/location.h"
17 Location::Location(const char* function_name,
27 Location::Location()
34 Location::Location(const Location& other)
41 std::string Location::ToString() const {
46 void Location::Write(bool display_filename, bool display_function_name
    [all...]
location.h 18 // Location provides basic info where of an object was constructed, or was
20 class BASE_EXPORT Location {
25 Location(const char* function_name,
31 Location();
34 Location(const Location& other);
38 // identify this location.
39 bool operator==(const Location& other) const {
53 size_t operator()(const Location& location) const
    [all...]
  /system/tools/hidl/
Location.h 24 // Mimics for yy::location and yy::position
52 struct Location {
53 Location() = default;
54 Location(const Position& begin, const Position& end);
62 static Location startOf(const std::string& path);
64 static bool inSameFile(const Location& lhs, const Location& rhs);
65 static bool intersect(const Location& lhs, const Location& rhs);
68 bool operator<(const Location& loc) const
    [all...]
Location.cpp 17 #include "Location.h"
59 Location::Location(const Position& begin, const Position& end)
62 void Location::setLocation(const Position& begin, const Position& end) {
68 bool Location::isValid() const {
72 const Position& Location::begin() const {
76 const Position& Location::end() const {
80 Location Location::startOf(const std::string& path) {
81 return Location(Position(path, 1, 1), Position(path, 1, 1))
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Location.java 31 * This class represents Location value in JDWP packet.
33 public class Location {
40 * Creates new Location value with empty data.
42 public Location() {
50 * Creates new Location value with specified data.
52 public Location(byte tag, long classID, long methodID, long index) {
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/
Input.h 39 struct Location
44 Location() : sIndex(0), cIndex(0) {}
46 const Location &readLoc() const { return mReadLoc; }
58 Location mReadLoc;
  /prebuilts/go/darwin-x86/src/net/http/
response.go 123 // ErrNoLocation is returned by Response's Location method
124 // when no Location header is present.
125 var ErrNoLocation = errors.New("http: no Location header in response")
127 // Location returns the URL of the response's "Location" header,
130 // Location header is present.
131 func (r *Response) Location() (*url.URL, error) {
132 lv := r.Header.Get("Location")
  /prebuilts/go/linux-x86/src/net/http/
response.go 123 // ErrNoLocation is returned by Response's Location method
124 // when no Location header is present.
125 var ErrNoLocation = errors.New("http: no Location header in response")
127 // Location returns the URL of the response's "Location" header,
130 // Location header is present.
131 func (r *Response) Location() (*url.URL, error) {
132 lv := r.Header.Get("Location")
  /system/core/libunwindstack/include/unwindstack/
Regs.h 41 struct Location {
42 Location(LocationEnum type, int16_t value) : type(type), value(value) {}
48 Regs(uint16_t total_regs, const Location& return_loc)
85 Location return_loc_;
92 RegsImpl(uint16_t total_regs, Location return_loc)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
TraceDebugEventListener.cs 59 public override void Location(int line, int pos) {
60 Console.Out.WriteLine("location " + line + ":" + pos);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
TraceDebugEventListener.cs 66 public override void Location( int line, int pos )
68 Console.Out.WriteLine( "location " + line + ":" + pos );
  /external/clang/test/SemaCXX/
arrow-operator.cpp 31 class Node { public: Point Location(){ Point p; return p; } };
36 Line_Segment(node1->Location()); // expected-error {{not a structure or union}}
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 34 /// \brief Return the location of the diagnostic.
67 static void decodeLocation(CXSourceLocation location,
73 struct Location {
79 Location() : line(0), column(0), offset(0) {}
82 Location DiagLoc;
  /packages/apps/Camera2/src/com/android/camera/data/
Location.java 22 * Encapsulate latitude and longitude into a single location object.
24 * TODO: Add tests. Consider removing "ZERO" location and using UNKNOWN.
26 public final class Location {
27 public static final Location UNKNOWN = new Location(Double.NaN, Double.NaN);
28 public static final Location ZERO = new Location(0.0, 0.0);
33 private Location(double latitude, double longitude) {
59 return "Location: " + getLocationString();
71 Location location = (Location) o local
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 46 SourceLocation Location;
214 /// \param Loc the location at which a complete type was required but not
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 16 // out over several basic blocks, discriminators add more precise location
127 /// instructions in block 'if.then' have the exact same debug location
133 /// location with the last instruction of block 'entry'.
135 /// This new lexical block will have the same location information as
140 /// at location !dbg !10 that execute on different basic blocks. This is
154 /// location as instruction I2 of successor B2, then it creates a new
156 /// file and line location as I2. This new lexical block will have a
173 typedef std::pair<StringRef, unsigned> Location;
175 typedef DenseMap<Location, BBScopeMap> LocationBBMap;
176 typedef DenseMap<Location, unsigned> LocationDiscriminatorMap
    [all...]
  /external/v8/src/debug/
interface-types.h 18 * Defines location inside script.
21 class V8_EXPORT_PRIVATE Location {
23 Location(int line_number, int column_number);
25 * Create empty location.
27 Location();
  /frameworks/av/media/libaudioclient/include/media/
AudioTimestamp.h 38 enum Location {
100 // pipeline with a valid timestamp. If the optional location parameter is non-null,
101 // it will be filled with the location where the time was obtained.
103 int64_t *position, int64_t *time, int timebase, Location *location = nullptr) const {
115 if (location != nullptr) {
116 *location = (Location)i;
124 status_t getBestTimestamp(AudioTimestamp *timestamp, Location *location = nullptr) const
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
Location.java 40 public class Location {
51 public Location parentLocation;
54 public Location() {
58 public Location(Location other) {
65 public Location(Token start, Token end) {
84 public Location(ParserRuleContext context) {
89 public Location(int startLine, int startOffset, int endLine, int endOffset) {
98 return "Location{" +
107 public void setParentLocation(Location parentLocation)
206 Location location = new Location(); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 46 SourceLocation Location;
215 /// \param Loc the location at which a complete type was required but not
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
ExternalSemaSource.h 46 SourceLocation Location;
215 /// \param Loc the location at which a complete type was required but not
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
ExternalSemaSource.h 46 SourceLocation Location;
215 /// \param Loc the location at which a complete type was required but not

Completed in 1203 milliseconds

1 2 3 4 5 6 7 8 91011>>