/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 106 struct Location { struct 119 explicit Location(const Value *P = 0, uint64_t S = UnknownSize, argument 123 Location getWithNewPtr(const Value *NewPtr) const { in getWithNewPtr() argument 124 Location Copy(*this); in getWithNewPtr() 129 Location getWithNewSize(uint64_t NewSize) const { in getWithNewSize() argument 130 Location Copy(*this); in getWithNewSize() 135 Location getWithoutTBAATag() const { in getWithoutTBAATag() argument 136 Location Copy(*this); in getWithoutTBAATag() 144 Location getLocation(const LoadInst *LI); 145 Location getLocation(const StoreInst *SI); [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugTreeGrammar.cs | 108 dbg.Location( 53, -1 ); in prog() 117 dbg.Location( 53, 8 ); in prog() 151 dbg.Location( 53, 8 ); in prog() 187 dbg.Location(54, 4); in prog() 221 dbg.Location( 56, -1 ); in stat() 277 dbg.Location( 56, 8 ); in stat() 283 dbg.Location( 56, 35 ); in stat() 295 dbg.Location( 59, 8 ); in stat() 296 dbg.Location( 59, 10 ); in stat() 300 dbg.Location( 59, 14 ); in stat() [all …]
|
D | ProfileTreeGrammar.cs | 113 dbg.Location( 53, -1 ); in prog() 122 dbg.Location( 53, 8 ); in prog() 156 dbg.Location( 53, 8 ); in prog() 192 dbg.Location(54, 4); in prog() 226 dbg.Location( 56, -1 ); in stat() 282 dbg.Location( 56, 8 ); in stat() 288 dbg.Location( 56, 35 ); in stat() 300 dbg.Location( 59, 8 ); in stat() 301 dbg.Location( 59, 10 ); in stat() 305 dbg.Location( 59, 14 ); in stat() [all …]
|
D | ProfileGrammarParser.cs | 153 dbg.Location( 50, -1 ); in prog() 164 dbg.Location( 50, 6 ); in prog() 198 dbg.Location( 50, 8 ); in prog() 242 dbg.Location(51, 4); in prog() 303 dbg.Location( 53, -1 ); in stat() 336 dbg.Location( 53, 8 ); in stat() 343 dbg.Location( 53, 13 ); in stat() 363 dbg.Location( 53, 43 ); in stat() 378 dbg.Location( 54, 8 ); in stat() 382 dbg.Location( 54, 11 ); in stat() [all …]
|
D | DebugGrammarParser.cs | 149 dbg.Location( 50, -1 ); in prog() 160 dbg.Location( 50, 6 ); in prog() 194 dbg.Location( 50, 8 ); in prog() 238 dbg.Location(51, 4); in prog() 299 dbg.Location( 53, -1 ); in stat() 332 dbg.Location( 53, 8 ); in stat() 339 dbg.Location( 53, 13 ); in stat() 359 dbg.Location( 53, 43 ); in stat() 374 dbg.Location( 54, 8 ); in stat() 378 dbg.Location( 54, 11 ); in stat() [all …]
|
/external/qemu/ |
D | qemu-error.h | 16 typedef struct Location { struct 21 struct Location *prev; argument 22 } Location; typedef 24 Location *loc_push_restore(Location *loc); 25 Location *loc_push_none(Location *loc); 26 Location *loc_pop(Location *loc); 27 Location *loc_save(Location *loc); 28 void loc_restore(Location *loc);
|
D | qemu-error.c | 54 static Location std_loc = { 57 static Location *cur_loc = &std_loc; 64 Location *loc_push_restore(Location *loc) in loc_push_restore() 78 Location *loc_push_none(Location *loc) in loc_push_none() 89 Location *loc_pop(Location *loc) in loc_pop() 100 Location *loc_save(Location *loc) in loc_save() 110 void loc_restore(Location *loc) in loc_restore() 112 Location *prev = cur_loc->prev; in loc_restore()
|
/external/chromium_org/tools/gn/ |
D | location.h | 13 class Location { 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_; } in begin() 45 const Location& end() const { return end_; } in end() 50 Location begin_; [all …]
|
D | location.cc | 11 Location::Location() in Location() function in Location 17 Location::Location(const InputFile* file, int line_number, int char_offset) in Location() function in Location 23 bool Location::operator==(const Location& other) const { in operator ==() 29 bool Location::operator!=(const Location& other) const { in operator !=() 33 bool Location::operator<(const Location& other) const { in operator <() 40 std::string Location::Describe(bool include_char_offset) const { in Describe() 62 LocationRange::LocationRange(const Location& begin, const Location& end) in LocationRange()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | Location.cpp | 44 Location::Location(Frame* frame) in Location() function in WebCore::Location 50 inline const KURL& Location::url() const in url() 61 String Location::href() const in href() 69 String Location::protocol() const in protocol() 76 String Location::host() const in host() 83 String Location::hostname() const in hostname() 90 String Location::port() const in port() 97 String Location::pathname() const in pathname() 104 String Location::search() const in search() 111 String Location::origin() const in origin() [all …]
|
/external/chromium/base/ |
D | tracked.cc | 16 Location::Location(const char* function_name, const char* file_name, in Location() function in tracked_objects::Location 23 Location::Location() in Location() function in tracked_objects::Location 29 void Location::Write(bool display_filename, bool display_function_name, in Write() 41 void Location::WriteFunctionName(std::string* output) const { in WriteFunctionName() 67 void Tracked::SetBirthPlace(const Location& from_here) {} in SetBirthPlace() 68 const Location Tracked::GetBirthPlace() const { in GetBirthPlace() 69 static Location kNone("NoFunctionName", "NeedToSetBirthPlace", -1); in GetBirthPlace() 82 SetBirthPlace(Location("NoFunctionName", "NeedToSetBirthPlace", -1)); in Tracked() 92 void Tracked::SetBirthPlace(const Location& from_here) { in SetBirthPlace() 103 const Location Tracked::GetBirthPlace() const { in GetBirthPlace()
|
D | tracked.h | 39 class BASE_API Location { 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& from_here); 98 const Location GetBirthPlace() const;
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 213 static bool isKind(const ProgramPoint &Location) { in isKind() argument 214 return Location.getKind() == BlockEntranceKind; in isKind() 234 static bool isKind(const ProgramPoint &Location) { in isKind() argument 235 return Location.getKind() == BlockExitKind; in isKind() 256 static bool isKind(const ProgramPoint &Location) { in isKind() argument 257 unsigned k = Location.getKind(); in isKind() 274 static bool isKind(const ProgramPoint &Location) { in isKind() argument 275 return Location.getKind() == PreStmtKind; in isKind() 297 static bool isKind(const ProgramPoint &Location) { in isKind() argument 298 unsigned k = Location.getKind(); in isKind() [all …]
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 52 AliasAnalysis::alias(const Location &LocA, const Location &LocB) { in alias() 57 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() 81 const Location &Loc) { in getModRefInfo() 101 Location CSLoc(Arg, UnknownSize, CSTag); in getModRefInfo() 159 Location CS2Loc(Arg, UnknownSize, CS2Tag); in getModRefInfo() 179 Location CS1Loc(Arg, UnknownSize, CS1Tag); in getModRefInfo() 227 AliasAnalysis::Location AliasAnalysis::getLocation(const LoadInst *LI) { in getLocation() 228 return Location(LI->getPointerOperand(), in getLocation() 233 AliasAnalysis::Location AliasAnalysis::getLocation(const StoreInst *SI) { in getLocation() 234 return Location(SI->getPointerOperand(), in getLocation() [all …]
|
/external/chromium_org/extensions/common/ |
D | manifest.h | 27 enum Location { enum 71 static Location GetHigherPriorityLocation(Location loc1, Location loc2); 74 static inline bool IsExternalLocation(Location location) { in IsExternalLocation() 84 static inline bool IsUnpackedLocation(Location location) { in IsUnpackedLocation() 89 static inline bool IsAutoUpdateableLocation(Location location) { in IsAutoUpdateableLocation() 97 static inline bool IsPolicyLocation(Location location) { in IsPolicyLocation() 105 static inline bool ShouldAlwaysAllowFileAccess(Location location) { in ShouldAlwaysAllowFileAccess() 109 Manifest(Location location, scoped_ptr<base::DictionaryValue> value); 115 Location location() const { return location_; } in location() 181 Location location_;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | LocationTest.java | 3 import android.location.Location; 17 private Location location; 21 location = new Location(LocationManager.GPS_PROVIDER); in setUp() 33 Location copiedLocation = new Location(location); in test_copyConstructor() 40 Location newLocation = new Location(LocationManager.NETWORK_PROVIDER); in test_set() 69 Location defaultLocation = new Location(LocationManager.GPS_PROVIDER); in defaultLocationShouldNotReportFieldsAsAvailable() 86 Location l = new Location(LocationManager.GPS_PROVIDER); in settingFieldShouldMakeHasFieldReturnTrue() 104 private void assertLocationFieldsFromTestSetup(Location l) { in assertLocationFieldsFromTestSetup()
|
/external/chromium_org/base/ |
D | location.cc | 20 Location::Location(const char* function_name, in Location() function in tracked_objects::Location 30 Location::Location() in Location() function in tracked_objects::Location 37 std::string Location::ToString() const { in ToString() 42 void Location::Write(bool display_filename, bool display_function_name, in Write() 54 void Location::WriteFunctionName(std::string* output) const { in WriteFunctionName() 79 const tracked_objects::Location& location) in LocationSnapshot()
|
D | location.h | 17 class BASE_EXPORT Location { 22 Location(const char* function_name, 28 Location(); 36 bool operator < (const Location& other) const { 73 explicit LocationSnapshot(const tracked_objects::Location& location); 87 ::tracked_objects::Location(function_name, \
|
D | sequenced_task_runner.h | 111 bool PostNonNestableTask(const tracked_objects::Location& from_here, 115 const tracked_objects::Location& from_here, 123 bool DeleteSoon(const tracked_objects::Location& from_here, in DeleteSoon() 134 bool ReleaseSoon(const tracked_objects::Location& from_here, in ReleaseSoon() 148 bool DeleteSoonInternal(const tracked_objects::Location& from_here, 152 bool ReleaseSoonInternal(const tracked_objects::Location& from_here,
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCAliasAnalysis.cpp | 55 ObjCARCAliasAnalysis::alias(const Location &LocA, const Location &LocB) { in alias() 64 AliasAnalysis::alias(Location(SA, LocA.Size, LocA.TBAATag), in alias() 65 Location(SB, LocB.Size, LocB.TBAATag)); in alias() 74 Result = AliasAnalysis::alias(Location(UA), Location(UB)); in alias() 87 ObjCARCAliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() 95 if (AliasAnalysis::pointsToConstantMemory(Location(S, Loc.Size, Loc.TBAATag), in pointsToConstantMemory() 103 return AliasAnalysis::pointsToConstantMemory(Location(U), OrLocal); in pointsToConstantMemory() 132 ObjCARCAliasAnalysis::getModRefInfo(ImmutableCallSite CS, const Location &Loc) { in getModRefInfo()
|
/external/clang/unittests/Tooling/ |
D | TestVisitor.h | 132 void Match(StringRef Name, SourceLocation Location) { in Match() argument 133 const FullSourceLoc FullLocation = this->Context->getFullLoc(Location); in Match() 160 bool Matches(StringRef Name, FullSourceLoc const &Location) const { in Matches() 161 return MatchesName(Name) && MatchesLocation(Location); in Matches() 164 bool PartiallyMatches(StringRef Name, FullSourceLoc const &Location) const { in PartiallyMatches() 165 return MatchesName(Name) || MatchesLocation(Location); in PartiallyMatches() 172 bool MatchesLocation(FullSourceLoc const &Location) const { in MatchesLocation() 173 return Location.isValid() && in MatchesLocation() 174 Location.getSpellingLineNumber() == LineNumber && in MatchesLocation() 175 Location.getSpellingColumnNumber() == ColumnNumber; in MatchesLocation() [all …]
|
/external/chromium_org/content/public/browser/ |
D | browser_thread.h | 100 const tracked_objects::Location& from_here, 103 const tracked_objects::Location& from_here, 107 const tracked_objects::Location& from_here, 111 const tracked_objects::Location& from_here, 117 const tracked_objects::Location& from_here, 124 const tracked_objects::Location& from_here, in PostTaskAndReplyWithResult() 135 const tracked_objects::Location& from_here, in DeleteSoon() 143 const tracked_objects::Location& from_here, in ReleaseSoon() 170 static bool PostBlockingPoolTask(const tracked_objects::Location& from_here, 173 const tracked_objects::Location& from_here, [all …]
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.h | 39 class Location { 51 Location() : Kind(LK_Null) {} in Location() function 52 Location(SourceLocation Loc) : in Location() function 54 Location(ModuleLocation Loc) : in Location() function 56 Location(MemoryLocation Loc) : in Location() function 81 Location getCallerLocation(uptr CallerLoc = GET_CALLER_PC()); 91 Location Start, End; 98 Location getStart() const { return Start; } in getStart() 99 Location getEnd() const { return End; } in getEnd() 118 Location Loc; [all …]
|
/external/chromium_org/base/threading/ |
D | sequenced_worker_pool.h | 19 class Location; variable 226 bool PostWorkerTask(const tracked_objects::Location& from_here, 238 bool PostDelayedWorkerTask(const tracked_objects::Location& from_here, 244 const tracked_objects::Location& from_here, 260 const tracked_objects::Location& from_here, 266 const tracked_objects::Location& from_here, 280 const tracked_objects::Location& from_here, 288 const tracked_objects::Location& from_here, 293 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
D | extension_manifest_test.h | 61 extensions::Manifest::Location location = 67 extensions::Manifest::Location location = 73 extensions::Manifest::Location location = 80 extensions::Manifest::Location location = 87 extensions::Manifest::Location location = 98 extensions::Manifest::Location location = 104 extensions::Manifest::Location location = 122 extensions::Manifest::Location location_; 126 extensions::Manifest::Location location, int flags); 133 extensions::Manifest::Location location,
|