Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 25 of 50) sorted by relevance

12

/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc192 string GetPath(const GeneratorOptions& options, in GetPath() function
205 string GetPath(const GeneratorOptions& options,
216 prefix = GetPath(options, file_descriptor); in GetPrefix()
218 prefix = GetPath(options, containing_type); in GetPrefix()
231 string GetPath(const GeneratorOptions& options, in GetPath() function
241 string GetPath(const GeneratorOptions& options, in GetPath() function
243 return GetPath(options, descriptor->containing_type()); in GetPath()
248 string GetPath(const GeneratorOptions& options, in GetPath() function
258 string GetPath(const GeneratorOptions& options, in GetPath() function
260 return GetPath( in GetPath()
[all …]
/external/skia/gm/
Dconvex_all_line_paths.cpp175 static SkPath GetPath(int index, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM
265 SkPath path = GetPath(index, SkPath::kCW_Direction); in drawPath()
292 SkPath path = GetPath(index, dirs[i%2]); in drawPath()
367 static void GetPath(int index, SkPath::Direction dir, in GetPath() function in skiagm::ConvexPolygonInsetGM
443 GetPath(index, SkPath::kCW_Direction, &data, &numPts); in drawPath()
466 GetPath(index, dirs[index % 2], &data, &numPts); in drawPath()
/external/pdfium/core/fpdfapi/page/
Dcpdf_clippath.cpp27 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const { in GetPath() function in CPDF_ClipPath
48 rect = GetPath(0).GetBoundingBox(); in GetClipBox()
50 CFX_FloatRect path_rect = GetPath(i).GetBoundingBox(); in GetClipBox()
Dcpdf_clippath.h38 CPDF_Path GetPath(size_t i) const;
Dcpdf_contentparser.cpp203 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in Continue()
/external/lzma/CPP/Windows/
DFileDir.h52 const FString &GetPath() const { return _path; } in GetPath() function
66 const FString &GetPath() const { return _path; } in GetPath() function
DFileIO.h54 UString GetPath() const;
/external/libmojo/mojo/public/cpp/bindings/tests/
Dvalidation_unittest.cc138 std::string GetPath(const std::string& root, const std::string& suffix) { in GetPath() function
149 if (!ReadAndParseDataFile(GetPath(test, ".data"), &data, &num_handles) || in ReadTestCase()
150 !ReadResultFile(GetPath(test, ".expected"), expected)) { in ReadTestCase()
166 EnumerateSourceRootRelativeDirectory(GetPath("", "")); in RunValidationTests()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Ddexdump.py10 _dexdump_path = lazy.WeakConstant(lambda: build_tools.GetPath('dexdump'))
Daapt.py12 _aapt_path = lazy.WeakConstant(lambda: build_tools.GetPath('aapt'))
Dbuild_tools.py14 def GetPath(build_tool): function
Dsplit_select.py13 lambda: build_tools.GetPath('split-select'))
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Ddexdump.py10 _dexdump_path = lazy.WeakConstant(lambda: build_tools.GetPath('dexdump'))
Daapt.py12 _aapt_path = lazy.WeakConstant(lambda: build_tools.GetPath('aapt'))
Dbuild_tools.py14 def GetPath(build_tool): function
Dsplit_select.py13 lambda: build_tools.GetPath('split-select'))
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.h103 const char *GetPath() { return minidump_dir_path_; } in GetPath() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp238 GetPath(const BasicBlock *Src, const BasicBlock *Dest, in GetPath() function in llvm::ProfileInfoT
294 const BasicBlock *BB = GetPath(newedge.second,oldedge.second,P,GetPathToExit | GetPathToDest); in divertFlow()
754 GetPath(*Succ, 0, P, GetPathToExit); in repair()
776 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToValue); in repair()
897 Dest = GetPath(BB, *NBB, P, GetPathToDest | GetPathWithNewEdges); in repair()
929 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToExit | GetPathWithNewEdges); in repair()
DProfileEstimatorPass.cpp239 const BasicBlock *Dest = GetPath(BB, (*ei).first, p, GetPathToDest); in recurseBasicBlock()
378 const BasicBlock *Dest = GetPath(BB, *bbi, P, GetPathToDest); in runOnFunction()
/external/lzma/CPP/7zip/Common/
DInOutTempBuffer.cpp91 if (!inFile.Open(_tempFile.GetPath())) in WriteToStream()
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py264 …Value(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
265 val = dlg.GetPath()
331 …Value(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
332 val = dlg.GetPath()
DJetCreator.py867 …ETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.JTC_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
868 self.currentJetConfigFile = FileJustRoot(dialog.GetPath()) + ".jtc"
1001 …EATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1005 …INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC + "Dir", str(FileJustPath(dlg1.GetPath())))
1006 …YesNo(JetDefs.MAIN_IMPORTTITLE, JetDefs.MAIN_IMPORTMSG % (dialog.GetPath(),dlg1.GetPath()), False):
1007 projectPath = dlg1.GetPath()
1008 zipFile = dialog.GetPath()
1071 …EATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1072 …ExportJetArchive(FileJustRoot(dialog.GetPath()) + ".zip", self.currentJetConfigFile, self.jet_file)
/external/v8/samples/
Dprocess.cc108 static void GetPath(Local<String> name,
483 void JsHttpRequestProcessor::GetPath(Local<String> name, in GetPath() function in JsHttpRequestProcessor
545 GetPath); in MakeRequestTemplate()
/external/pdfium/core/fxcrt/
Dfx_stream.h151 virtual void GetPath(CFX_WideString& wsPath) = 0;
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1021 db->GetPath(ui.IndexInArchive, name); in Update()
1156 db->GetPath(fi, name); in Update()
1282 db->GetPath(ui.IndexInArchive, name); in Update()

12