HomeSort by relevance Sort by last modified time
    Searched refs:Recover (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /device/google/cuttlefish_common/common/vsoc/shm/
socket_forward_layout.h 50 bool Recover() {
51 return queue.Recover();
69 bool Recover() {
72 recovered = recovered || host_to_guest.Recover();
73 recovered = recovered || guest_to_host.Recover();
74 recovered = recovered || queue_state_lock_.Recover();
83 bool Recover() {
86 bool rval = i.Recover();
lock.h 77 bool Recover() {
117 // Common code to recover single-sided locks.
170 bool Recover();
198 bool Recover();
241 bool Recover(RegionView*);
circqueue.h 92 return lock_.Recover();
136 bool Recover() {
189 bool Recover() {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
FileImage.h 57 @param[in] Recover if is for recover, no information print.
66 IN BOOLEAN Recover
DiskImage.h 60 @param[in] Recover if is for recover, no information print.
72 IN BOOLEAN Recover
MemImage.h 63 @param[in] Recover if is for recover, no information print.
73 IN BOOLEAN Recover
  /device/google/cuttlefish_common/guest/vsoc/lib/
guest_lock.cpp 44 bool GuestLock::Recover() {
  /device/google/cuttlefish_common/host/vsoc/lib/
host_lock.cpp 46 bool HostLock::Recover() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 131 bool Recover = false,
134 bool Recover = false);
138 bool Recover = false);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/
Instrumentation.h 131 bool Recover = false,
134 bool Recover = false,
139 bool Recover = false);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/
Instrumentation.h 131 bool Recover = false,
134 bool Recover = false,
139 bool Recover = false);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/
Instrumentation.h 136 bool Recover = false,
139 bool Recover = false,
144 bool Recover = false);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/
Instrumentation.h 136 bool Recover = false,
139 bool Recover = false,
144 bool Recover = false);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/
Instrumentation.h 136 bool Recover = false,
139 bool Recover = false,
144 bool Recover = false);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/
Instrumentation.h 136 bool Recover = false,
139 bool Recover = false,
144 bool Recover = false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 131 bool Recover = false,
134 bool Recover = false);
138 bool Recover = false);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/
Instrumentation.h 131 bool Recover = false,
134 bool Recover = false,
139 bool Recover = false);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/
Instrumentation.h 131 bool Recover = false,
134 bool Recover = false,
139 bool Recover = false);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/
Instrumentation.h 136 bool Recover = false,
139 bool Recover = false,
144 bool Recover = false);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/
Instrumentation.h 136 bool Recover = false,
139 bool Recover = false,
144 bool Recover = false);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/
Instrumentation.h 136 bool Recover = false,
139 bool Recover = false,
144 bool Recover = false);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/
Instrumentation.h 136 bool Recover = false,
139 bool Recover = false,
144 bool Recover = false);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 134 Recover(nva); // throw out current char and try again
137 // match() routine has already called recover()
217 Recover(mte);
237 Recover(mte); // don't really recover; just consume in lexer
251 Recover(mre);
337 public virtual void Recover(RecognitionException re) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 161 // MatchRange() routine has already called recover()
166 // Match() routine has already called recover()
171 Recover( re ); // throw out current char and try again
263 Recover( mte );
287 Recover( mte ); // don't really recover; just consume in lexer
304 Recover( mre );
409 public virtual void Recover( RecognitionException re )
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 165 Recover( nva ); // throw out current char and try again
170 // match() routine has already called recover()
279 Recover( mte );
303 Recover( mte ); // don't really recover; just consume in lexer
321 Recover( mre );
426 public virtual void Recover( RecognitionException re )

Completed in 907 milliseconds

1 2 3 4