Searched refs:Location (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/external/qemu/
H A Dqemu-error.h16 typedef struct Location { struct
21 struct Location *prev;
22 } Location; typedef in typeref:struct:Location
24 Location *loc_push_restore(Location *loc);
25 Location *loc_push_none(Location *loc);
26 Location *loc_pop(Location *loc);
27 Location *loc_sav
[all...]
H A Dqemu-error.c54 static Location std_loc = {
57 static Location *cur_loc = &std_loc;
64 Location *loc_push_restore(Location *loc)
78 Location *loc_push_none(Location *loc)
89 Location *loc_pop(Location *loc)
100 Location *loc_save(Location *lo
[all...]
/external/chromium/base/
H A Dtracked.cc16 Location::Location(const char* function_name, const char* file_name, function in class:tracked_objects::Location
23 Location::Location() function in class:tracked_objects::Location
29 void Location::Write(bool display_filename, bool display_function_name,
41 void Location::WriteFunctionName(std::string* output) const {
67 void Tracked::SetBirthPlace(const Location& from_here) {}
68 const Location Tracked::GetBirthPlace() const {
69 static Location kNone("NoFunctionName", "NeedToSetBirthPlace", -1);
82 SetBirthPlace(Location("NoFunctionNam
[all...]
H A Dmessage_loop_proxy_impl.h25 virtual bool PostTask(const tracked_objects::Location& from_here,
27 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
29 virtual bool PostNonNestableTask(const tracked_objects::Location& from_here,
32 const tracked_objects::Location& from_here,
47 bool PostTaskHelper(const tracked_objects::Location& from_here,
H A Dtracked.h9 // to as its Location. The Location is a file and line number, most
12 // do additonal things), its Location may be redefined to that later location.
36 // Location provides basic info where of an object was constructed, or was
39 class BASE_API Location { class in namespace:tracked_objects
44 Location(const char* function_name, const char* file_name, int line_number);
47 Location();
55 bool operator < (const Location& other) const {
83 #define FROM_HERE tracked_objects::Location(__FUNCTION__, __FILE__, __LINE__)
97 void SetBirthPlace(const Location
[all...]
H A Dmessage_loop_proxy.h34 virtual bool PostTask(const tracked_objects::Location& from_here,
36 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
38 virtual bool PostNonNestableTask(const tracked_objects::Location& from_here,
41 const tracked_objects::Location& from_here,
49 bool DeleteSoon(const tracked_objects::Location& from_here,
54 bool ReleaseSoon(const tracked_objects::Location& from_here,
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Dpywebsocket.conf39 <Location /ws>
41 </Location>
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h19 // This API identifies memory regions with the Location class. The pointer
105 /// Location - A description of a memory location.
106 struct Location { struct in class:llvm::AliasAnalysis
119 explicit Location(const Value *P = 0, uint64_t S = UnknownSize, function in struct:llvm::AliasAnalysis::Location
123 Location getWithNewPtr(const Value *NewPtr) const {
124 Location Copy(*this);
129 Location getWithNewSize(uint64_t NewSize) const {
130 Location Copy(*this);
135 Location getWithoutTBAATag() const {
136 Location Cop
[all...]
/external/chromium/base/threading/
H A Dworker_pool.h30 static bool PostTask(const tracked_objects::Location& from_here,
/external/chromium/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller_mock.h27 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
35 const tracked_objects::Location& from_here));
37 const tracked_objects::Location& from_here));
39 MOCK_METHOD2(RecordUnrecoverableError, void(const tracked_objects::Location&,
H A Ddata_type_manager.h55 scoped_ptr<tracked_objects::Location> location;
59 const tracked_objects::Location& location,
63 this->location.reset(new tracked_objects::Location(
H A Dfrontend_data_type_controller.h33 // const tracked_objects::Location& from_here,
59 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
78 const tracked_objects::Location& from_here);
82 const tracked_objects::Location& from_here);
91 const tracked_objects::Location& from_here,
/external/chromium/chrome/browser/sync/
H A Dunrecoverable_error_handler.h21 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
/external/llvm/autoconf/m4/
H A Dconfig_project.m46 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
/external/llvm/lib/Analysis/
H A DNoAliasAnalysis.cpp42 virtual AliasResult alias(const Location &LocA, const Location &LocB) {
53 virtual bool pointsToConstantMemory(const Location &Loc,
58 const Location &Loc) {
H A DAliasAnalysis.cpp51 AliasAnalysis::alias(const Location &LocA, const Location &LocB) {
56 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc,
80 const Location &Loc) {
100 Location CSLoc(Arg, UnknownSize, CSTag);
158 Location CS2Loc(Arg, UnknownSize, CS2Tag);
178 Location CS1Loc(Arg, UnknownSize, CS1Tag);
226 AliasAnalysis::Location AliasAnalysis::getLocation(const LoadInst *LI) {
227 return Location(LI->getPointerOperand(),
232 AliasAnalysis::Location AliasAnalysi
[all...]
/external/llvm/projects/sample/autoconf/m4/
H A Dconfig_project.m46 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
/external/webkit/Source/WebCore/page/
H A DLocation.cpp30 #include "Location.h"
40 Location::Location(Frame* frame) function in class:WebCore::Location
45 void Location::disconnectFrame()
50 inline const KURL& Location::url() const
61 String Location::href() const
69 String Location::protocol() const
77 String Location::host() const
88 String Location::hostname() const
96 String Location
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammar.cs108 dbg.Location( 53, -1 );
117 dbg.Location( 53, 8 );
151 dbg.Location( 53, 8 );
187 dbg.Location(54, 4);
221 dbg.Location( 56, -1 );
277 dbg.Location( 56, 8 );
283 dbg.Location( 56, 35 );
295 dbg.Location( 59, 8 );
296 dbg.Location( 59, 10 );
300 dbg.Location( 5
[all...]
H A DProfileTreeGrammar.cs113 dbg.Location( 53, -1 );
122 dbg.Location( 53, 8 );
156 dbg.Location( 53, 8 );
192 dbg.Location(54, 4);
226 dbg.Location( 56, -1 );
282 dbg.Location( 56, 8 );
288 dbg.Location( 56, 35 );
300 dbg.Location( 59, 8 );
301 dbg.Location( 59, 10 );
305 dbg.Location( 5
[all...]
/external/chromium/chrome/browser/extensions/
H A Dexternal_extension_provider_impl.h37 Extension::Location crx_location,
38 Extension::Location download_location);
58 Extension::Location* location,
72 // Location for external extensions that are provided by this provider from
74 const Extension::Location crx_location_;
76 // Location for external extensions that are provided by this provider from
78 const Extension::Location download_location_;
H A Dexternal_extension_provider_interface.h32 Extension::Location location) = 0;
37 Extension::Location location) = 0;
65 Extension::Location* location,
H A Dpending_extension_info.h30 Extension::Location install_source);
52 Extension::Location install_source() const { return install_source_; }
66 Extension::Location install_source_;
/external/clang/include/clang/Analysis/
H A DProgramPoint.h189 static bool classof(const ProgramPoint* Location) { argument
190 return Location->getKind() == BlockEntranceKind;
207 static bool classof(const ProgramPoint* Location) { argument
208 return Location->getKind() == BlockExitKind;
225 static bool classof(const ProgramPoint* Location) { argument
226 unsigned k = Location->getKind();
240 static bool classof(const ProgramPoint* Location) { argument
241 return Location->getKind() == PreStmtKind;
260 static bool classof(const ProgramPoint* Location) { argument
261 unsigned k = Location
273 classof(const ProgramPoint* Location) argument
318 classof(const ProgramPoint* Location) argument
336 classof(const ProgramPoint* Location) argument
354 classof(const ProgramPoint* Location) argument
367 classof(const ProgramPoint* Location) argument
380 classof(const ProgramPoint* Location) argument
401 classof(const ProgramPoint* Location) argument
412 classof(const ProgramPoint *Location) argument
431 classof(const ProgramPoint *Location) argument
446 classof(const ProgramPoint *Location) argument
460 classof(const ProgramPoint *Location) argument
481 classof(const ProgramPoint *Location) argument
501 classof(const ProgramPoint *Location) argument
519 classof(const ProgramPoint *Location) argument
534 classof(const ProgramPoint* Location) argument
[all...]
/external/valgrind/main/drd/tests/
H A Dtc01_simple_race.stderr.exp4 Location 0x........ is 0 bytes inside global var "x"
9 Location 0x........ is 0 bytes inside global var "x"

Completed in 440 milliseconds

1234567891011>>