HomeSort by relevance Sort by last modified time
    Searched defs:completion (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/clang/utils/
clang-completion-mode.el 1 ;;; Clang Code-Completion minor mode, for use with C/Objective-C/C++.
6 ;; 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
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
QueryTextView.java 91 public void onCommitCompletion(CompletionInfo completion) {
92 if (DBG) Log.d(TAG, "onCommitCompletion(" + completion + ")");
94 replaceText(completion.getText());
96 mCommitCompletionListener.onCommitCompletion(completion.getPosition());
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
misc.h 41 struct completion completion; member in struct:rcu_synchronize
locks.h 176 struct completion { struct
182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x)
185 static inline void init_completion(struct completion *c)
190 static inline void wait_for_completion(struct completion *c)
197 static inline void complete(struct completion *c)
205 static inline bool try_wait_for_completion(struct completion *c)
210 static inline bool completion_done(struct completion *c)
216 static inline void complete_all(struct completion *c)
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsprint.h 56 XPS_JOB_COMPLETION completion; member in struct:__WIDL_xpsprint_generated_name_00000039
  /external/deqp/external/openglcts/modules/common/
glcParallelShaderCompileTests.cpp 278 "Failed reading completion status for non parallel shader compiling");
291 "Failed reading completion status for non parallel program linking");
373 int completion = 0; local
375 while (completion != 8 && deGetMicroseconds() < shLoopStart + 1000000)
377 completion = 0;
383 completion++;
386 if (completion != 8)
389 "Failed reading completion status for parallel shader compiling");
415 int completion = 0; local
417 while (completion != 8 && deGetMicroseconds() < prLoopStart + 1000000
    [all...]
  /external/fio/engines/
rbd.c 24 rbd_completion_t completion; member in struct:fio_rbd_iou
291 ret = rbd_aio_get_return_value(fri->completion);
318 rbd_aio_release(fri->completion);
336 rbd_aio_wait_for_complete(fri->completion);
470 &fri->completion);
480 io_u->xfer_buf, fri->completion, &fri->info);
483 io_u->xfer_buf, fri->completion);
494 io_u->xfer_buf, fri->completion, &fri->info);
497 io_u->xfer_buf, fri->completion);
506 io_u->xfer_buflen, fri->completion);
    [all...]
  /external/tensorflow/tensorflow/core/profiler/
profiler.cc 44 void completion(const char* buf, linenoiseCompletions* lc) { function in namespace:tensorflow::tfprof
275 linenoiseSetCompletionCallback(completion);
  /cts/tests/tests/media/src/android/media/cts/
StreamingMediaPlayer2Test.java 604 final Object completion = new Object(); local
618 synchronized (completion) {
619 completion.notify();
686 synchronized (completion) {
687 completion.wait();
StreamingMediaPlayerTest.java 529 final Object completion = new Object(); local
539 synchronized (completion) {
540 completion.notify();
561 synchronized (completion) {
562 completion.wait();
  /external/v8/src/parsing/
pattern-rewriter.cc 440 auto completion = CreateTempVar(); local
536 // completion = kAbruptCompletion;
537 Expression* proxy = factory()->NewVariableProxy(completion);
548 // completion = kNormalCompletion;
549 Expression* proxy = factory()->NewVariableProxy(completion);
660 parser_->FinalizeIteratorUse(scope(), completion, closing_condition, iterator, local
rewriter.cc 254 // to the completion value.
427 Statement* completion = node_factory->NewExpressionStatement( local
429 body->Add(completion, factory->zone());
parser.cc 2055 Variable* completion = NewTemporary(avfactory->empty_string()); local
    [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 1150 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); local
1280 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); local
1405 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); local
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 1444 char ** (*completion)(const char *str, int pos); member in struct:hostapd_cli_cmd
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
arbel.h 41 /* 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 */
346 /** Completion queue entries */
348 /** Size of completion queue */
420 /** Completion queue in-use bitmask */
489 * ARBEL_MAX_CQS * Arm completion queue doorbell
494 * ARBEL_MAX_CQS * Completion queue consumer counter update doorbell
501 * Get arm completion queue doorbell inde
    [all...]
hermon.h 37 /* 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 */
465 /** Completion queue entries */
467 /** Size of completion queue */
540 /** Completion queue in-use bitmask */
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 48 * <p>An editable text view that shows completion suggestions automatically
199 * completion popup should be inflated.
212 * @param popupTheme The theme against which the completion popup window
273 // Completion hint must be set after specifying hint layout.
714 * <p>Returns a filterable list adapter used for auto completion.</p>
716 * @return a data adapter used for auto completion
723 * <p>Changes the list of data used for auto completion. The provided list
735 * @param adapter the adapter holding the auto completion data
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 2930 char ** (*completion)(const char *str, int pos); member in struct:wpa_cli_cmd
    [all...]
  /external/kotlinc/lib/
kotlin-runtime.jar 
kotlin-stdlib.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/
kotlin-stdlib-1.1.3-2.jar 

Completed in 677 milliseconds

1 2 3 4 5