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

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 76 void RemoveAccessedObjects(const AliasAnalysis::Location &LoadedLoc,
188 /// getLocForWrite - Return a Location stored to by the specified instruction.
191 static AliasAnalysis::Location
198 AliasAnalysis::Location Loc = AA.getLocationForDest(MI);
199 // If we don't have target data around, an unknown size in Location means
203 return AliasAnalysis::Location();
208 if (II == 0) return AliasAnalysis::Location();
211 default: return AliasAnalysis::Location(); // Unhandled intrinsic.
213 // If we don't have target data around, an unknown size in Location means
216 if (AA.getDataLayout() == 0) return AliasAnalysis::Location();
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo2.stderr.exp 5 Location 0x........ is 0 bytes inside var[7],
12 Location 0x........ is 2 bytes inside var.bar,
19 Location 0x........ is 1 byte inside local var "var"
varinfo4.stderr.exp 5 Location 0x........ is 1 byte inside a[3].xyzzy[21].c1,
12 Location 0x........ is 0 bytes inside a[5].bong,
19 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
varinfo3.stderr.exp 5 Location 0x........ is 0 bytes inside static_global_def[1],
12 Location 0x........ is 0 bytes inside nonstatic_global_def[2],
19 Location 0x........ is 0 bytes inside static_global_undef[3],
26 Location 0x........ is 0 bytes inside nonstatic_global_undef[4],
41 Location 0x........ is 0 bytes inside nonstatic_local_def[6],
56 Location 0x........ is 0 bytes inside nonstatic_local_undef[8],
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationCluster.java 18 import android.location.Location;
30 private ArrayList<Location> mLocations = new ArrayList<Location>();
48 public LocationCluster(Location location, long duration) {
49 super(location);
50 addSample(location, duration);
53 public void addSample(Location location, long duration)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller.h 55 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
78 const tracked_objects::Location& location);
81 void OnUnrecoverableErrorImpl(const tracked_objects::Location& from_here,
bookmark_data_type_controller.h 45 const tracked_objects::Location& from_here,
  /external/chromium_org/base/
deferred_sequenced_task_runner.cc 28 const tracked_objects::Location& from_here,
46 const tracked_objects::Location& from_here,
61 const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/sync/glue/
non_ui_data_type_controller.h 44 const tracked_objects::Location& from_here,
74 const tracked_objects::Location& from_here,
126 void DisableImpl(const tracked_objects::Location& from_here,
autofill_data_type_controller.h 43 const tracked_objects::Location& from_here,
autofill_profile_data_type_controller.h 41 const tracked_objects::Location& from_here,
extension_setting_data_type_controller.h 46 const tracked_objects::Location& from_here,
password_data_type_controller.h 35 const tracked_objects::Location& from_here,
proxy_data_type_controller.h 33 const tracked_objects::Location& from_here,
typed_url_data_type_controller.h 45 const tracked_objects::Location& from_here,
  /external/chromium_org/components/webdata/common/
web_database_service.h 34 class Location;
89 const tracked_objects::Location& from_here,
94 const tracked_objects::Location& from_here,
  /external/chromium_org/dbus/
mock_bus.h 64 const tracked_objects::Location& from_here,
67 const tracked_objects::Location& from_here,
70 const tracked_objects::Location& from_here,
  /external/chromium_org/sync/internal_api/public/util/
weak_handle.h 57 #include "base/location.h"
68 class Location;
116 void PostToOwnerThread(const tracked_objects::Location& from_here,
146 void Call(const tracked_objects::Location& from_here,
154 void Call(const tracked_objects::Location& from_here,
164 void Call(const tracked_objects::Location& from_here,
175 void Call(const tracked_objects::Location& from_here,
187 void Call(const tracked_objects::Location& from_here,
318 void Call(const tracked_objects::Location& from_here,
325 void Call(const tracked_objects::Location& from_here
    [all...]
  /external/chromium_org/v8/src/
scanner.h 287 struct Location {
288 Location(int b, int e) : beg_pos(b), end_pos(e) { }
289 Location() : beg_pos(0), end_pos(0) { }
295 static Location invalid() { return Location(-1, -1); }
312 // Returns the location information for the current token
314 Location location() const { return current_.location; } function in class:v8::internal::Scanner
343 Location location = current_.location local
436 Location location; member in struct:v8::internal::Scanner::TokenDesc
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/ant/
SuppressableTask.java 17 import org.apache.tools.ant.Location;
80 public static BuildException newBuildException (final String msg, final Location location)
86 return new BuildException (prefixedMsg, location);
89 public static BuildException newBuildException (final String msg, final Throwable cause, final Location location)
95 return new BuildException (prefixedMsg, cause, location);
  /external/v8/src/
scanner.h 301 struct Location {
302 Location(int b, int e) : beg_pos(b), end_pos(e) { }
303 Location() : beg_pos(0), end_pos(0) { }
309 static Location invalid() { return Location(-1, -1); }
328 // Returns the location information for the current token
330 Location location() const { return current_.location; } function in class:v8::internal::Scanner
355 Location location = current_.location local
443 Location location; member in struct:v8::internal::Scanner::TokenDesc
    [all...]
  /external/chromium_org/base/profiler/
scoped_profile.h 16 #include "base/location.h"
52 explicit ScopedProfile(const Location& location);
  /external/chromium_org/base/test/
test_pending_task.cc 12 const tracked_objects::Location& location,
17 : location(location),
  /external/chromium_org/base/threading/
worker_pool_posix.h 32 #include "base/location.h"
60 void PostTask(const tracked_objects::Location& from_here,
  /external/chromium_org/cc/test/
fake_scrollbar.h 22 virtual gfx::Point Location() const OVERRIDE;
32 void set_location(gfx::Point location) { location_ = location; }

Completed in 1425 milliseconds

1 2 3 4 5 6 7 891011>>