HomeSort by relevance Sort by last modified time
    Searched refs:Location (Results 101 - 125 of 887) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/sync/internal_api/
write_transaction.cc 13 WriteTransaction::WriteTransaction(const tracked_objects::Location& from_here,
21 WriteTransaction::WriteTransaction(const tracked_objects::Location& from_here,
  /external/chromium_org/sync/syncable/
syncable_write_transaction.h 20 WriteTransaction(const tracked_objects::Location& from_here,
28 WriteTransaction(const tracked_objects::Location& from_here,
syncable_read_transaction.h 18 ReadTransaction(const tracked_objects::Location& from_here,
  /external/mockito/src/org/mockito/internal/debugging/
LocationImpl.java 8 import org.mockito.invocation.Location;
12 public class LocationImpl implements Location, Serializable {
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
ExternalSharedPermsFLTest.java 20 import android.location.Location;
21 import android.location.LocationListener;
22 import android.location.LocationManager;
28 /** The use of location manager below is simply to simulate an app that
37 public void onLocationChanged(Location location) {}
  /frameworks/base/location/java/android/location/
IGpsStatusListener.aidl 17 package android.location;
19 import android.location.Location;
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 52 AliasAnalysis::alias(const Location &LocA, const Location &LocB) {
57 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc,
81 const Location &Loc) {
101 Location CSLoc(Arg, UnknownSize, CSTag);
112 // If Loc is a constant memory location, the call definitely could not
113 // modify the memory location.
159 Location CS2Loc(Arg, UnknownSize, CS2Tag);
179 Location CS1Loc(Arg, UnknownSize, CS1Tag);
227 AliasAnalysis::Location AliasAnalysis::getLocation(const LoadInst *LI)
    [all...]
  /external/chromium_org/content/public/browser/
browser_thread.h 12 #include "base/location.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,
135 const tracked_objects::Location& from_here,
143 const tracked_objects::Location& from_here,
166 static bool PostBlockingPoolTask(const tracked_objects::Location& from_here
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 20 /// \brief A location within a loaded module in the program. These are used when
21 /// the location can't be resolved to a SourceLocation.
34 /// A location of some data within the program's address space.
37 /// \brief Location at which a diagnostic can be emitted. Either a
39 class Location {
51 Location() : Kind(LK_Null) {}
52 Location(SourceLocation Loc) :
54 Location(ModuleLocation Loc) :
56 Location(MemoryLocation Loc) :
79 /// Try to obtain a location for the caller. This might fail, and produce eithe
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 108 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( 59, 14 )
    [all...]
ProfileTreeGrammar.cs 113 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( 59, 14 )
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 11 // distinct location in a function.
213 static bool isKind(const ProgramPoint &Location) {
214 return Location.getKind() == BlockEntranceKind;
234 static bool isKind(const ProgramPoint &Location) {
235 return Location.getKind() == BlockExitKind;
256 static bool isKind(const ProgramPoint &Location) {
257 unsigned k = Location.getKind();
274 static bool isKind(const ProgramPoint &Location) {
275 return Location.getKind() == PreStmtKind;
297 static bool isKind(const ProgramPoint &Location) {
    [all...]
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.h 33 // 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_org/base/profiler/
scoped_profile.cc 7 #include "base/location.h"
14 ScopedProfile::ScopedProfile(const Location& location)
15 : birth_(ThreadData::TallyABirthIfActive(location)),
  /external/chromium_org/base/
tracking_info.cc 17 const tracked_objects::Location& posted_from,
  /external/chromium_org/chrome/browser/sync/
backend_unrecoverable_error_handler.cc 22 const tracked_objects::Location& from_here,
backend_unrecoverable_error_handler.h 10 #include "base/location.h"
25 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/sync/glue/
non_frontend_data_type_controller_mock.h 30 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
36 bool(const tracked_objects::Location&,
51 MOCK_METHOD2(OnUnrecoverableErrorImpl, void(const tracked_objects::Location&,
53 MOCK_METHOD2(RecordUnrecoverableError, void(const tracked_objects::Location&,
  /external/chromium_org/chrome/browser/sync_file_system/
logger.h 11 #include "base/location.h"
26 const tracked_objects::Location& location,
  /external/chromium_org/extensions/common/
one_shot_event.cc 8 #include "base/location.h"
18 TaskInfo(const tracked_objects::Location& from_here,
24 tracked_objects::Location from_here;
36 void OneShotEvent::Post(const tracked_objects::Location& from_here,
41 void OneShotEvent::Post(const tracked_objects::Location& from_here,
  /external/chromium_org/sync/engine/
sync_scheduler.h 20 class Location;
98 const tracked_objects::Location& nudge_location) = 0;
107 const tracked_objects::Location& nudge_location) = 0;
116 const tracked_objects::Location& nudge_location) = 0;
  /external/chromium_org/sync/internal_api/public/util/
weak_handle.cc 10 #include "base/location.h"
27 const tracked_objects::Location& from_here,
  /external/chromium_org/sync/util/
test_unrecoverable_error_handler.cc 16 const tracked_objects::Location& from_here,
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsSmartNulls.java 13 import org.mockito.invocation.Location;
49 final Location location = new LocationImpl(); local
50 return Mockito.mock(type, new ThrowsSmartNullPointer(invocation, location));
57 private final Location location; field in class:ReturnsSmartNulls.ThrowsSmartNullPointer
59 public ThrowsSmartNullPointer(InvocationOnMock unstubbedInvocation, Location location) {
61 this.location = location;
70 new Reporter().smartNullPointerException(unstubbedInvocation.toString(), location); local
    [all...]
  /external/mockito/src/org/mockito/internal/verification/checkers/
NumberOfInvocationsChecker.java 16 import org.mockito.invocation.Location;
38 Location lastInvocation = finder.getLastLocation(actualInvocations);
41 Location firstUndesired = actualInvocations.get(wantedCount).getLocation();
44 Location firstUndesired = actualInvocations.get(wantedCount).getLocation();

Completed in 1486 milliseconds

1 2 3 45 6 7 8 91011>>