Searched refs:completion (Results 1 - 25 of 54) sorted by relevance

123

/external/parameter-framework/asio/include/asio/detail/
H A Dhandler_tracking.hpp34 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 Dhandler_tracking.hpp34 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 Dweak_ptr_unittest.cc67 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 DMakefile10 BASHCOMPLETIONDIR ?= $(DESTDIR)/usr/share/bash-completion/completions
14 BASHCOMPLETIONS=semanage-bash-completion.sh
/external/selinux/policycoreutils/setsebool/
H A DMakefile7 BASHCOMPLETIONDIR ?= $(DESTDIR)/usr/share/bash-completion/completions
14 BASHCOMPLETIONS=setsebool-bash-completion.sh
/external/v8/test/unittests/compiler/
H A Dinstruction-sequence-unittest.h107 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 Dinstruction-sequence-unittest.cc114 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 DARDMainViewController.m30 [self dismissViewControllerAnimated:NO completion:nil];
77 completion:nil];
H A DARDVideoCallViewController.m158 completion:nil];
/external/fio/engines/
H A Drbd.c14 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 DMakefile12 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 DAbstractTextPropertyEditor.java170 // 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 DSmaliCodeFragmentFactoryTest.java36 import com.intellij.codeInsight.completion.CodeCompletionHandlerBase;
37 import com.intellij.codeInsight.completion.CompletionType;
/external/libunwind/doc/
H A Dunw_create_addr_space.tex95 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 Dunw_getcontext.tex42 On successful completion, \Func{unw\_getcontext}() returns 0.
H A Dunw_is_signal_frame.tex34 On successful completion, \Func{unw\_is\_signal\_frame}() returns a
H A Dunw_step.tex24 On successful completion, \Func{unw\_step}() returns a positive value
H A Dunw_get_fpreg.tex39 On successful completion, \Func{unw\_get\_fpreg}() returns 0.
H A Dunw_get_reg.tex40 On successful completion, \Func{unw\_get\_reg}() returns 0.
H A Dunw_init_local.tex48 On successful completion, \Func{unw\_init\_local}() returns 0.
H A Dunw_init_remote.tex43 On successful completion, \Func{unw\_init\_remote}() returns 0.
H A Dunw_set_caching_policy.tex50 On successful completion, \Func{unw\_set\_caching\_policy}() returns 0.
H A Dunw_set_fpreg.tex39 On successful completion, \Func{unw\_set\_fpreg}() returns 0.
H A Dunw_set_reg.tex40 On successful completion, \Func{unw\_set\_reg}() returns 0.
/external/libchrome/base/files/
H A Dfile_path_watcher_unittest.cc139 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

Completed in 543 milliseconds

123