HomeSort by relevance Sort by last modified time
    Searched defs:Save (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /test/framework/harnesses/host_controller/acloud/
acloud_config.py 93 def Save(self, file_path):
94 '''Save config to a file.
  /system/core/libunwindstack/
RegsInfo.h 41 inline AddressType* Save(uint32_t reg) {
  /development/host/windows/usb/api/
adb_api_private_defines.h 66 /// Calculates memory size needed to save this entry into AdbInterfaceInfo
75 @param[in] info Buffer to save this entry to. Must be big enough to fit it.
79 void Save(AdbInterfaceInfo* info) const {
  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_cache_logger.cc 71 void WorkerCacheLogger::Save(const string& device, int64 step_id,
78 sl->collector->Save(device, ns);
128 Save(dst_device, step_id, ns);
  /device/google/contexthub/util/nanotool/
calibrationfile.cpp 119 bool CalibrationFile::Save() {
  /external/webrtc/webrtc/base/
optionsfile.cc 64 bool OptionsFile::Save() {
win32regkey.cc 307 // save the key and all of its subkeys and values to a file
308 HRESULT RegKey::Save(const wchar_t* full_key_name, const wchar_t* file_name) {
  /external/libbrillo/brillo/
key_value_store.cc 81 bool KeyValueStore::Save(const base::FilePath& path) const {
  /external/opencv/otherlibs/highgui/
image.cpp 194 bool CvvImage::Save( const char* filename )
  /build/kati/
ninja.go 755 // Save generates build.ninja from DepGraph.
756 func (n *NinjaGenerator) Save(g *DepGraph, name string, targets []string) error {
serialize.go 290 func (jsonLoadSaver) Save(g *DepGraph, filename string, roots []string) error {
317 func (gobLoadSaver) Save(g *DepGraph, filename string, roots []string) error {
371 return GOB.Save(g, cacheFile, roots)
  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 20 enum class Save { kNo, kYes };
25 Save m_save;
58 if (state.m_save == State::Save::kYes)
69 if (state.m_save == State::Save::kYes)
92 if (state.m_save == State::Save::kYes)
149 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes,
152 {State::Change::kNo, State::Save::kYes, State::Clip::kDifferentPath,
154 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes, State::Clip::kNo,
156 Harness(&CommonTest, {State::Change::kYes, State::Save::kNo, State::Clip::kNo,
158 Harness(&CommonTest, {State::Change::kNo, State::Save::kNo, State::Clip::kNo
    [all...]
  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 12 // The safe point for the prologue (resp. epilogue) is called Save
16 // between 2) two executions of the Save (resp. Restore) point there is an
17 // execution of the Restore (resp. Save) point.
21 // Save
25 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ...
28 // Save
35 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore.
55 // For property #1 for Save
    [all...]
  /external/python/cpython2/Lib/idlelib/
configHandler.py 125 def Save(self):
616 '<<save-copy-of-window-as-file>>': ['<Alt-Shift-S>'],
617 '<<save-window-as-file>>': ['<Alt-s>'],
618 '<<save-window>>': ['<Control-s>'],
738 self.userCfg[key].Save()
  /external/python/cpython3/Lib/idlelib/
config.py 130 def Save(self):
637 '<<save-copy-of-window-as-file>>': ['<Alt-Shift-S>'],
638 '<<save-window-as-file>>': ['<Alt-s>'],
639 '<<save-window>>': ['<Control-s>'],
764 self.userCfg[key].Save()
    [all...]
  /external/python/cpython3/PC/
pyshellext.cpp 472 STDMETHODIMP Save(LPCOLESTR pszFileName, BOOL fRemember) {
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveReader.cpp 270 const char* Save = At;
277 // We just save this but don't do anything special
314 // This is just a regular file. If its the first one, save its offset.
317 firstFileOffset = Save - base;
  /external/tensorflow/tensorflow/core/common_runtime/
step_stats_collector.cc 258 void StepStatsCollector::Save(const string& device, NodeExecStats* nt) {
259 Save(device, new NodeExecStatsWrapper(nt));
262 void StepStatsCollector::Save(const string& device,
265 VLOG(1) << "Save dev " << device << " nt " << stats->stats();
  /external/v8/src/arm/
code-stubs-arm.h 142 void Save(MacroAssembler* masm) {
144 // We don't have to save scratch0_ because it was given to us as
153 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/arm64/
code-stubs-arm64.h 185 // The SaveCallerSaveRegisters method needs to save caller-saved
193 // We allocate 2 extra scratch registers that we'll save on the stack.
201 // to save them with the other caller saved registers.
207 void Save(MacroAssembler* masm) {
208 // We don't have to save scratch0_ because it was given to us as
217 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/mips/
code-stubs-mips.h 173 void Save(MacroAssembler* masm) {
175 // We don't have to save scratch0_ because it was given to us as
184 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/mips64/
code-stubs-mips64.h 174 void Save(MacroAssembler* masm) {
176 // We don't have to save scratch0_ because it was given to us as
185 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/ppc/
code-stubs-ppc.h 160 void Save(MacroAssembler* masm) {
162 // We don't have to save scratch0_ because it was given to us as
169 // If we have to call into C then we need to save and restore all caller-
177 // Save all volatile FP registers except d0.
  /external/v8/tools/
presubmit.py 125 def Save(self):
276 good_files_cache.Save()
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 134 def Save(self):
600 '<<save-copy-of-window-as-file>>': ['<Alt-Shift-S>'],
601 '<<save-window-as-file>>': ['<Alt-s>'],
602 '<<save-window>>': ['<Control-s>'],
698 self.userCfg[key].Save()

Completed in 2339 milliseconds

1 2 3 4