Searched defs:completion (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/utils/
H A Dclang-completion-mode.el6 ;; completion to provide code completion results for C, Objective-C,
8 ;; code-completion results in a secondary buffer based on the code
15 ;; completion based on Clang. It needs your help to make it better!
17 ;; To use the Clang code completion mode, first make sure that the
20 ;; clang-completion-mode.el somewhere in your Emacs load path. You can
33 ;; (load-library "clang-completion-mode")
37 ;; M-x customize-group RET clang-completion-mode RET
39 ;; Finally, to try Clang-based code completion in a particular buffer,
40 ;; use M-x clang-completion
[all...]
/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/files/
H A Dfile_path_watcher_unittest.cc139 base::WaitableEvent* completion) {
143 completion->Signal();
222 base::WaitableEvent completion(WaitableEvent::ResetPolicy::AUTOMATIC,
227 recursive_watch, &result, &completion));
228 completion.Wait();
134 SetupWatchCallback(const FilePath& target, FilePathWatcher* watcher, TestDelegateBase* delegate, bool recursive_watch, bool* result, base::WaitableEvent* completion) argument
/external/libchrome/base/memory/
H A Dweak_ptr_unittest.cc72 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL,
76 target, &completion));
77 completion.Wait();
81 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL,
85 other, &completion));
86 completion.Wait();
90 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL,
94 base::Bind(&BackgroundThread::DoDeleteTarget, object, &completion));
95 completion.Wait();
99 WaitableEvent completion(WaitableEven
136 DoCreateArrowFromArrow(Arrow** arrow, const Arrow* other, WaitableEvent* completion) argument
144 DoCreateArrowFromTarget(Arrow** arrow, Target* target, WaitableEvent* completion) argument
152 DoDeRef(const Arrow* arrow, Target** result, WaitableEvent* completion) argument
159 DoDeleteTarget(Target* object, WaitableEvent* completion) argument
164 DoCopyAndAssignArrow(Arrow* object, WaitableEvent* completion) argument
172 DoCopyAndAssignArrowBase( Arrow* object, WaitableEvent* completion) argument
183 DoDeleteArrow(Arrow* object, WaitableEvent* completion) argument
[all...]
/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/v8/src/parsing/
H A Dpattern-rewriter.cc368 auto completion = CreateTempVar(); local
464 // completion = kAbruptCompletion;
465 Expression* proxy = factory()->NewVariableProxy(completion);
476 // completion = kNormalCompletion;
477 Expression* proxy = factory()->NewVariableProxy(completion);
591 parser_->FinalizeIteratorUse(scope(), completion, closing_condition, iterator, local
H A Drewriter.cc254 // to the completion value.
411 Statement* completion = node_factory->NewExpressionStatement( local
413 body->Add(completion, factory->zone());
H A Dparser.cc2047 Variable* completion = NewTemporary(avfactory->empty_string()); local
2085 // {{completion = kAbruptCompletion;}}
2088 Expression* proxy = factory()->NewVariableProxy(completion);
2126 // {{completion = kNormalCompletion;}}
2129 Expression* proxy = factory()->NewVariableProxy(completion);
2151 return finalize ? FinalizeForOfStatement(for_of, completion, nopos) : for_of;
2161 // Extra care is needed to preserve the completion value of the original loop.
5119 void Parser::FinalizeIteratorUse(Scope* use_scope, Variable* completion, argument
5126 // completion = kNormalCompletion;
5131 // if (completion
5235 BuildIteratorCloseForCompletion(Scope* scope, ZoneList<Statement*>* statements, Variable* iterator, Expression* completion) argument
[all...]
/external/syslinux/gpxe/src/drivers/infiniband/
H A Darbel.h41 /* Work queue entry and completion queue entry opcodes */
121 pseudo_bit_t completion[0x00001]; member in struct:arbelprm_event_mask_st
334 /** Maximum number of allocatable completion queues
340 /** An Arbel completion queue */
348 /** Size of completion queue */
489 * ARBEL_MAX_CQS * Arm completion queue doorbell
501 * Get arm completion queue doorbell index
534 * Get completion queue consumer counter doorbell index
H A Dhermon.h37 /* Work queue entry and completion queue entry opcodes */
162 pseudo_bit_t completion[0x00001]; member in struct:hermonprm_event_mask_st
457 /** Maximum number of allocatable completion queues
463 /** A Hermon completion queue */
467 /** Size of completion queue */
/external/v8/src/heap/
H A Dincremental-marking.cc871 intptr_t bytes_to_process, ForceCompletionAction completion) {
876 completion == FORCE_COMPLETION)) {
1121 ForceCompletionAction completion,
1162 if (completion == FORCE_COMPLETION ||
870 ProcessMarkingDeque( intptr_t bytes_to_process, ForceCompletionAction completion) argument
1119 Step(size_t bytes_to_process, CompletionAction action, ForceCompletionAction completion, StepOrigin step_origin) argument
/external/wpa_supplicant_8/hostapd/
H A Dhostapd_cli.c1370 char ** (*completion)(const char *str, int pos); member in struct:hostapd_cli_cmd
1704 if (hostapd_cli_commands[i].completion)
1705 return hostapd_cli_commands[i].completion(str, pos);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c2842 char ** (*completion)(const char *str, int pos); member in struct:wpa_cli_cmd
3547 if (wpa_cli_commands[i].completion)
3548 return wpa_cli_commands[i].completion(str,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jar ... int completionLocation private int tokenStart private int tokenEnd private char[] completion private int replaceStart private int replaceEnd private int relevance private ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 946 milliseconds

12