Searched defs:Save (Results 1 - 25 of 31) sorted by relevance

12

/external/libbrillo/brillo/
H A Dkey_value_store.cc81 bool KeyValueStore::Save(const base::FilePath& path) const { function in class:brillo::KeyValueStore
/external/skia/experimental/SkV8Example/
H A DDrawingMethods.cpp25 void DrawingMethods::Save(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:DrawingMethods
165 ADD_METHOD("save", Save);
/external/webrtc/webrtc/base/
H A Doptionsfile.cc64 bool OptionsFile::Save() { function in class:rtc::OptionsFile
H A Dwin32regkey.cc308 HRESULT RegKey::Save(const wchar_t* full_key_name, const wchar_t* file_name) { function in class:rtc::RegKey
/external/opencv/otherlibs/highgui/
H A Dimage.cpp194 bool CvvImage::Save( const char* filename ) function in class:CvvImage
/external/llvm/lib/CodeGen/
H A DShrinkWrap.cpp12 // 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
107 MachineBasicBlock *Save; member in class:__anon12645::ShrinkWrap
[all...]
H A DPrologEpilogInserter.cpp110 // Save and Restore blocks of the current function. Typically there is a
315 // Save refs to entry and return blocks.
404 // - Anything that is not Save or Restore -> LiveThrough.
405 // - Save -> LiveIn.
412 MachineBasicBlock *Save = MFI->getSavePoint(); local
414 if (!Save)
415 Save = Entry;
417 if (Entry != Save) {
421 Visited.insert(Save);
427 // through Save
[all...]
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device_unittest.cpp20 enum class Save { kNo, kYes }; class in struct:__anon15731::State
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
[all...]
/external/swiftshader/third_party/LLVM/lib/Archive/
H A DArchiveReader.cpp270 const char* Save = At; local
317 firstFileOffset = Save - base;
/external/v8/src/arm/
H A Dcode-stubs-arm.h153 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/mips/
H A Dcode-stubs-mips.h184 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/mips64/
H A Dcode-stubs-mips64.h185 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/ppc/
H A Dcode-stubs-ppc.h169 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
186 // Save all volatile FP registers except d0.
/external/v8/tools/
H A Dpresubmit.py120 def Save(self): member in class:FileContentsCache
250 good_files_cache.Save()
/external/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp33 /// %SGPR0 = S_AND_SAVEEXEC_B64 %VCC // Save and update the exec mask
550 unsigned Save = SaveOp->getReg(); local
553 assert(AMDGPU::SReg_64RegClass.contains(Save) &&
556 // Save the EXEC mask
557 BuildMI(MBB, I, DL, TII->get(AMDGPU::S_MOV_B64), Save)
577 *RemainderBB, Save, *Idx);
583 .addReg(Save);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.h207 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h225 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/s390/
H A Dcode-stubs-s390.h197 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
213 // Save all volatile FP registers except d0.
/external/v8/src/x64/
H A Dcode-stubs-x64.h217 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/v8/src/x87/
H A Dcode-stubs-x87.h222 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
/external/skia/src/core/
H A DSkRecordDraw.cpp76 DRAW(Save, save());
155 // have intrinsic bounds. What is the bounds of a Save or a Translate?
159 // the bounds of a Save, a Translate, a Restore, etc. are the union of the
161 // Save/Restore block, the bounds of the Save, the Restore, and any other
165 // To implement this, we keep a stack of active Save blocks. As we consume ops
166 // inside the Save/Restore block, drawing ops are unioned with the bounds of
182 // sure all ops in those Save blocks have their bounds calculated.
187 // Any control ops not part of any Save/Restore block draw everywhere.
239 int controlOps; // Number of control ops in this Save bloc
298 trackBounds(const Save&) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h277 MachineBasicBlock *Save = nullptr; member in class:llvm::MachineFrameInfo
644 MachineBasicBlock *getSavePoint() const { return Save; }
645 void setSavePoint(MachineBasicBlock *NewSave) { Save = NewSave; }
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp733 enum class MRICommand { AddLib, AddMod, Create, Save, End, Invalid }; member in class:MRICommand
754 .Case("save", MRICommand::Save)
788 case MRICommand::Save:
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py1318 def Save (self, offset=0, filters=None): member in class:MIDIFile
1319 """Save this file back to disk with modifications."""
1325 """Save MIDI data to new file."""
/external/vboot_reference/cgpt/
H A Dcgpt_common.c128 int Save(struct drive *drive, const uint8_t *buf, function
209 if (CGPT_OK != Save(drive, drive->gpt.primary_header,
218 if(CGPT_OK != Save(drive, drive->gpt.secondary_header,
227 if (CGPT_OK != Save(drive, drive->gpt.primary_entries,
237 if (CGPT_OK != Save(drive, drive->gpt.secondary_entries,

Completed in 2023 milliseconds

12