HomeSort by relevance Sort by last modified time
    Searched refs:Restore (Results 176 - 200 of 297) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/base/
win32regkey_unittest.cc 581 // test restore
582 EXPECT_SUCCEEDED(RegKey::Restore(kFullRkey1Subkey, temp_file));
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
ExceptionSupport.ARMv6.asm 47 LR 0x54 # SVC Link register (we need to restore it)
246 ldmeqed R2, {lr}^ ; restore unbanked lr
248 ldmneed R3, {lr} ; restore SVC lr, via ldmfd SP!, {LR}
250 ldmfd SP!,{R0-R12} ; Restore general purpose registers
254 ldmfd SP!,{LR} ; restore the link register for this context
  /external/golang-protobuf/proto/
message_set.go 212 // Restore wire type and field number varint, plus length varint.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 138 * shadows an existing variable, we have to restore it, so save it
180 (* Restore the unshadowed variable. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 138 * shadows an existing variable, we have to restore it, so save it
180 (* Restore the unshadowed variable. *)
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties_test.cc 640 Output restore = ops::Restore(s.WithOpName("restore"), filename, tensor_name, local
642 Output init_restore = ops::Assign(s.WithOpName("init_restore"), var, restore);
665 const auto restore_props = properties.GetOutputProperties("restore");
699 Output restore = ops::Restore(s.WithOpName("restore"), filename, tensor_name, local
701 Output init = ops::Assign(s.WithOpName("init"), var, restore);
702 Output init2 = ops::Assign(s.WithOpName("init2"), var2, restore);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildtool.go 159 // Restore GOROOT, GOPATH, and GOBIN when done.
  /prebuilts/go/linux-x86/src/cmd/dist/
buildtool.go 159 // Restore GOROOT, GOPATH, and GOBIN when done.
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 662 addiu $sp, $sp, 16 # restore stack after memcpy
663 lw $a2, 8($sp) # Restore JValue* result
664 lw $sp, 4($sp) # Restore saved stack pointer
872 * On success this wrapper will restore arguments and *jump* to the target, leaving the lr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iiisext.h     [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 395 LXMMN xmm6, eax, 3 ;Restore microcode status if no CAR init error from ECX-SLOT 3 in xmm6.
537 ; Reserve 8 bytes for IDT save/restore
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 191 * shadows an existing variable, we have to restore it, so save it
214 (* Reload, increment, and restore the alloca. This handles the case where
233 (* Restore the unshadowed variable. *)
263 (* Remember the old variable binding so that we can restore the binding
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 191 * shadows an existing variable, we have to restore it, so save it
214 (* Reload, increment, and restore the alloca. This handles the case where
233 (* Restore the unshadowed variable. *)
263 (* Remember the old variable binding so that we can restore the binding
  /external/syslinux/core/
pxelinux.asm 352 ; While we're at it, save and restore all registers.
422 popfd ; Restore flags (incl. IF, DF)
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 100 cfi().Restore(DWARFReg(spill));
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 179 popw %si # Restore si
254 popw %ax # restore ax
    [all...]
start16.S 173 popw %si # Restore si
248 popw %ax # restore ax
    [all...]
start32.S 188 popw %si # Restore si
263 popw %ax # restore ax
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 816 def Restore(self, path, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
817 """Restore device contents from the backup archive.
825 self._RunDeviceAdbCmd(['restore'] + [path], timeout, retries)
    [all...]
  /external/libavc/common/arm/
ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s 438 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s 502 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s 349 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
ih264_inter_pred_luma_vert_qpel_a9q.s 325 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
adb_wrapper.py 714 def Restore(self, path, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
715 """Restore device contents from the backup archive.
723 self._RunDeviceAdbCmd(['restore'] + [path], timeout, retries)
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 646 case MCCFIInstruction::Restore:
    [all...]

Completed in 906 milliseconds

1 2 3 4 5 6 78 91011>>