Searched refs:Path (Results 276 - 300 of 481) sorted by relevance

<<11121314151617181920

/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
H A DSDL_syscdrom.cc37 #include <Path.h>
220 name = path.Path();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.cpp75 void appendPath(const Path& path)
102 static PassRefPtr<TypeBuilder::Array<JSONValue> > buildPath(FrameView& view, RenderObject& renderer, const ShapeOutsideInfo& shapeOutsideInfo, const Path& path)
154 static Path quadToPath(const FloatQuad& quad)
156 Path quadPath;
169 Path quadPath = quadToPath(quad);
210 Path path = quadToPath(quad);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc173 Path rel;
350 Path rel;
369 Path rel;
716 Path rel;
749 Path rel;
757 Path newrel;
785 Path rel;
/external/clang/lib/Lex/
H A DHeaderSearch.cpp26 #include "llvm/Support/Path.h"
301 SmallString<1024> Path; local
302 StringRef Dest = HM->lookupFilename(Filename, Path);
624 // FIXME: Portability. Filename concatenation should be in sys::Path.
951 SmallString<128> Path(File);
952 llvm::sys::fs::make_absolute(Path);
954 if (llvm::sys::fs::exists(Path.str(), exists) || !exists)
955 Path = File;
959 return Lexer::Stringify(Path.str());
H A DPPDirectives.cpp1546 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Path; local
1548 Path.push_back(std::make_pair(getIdentifierInfo(Mod->Name),
1550 std::reverse(Path.begin(), Path.end());
1554 for (unsigned I = 0, N = Path.size(); I != N; ++I) {
1557 PathString += Path[I].first->getName();
1585 = Path[0].first->getName() == getLangOpts().CurrentModule;
1603 = TheModuleLoader.loadModule(IncludeTok.getLocation(), Path, Visibility,
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1001 void CanvasRenderingContext2D::fillInternal(const Path& path, const String& windingRuleString)
1055 void CanvasRenderingContext2D::strokeInternal(const Path& path)
1105 void CanvasRenderingContext2D::clipInternal(const Path& path, const String& windingRuleString)
1140 bool CanvasRenderingContext2D::isPointInPathInternal(const Path& path, const float x, const float y, const String& windingRuleString)
1167 bool CanvasRenderingContext2D::isPointInStrokeInternal(const Path& path, const float x, const float y)
1200 void CanvasRenderingContext2D::scrollPathIntoViewInternal(const Path& path)
1210 Path transformedPath = path;
1633 static void fillPrimitive(const Path& path, GraphicsContext* context)
1657 static void strokePrimitive(const Path& path, GraphicsContext* context)
2249 // compared to Path
[all...]
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp30 #include "llvm/Support/Path.h"
236 GlobalModuleIndex::readIndex(StringRef Path) { argument
239 IndexPath += Path;
766 GlobalModuleIndex::writeIndex(FileManager &FileMgr, StringRef Path) { argument
768 IndexPath += Path;
793 for (llvm::sys::fs::directory_iterator D(Path, EC), DEnd;
/external/clang/lib/Sema/
H A DSemaLookup.cpp1534 CXXBasePath &Path,
1539 Path.Decls = BaseRecord->lookup(N);
1540 return !Path.Decls.empty();
1706 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end();
1707 Path != PathEnd; ++Path) {
1708 const CXXBasePathElement &PathElement = Path->back();
1712 SubobjectAccess = std::min(SubobjectAccess, Path->Access);
1727 if (HasOnlyStaticMembers(Path->Decls.begin(), Path
1533 LookupAnyMember(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *Name) argument
[all...]
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h513 friend class Path;
543 class Path class in namespace:Json
546 Path( const std::string &path,
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.cc141 gfx::Path* mask) const OVERRIDE;
177 virtual void GetWidgetHitTestMask(gfx::Path* mask) const OVERRIDE {
308 gfx::Path* mask) const {
/external/chromium_org/v8/samples/
H A Dprocess.cc53 virtual const string& Path() = 0;
471 const string& path = request->Path();
555 virtual const string& Path() { return path_; } function in class:StringHttpRequest
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h513 friend class Path;
543 class Path class in namespace:Json
546 Path( const std::string &path,
/external/jsoncpp/include/json/
H A Dvalue.h513 friend class Path;
543 class Path class in namespace:Json
546 Path( const std::string &path,
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h756 //--- IntervalMapImpl::Path ---//
759 // A Path is used by iterators to represent a position in a B+-tree, and the
762 // The Path class also contains the tree navigation code that doesn't have to
767 class Path {
1305 IntervalMapImpl::Path path;
1614 Path &P = this->path;
1642 Path &P = this->path;
1668 IntervalMapImpl::Path &P = this->path;
1739 IntervalMapImpl::Path &P = this->path;
1784 IntervalMapImpl::Path
[all...]
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.cc228 gfx::Path* window_mask) {
313 gfx::Path path;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc418 gfx::Path path;
462 gfx::Path* path,
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Djspipe_test.cc125 ASSERT_EQ(0, fs_.Open(Path("/jspipe1"), O_RDWR, &pipe_dev_));
226 ASSERT_EQ(0, fs->Open(Path("/jspipe1"), O_RDWR, &pipe_dev));
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathGrammar.y432 $$ = new Path($1, $3);
442 $$ = new Path($1, $3);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_unittest.cc101 gfx::Path* window_mask) OVERRIDE {
282 gfx::Path shape2;
/external/llvm/lib/Object/
H A DArchive.cpp168 SmallString<128> Path; local
172 ? (Twine(Parent->getFileName()) + "(" + Name + ")").toStringRef(Path)
/external/pdfium/core/src/reflow/
H A Dreflowedpage.h298 typedef enum {Unknow, Text, Image, Path, Line, paragraph} RF_DataType; enumerator in enum:CRF_Data::__anon28815
360 m_Type = Path;
/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc59 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter.cc122 return cookie.Domain() + ";" + cookie.Path() + ";" + cookie.Name();
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter_unittest.cc99 TEST_F(SupervisedUserURLFilterTest, Path) {
/external/chromium_org/chrome/browser/ui/views/
H A Dcookie_info_view.cc57 path_value_field_->SetText(base::UTF8ToUTF16(cookie.Path()));

Completed in 600 milliseconds

<<11121314151617181920