| /external/clang/lib/Parse/ |
| Parser.cpp | [all...] |
| /external/clang/lib/Sema/ |
| SemaAccess.cpp | 604 /// The path down to the current base class. 615 /// Check classes in the current path for friendship, starting at 632 /// along the current path such that a notional public member of 633 /// the final class in the path would have access in that class. 635 // If we ever reach the naming class, check the current path for 697 /// of NamingClass) might be more accessible along some path not 810 // along this path, we just need to check whether the classes 870 /// Finds the best path from the naming class to the declaring class, 896 /// Along a single inheritance path we can restate both of these 904 /// Let B_1 .. B_n be the inheritance path in question (i.e. wher 1188 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths); local [all...] |
| SemaCast.cpp | 755 const CXXBasePath &Path = *I; 758 for (CXXBasePath::const_iterator IElem = Path.begin(), EElem = Path.end(); 778 // Don't warn if any path is a non-virtually derived base at offset zero. [all...] |
| SemaDeclCXX.cpp | [all...] |
| SemaExpr.cpp | [all...] |
| /external/clang/lib/StaticAnalyzer/Core/ |
| PathDiagnostic.cpp | 1 //===--- PathDiagnostic.cpp - Path-Specific Diagnostic Handling -*- C++ -*-===// 79 Call->path.flattenTo(Primary, Primary, ShouldFlattenMacros); 94 // FIXME: This probably shouldn't mutate the original path piece. 123 path(pathImpl) {} 137 // Check if CP represents a path through a function outside of the main file. 141 const PathPieces &Path = CP->path; 142 if (Path.empty()) 145 // Check if the last piece in the callee path is a call to a function outside 148 dyn_cast<PathDiagnosticCallPiece>(Path.back())) 221 const PathPieces &path = *WorkList.pop_back_val(); local [all...] |
| /external/jsoncpp/chromium-overrides/include/json/ |
| value.h | 508 /** \brief Experimental and untested: represents an element of the "path" to access a node. 513 friend class Path; 532 /** \brief Experimental and untested: represents a "path" to access a node. 543 class Path 546 Path( const std::string &path, 556 /// Creates the "path" to access the specified node and returns a reference on the node. 563 void makePath( const std::string &path, 565 void addPathInArg( const std::string &path, 569 void invalidPath( const std::string &path, [all...] |
| /external/jsoncpp/include/json/ |
| value.h | 508 /** \brief Experimental and untested: represents an element of the "path" to access a node. 513 friend class Path; 532 /** \brief Experimental and untested: represents a "path" to access a node. 543 class Path 546 Path( const std::string &path, 556 /// Creates the "path" to access the specified node and returns a reference on the node. 563 void makePath( const std::string &path, 565 void addPathInArg( const std::string &path, 569 void invalidPath( const std::string &path, [all...] |
| /external/llvm/include/llvm/Support/ |
| FileSystem.h | 12 // path class. 266 /// @brief Make \a path an absolute path. 268 /// Makes \a path absolute using the current directory if it is not already. An 269 /// empty \a path will result in the current directory. 271 /// /absolute/path => /absolute/path 272 /// relative/../path => <current-directory>/relative/../path 274 /// @param path A path that is modified to be an absolute path 726 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry [all...] |
| /external/pdfium/core/src/reflow/ |
| reflowedpage.h | 298 typedef enum {Unknow, Text, Image, Path, Line, paragraph} RF_DataType; 360 m_Type = Path;
|
| /external/chromium_org/third_party/polymer/platform/ |
| platform.js | 32 function PointerGestureEvent(a,b){var c=b||{},d=document.createEvent("Event"),e={bubbles:Boolean(c.bubbles)===c.bubbles||!0,cancelable:Boolean(c.cancelable)===c.cancelable||!0};d.initEvent(a,e.bubbles,e.cancelable);for(var f,g=Object.keys(c),h=0;h<g.length;h++)f=g[h],d[f]=c[f];return d.preventTap=this.preventTap,d}"undefined"==typeof WeakMap&&!function(){var a=Object.defineProperty,b=Date.now()%1e9,c=function(){this.name="__st"+(1e9*Math.random()>>>0)+(b++ +"__")};c.prototype={set:function(b,c){var d=b[this.name];d&&d[0]===b?d[1]=c:a(b,this.name,{value:[b,c],writable:!0})},get:function(a){var b;return(b=a[this.name])&&b[0]===a?b[1]:void 0},"delete":function(a){this.set(a,void 0)}},window.WeakMap=c}(),function(global){"use strict";function detectObjectObserve(){function a(a){b=a}if("function"!=typeof Object.observe||"function"!=typeof Array.observe)return!1;var b=[],c={},d=[];return Object.observe(c,a),Array.observe(d,a),c.id=1,c.id=2,delete c.id,d.push(1,2),d.length=0,Object.deliverChangeRecords(a),5!==b.length?!1:"add"!=b[0].type||"update"!=b[1].type||"delete"!=b[2].type||"splice"!=b[3].type||"splice"!=b[4].type?!1:(Object.unobserve(c,a),Array.unobserve(d,a),!0)}function detectEval(){if(global.document&&"securityPolicy"in global.document&&!global.document.securityPolicy.allowsEval)return!1;try{var a=new Function("","return true;");return a()}catch(b){return!1}}function isIndex(a){return+a===a>>>0}function toNumber(a){return+a}function isObject(a){return a===Object(a)}function areSameValue(a,b){return a===b?0!==a||1/a===1/b:numberIsNaN(a)&&numberIsNaN(b)?!0:a!==a&&b!==b}function isPathValid(a){return"string"!=typeof a?!1:(a=a.trim(),""==a?!0:"."==a[0]?!1:pathRegExp.test(a))}function Path(a,b){if(b!==constructorIsPrivate)throw Error("Use Path.get to retrieve path objects");return""==a.trim()?this:isIndex(a)?(this.push(a),this):(a.split(/\s*\.\s*/).filter(function(a){return a}).forEach(function(a){this.push(a)},this),void(hasEval&&this.length&&(this.getValueFrom=this.compiledGetValueFromFn())))}function getPath(a){if(a instanceof Path)return a;null==a&&(a=""),"string"!=typeof a&&(a=String(a));var b=pathCache[a];if(b)return b;if(!isPathValid(a))return invalidPath;var b=new Path(a,constructorIsPrivate);return pathCache[a]=b,b}function dirtyCheck(a){for(var b=0;MAX_DIRTY_CHECK_CYCLES>b&&a.check_();)b++;return global.testingExposeCycleCount&&(global.dirtyCheckCycleCount=b),b>0}function objectIsEmpty(a){for(var b in a)return!1;return!0}function diffIsEmpty(a){return objectIsEmpty(a.added)&&objectIsEmpty(a.removed)&&objectIsEmpty(a.changed)}function diffObjectFromOldObject(a,b){var c={},d={},e={};for(var f in b){var g=a[f];(void 0===g||g!==b[f])&&(f in a?g!==b[f]&&(e[f]=g):d[f]=void 0)}for(var f in a)f in b||(c[f]=a[f]);return Array.isArray(a)&&a.length!==b.length&&(e.length=a.length),{added:c,removed:d,changed:e}}function runEOMTasks(){if(!eomTasks.length)return!1;for(var a=0;a<eomTasks.length;a++)eomTasks[a]();return eomTasks.length=0,!0}function newObservedObject(){function a(a){b&&b.state_===OPENED&&!d&&b.check_(a)}var b,c,d=!1,e=!0;return{open:function(c){if(b)throw Error("ObservedObject in use");e||Object.deliverChangeRecords(a),b=c,e=!1},observe:function(b,d){c=b,d?Array.observe(c,a):Object.observe(c,a)},deliver:function(b){d=b,Object.deliverChangeRecords(a),d=!1},close:function(){b=void 0,Object.unobserve(c,a),observedObjectCache.push(this)}}}function getObservedObject(a,b,c){var d=observedObjectCache.pop()||newObservedObject();return d.open(a),d.observe(b,c),d}function newObservedSet(){function a(b){if(b){var c=i.indexOf(b);c>=0?(i[c]=void 0,h.push(b)):h.indexOf(b)<0&&(h.push(b),Object.observe(b,e)),a(Object.getPrototypeOf(b))}}function b(){var b=i===emptyArray?[]:i;i=h,h=b;var c;for(var d in f)c=f[d],c&&c.state_==OPENED&&c.iterateObjects_(a);for(var g=0;g<i.length;g++){var j=i[g];j&&Object.unobserve(j,e)}i.length=0}function c(){k=!1,j&&b()}function d(){k||(j=!0,k=!0,runEOM(c))}function e(){b();var a;for(var c in f)a=f[c],a&&a.state_==OPENED&&a.check_()}var f=[],g=0,h=[],i=emptyArray,j=!1,k=!1,l={object:void 0,objects:h,open:function(b){f[b.id_]=b,g++,b.iterateObjects_(a)},close:function(a){if(f[a.id_]=void 0,g--,g)return void d();j=!1;for(var b=0;b<h.length;b++)Object.unobserve(h[b],e),Observer.unobservedCount++;f.length=0,h.length=0,observedSetCache.push(this)},reset:d};return l}function getObservedSet(a,b){return lastObservedSet&&lastObservedSet.object===b||(lastObservedSet=observedSetCache.pop()||newObservedSet(),lastObservedSet.object=b),lastObservedSet.open(a),lastObservedSet}function Observer(){this.state_=UNOPENED,this.callback_=void 0,this.target_=void 0,this.directObserver_=void 0,this.value_=void 0,this.id_=nextObserverId++}function addToAll(a){Observer._allObserversCount++,collectObservers&&allObservers.push(a)}function removeFromAll(){Observer._allObserversCount--}function ObjectObserver(a){Observer.call(this),this.value_=a,this.oldObject_=void 0}function ArrayObserver(a){if(!Array.isArray(a))throw Error("Provided object is not an Array");ObjectObserver.call(this,a)}function PathObserver(a,b){Observer.call(this),this.object_=a,this.path_=b instanceof Path?b:getPath(b),this.directObserver_=void 0}function CompoundObserver(){Observer.call(this),this.value_=[],this.directObserver_=void 0,this.observed_=[]}function identFn(a){return a}function ObserverTransform(a,b,c,d){this.callback_=void 0,this.target_=void 0,this.value_=void 0,this.observable_=a,this.getValueFn_=b||identFn,this.setValueFn_=c||identFn,this.dontPassThroughSet_=d}function notifyFunction(a,b){if("function"==typeof Object.observe){var c=Object.getNotifier(a);return function(d,e){var f={object:a,type:d,name:b};2===arguments.length&&(f.oldValue=e),c.notify(f)}}}function diffObjectFromChangeRecords(a,b,c){for(var d={},e={},f=0;f<b.length;f++){var g=b[f];expectedRecordTypes[g.type]?(g.name in c||(c[g.name]=g.oldValue),"update"!=g.type&&("add"!=g.type?g.name in d?(delete d[g.name],delete c[g.name]):e[g.name]=!0:g.name in e?delete e[g.name]:d[g.name]=!0)):(console.error("Unknown changeRecord type: "+g.type),console.error(g))}for(var h in d)d[h]=a[h];for(var h in e)e[h]=void 0;var i={};for(var h in c)if(!(h in d||h in e)){var j=a[h];c[h]!==j&&(i[h]=j)}return{added:d,removed:e,changed:i}}function newSplice(a,b,c){return{index:a,removed:b,addedCount:c}}function ArraySplice(){}function calcSplices(a,b,c,d,e,f){return arraySplice.calcSplices(a,b,c,d,e,f)}function intersect(a,b,c,d){return c>b||a>d?-1:b==c||d==a?0:c>a?d>b?b-c:d-c:b>d?d-a:b-a}function mergeSplice(a,b,c,d){for(var e=newSplice(b,c,d),f=!1,g=0,h=0;h<a.length;h++){var i=a[h];if(i.index+=g,!f){var j=intersect(e.index,e.index+e.removed.length,i.index,i.index+i.addedCount);if(j>=0){a.splice(h,1),h--,g-=i.addedCount-i.removed.length,e.addedCount+=i.addedCount-j;var k=e.removed.length+i.removed.length-j;if(e.addedCount||k){var c=i.removed;if(e.index<i.index){var l=e.removed.slice(0,i.index-e.index);Array.prototype.push.apply(l,c),c=l}if(e.index+e.removed.length>i.index+i.addedCount){var m=e.removed.slice(i.index+i.addedCount-e.index);Array.prototype.push.apply(c,m)}e.removed=c,i.index<e.index&&(e.index=i.index)}else f=!0}else if(e.index<i.index){f=!0,a.splice(h,0,e),h++;var n=e.addedCount-e.removed.length;i.index+=n,g+=n}}}f||a.push(e)}function createInitialSplices(a,b){for(var c=[],d=0;d<b.length;d++){var e=b[d];switch(e.type){case"splice":mergeSplice(c,e.index,e.removed.slice(),e.addedCount);break;case"add":case"update":case"delete":if(!isIndex(e.name))continue;var f=toNumber(e.name);if(0>f)continue;mergeSplice(c,f,[e.oldValue],1);break;default:console.error("Unexpected record type: "+JSON.stringify(e))}}return c}function projectArraySplices(a,b){var c=[];return createInitialSplices(a,b).forEach(function(b){return 1==b.addedCount&&1==b.removed.length?void(b.removed[0]!==a[b.index]&&c.push(b)):void(c=c.concat(calcSplices(a,b.index,b.index+b.addedCount,b.removed,0,b.removed.length)))}),c}var hasObserve=detectObjectObserve(),hasEval=detectEval(),numberIsNaN=global.Number.isNaN||function(a){return"number"==typeof a&&global.isNaN(a)},createObject="__proto__"in{}?function(a){return a}:function(a){var b=a.__proto__;if(!b)return a;var c=Object.create(b);return Object.getOwnPropertyNames(a).forEach(function(b){Object.defineProperty(c,b,Object.getOwnPropertyDescriptor(a,b))}),c},identStart="[$_a-zA-Z]",identPart="[$_a-zA-Z0-9]",ident=identStart+"+"+identPart+"*",elementIndex="(?:[0-9]|[1-9]+[0-9]+)",identOrElementIndex="(?:"+ident+"|"+elementIndex+")",path="(?:"+identOrElementIndex+")(?:\\s*\\.\\s*"+identOrElementIndex+")*",pathRegExp=new RegExp("^"+path+"$"),constructorIsPrivate={},pathCache={};Path.get=getPath,Path.prototype=createObject({__proto__:[],valid:!0,toString:function(){return this.join(".")},getValueF (…) [all...] |
| /external/clang/lib/Format/ |
| Format.cpp | 28 #include "llvm/Support/Path.h" [all...] |
| /external/pdfium/core/src/fpdfapi/fpdf_page/ |
| fpdf_page_parser.cpp | 1609 CPDF_Path path; local [all...] |
| /frameworks/base/core/java/android/text/ |
| Layout.java | 22 import android.graphics.Path; 188 * Draw this Layout on the specified canvas, with the highlight path drawn 192 * @param highlight the path of the highlight or cursor; can be null 197 public void draw(Canvas canvas, Path highlight, Paint highlightPaint, 365 public void drawBackground(Canvas canvas, Path highlight, Paint highlightPaint, [all...] |
| /external/clang/lib/ARCMigrate/ |
| ObjCMT.cpp | 32 #include "llvm/Support/Path.h" 144 bool canModifyFile(StringRef Path) { 147 return WhiteListFilenames.find(llvm::sys::path::filename(Path)) [all...] |
| /external/clang/lib/AST/ |
| ExprConstant.cpp | 87 /// Get an LValue path entry, which is known to not be an array index, as a 96 /// Get an LValue path entry, which is known to not be an array index, as a 101 /// Get an LValue path entry, which is known to not be an array index, as a 106 /// Determine whether this LValue path entry for a base class names a virtual 112 /// Find the path length and type of the most-derived subobject in the given 113 /// path, and find the size of the containing array, if any. 116 ArrayRef<APValue::LValuePathEntry> Path, 120 for (unsigned I = 0, N = Path.size(); I != N; ++I) { 132 } else if (const FieldDecl *FD = getAsField(Path[I])) { 137 // Path[I] describes a base class [all...] |
| VTableBuilder.cpp | 37 /// VirtualBase - If the path from the derived class to the base class 39 /// virtual base in this path (i.e. closest to the base class). 44 /// path from the derived class to the base class involves a virtual base 221 const CXXBasePath &Path) { 228 for (int I = Path.size(), E = 0; I != E; --I) { 229 const CXXBasePathElement &Element = Path[I - 1]; 240 for (unsigned I = NonVirtualStart, E = Path.size(); I != E; ++I) { 241 const CXXBasePathElement &Element = Path[I]; 476 // Fast-path matches in the canonical types. [all...] |
| /external/clang/lib/Driver/ |
| ToolChains.cpp | 30 #include "llvm/Support/Path.h" 275 llvm::sys::path::remove_filename(P); // 'clang' 276 llvm::sys::path::remove_filename(P); // 'bin' 277 llvm::sys::path::append(P, "lib", "arc", "libarclite_"); 294 llvm::sys::path::append(P, "lib", IsEmbedded ? "macho_embedded" : "darwin", 439 // Warn if the path does not exist. 444 // We only use this value as the default if it is an absolute path, 445 // exists, and it is not the root path. 446 if (llvm::sys::path::is_absolute(env) && llvm::sys::fs::exists(env) && 608 // Unfortunately, -lstdc++ doesn't always exist in the standard search path; [all...] |
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| PhotoPage.java | 55 import com.android.gallery3d.data.Path; 105 public static final String KEY_MEDIA_SET_PATH = "media-set-path"; 106 public static final String KEY_MEDIA_ITEM_PATH = "media-item-path"; 179 private Path mDeletePath; 226 public void setCurrentPhoto(Path path, int indexHint); 388 Path itemPath = itemPathString != null ? 389 Path.fromString(data.getString(KEY_MEDIA_ITEM_PATH)) : 405 Path screenNailSetPath = SnailSource.getSetPath(id); 406 Path screenNailItemPath = SnailSource.getItemPath(id) 1025 Path path = current.getPath(); local 1285 String path = data.getStringExtra(SlideshowPage.KEY_ITEM_PATH); local [all...] |
| /external/clang/lib/Serialization/ |
| ASTReader.cpp | 52 #include "llvm/Support/Path.h" [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| winspool.h | 355 LPSTR Path; 360 LPWSTR Path; [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.common_3.6.0.v20100503.jar | |
| /prebuilts/devtools/tools/lib/ |
| org-eclipse-equinox-common-3.6.0.jar | |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.eclipse.equinox.common_3.6.200.v20130402-1505.jar | |
| /prebuilts/tools/common/eclipse/ |
| org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |