/external/libweave/examples/provider/ |
D | file_config_store.cc | 27 std::string FileConfigStore::GetPath(const std::string& name) const { in GetPath() function in weave::examples::FileConfigStore 70 LOG(INFO) << "Loading settings from " << GetPath(name); in LoadSettings() 71 std::ifstream str(GetPath(name)); in LoadSettings() 80 LOG(INFO) << "Saving settings to " << GetPath(name); in SaveSettings() 81 std::ofstream str(GetPath(name)); in SaveSettings()
|
D | file_config_store.h | 32 std::string GetPath(const std::string& name) const;
|
D | event_http_server.cc | 41 std::string GetPath() const override { return req_->uri->path->full; } in GetPath() function in weave::examples::HttpServerImpl::RequestImpl 143 std::string path = request->GetPath(); in ProcessRequest()
|
/external/lzma/CPP/Windows/ |
D | FileDir.h | 52 const FString &GetPath() const { return _path; } in GetPath() function 66 const FString &GetPath() const { return _path; } in GetPath() function
|
D | FileIO.h | 54 UString GetPath() const;
|
D | FileLink.cpp | 323 UString CReparseAttr::GetPath() const in GetPath() function in NWindows::NFile::CReparseAttr
|
/external/skia/gm/ |
D | convex_all_line_paths.cpp | 40 static SkPath GetPath(int index, int offset, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM 257 SkPath path = GetPath(index, 0, SkPath::kCW_Direction); in drawPath() 274 SkPath path = GetPath(index, (int) i, dirs[i%2]); in drawPath()
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | dexdump.py | 10 _dexdump_path = lazy.WeakConstant(lambda: build_tools.GetPath('dexdump'))
|
D | aapt.py | 12 _aapt_path = lazy.WeakConstant(lambda: build_tools.GetPath('aapt'))
|
D | build_tools.py | 14 def GetPath(build_tool): function
|
D | split_select.py | 13 lambda: build_tools.GetPath('split-select'))
|
/external/libweave/include/weave/provider/ |
D | http_server.h | 114 virtual std::string GetPath() const = 0;
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | Inspector.h | 103 const char *GetPath() { return minidump_dir_path_; } in GetPath() function
|
D | Inspector.mm | 310 stringWithUTF8String:minidumpLocation.GetPath()]; 319 minidumpLocation.GetPath(),
|
/external/lzma/CPP/7zip/Common/ |
D | InOutTempBuffer.cpp | 91 if (!inFile.Open(_tempFile.GetPath())) in WriteToStream()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 264 …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()
|
D | JetCreator.py | 867 …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/ |
D | process.cc | 119 static void GetPath(Local<String> name, 494 void JsHttpRequestProcessor::GetPath(Local<String> name, in GetPath() function in JsHttpRequestProcessor 556 GetPath); in MakeRequestTemplate()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_psr.h | 62 virtual IFDE_Path* GetPath(FDE_HVISUALOBJ hPath) = 0;
|
/external/libweave/src/privet/ |
D | privet_manager.cc | 139 request->GetPath(), auth_header, dictionary, in PrivetRequestHandlerWithData()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_stream.h | 125 virtual void GetPath(CFX_WideString& wsPath) = 0;
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 1021 db->GetPath(ui.IndexInArchive, name); in Update() 1156 db->GetPath(fi, name); in Update() 1282 db->GetPath(ui.IndexInArchive, name); in Update()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 216 const FString tempDirPath = tempDir.GetPath(); in WinMain()
|
/external/libchrome/dbus/ |
D | message.h | 111 ObjectPath GetPath();
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 93 rect = GetPath(0).GetBoundingBox(); in GetClipBox() 95 CPDF_Rect path_rect = GetPath(i).GetBoundingBox(); in GetClipBox()
|