HomeSort by relevance Sort by last modified time
    Searched refs:Completion (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/unittests/LineEditor/
LineEditor.cpp 44 std::vector<LineEditor::Completion> Completions;
46 TestListCompleter(const std::vector<LineEditor::Completion> &Completions)
49 std::vector<LineEditor::Completion> operator()(StringRef Buffer,
58 std::vector<LineEditor::Completion> Comps;
60 Comps.push_back(LineEditor::Completion("foo", "int foo()"));
66 Comps.push_back(LineEditor::Completion("bar", "int bar()"));
75 Comps.push_back(LineEditor::Completion("fee", "int fee()"));
76 Comps.push_back(LineEditor::Completion("fi", "int fi()"));
77 Comps.push_back(LineEditor::Completion("foe", "int foe()"));
78 Comps.push_back(LineEditor::Completion("fum", "int fum()"))
    [all...]
  /external/llvm/include/llvm/LineEditor/
LineEditor.h 47 /// The action to perform upon a completion request.
65 /// A possible completion at a given cursor position.
66 struct Completion {
67 Completion() {}
68 Completion(const std::string &TypedText, const std::string &DisplayText)
72 /// completion, this should only include the rest of the text.
75 /// A description of this completion. This may be the completion itself, or
91 /// position in the StringRef) and returns a std::vector<Completion>.
97 /// completion request. If the current completer is a list completer, thi
    [all...]
  /external/llvm/lib/LineEditor/
LineEditor.cpp 35 const std::vector<Completion> &Comps) {
39 for (std::vector<Completion>::const_iterator I = Comps.begin() + 1,
56 std::vector<Completion> Comps = getCompletions(Buffer, Pos);
65 // single completion, this will insert the full completion. If there is more
71 for (std::vector<Completion>::iterator I = Comps.begin(), E = Comps.end();
116 // Handles tab completion.
212 ::el_set(Data->EL, EL_ADDFN, "tab_complete", "Tab completion function",
  /external/chromium_org/remoting/webapp/
host_controller.js 437 * @param {function(remoting.HostController.State):void} onDone Completion
449 * @param {function(string?):void} onDone Completion callback.
484 * @param {function():void} onDone Completion callback.
496 * @param {function():void} onDone Completion callback.
identity.js 59 * @param {function():void} onDone Completion callback.
host_list.js 108 * @param {function():void} onDone Completion callback.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_dialog.js 64 * @param {function()} callback Completion callback.
88 * @param {function()} callback Completion callback.
file_watcher.js 121 * @param {function()} callback Completion callback.
share_client.js 62 * @param {function()} callback Completion callback. Call when finished
112 * Handles completion of the web view request.
file_selection.js 88 * @param {function} callback Completion callback. Not called when cancelled,
file_manager.js 241 * @param {function()} callback Completion callback.
633 // queue has stopped and monitor the completion.
641 * @param {function()} callback Completion callback.
672 * @param {function()} callback Completion callback.
690 * @param {function()} callback Completion callback.
718 * @param {function()} callback Completion callback.
777 * @param {function()} callback Completion callback.
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 266 /// \brief Determine the set of code-completion contexts in which this
366 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
377 // Keep track of the type of this completion in an ASTContext-agnostic
427 // If there any contexts where this completion can be a
429 // nested-name-specifier completion.
431 CachedResult.Completion
454 CachedResult.Completion
    [all...]
  /external/chromium_org/ui/file_manager/image_loader/
request.js 119 * @param {function()} callback Completion callback.
383 * @param {function()} callback Completion callback.
406 * @param {function()} callback Completion callback.
cache.js 68 * @param {function()} callback Completion callback.
  /external/chromium_org/ui/file_manager/video_player/js/
video_player.js 209 * @param {function()=} opt_callback Completion callback.
339 * @param {function()=} opt_callback Completion callback.
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 273 TEST(ParserTest, Completion) {
RegistryTest.cpp 439 TEST_F(RegistryTest, Completion) {
  /external/clang/include/clang/Frontend/
ASTUnit.h 294 /// \brief Whether we should be caching code-completion results.
320 /// \brief A cached code-completion result, which may be introduced in one of
323 /// \brief The code-completion string corresponding to this completion
325 CodeCompletionString *Completion;
327 /// \brief A bitmask that indicates which code-completion contexts should
328 /// contain this completion result.
331 /// CodeCompleteContext::Kind. To map from a completion context kind to a
336 /// \brief The priority given to this code-completion result.
339 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 301 * @param {function()=} opt_callback Completion callback.
497 * @param {function()=} opt_callback Completion callback.
522 * @param {function()=} opt_callback Completion callback.
599 * @param {function(string)=} opt_callback Completion callback with the App ID.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_dispatcher.js 158 * @param {function(Object)} callback Completion callback.
  /external/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 15 * run completionCallback to notify the completion.
21 * callback. The first argument is a callback to notify the completion of
40 completionCallback(); // Don't pass iteration completion callback.
86 * @param {function(function())} closure Closure with a completion
182 * @param {function(function())} closure Closure with a completion callback to
205 * @param {function()=} opt_onCompletion Completion callback.
218 // If all of the added tasks have finished, then call completion callbacks.
util.js 129 * each entry. On completion, successCallback will be invoked.
133 * @param {function()} successCallback Invoked on completion.
510 * @param {function(Event)} onSuccess Completion callback. The first argument is
583 * callback for each entry. Upon completion, successCallback will be called.
590 * @param {function()} successCallback Called upon successful completion.
706 * @param {function()=} opt_callback Completion callback.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
commands.js 129 * @param {function} callback Completion callback.
290 * completion.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 129 * @param {function} callback Completion callback.
290 * completion.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
mosaic_mode.js 289 * @param {function()=} opt_callback Completion callback.
324 * @param {function()} callback Completion callback.
    [all...]

Completed in 515 milliseconds

1 2