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

12 3 4 5 6 7

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 115 HRESULT (WINAPI *Resume)(IBackgroundCopyJob2 *This);
164 #define IBackgroundCopyJob2_Resume(This) (This)->lpVtbl->Resume(This)
bits2_0.h 97 HRESULT (WINAPI *Resume)(IBackgroundCopyJob3 *This);
150 #define IBackgroundCopyJob3_Resume(This) (This)->lpVtbl -> Resume(This)
netmon.h     [all...]
bits.h 301 virtual HRESULT WINAPI Resume(void) = 0;
340 HRESULT (WINAPI *Resume)(IBackgroundCopyJob *This);
381 #define IBackgroundCopyJob_Resume(This) (This)->lpVtbl->Resume(This)
    [all...]
  /art/runtime/
trace.h 123 static void Resume() REQUIRES(!Locks::trace_lock_);
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 82 When the sender receives a **RDMA_MESSAGE_TENSOR_RE_REQUEST**, it will locate the relevant **RdmaTensorResponse** using the request index specified in the message, and invoke its **Resume()** method, which will RDMA write the contents of the tensor that was cloned earlier, to the new remote address specified in the re-request.
129 * **Resume()** - Resume the response sequence after a re-request. Send the tensor's content that was cloned earlier.
rdma.h 329 // Resume the response sequence, after a re-request.
332 void Resume();
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DxeUdpIoLib.c 222 goto Resume;
265 goto Resume;
308 Resume:
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DxeIpIoLib.c 1020 // @bug with Status == EFI_SUCCESS or EFI_ICMP_ERROR, just resume the receive although
1023 goto Resume;
1130 goto Resume;
1140 Resume:
    [all...]
  /external/v8/src/
counters.cc 303 Resume(now);
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 274 void PacedSender::Resume() {
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 267 // Replace calls to "llvm.eh.resume" with the 'resume' instruction. Load the
269 Function *EHResume = M->getFunction("llvm.eh.resume");
273 CallInst *Resume = cast<CallInst>(*EHResume->use_begin());
274 BasicBlock *BB = Resume->getParent();
277 Builder.SetInsertPoint(BB, Resume->getIterator());
281 Resume->getArgOperand(0), 0, "lpad.val");
282 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1),
286 // Remove all instructions after the 'resume.'
287 BasicBlock::iterator I = Resume->getIterator()
    [all...]
  /external/boringssl/src/ssl/test/runner/
runner.go 384 // which attempts to resume the first session.
387 // tested which attempts to resume the second connection's session.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c 172 // with Status == EFI_SUCCESS or EFI_ICMP_ERROR, just resume the receive although
175 goto Resume;
219 goto Resume;
224 Resume:
    [all...]
  /art/openjdkjvm/
OpenjdkJvm.cc 434 bool resumed = thread_list->Resume(thread, art::SuspendReason::kInternal);
  /external/llvm/lib/IR/
Instruction.cpp 266 case Resume: return "resume";
  /system/bt/stack/btm/
btm_ble_privacy.cc 564 // If it's non-VSC implementation, resume
568 BleAdvertisingManager::Get()->Resume();

Completed in 774 milliseconds

12 3 4 5 6 7