/external/parameter-framework/asio/include/asio/detail/ |
H A D | handler_tracking.hpp | 34 class completion; 42 friend class completion; 60 class completion class in class:asio::detail::handler_tracking 64 ASIO_DECL explicit completion(tracked_handler* h); 68 ASIO_DECL ~completion(); 95 completion* next_; 118 # define ASIO_HANDLER_COMPLETION(args) asio::detail::handler_tracking::completion tracked_completion args
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
H A D | handler_tracking.hpp | 34 class completion; 42 friend class completion; 60 class completion class in class:asio::detail::handler_tracking 64 ASIO_DECL explicit completion(tracked_handler* h); 68 ASIO_DECL ~completion(); 95 completion* next_; 118 # define ASIO_HANDLER_COMPLETION(args) asio::detail::handler_tracking::completion tracked_completion args
|
/external/libchrome/base/memory/ |
H A D | weak_ptr_unittest.cc | 67 WaitableEvent completion(true, false); 70 target, &completion)); 71 completion.Wait(); 75 WaitableEvent completion(true, false); 78 other, &completion)); 79 completion.Wait(); 83 WaitableEvent completion(true, false); 86 base::Bind(&BackgroundThread::DoDeleteTarget, object, &completion)); 87 completion.Wait(); 91 WaitableEvent completion(tru 124 DoCreateArrowFromArrow(Arrow** arrow, const Arrow* other, WaitableEvent* completion) argument 132 DoCreateArrowFromTarget(Arrow** arrow, Target* target, WaitableEvent* completion) argument 140 DoDeRef(const Arrow* arrow, Target** result, WaitableEvent* completion) argument 147 DoDeleteTarget(Target* object, WaitableEvent* completion) argument 152 DoCopyAndAssignArrow(Arrow* object, WaitableEvent* completion) argument 160 DoCopyAndAssignArrowBase( Arrow* object, WaitableEvent* completion) argument 171 DoDeleteArrow(Arrow* object, WaitableEvent* completion) argument [all...] |
/external/selinux/policycoreutils/semanage/ |
H A D | Makefile | 10 BASHCOMPLETIONDIR ?= $(DESTDIR)/usr/share/bash-completion/completions 14 BASHCOMPLETIONS=semanage-bash-completion.sh
|
/external/selinux/policycoreutils/setsebool/ |
H A D | Makefile | 7 BASHCOMPLETIONDIR ?= $(DESTDIR)/usr/share/bash-completion/completions 14 BASHCOMPLETIONS=setsebool-bash-completion.sh
|
/external/v8/test/unittests/compiler/ |
H A D | instruction-sequence-unittest.h | 107 BlockCompletion completion = {kFallThrough, TestOperand(), 1, kNoValue}; local 108 return completion; 112 BlockCompletion completion = {kJump, TestOperand(), offset, kNoValue}; local 113 return completion; 118 BlockCompletion completion = {kBranch, op, left_offset, right_offset}; local 119 return completion; 123 BlockCompletion completion = {kBlockEnd, TestOperand(), kNoValue, kNoValue}; local 124 return completion; 136 Instruction* EndBlock(BlockCompletion completion = FallThrough());
|
H A D | instruction-sequence-unittest.cc | 114 Instruction* InstructionSequenceTest::EndBlock(BlockCompletion completion) { argument 117 CHECK(completion.type_ == kBlockEnd || completion.type_ == kFallThrough); 118 completion.type_ = kBlockEnd; 120 switch (completion.type_) { 132 result = EmitBranch(completion.op_); 135 completions_.push_back(completion); 462 for (const auto& completion : completions_) { 463 switch (completion.type_) { 472 WireBlock(offset, completion [all...] |
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
H A D | ARDMainViewController.m | 30 [self dismissViewControllerAnimated:NO completion:nil]; 77 completion:nil];
|
H A D | ARDVideoCallViewController.m | 158 completion:nil];
|
/external/fio/engines/ |
H A D | rbd.c | 14 rbd_completion_t completion; member in struct:fio_rbd_iou 190 ret = rbd_aio_get_return_value(fri->completion); 215 rbd_aio_release(fri->completion); 233 rbd_aio_wait_for_complete(fri->completion); 345 &fri->completion); 353 io_u->xfer_buf, fri->completion); 361 io_u->xfer_buf, fri->completion); 369 io_u->xfer_buflen, fri->completion); 375 r = rbd_aio_flush(rbd->image, fri->completion); 388 rbd_aio_release(fri->completion); [all...] |
/external/selinux/policycoreutils/sepolicy/ |
H A D | Makefile | 12 BASHCOMPLETIONDIR ?= $(DESTDIR)/usr/share/bash-completion/completions 16 BASHCOMPLETIONS=sepolicy-bash-completion.sh
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
H A D | AbstractTextPropertyEditor.java | 170 // Add support for field completion, if the property provides an IContentProposalProvider 172 IContentProposalProvider completion = property.getAdapter(IContentProposalProvider.class); 173 if (completion != null) { 175 m_textControl, new TextContentAdapter(), completion, null, null,
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
H A D | SmaliCodeFragmentFactoryTest.java | 36 import com.intellij.codeInsight.completion.CodeCompletionHandlerBase; 37 import com.intellij.codeInsight.completion.CompletionType;
|
/external/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 95 On successful completion, the \Func{find\_proc\_info}() call-back must 128 On successful completion, the \Func{get\_dyn\_info\_list\_addr}() 147 On successful completion, the \Func{access\_mem}() 166 On successful completion, the \Func{access\_reg}() call-back must 186 On successful completion, the \Func{access\_fpreg}() call-back must 206 On successful completion, the \Func{resume}() call-back must return 232 On successful completion, the \Func{get\_proc\_name}() call-back must 239 On successful completion, \Func{unw\_create\_addr\_space}() returns a
|
H A D | unw_getcontext.tex | 42 On successful completion, \Func{unw\_getcontext}() returns 0.
|
H A D | unw_is_signal_frame.tex | 34 On successful completion, \Func{unw\_is\_signal\_frame}() returns a
|
H A D | unw_step.tex | 24 On successful completion, \Func{unw\_step}() returns a positive value
|
H A D | unw_get_fpreg.tex | 39 On successful completion, \Func{unw\_get\_fpreg}() returns 0.
|
H A D | unw_get_reg.tex | 40 On successful completion, \Func{unw\_get\_reg}() returns 0.
|
H A D | unw_init_local.tex | 48 On successful completion, \Func{unw\_init\_local}() returns 0.
|
H A D | unw_init_remote.tex | 43 On successful completion, \Func{unw\_init\_remote}() returns 0.
|
H A D | unw_set_caching_policy.tex | 50 On successful completion, \Func{unw\_set\_caching\_policy}() returns 0.
|
H A D | unw_set_fpreg.tex | 39 On successful completion, \Func{unw\_set\_fpreg}() returns 0.
|
H A D | unw_set_reg.tex | 40 On successful completion, \Func{unw\_set\_reg}() returns 0.
|
/external/libchrome/base/files/ |
H A D | file_path_watcher_unittest.cc | 139 base::WaitableEvent* completion) { 143 completion->Signal(); 218 base::WaitableEvent completion(false, false); 222 recursive_watch, &result, &completion)); 223 completion.Wait(); 134 SetupWatchCallback(const FilePath& target, FilePathWatcher* watcher, TestDelegateBase* delegate, bool recursive_watch, bool* result, base::WaitableEvent* completion) argument
|