HomeSort by relevance Sort by last modified time
    Searched refs:Restore (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /external/webrtc/webrtc/base/
win32regkey.h 287 // restore the key and all of its subkeys and values which are saved into a
289 static HRESULT Restore(const wchar_t* full_key_name,
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 144 ld $t8, 56($sp) # Restore gp back to it's temp storage.
168 ld $t8, 56($sp) # Restore gp back to it's temp storage.
272 ld $t8, 184($sp) # Restore gp back to it's temp storage.
412 // Restore return value address and shorty address
433 // Restore callee registers
440 ld $t8, 80($sp) # Restore gp back to it's temp storage.
654 * On success this wrapper will restore arguments and *jump* to the target, leaving the ra
809 move $sp, $s8 # restore sp
911 move $sp, $s8 # restore sp
    [all...]
  /external/regex-re2/re2/
dfa.cc     [all...]
  /external/libpcap/msdos/
ndis_0.asm 106 mov ss,si ;; Restore the old stack
  /external/v8/src/libsampler/
v8-sampler.cc 359 if (--client_count_ == 0) Restore();
383 static void Restore() {
  /ndk/build/core/
setup-app.mk 28 # Restore the APP_XXX variables just for this pass as NDK_APP_XXX
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
tracing_backend_unittest.py 122 self._mock_timer.Restore()
  /external/libavc/common/arm/
ih264_inter_pred_chroma_a9q.s 250 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
ih264_resi_trans_quant_a9.s 218 vbsl.s16 q2, q1, q15 @Restore sign of row 1 and 2
219 vbsl.s16 q3, q4, q0 @Restore sign of row 3 and 4
413 vbsl.s16 q2, q1, q15 @Restore sign of row 1 and 2
414 vbsl.s16 q3, q4, q0 @Restore sign of row 3 and 4
ih264_inter_pred_filters_luma_horz_a9q.s 245 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
ih264_inter_pred_luma_horz_qpel_a9q.s 263 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
  /external/v8/src/arm/
code-stubs-arm.h 160 void Restore(MacroAssembler* masm) {
164 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/arm64/
code-stubs-arm64.h 213 void Restore(MacroAssembler* masm) {
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 191 void Restore(MacroAssembler* masm) {
195 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/mips64/
code-stubs-mips64.h 192 void Restore(MacroAssembler* masm) {
196 // If we have to call into C then we need to save and restore all caller-
  /external/v8/src/ppc/
code-stubs-ppc.h 176 void Restore(MacroAssembler* masm) { masm->pop(scratch1_); }
178 // If we have to call into C then we need to save and restore all caller-
194 // Restore all volatile FP registers except d0.
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.cpp 137 void CFDE_TxtEdtBlock::Restore() {
140 m_EditFieldArr[i]->Restore();
426 void CFDE_TxtEdtField::Restore() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iadmw.h 136 virtual HRESULT WINAPI Restore(LPCWSTR pszMDBackupLocation,DWORD dwMDVersion,DWORD dwMDFlags) = 0;
174 HRESULT (WINAPI *Restore)(IMSAdminBaseW *This,LPCWSTR pszMDBackupLocation,DWORD dwMDVersion,DWORD dwMDFlags);
214 #define IMSAdminBaseW_Restore(This,pszMDBackupLocation,dwMDVersion,dwMDFlags) (This)->lpVtbl->Restore(This,pszMDBackupLocation,dwMDVersion,dwMDFlags)
330 HRESULT (WINAPI *Restore)(IMSAdminBase2W *This,LPCWSTR pszMDBackupLocation,DWORD dwMDVersion,DWORD dwMDFlags);
    [all...]
dsound.h 575 STDMETHOD(Restore)(THIS) PURE;
602 #define IDirectSoundBuffer_Restore(p) (p)->lpVtbl->Restore(p)
626 #define IDirectSoundBuffer_Restore(p) (p)->Restore()
658 STDMETHOD(Restore)(THIS) PURE;
688 #define IDirectSoundBuffer8_Restore(p) (p)->lpVtbl->Restore(p)
    [all...]
  /external/opencv3/3rdparty/include/dshow/
dsound.h 562 STDMETHOD(Restore)(THIS) PURE;
589 #define IDirectSoundBuffer_Restore(p) (p)->lpVtbl->Restore(p)
613 #define IDirectSoundBuffer_Restore(p) (p)->Restore()
645 STDMETHOD(Restore)(THIS) PURE;
675 #define IDirectSoundBuffer8_Restore(p) (p)->lpVtbl->Restore(p)
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 674 cfi_.Restore(DWARFReg(dst0));
675 cfi_.Restore(DWARFReg(dst1));
681 cfi_.Restore(DWARFReg(dst0));
769 // Restore callee-saves.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/
story_runner_unittest.py 203 self._story_runner_logging_stub.Restore()
691 usr_stub.Restore()
692 wpr_stub.Restore()
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
system_stub_unittest.py 248 stubs.Restore()
  /external/skia/src/core/
SkRecorder.cpp 346 APPEND(Restore, this->devBounds(), this->getTotalMatrix());
  /external/v8/src/ia32/
code-stubs-ia32.h 251 void Restore(MacroAssembler* masm) {
272 // If we have to call into C then we need to save and restore all caller-

Completed in 1739 milliseconds

1 23 4 5 6