/external/libbrillo/brillo/ |
H A D | key_value_store.cc | 81 bool KeyValueStore::Save(const base::FilePath& path) const { function in class:brillo::KeyValueStore
|
/external/skia/experimental/SkV8Example/ |
H A D | DrawingMethods.cpp | 25 void DrawingMethods::Save(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:DrawingMethods 165 ADD_METHOD("save", Save);
|
/external/webrtc/webrtc/base/ |
H A D | optionsfile.cc | 64 bool OptionsFile::Save() { function in class:rtc::OptionsFile
|
H A D | win32regkey.cc | 308 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 D | image.cpp | 194 bool CvvImage::Save( const char* filename ) function in class:CvvImage
|
/external/llvm/lib/CodeGen/ |
H A D | 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 107 MachineBasicBlock *Save; member in class:__anon12767::ShrinkWrap [all...] |
H A D | PrologEpilogInserter.cpp | 110 // 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 D | fx_skia_device_unittest.cpp | 20 enum class Save { kNo, kYes }; class in struct:__anon16485::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/python/cpython2/Lib/idlelib/ |
H A D | configHandler.py | 125 def Save(self): member in class:IdleUserConfParser 738 self.userCfg[key].Save()
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
H A D | ArchiveReader.cpp | 270 const char* Save = At; local 317 firstFileOffset = Save - base;
|
/external/v8/src/arm/ |
H A D | code-stubs-arm.h | 142 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/v8/src/mips/ |
H A D | code-stubs-mips.h | 173 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/v8/src/mips64/ |
H A D | code-stubs-mips64.h | 174 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/v8/src/ppc/ |
H A D | code-stubs-ppc.h | 160 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation 177 // Save all volatile FP registers except d0.
|
/external/v8/tools/ |
H A D | presubmit.py | 125 def Save(self): member in class:FileContentsCache 276 good_files_cache.Save()
|
/external/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 33 /// %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 D | code-stubs-arm64.h | 207 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/v8/src/ia32/ |
H A D | code-stubs-ia32.h | 207 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/v8/src/s390/ |
H A D | code-stubs-s390.h | 188 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation 204 // Save all volatile FP registers except d0.
|
/external/v8/src/x64/ |
H A D | code-stubs-x64.h | 200 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/v8/src/x87/ |
H A D | code-stubs-x87.h | 204 void Save(MacroAssembler* masm) { function in class:v8::internal::RecordWriteStub::RegisterAllocation
|
/external/skia/src/core/ |
H A D | SkRecordDraw.cpp | 77 DRAW(Save, save()); 146 // have intrinsic bounds. What is the bounds of a Save or a Translate? 150 // the bounds of a Save, a Translate, a Restore, etc. are the union of the 152 // Save/Restore block, the bounds of the Save, the Restore, and any other 156 // To implement this, we keep a stack of active Save blocks. As we consume ops 157 // inside the Save/Restore block, drawing ops are unioned with the bounds of 173 // sure all ops in those Save blocks have their bounds calculated. 178 // Any control ops not part of any Save/Restore block draw everywhere. 230 int controlOps; // Number of control ops in this Save bloc 289 trackBounds(const Save&) argument [all...] |
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 277 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 D | llvm-ar.cpp | 733 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 D | midifile.py | 1318 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."""
|