Searched refs:getLocationInfo (Results 1 - 24 of 24) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h140 /// getLocationInfo - Return information about the specified LocationID.
141 const LibCallLocationInfo &getLocationInfo(unsigned LocID) const;
153 /// getLocationInfo - Return descriptors for the locations referenced by
155 virtual unsigned getLocationInfo(const LibCallLocationInfo *&Array) const { function in class:llvm::LibCallInfo
/external/llvm/lib/Analysis/
H A DLibCallSemantics.cpp31 const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const { function in class:LibCallInfo
34 NumLocations = getLocationInfo(Locations);
H A DLibCallAliasAnalysis.cpp68 LCI->getLocationInfo(Details[i].LocationID);
89 LCI->getLocationInfo(Details[i].LocationID);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dtable_shifter.js87 var locationInfo = this.currentWalker_.getLocationInfo(sel);
H A Dtable_walker.js277 var locationInfo = this.getLocationInfo(sel);
352 cvox.TableWalker.prototype.getLocationInfo = function(sel) {
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dbreadcrumbs_controller.js54 var entryLocationInfo = this.volumeManager_.getLocationInfo(currentEntry);
108 var locationInfo = this.volumeManager_.getLocationInfo(entry);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dvolume_manager_wrapper.js264 VolumeManagerWrapper.prototype.getLocationInfo = function(entry) {
266 this.volumeManager_ && this.volumeManager_.getLocationInfo(entry);
H A Ddirectory_model.js96 var locationInfo = this.volumeManager_.getLocationInfo(entry);
110 var locationInfo = this.volumeManager_.getLocationInfo(currentDirEntry);
556 this.volumeManager_.getLocationInfo(dirContents.getDirectoryEntry());
1003 var locationInfo = this.volumeManager_.getLocationInfo(entry);
H A Dfile_manager_commands.js356 var locationInfo = this.fileManager_.volumeManager.getLocationInfo(root);
416 var location = root && fileManager.volumeManager.getLocationInfo(root);
835 var location = entry && fileManager.volumeManager.getLocationInfo(entry);
868 var location = entry && fileManager.volumeManager.getLocationInfo(entry);
H A Dfile_transfer_controller.js911 this.volumeManager_.getLocationInfo(destinationEntry);
1037 var locationInfo = this.volumeManager_.getLocationInfo(currentDir);
1088 this.volumeManager_.getLocationInfo(destinationEntry);
H A Dfile_grid.js151 var locationInfo = volumeManager.getLocationInfo(entry);
H A Ddirectory_tree.js196 var location = tree.volumeManager.getLocationInfo(dirEntry);
391 var locationInfo = tree.volumeManager_.getLocationInfo(this.entry);
H A Dfile_manager.js1763 var locationInfo = this.volumeManager_.getLocationInfo(entry);
1968 var locationInfo = this.volumeManager_.getLocationInfo(inEntry);
2006 var locationInfo = this.volumeManager_.getLocationInfo(inEntry);
2038 var locationInfo = this.volumeManager_.getLocationInfo(
2712 var location = this.volumeManager_.getLocationInfo(entry);
3431 var locationInfo = this.volumeManager_.getLocationInfo(currentEntry);
3914 var locationInfo = this.volumeManager_.getLocationInfo(entry);
H A Ddrive_banners.js401 var locationInfo = this.volumeManager_.getLocationInfo(entry);
H A Dfile_tasks.js213 var locationInfo = fm.volumeManager.getLocationInfo(this.entries_[index]);
H A Dfile_table.js481 var locationInfo = this.volumeManager_.getLocationInfo(entry);
/external/chromium_org/ui/file_manager/gallery/js/
H A Dgallery_item.js84 Gallery.Item.prototype.getLocationInfo = function() {
288 var locationInfo = volumeManager.getLocationInfo(fileEntry);
H A Dgallery.js78 var oldLocationInfo = item.getLocationInfo();
500 var locationInfo = self.volumeManager_.getLocationInfo(chunkItem.entry);
862 this.filenameEdit_.disabled = selectedItem.getLocationInfo().isReadOnly;
865 this.shareButton_.hidden = !selectedItem.getLocationInfo().isDriveBased;
H A Dmosaic_mode.js144 this.volumeManager_.getLocationInfo(this.dataModel_.item(i).getEntry());
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dvolume_manager.js727 VolumeManager.prototype.getLocationInfo = function(entry) {
/external/chromium_org/ui/file_manager/file_manager/common/js/
H A Dutil.js1226 var locationInfo = volumeManager.getLocationInfo(entry);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dmetadata_cache.js795 var locationInfo = this.volumeManager_.getLocationInfo(entry);
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js1141 cvox.TableWalker.prototype.getHeaderText_=function(a){this.tt.initialize(this.getTableNode_(a));return(a=this.tt.findNearestCursor(a.start.node))&&this.tt.goToCell(a)?this.getRowHeaderText_(a)+" "+this.getColHeaderText_(a):cvox.ChromeVox.msgs.getMsg("not_inside_table")};cvox.TableWalker.prototype.getLocationDescription_=function(a){a=this.getLocationInfo(a);return null==a?null:[new cvox.NavDescription({text:cvox.ChromeVox.msgs.getMsg("table_location",a)})]};
1144 b};cvox.TableWalker.prototype.getLocationInfo=function(a){this.tt.initialize(this.getTableNode_(a));return(a=this.tt.findNearestCursor(a.start.node))?[a[0]+1,this.tt.rowCount,a[1]+1,this.tt.colCount].map(function(a){return cvox.ChromeVox.msgs.getNumber(a)}):null};
1147 cvox.TableShifter.prototype.getDescription=function(a,b){var c=this.currentWalker_.getDescription(a,b);if(0<c.length&&(this.bumpedEdge_&&(c[0].pushEarcon(cvox.AbstractEarcons.WRAP_EDGE),this.bumpedEdge_=!1),this.begin_)){var d=this.currentWalker_.tt.summaryText(),e=this.currentWalker_.getLocationInfo(b);null!=e&&c.push(new cvox.NavDescription({context:cvox.ChromeVox.msgs.getMsg("table_location",e),text:"",annotation:d?d+" ":""}));this.currentWalker_.tt.isSpanned()&&c.push(new cvox.NavDescription({text:"",
H A DchromeVoxChromeBackgroundScript.js1412 cvox.TableWalker.prototype.getHeaderText_=function(a){this.tt.initialize(this.getTableNode_(a));return(a=this.tt.findNearestCursor(a.start.node))&&this.tt.goToCell(a)?this.getRowHeaderText_(a)+" "+this.getColHeaderText_(a):cvox.ChromeVox.msgs.getMsg("not_inside_table")};cvox.TableWalker.prototype.getLocationDescription_=function(a){a=this.getLocationInfo(a);return null==a?null:[new cvox.NavDescription({text:cvox.ChromeVox.msgs.getMsg("table_location",a)})]};
1415 b};cvox.TableWalker.prototype.getLocationInfo=function(a){this.tt.initialize(this.getTableNode_(a));return(a=this.tt.findNearestCursor(a.start.node))?[a[0]+1,this.tt.rowCount,a[1]+1,this.tt.colCount].map(function(a){return cvox.ChromeVox.msgs.getNumber(a)}):null};
1418 cvox.TableShifter.prototype.getDescription=function(a,b){var c=this.currentWalker_.getDescription(a,b);if(0<c.length&&(this.bumpedEdge_&&(c[0].pushEarcon(cvox.AbstractEarcons.WRAP_EDGE),this.bumpedEdge_=!1),this.begin_)){var d=this.currentWalker_.tt.summaryText(),e=this.currentWalker_.getLocationInfo(b);null!=e&&c.push(new cvox.NavDescription({context:cvox.ChromeVox.msgs.getMsg("table_location",e),text:"",annotation:d?d+" ":""}));this.currentWalker_.tt.isSpanned()&&c.push(new cvox.NavDescription({text:"",

Completed in 2862 milliseconds