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

1234

/external/mockito/src/org/mockito/invocation/
H A DLocation.java13 public interface Location { interface
/external/qemu/include/qemu/
H A Derror-report.h20 typedef struct Location { struct
25 struct Location *prev;
26 } Location; typedef in typeref:struct:Location
28 Location *loc_push_restore(Location *loc);
29 Location *loc_push_none(Location *loc);
30 Location *loc_pop(Location *loc);
31 Location *loc_sav
[all...]
/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.
63 return "Location: tag="+tag+", classID="+classID+", methodID="+methodID+", index="+index;
67 * Compares this with other Location object.
70 if (!(obj instanceof Location))
[all...]
/external/chromium_org/base/
H A Dlocation.h15 // Location provides basic info where of an object was constructed, or was
17 class BASE_EXPORT Location { class in namespace:tracked_objects
22 Location(const char* function_name,
28 Location();
36 bool operator < (const Location& other) const {
68 // A "snapshotted" representation of the Location class that can safely be
73 explicit LocationSnapshot(const tracked_objects::Location& location);
87 ::tracked_objects::Location(function_name, \
H A Dlocation.cc20 Location::Location(const char* function_name, function in class:tracked_objects::Location
30 Location::Location() function in class:tracked_objects::Location
37 std::string Location::ToString() const {
42 void Location::Write(bool display_filename, bool display_function_name,
54 void Location::WriteFunctionName(std::string* output) const {
79 const tracked_objects::Location& location)
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DInput.h38 struct Location struct in class:pp::Input
43 Location() function in struct:pp::Input::Location
49 const Location &readLoc() const { return mReadLoc; }
57 Location mReadLoc;
/external/chromium_org/tools/gn/
H A Dlocation.cc11 Location::Location() function in class:Location
17 Location::Location(const InputFile* file, int line_number, int char_offset) function in class:Location
23 bool Location::operator==(const Location& other) const {
29 bool Location::operator!=(const Location& other) const {
33 bool Location::operator<(const Location
[all...]
H A Dlocation.h13 class Location { class
15 Location();
16 Location(const InputFile* file, int line_number, int char_offset);
22 bool operator==(const Location& other) const;
23 bool operator!=(const Location& other) const;
24 bool operator<(const Location& other) const;
42 LocationRange(const Location& begin, const Location& end);
44 const Location& begin() const { return begin_; }
45 const Location
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DScript.js53 /** @type {!Set.<!WebInspector.Script.Location>} */
252 var rawLocation = new WebInspector.DebuggerModel.Location(this.target(), this.scriptId, lineNumber, columnNumber || 0);
286 * @param {!WebInspector.DebuggerModel.Location} rawLocation
288 * @return {!WebInspector.Script.Location}
293 var location = new WebInspector.Script.Location(this, rawLocation, updateDelegate);
306 * @param {!WebInspector.DebuggerModel.Location} rawLocation
309 WebInspector.Script.Location = function(script, rawLocation, updateDelegate)
315 WebInspector.Script.Location.prototype = {
321 var debuggerModelLocation = /** @type {!WebInspector.DebuggerModel.Location} */ (this.rawLocation());
/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/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
/external/chromium_org/cc/test/
H A Dfake_scrollbar.cc40 gfx::Point FakeScrollbar::Location() const { return location_; } function in class:cc::FakeScrollbar
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dform_field_error.h44 enum Location { enum in class:autofill::wallet::FormFieldError
56 FormFieldError(ErrorType error_type, Location location);
60 Location location() const { return location_; }
80 Location location_;
/external/chromium_org/content/renderer/compositor_bindings/
H A Dscrollbar_impl.cc45 gfx::Point ScrollbarImpl::Location() const { function in class:content::ScrollbarImpl
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSignatureDictionary_autogen.cpp95 SkString SkPdfSignatureDictionary::Location(SkPdfNativeDoc* doc) { function in class:SkPdfSignatureDictionary
96 SkPdfNativeObject* ret = get("Location", "");
104 return get("Location", "") != NULL;
/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.cpp36 Tag(const std::string &Name, const SMLoc Location) argument
37 : Id(&Name), Loc(Location) {}
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSignatureDictionary_autogen.cpp95 SkString SkPdfSignatureDictionary::Location(SkPdfNativeDoc* doc) { function in class:SkPdfSignatureDictionary
96 SkPdfNativeObject* ret = get("Location", "");
104 return get("Location", "") != NULL;
/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
/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/chromium_org/extensions/common/features/
H A Dsimple_feature.h30 // Similar to Manifest::Location, these are the classes of locations
37 enum Location { enum in class:extensions::SimpleFeature
45 Location location() const { return location_; }
46 void set_location(Location location) { location_ = location; }
89 Manifest::Location location,
123 bool MatchesManifestLocation(Manifest::Location manifest_location) const;
134 Location location_;
/external/chromium_org/ppapi/generators/
H A Didl_node.py94 def Location(self): member in class:IDLNode
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.cpp30 #include "core/frame/Location.h"
44 Location::Location(LocalFrame* frame) function in class:WebCore::Location
50 inline const KURL& Location::url() const
61 String Location::href() const
69 String Location::protocol() const
76 String Location::host() const
83 String Location::hostname() const
90 String Location::port() const
97 String Location
[all...]
/external/jsoncpp/include/json/
H A Dreader.h26 typedef const Char *Location; typedef in class:Json::Reader
113 Location start_;
114 Location end_;
122 Location extra_;
130 bool match( Location pattern,
145 Location &current,
146 Location end,
149 Location &current,
150 Location end,
154 Location extr
[all...]

Completed in 1870 milliseconds

1234