HomeSort by relevance Sort by last modified time
    Searched refs:Save (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /external/chromium/chrome/browser/sessions/
base_session_service.cc 55 // Delay between when a command is received, and when we save it to the
108 save_factory_.NewRunnableMethod(&BaseSessionService::Save),
113 void BaseSessionService::Save() {
tab_restore_service.h 173 virtual void Save();
session_service.h 177 virtual void Save();
244 // Callback from the backend for getting the commands from the save file.
388 // currently called when Save() is called to compare how often the
389 // session data is currently saved verses when we may want to save it.
session_service.cc 153 Save();
169 Save();
442 void SessionService::Save() {
444 BaseSessionService::Save();
    [all...]
  /external/libffi/src/mips/
o32.S 54 REG_S $fp, FP_OFF($sp) # Save frame pointer
56 REG_S ra, RA_OFF($sp) # Save return address
193 3 - a3 save
194 2 - a2 save
195 1 - a1 save
196 0 - a0 save, original sp
197 -1 - ra save
198 -2 - fp save
199 -3 - $16 (s0) save
207 -11 - Called function a3 save
    [all...]
n32.S 57 REG_S $fp, SIZEOF_FRAME - 2*FFI_SIZEOF_ARG($sp) # Save frame pointer
58 REG_S ra, SIZEOF_FRAME - 1*FFI_SIZEOF_ARG($sp) # Save return address
325 19 - Called function a7 save
326 18 - Called function a6 save
327 17 - Called function a5 save
328 16 - Called function a4 save
329 15 - Called function a3 save
330 14 - Called function a2 save
331 13 - Called function a1 save
332 12 - Called function a0 save
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_manager.cc 75 // No password to save? Then don't.
89 // first loading the page containing the form. Don't offer to save
149 // If the save is not a new username entry, then we just want to save this
151 provisional_save_manager_->Save();
204 // failure and abort this save, by clearing provisional_save_manager_.
206 // and we want to be able to save in that case.
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 33 /// %SGPR0 = S_AND_SAVEEXEC_B64 %VCC // Save and update the exec mask
317 unsigned Save = MI.getOperand(1).getReg();
328 assert(AMDGPU::SReg_64RegClass.contains(Save));
331 // Save the EXEC mask
332 BuildMI(MBB, &MI, DL, TII->get(AMDGPU::S_MOV_B64), Save)
348 // Update EXEC, save the original EXEC value to VCC
367 .addReg(Save);
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 55 .equ REG_SAVE_SZ, 0 @save-on-entry registers saved
68 STMFD sp!,{r4-r6,r14} @Save any save-on-entry registers that are used
86 STRH r4, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 1st output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 55 .equ REG_SAVE_SZ, 0 @save-on-entry registers saved
68 STMFD sp!,{r4-r6,r14} @Save any save-on-entry registers that are used
86 STRH r4, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 1st output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 17 [dnl Save the original CFLAGS, LDFLAGS, and LIBS
  /external/v8/tools/
presubmit.py 151 def Save(self):
257 good_files_cache.Save()
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 89 canvas->Save();
447 canvas->Save();
  /external/llvm/lib/Archive/
ArchiveReader.cpp 269 const char* Save = At;
276 // We just save this but don't do anything special
313 // This is just a regular file. If its the first one, save its offset.
316 firstFileOffset = Save - base;
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataric2p.S 315 movel a0,a4 | Save start address of source
316 movel a1,a5 | Save start address of dest
  /external/chromium/base/metrics/
field_trial_unittest.cc 220 TEST_F(FieldTrialTest, Save) {
  /external/chromium/chrome/common/extensions/
extension_action.cc 121 canvas->Save();
  /external/libffi/src/arm/
sysv.S 146 @ Save registers
148 UNWIND .save {r0-r3, fp, lr}
237 UNWIND .save {r0, lr}
  /external/opencv/otherlibs/highgui/
highgui.h 151 /* save image to file */
360 /* Save entire image to specified file. */
361 virtual bool Save( const char* filename );
image.cpp 194 bool CvvImage::Save( const char* filename )
  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 65 " pushl %%eax # Save new EFLAGS value on stack \n"
85 " pushq %%rax # Save new EFLAGS value on stack \n"
103 push eax ; Save new EFLAGS value on stack
153 " cpuid # Get and save vendor ID \n"
172 " cpuid # Get and save vendor ID \n"
191 cpuid ; Get and save vendor ID
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 165 SAVE_LABEL: 'Save',
170 SELECT_SAVEAS_FILE_TITLE: 'Select a file to save as',
  /external/skia/legacy/src/animator/
SkDisplayType.cpp 178 CASE_NEW(Save);
333 CASE_GET_INFO(Save);
500 { "save", SkType_Save INIT_BOOL_FIELDS },
  /external/skia/src/animator/
SkDisplayType.cpp 178 CASE_NEW(Save);
333 CASE_GET_INFO(Save);
500 { "save", SkType_Save INIT_BOOL_FIELDS },
  /external/chromium/chrome/browser/
file_select_helper.cc 261 case ViewHostMsg_RunFileChooser_Mode::Save:

Completed in 451 milliseconds

12 3 4 5