Searched defs:Location (Results 1 - 25 of 98) 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.cc17 Location::Location(const char* function_name, function in class:tracked_objects::Location
27 Location::Location() function in class:tracked_objects::Location
34 std::string Location::ToString() const {
39 void Location::Write(bool display_filename, bool display_function_name,
51 void Location::WriteFunctionName(std::string* output) const {
76 const tracked_objects::Location& location)
/external/chromium_org/chrome/browser/mac/
H A Dmac_startup_profiler.h28 enum Location { enum in class:MacStartupProfiler
39 void Profile(Location location);
48 const std::string HistogramName(Location location);
51 void RecordHistogram(Location location, const base::TimeDelta& delta);
54 std::map<Location, base::Time> profiled_times_;
/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, function in class:Location
27 bool Location::operator==(const Location& other) const {
33 bool Location::operator!=(const Location& other) const {
37 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, int byte);
23 bool operator==(const Location& other) const;
24 bool operator!=(const Location& other) const;
25 bool operator<(const Location& other) const;
44 LocationRange(const Location& begin, const Location& end);
46 const Location& begin() const { return begin_; }
47 const Location
[all...]
/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/blink/
H A Dscrollbar_impl.cc45 gfx::Point ScrollbarImpl::Location() const { function in class:cc_blink::ScrollbarImpl
/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/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
/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.h29 // Similar to Manifest::Location, these are the classes of locations
36 enum Location { enum in class:extensions::SimpleFeature
44 Location location() const { return location_; }
45 void set_location(Location location) { location_ = location; }
94 Manifest::Location location,
125 bool MatchesManifestLocation(Manifest::Location manifest_location) const;
140 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:blink::Location
49 void Location::trace(Visitor* visitor)
54 inline const KURL& Location::url() const
65 String Location::href() const
73 String Location::protocol() const
80 String Location::host() const
87 String Location::hostname() const
94 String Location
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DDebuggerWorkspaceBinding.js115 * @param {!WebInspector.DebuggerModel.Location} rawLocation
117 * @return {!WebInspector.DebuggerWorkspaceBinding.Location}
123 var location = new WebInspector.DebuggerWorkspaceBinding.Location(info._script, rawLocation, this, updateDelegate);
131 * @return {!WebInspector.DebuggerWorkspaceBinding.Location}
143 * @param {!WebInspector.DebuggerModel.Location} rawLocation
158 * @return {?WebInspector.DebuggerModel.Location}
163 return targetData ? /** @type {?WebInspector.DebuggerModel.Location} */ (targetData._uiLocationToRawLocation(uiSourceCode, lineNumber, columnNumber)) : null;
170 * @return {!Array.<!WebInspector.DebuggerModel.Location>}
270 * @param {!WebInspector.DebuggerWorkspaceBinding.Location} location
279 * @param {!WebInspector.DebuggerWorkspaceBinding.Location} locatio
[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 3543 milliseconds

1234