| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| SVGAnimateMotionElement.h | 70 Path m_path; member in class:blink::FINAL
|
| SVGAnimateMotionElement.cpp | 96 m_path = Path(); 97 buildPathFromString(value, m_path); 131 m_animationPath = m_path;
|
| /external/deqp/framework/delibs/decpp/ |
| deDirectoryIterator.hpp | 66 FilePath m_path; member in class:de::DirectoryIterator
|
| /external/pdfium/core/src/fxge/agg/agg23/ |
| agg_path_storage.h | 34 vertex_source(const path_storage& p) : m_path(&p), m_vertex_idx(0) {} 41 return (m_vertex_idx < m_path->total_vertices()) ? 42 m_path->vertex(m_vertex_idx++, x, y) : 46 const path_storage* m_path; member in class:agg::path_storage::vertex_source
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
| RenderSVGShape.cpp | 62 m_path.clear(); 63 m_path = adoptPtr(new Path); 80 ASSERT(m_path); 81 Path* usePath = m_path.get(); 91 ASSERT(m_path); 97 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform); 102 return m_path->strokeContains(point, strokeData); 382 ASSERT(m_path); 391 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform); 459 ASSERT(m_path); [all...] |
| /external/emma/core/java12/com/vladium/util/ |
| IPathEnumerator.java | 79 for (m_pathIndex = 0; m_pathIndex < m_path.size (); ++ m_pathIndex) // important not to cache m_path.size() 81 final File f = (File) m_path.get (m_pathIndex); 126 m_path = new ArrayList (path.length); 127 for (int p = 0; p < path.length; ++ p) m_path.add (path [p]); 270 m_path.add (m_pathIndex + (p ++), path); // insert after the current m_path entry 313 private final ArrayList /* File */ m_path; field in class:IPathEnumerator.Factory.PathEnumerator
|
| /external/lldb/scripts/ |
| buildbot.py | 16 self.m_path = path 19 if self.m_path and self.m_string: 20 return "Build error: %s (referring to %s)" % (self.m_string, self.m_path) 21 if self.m_path: 22 return "Build error (referring to %s)" % (self.m_path)
|
| /external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
| File.h | 116 const String& path() const { ASSERT(hasValidFilePath()); return m_path; } 155 bool hasValidFilePath() const { return hasBackingFile() || m_path.isEmpty(); } 160 String m_path; member in class:blink::FINAL
|
| /external/chromium_org/third_party/WebKit/Source/platform/ |
| URLPatternMatcher.cpp | 92 m_path = pattern.right(pattern.length() - pathStartPos); 212 MatchTester match(m_path, test.path());
|
| /external/chromium_org/third_party/WebKit/Source/core/xml/ |
| XPathPath.h | 86 OwnPtrWillBeMember<LocationPath> m_path; member in class:blink::XPath::FINAL
|
| XPathPath.cpp | 209 , m_path(adoptPtrWillBeNoop(path)) 223 visitor->trace(m_path); 232 m_path->evaluate(context, nodes);
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| LinkHighlight.h | 87 Path m_path; member in class:blink::FINAL
|
| LinkHighlight.cpp | 236 bool pathHasChanged = !(newPath == m_path); 238 m_path = newPath; 257 gc.fillPath(m_path);
|
| /external/emma/core/java12/com/vladium/emma/rt/ |
| ClassPathProcessorST.java | 49 final IPathEnumerator enumerator = IPathEnumerator.Factory.create (m_path, m_canonical, this); 294 m_path = path; 376 private final File [] m_path; // never null field in class:ClassPathProcessorST
|
| /external/lldb/tools/debugserver/source/MacOSX/ |
| MachProcess.h | 105 const char * Path () const { return m_path.c_str(); } 273 std::string m_path; // A path to the executable if we have one member in class:MachProcess
|
| MachProcess.cpp | 79 m_path (), 318 m_path.clear(); [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
| CanvasRenderingContext2D.cpp | 237 m_path.clear(); 401 m_path.transform(state().m_transform); 403 m_path.transform(state().m_transform.inverse()); 747 m_path.transform(AffineTransform().scaleNonUniform(1.0 / sx, 1.0 / sy)); 775 m_path.transform(AffineTransform().rotateRadians(-angleInRadians)); 803 m_path.transform(AffineTransform().translate(-tx, -ty)); 831 m_path.transform(transform.inverse()); 854 m_path.transform(ctm); 855 // When else, do nothing because all transform methods didn't update m_path when CTM became non-invertible. 856 // It means that resetTransform() restores m_path just before CTM became non-invertible [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| InspectorOverlay.cpp | 71 PathBuilder() : m_path(TypeBuilder::Array<JSONValue>::create()) { } 74 PassRefPtr<TypeBuilder::Array<JSONValue> > path() const { return m_path; } 92 RefPtr<TypeBuilder::Array<JSONValue> > m_path; member in class:blink::__anon15740::PathBuilder 526 m_path->addItem(JSONString::create(command)); 529 m_path->addItem(JSONBasicValue::create(point.x())); 530 m_path->addItem(JSONBasicValue::create(point.y()));
|
| /external/lldb/include/lldb/Target/ |
| Process.h | 456 m_path () 466 m_path.clear(); 505 if (m_path.empty()) 507 return m_path.c_str(); 514 std::string m_path; // A file path to use for opening after fork or posix_spawn member in class:lldb_private::ProcessLaunchInfo::FileAction [all...] |
| /external/lldb/source/Target/ |
| Process.cpp | 628 m_path.assign (path); 723 info->m_path.c_str(), 730 file_actions, info->m_fd, info->m_path.c_str(), oflag, mode); [all...] |
| /external/emma/lib/ |
| emma.jar | |
| /external/owasp/sanitizer/tools/emma/lib/ |
| emma.jar | |
| /cts/suite/cts/deviceTests/browserbench/assets/octane/ |
| box2d.js | 78 z.prototype.GetVertexCount=function(){return this.m_count};z.prototype.GetVertex=function(b){if(b===undefined)b=0;y.b2Assert(0<=b&&b<this.m_count);return this.m_vertices[b]};u.b2DynamicTree=function(){};u.prototype.b2DynamicTree=function(){this.m_freeList=this.m_root=null;this.m_insertionCount=this.m_path=0};u.prototype.CreateProxy=function(b,e){var f=this.AllocateNode(),m=y.b2_aabbExtension,r=y.b2_aabbExtension;f.aabb.lowerBound.x=b.lowerBound.x-m;f.aabb.lowerBound.y=b.lowerBound.y-r;f.aabb.upperBound.x= 80 m;b.aabb.upperBound.y=e.upperBound.y+f;this.InsertLeaf(b);return true};u.prototype.Rebalance=function(b){if(b===undefined)b=0;if(this.m_root!=null)for(var e=0;e<b;e++){for(var f=this.m_root,m=0;f.IsLeaf()==false;){f=this.m_path>>m&1?f.child2:f.child1;m=m+1&31}++this.m_path;this.RemoveLeaf(f);this.InsertLeaf(f)}};u.prototype.GetFatAABB=function(b){return b.aabb};u.prototype.GetUserData=function(b){return b.userData};u.prototype.Query=function(b,e){if(this.m_root!=null){var f=new Vector,m=0;for(f[m++]= [all...] |
| /external/jdiff/ |
| xerces.jar | |
| /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/ |
| xercesImpl-2.6.2.jar | |