Searched defs:GetPath (Results 1 - 19 of 19) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dbuild_tools.py14 def GetPath(build_tool): function
/external/libchrome/base/files/
H A Dscoped_temp_dir.cc79 const FilePath& ScopedTempDir::GetPath() const { function in class:base::ScopedTempDir
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dbuild_tools.py14 def GetPath(build_tool): function
/external/lzma/CPP/Windows/
H A DFileDir.h59 const FString &GetPath() const { return _path; } function in class:NWindows::NFile::NDir::CTempFile
73 const FString &GetPath() const { return _path; } function in class:NWindows::NFile::NDir::CTempDir
H A DFileLink.cpp333 UString CReparseAttr::GetPath() const function in class:NWindows::NFile::CReparseAttr
/external/google-breakpad/src/client/mac/crash_generation/
H A DInspector.h103 const char *GetPath() { return minidump_dir_path_; } function in class:google_breakpad::MinidumpLocation
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_clippath.cpp26 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const { function in class:CPDF_ClipPath
46 rect = GetPath(0).GetBoundingBox();
48 CFX_FloatRect path_rect = GetPath(i).GetBoundingBox();
/external/pdfium/core/fxcrt/xml/
H A Dcfx_xmlnode.cpp77 CFX_XMLNode* CFX_XMLNode::GetPath(const wchar_t* pPath, function in class:CFX_XMLNode
119 pFind = pNode->GetPath(pStart, iLength, bQualifiedName);
130 return pFind->GetPath(pStart, iLength, bQualifiedName);
/external/v8/tools/dev/
H A Dgm.py144 def GetPath(arch, mode): function
177 path = GetPath(self.arch, self.mode)
213 path = GetPath(a, m)
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dvalidation_unittest.cc138 std::string GetPath(const std::string& root, const std::string& suffix) { function in namespace:mojo::test::__anon11867
149 if (!ReadAndParseDataFile(GetPath(test, ".data"), &data, &num_handles) ||
150 !ReadResultFile(GetPath(test, ".expected"), expected)) {
166 EnumerateSourceRootRelativeDirectory(GetPath("", ""));
/external/skia/gm/
H A Dconvex_all_line_paths.cpp175 static SkPath GetPath(int index, SkPath::Direction dir) { function in class:skiagm::ConvexLineOnlyPathsGM
265 SkPath path = GetPath(index, SkPath::kCW_Direction);
292 SkPath path = GetPath(index, dirs[i%2]);
367 static void GetPath(int index, SkPath::Direction dir, function in class:skiagm::ConvexPolygonInsetGM
443 GetPath(index, SkPath::kCW_Direction, &data, &numPts);
466 GetPath(index, dirs[index % 2], &data, &numPts);
/external/skqp/gm/
H A Dconvex_all_line_paths.cpp175 static SkPath GetPath(int index, SkPath::Direction dir) { function in class:skiagm::ConvexLineOnlyPathsGM
265 SkPath path = GetPath(index, SkPath::kCW_Direction);
292 SkPath path = GetPath(index, dirs[i%2]);
367 static void GetPath(int index, SkPath::Direction dir, function in class:skiagm::ConvexPolygonInsetGM
443 GetPath(index, SkPath::kCW_Direction, &data, &numPts);
466 GetPath(index, dirs[index % 2], &data, &numPts);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_rectangle.cpp334 GetPath(strokes, rtWidget, path, i, bStart, !bSameStyles);
442 void CXFA_Rectangle::GetPath(const std::vector<CXFA_Stroke*>& strokes, function in class:CXFA_Rectangle
/external/v8/samples/
H A Dprocess.cc108 static void GetPath(Local<String> name,
483 void JsHttpRequestProcessor::GetPath(Local<String> name, function in class:JsHttpRequestProcessor
545 GetPath);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileInfo.cpp238 GetPath(const BasicBlock *Src, const BasicBlock *Dest, function in class:llvm::ProfileInfoT
294 const BasicBlock *BB = GetPath(newedge.second,oldedge.second,P,GetPathToExit | GetPathToDest);
754 GetPath(*Succ, 0, P, GetPathToExit);
776 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToValue);
897 Dest = GetPath(BB, *NBB, P, GetPathToDest | GetPathWithNewEdges);
929 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToExit | GetPathWithNewEdges);
/external/tensorflow/tensorflow/cc/framework/
H A Dcc_op_gen.cc46 string GetPath(const string& dot_h_fname) { function in namespace:tensorflow::__anon25340
998 const string op_header = GetPath(dot_h_fname);
/external/libchrome/dbus/
H A Dmessage.cc258 AppendStringHeader("path", GetPath().value(), &headers);
309 ObjectPath Message::GetPath() { function in class:dbus::Message
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp447 void CDatabase::GetPath(unsigned index, UString &path) const function in class:NArchive::N7z::CDatabase
/external/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc192 string GetPath(const GeneratorOptions& options, function in namespace:google::protobuf::compiler::js::__anon18975
205 string GetPath(const GeneratorOptions& options,
216 prefix = GetPath(options, file_descriptor);
218 prefix = GetPath(options, containing_type);
231 string GetPath(const GeneratorOptions& options, function in namespace:google::protobuf::compiler::js::__anon18975
241 string GetPath(const GeneratorOptions& options, function in namespace:google::protobuf::compiler::js::__anon18975
243 return GetPath(options, descriptor->containing_type());
248 string GetPath(const GeneratorOptions& options, function in namespace:google::protobuf::compiler::js::__anon18975
258 string GetPath(const GeneratorOptions& options, function in namespace:google::protobuf::compiler::js::__anon18975
260 return GetPath(
[all...]

Completed in 614 milliseconds