Searched refs:Location (Results 51 - 75 of 286) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/
H A Dvarinfo4.stderr.exp5 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],
H A Dvarinfo3.stderr.exp5 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],
H A Dvarinfo5.stderr.exp17 Location 0x........ is 0 bytes inside global var "global_u1"
25 Location 0x........ is 0 bytes inside global var "global_i1"
33 Location 0x........ is 0 bytes inside global_u2[3],
41 Location 0x........ is 0 bytes inside global_i2[7],
49 Location 0x........ is 0 bytes inside local var "local"
58 Location 0x........ is 0 bytes inside var[7],
67 Location 0x........ is 2 bytes inside var.bar,
76 Location 0x........ is 1 byte inside local var "var"
85 Location 0x........ is 0 bytes inside static_global_def[1],
94 Location
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_data_type_controller.h55 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
78 const tracked_objects::Location& location);
81 void OnUnrecoverableErrorImpl(const tracked_objects::Location& from_here,
H A Dapp_data_type_controller.h31 const tracked_objects::Location& from_here,
H A Ddata_type_controller_mock.h26 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
H A Dextension_data_type_controller.h31 const tracked_objects::Location& from_here,
H A Dpreference_data_type_controller.h30 const tracked_objects::Location& from_here,
H A Dsession_data_type_controller.h36 const tracked_objects::Location& from_here,
H A Dtheme_data_type_controller.h31 const tracked_objects::Location& from_here,
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DSuppressableTask.java17 import org.apache.tools.ant.Location;
80 public static BuildException newBuildException (final String msg, final Location location)
89 public static BuildException newBuildException (final String msg, final Throwable cause, final Location location)
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.h73 GLint Location; /**< actual location assigned after linking */ member in struct:gl_program_parameter
/external/v8/src/
H A Dvariables.h50 enum Location { enum in class:v8::internal::Variable
153 Location location() const { return location_; }
160 void AllocateTo(Location location, int index) {
172 Location location_;
H A Dscanner.h301 struct Location { struct in class:v8::internal::Scanner
302 Location(int b, int e) : beg_pos(b), end_pos(e) { } function in struct:v8::internal::Scanner::Location
303 Location() : beg_pos(0), end_pos(0) { } function in struct:v8::internal::Scanner::Location
309 static Location invalid() { return Location(-1, -1); }
330 Location location() const { return current_.location; }
355 Location location = current_.location;
369 Location peek_location() const { return next_.location; }
398 Location octal_position() const { return octal_pos_; }
399 void clear_octal_position() { octal_pos_ = Location
[all...]
/external/chromium/base/
H A Dtracked_objects.h41 // created. That data is used to create a transient Location instance
50 // BirthOnThread) references to the static data provided in a Location instance,
52 // Hence there is at most one Births instance for each Location on each thread.
74 // instance at a Location. In many cases, instances (such as Tasks) are only
80 // collection of DeathData instances. For each birth place Location that is
95 // STL maps, which are indexed by Location. As noted earlier, we can compare
162 explicit BirthOnThread(const Location& location);
164 const Location location() const { return location_; }
171 const Location location_;
185 explicit Births(const Location
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp73 void RemoveAccessedObjects(const AliasAnalysis::Location &LoadedLoc,
165 /// getLocForWrite - Return a Location stored to by the specified instruction.
168 static AliasAnalysis::Location
175 AliasAnalysis::Location Loc = AA.getLocationForDest(MI);
176 // If we don't have target data around, an unknown size in Location means
180 return AliasAnalysis::Location();
185 if (II == 0) return AliasAnalysis::Location();
188 default: return AliasAnalysis::Location(); // Unhandled intrinsic.
190 // If we don't have target data around, an unknown size in Location means
193 if (AA.getTargetData() == 0) return AliasAnalysis::Location();
[all...]
/external/llvm/include/llvm/Analysis/
H A DLibCallAliasAnalysis.h41 const Location &Loc);
69 const Location &Loc);
/external/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp143 virtual AliasResult alias(const Location &LocA, const Location &LocB);
144 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
148 const Location &Loc);
213 TypeBasedAliasAnalysis::alias(const Location &LocA,
214 const Location &LocB) {
233 bool TypeBasedAliasAnalysis::pointsToConstantMemory(const Location &Loc,
273 const Location &Loc) {
/external/valgrind/main/drd/tests/
H A Datomic_var.stderr.exp6 Location 0x........ is 0 bytes inside local var "s_y"
H A Dsem_as_mutex3.stderr.exp4 Location 0x........ is 0 bytes inside local var "s_d3"
H A Dsem_open3.stderr.exp4 Location 0x........ is 0 bytes inside local var "s_d3"
/external/chromium/chrome/browser/extensions/
H A Dpending_extension_manager.cc70 const Extension::Location kSyncLocation = Extension::INTERNAL;
81 Extension::Location location) {
129 Extension::Location location) {
152 Extension::Location install_source) {
169 Extension::Location higher_priority_location =
H A Dcrx_installer.h105 Extension::Location install_source() const { return install_source_; }
106 void set_install_source(Extension::Location source) {
186 Extension::Location install_source_;
H A Dexternal_policy_extension_loader_unittest.cc68 Extension::Location unused) {
74 Extension::Location location) {
79 Extension::Location location1;
/external/chromium/base/threading/
H A Dworker_pool_posix.cc29 void PostTask(const tracked_objects::Location& from_here, Task* task,
45 void WorkerPoolImpl::PostTask(const tracked_objects::Location& from_here,
90 bool WorkerPool::PostTask(const tracked_objects::Location& from_here,

Completed in 374 milliseconds

1234567891011>>