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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressBlockIo.c 42 EFI_NVM_EXPRESS_COMPLETION Completion;
52 ZeroMem (&Completion, sizeof(EFI_NVM_EXPRESS_COMPLETION));
55 CommandPacket.NvmeCompletion = &Completion;
104 EFI_NVM_EXPRESS_COMPLETION Completion;
115 ZeroMem (&Completion, sizeof(EFI_NVM_EXPRESS_COMPLETION));
118 CommandPacket.NvmeCompletion = &Completion;
282 EFI_NVM_EXPRESS_COMPLETION Completion;
289 ZeroMem (&Completion, sizeof(EFI_NVM_EXPRESS_COMPLETION));
292 CommandPacket.NvmeCompletion = &Completion;
604 EFI_NVM_EXPRESS_COMPLETION Completion;
    [all...]
NvmExpressHci.c 337 Read Nvm Express admin completion queue base address register.
340 @param Acq The buffer used to store admin completion queue base address register content.
342 @return EFI_SUCCESS Successfully read the admin completion queue base address register content.
343 @return EFI_DEVICE_ERROR Fail to read the admin completion queue base address register.
376 Write Nvm Express admin completion queue base address register.
379 @param Acq The buffer used to store the content to be written into admin completion queue base address register.
381 @return EFI_SUCCESS Successfully write data into the admin completion queue base address register.
382 @return EFI_DEVICE_ERROR Fail to write data into the admin completion queue base address register.
578 EFI_NVM_EXPRESS_COMPLETION Completion;
583 ZeroMem (&Completion, sizeof(EFI_NVM_EXPRESS_COMPLETION));
    [all...]
  /external/llvm/include/llvm/LineEditor/
LineEditor.h 48 /// The action to perform upon a completion request.
66 /// A possible completion at a given cursor position.
67 struct Completion {
68 Completion() {}
69 Completion(const std::string &TypedText, const std::string &DisplayText)
73 /// completion, this should only include the rest of the text.
76 /// A description of this completion. This may be the completion itself, or
92 /// position in the StringRef) and returns a std::vector<Completion>.
98 /// completion request. If the current completer is a list completer, thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LineEditor/
LineEditor.h 48 /// The action to perform upon a completion request.
66 /// A possible completion at a given cursor position.
67 struct Completion {
68 Completion() {}
69 Completion(const std::string &TypedText, const std::string &DisplayText)
73 /// completion, this should only include the rest of the text.
76 /// A description of this completion. This may be the completion itself, or
92 /// position in the StringRef) and returns a std::vector<Completion>.
98 /// completion request. If the current completer is a list completer, thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LineEditor/
LineEditor.h 48 /// The action to perform upon a completion request.
66 /// A possible completion at a given cursor position.
67 struct Completion {
68 Completion() {}
69 Completion(const std::string &TypedText, const std::string &DisplayText)
73 /// completion, this should only include the rest of the text.
76 /// A description of this completion. This may be the completion itself, or
92 /// position in the StringRef) and returns a std::vector<Completion>.
98 /// completion request. If the current completer is a list completer, thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LineEditor/
LineEditor.h 48 /// The action to perform upon a completion request.
66 /// A possible completion at a given cursor position.
67 struct Completion {
68 Completion() {}
69 Completion(const std::string &TypedText, const std::string &DisplayText)
73 /// completion, this should only include the rest of the text.
76 /// A description of this completion. This may be the completion itself, or
92 /// position in the StringRef) and returns a std::vector<Completion>.
98 /// completion request. If the current completer is a list completer, thi
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LineEditor/
LineEditor.h 48 /// The action to perform upon a completion request.
66 /// A possible completion at a given cursor position.
67 struct Completion {
68 Completion() {}
69 Completion(const std::string &TypedText, const std::string &DisplayText)
73 /// completion, this should only include the rest of the text.
76 /// A description of this completion. This may be the completion itself, or
92 /// position in the StringRef) and returns a std::vector<Completion>.
98 /// completion request. If the current completer is a list completer, thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LineEditor/
LineEditor.h 48 /// The action to perform upon a completion request.
66 /// A possible completion at a given cursor position.
67 struct Completion {
68 Completion() {}
69 Completion(const std::string &TypedText, const std::string &DisplayText)
73 /// completion, this should only include the rest of the text.
76 /// A description of this completion. This may be the completion itself, or
92 /// position in the StringRef) and returns a std::vector<Completion>.
98 /// completion request. If the current completer is a list completer, thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LineEditor/
LineEditor.h 48 /// The action to perform upon a completion request.
66 /// A possible completion at a given cursor position.
67 struct Completion {
68 Completion() {}
69 Completion(const std::string &TypedText, const std::string &DisplayText)
73 /// completion, this should only include the rest of the text.
76 /// A description of this completion. This may be the completion itself, or
92 /// position in the StringRef) and returns a std::vector<Completion>.
98 /// completion request. If the current completer is a list completer, thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LineEditor/
LineEditor.h 48 /// The action to perform upon a completion request.
66 /// A possible completion at a given cursor position.
67 struct Completion {
68 Completion() {}
69 Completion(const std::string &TypedText, const std::string &DisplayText)
73 /// completion, this should only include the rest of the text.
76 /// A description of this completion. This may be the completion itself, or
92 /// position in the StringRef) and returns a std::vector<Completion>.
98 /// completion request. If the current completer is a list completer, thi
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LineEditor/
LineEditor.h 48 /// The action to perform upon a completion request.
66 /// A possible completion at a given cursor position.
67 struct Completion {
68 Completion() {}
69 Completion(const std::string &TypedText, const std::string &DisplayText)
73 /// completion, this should only include the rest of the text.
76 /// A description of this completion. This may be the completion itself, or
92 /// position in the StringRef) and returns a std::vector<Completion>.
98 /// completion request. If the current completer is a list completer, thi
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
documenttarget.h 217 PrintDocumentPackageCompletion Completion;
  /external/clang/include/clang/Frontend/
ASTUnit.h 296 /// \brief Whether we should be caching code-completion results.
321 /// \brief A cached code-completion result, which may be introduced in one of
324 /// \brief The code-completion string corresponding to this completion
326 CodeCompletionString *Completion;
328 /// \brief A bitmask that indicates which code-completion contexts should
329 /// contain this completion result.
332 /// CodeCompleteContext::Kind. To map from a completion context kind to a
337 /// \brief The priority given to this code-completion result.
340 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 293 /// \brief Whether we should be caching code-completion results.
318 /// \brief A cached code-completion result, which may be introduced in one of
321 /// \brief The code-completion string corresponding to this completion
323 CodeCompletionString *Completion;
325 /// \brief A bitmask that indicates which code-completion contexts should
326 /// contain this completion result.
329 /// CodeCompleteContext::Kind. To map from a completion context kind to a
334 /// \brief The priority given to this code-completion result.
337 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 293 /// \brief Whether we should be caching code-completion results.
318 /// \brief A cached code-completion result, which may be introduced in one of
321 /// \brief The code-completion string corresponding to this completion
323 CodeCompletionString *Completion;
325 /// \brief A bitmask that indicates which code-completion contexts should
326 /// contain this completion result.
329 /// CodeCompleteContext::Kind. To map from a completion context kind to a
334 /// \brief The priority given to this code-completion result.
337 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 293 /// \brief Whether we should be caching code-completion results.
318 /// \brief A cached code-completion result, which may be introduced in one of
321 /// \brief The code-completion string corresponding to this completion
323 CodeCompletionString *Completion;
325 /// \brief A bitmask that indicates which code-completion contexts should
326 /// contain this completion result.
329 /// CodeCompleteContext::Kind. To map from a completion context kind to a
334 /// \brief The priority given to this code-completion result.
337 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 293 /// \brief Whether we should be caching code-completion results.
318 /// \brief A cached code-completion result, which may be introduced in one of
321 /// \brief The code-completion string corresponding to this completion
323 CodeCompletionString *Completion;
325 /// \brief A bitmask that indicates which code-completion contexts should
326 /// contain this completion result.
329 /// CodeCompleteContext::Kind. To map from a completion context kind to a
334 /// \brief The priority given to this code-completion result.
337 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 293 /// \brief Whether we should be caching code-completion results.
318 /// \brief A cached code-completion result, which may be introduced in one of
321 /// \brief The code-completion string corresponding to this completion
323 CodeCompletionString *Completion;
325 /// \brief A bitmask that indicates which code-completion contexts should
326 /// contain this completion result.
329 /// CodeCompleteContext::Kind. To map from a completion context kind to a
334 /// \brief The priority given to this code-completion result.
337 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 293 /// \brief Whether we should be caching code-completion results.
318 /// \brief A cached code-completion result, which may be introduced in one of
321 /// \brief The code-completion string corresponding to this completion
323 CodeCompletionString *Completion;
325 /// \brief A bitmask that indicates which code-completion contexts should
326 /// contain this completion result.
329 /// CodeCompleteContext::Kind. To map from a completion context kind to a
334 /// \brief The priority given to this code-completion result.
337 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 293 /// \brief Whether we should be caching code-completion results.
318 /// \brief A cached code-completion result, which may be introduced in one of
321 /// \brief The code-completion string corresponding to this completion
323 CodeCompletionString *Completion;
325 /// \brief A bitmask that indicates which code-completion contexts should
326 /// contain this completion result.
329 /// CodeCompleteContext::Kind. To map from a completion context kind to a
334 /// \brief The priority given to this code-completion result.
337 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 293 /// \brief Whether we should be caching code-completion results.
318 /// \brief A cached code-completion result, which may be introduced in one of
321 /// \brief The code-completion string corresponding to this completion
323 CodeCompletionString *Completion;
325 /// \brief A bitmask that indicates which code-completion contexts should
326 /// contain this completion result.
329 /// CodeCompleteContext::Kind. To map from a completion context kind to a
334 /// \brief The priority given to this code-completion result.
337 /// \brief The libclang cursor kind corresponding to this code-completion
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 263 /// \brief Determine the set of code-completion contexts in which this
364 CachedResult.Completion = R.CreateCodeCompletionString(
373 // Keep track of the type of this completion in an ASTContext-agnostic
423 // If there any contexts where this completion can be a
425 // nested-name-specifier completion.
427 CachedResult.Completion = R.CreateCodeCompletionString(
448 CachedResult.Completion = R.CreateCodeCompletionString(
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletableFuture.java 49 * completion.
64 * a completion method.
91 * completion. Method {@link #cancel cancel} has the same effect as
96 * <li>In case of exceptional completion with a CompletionException,
105 * <p>Arguments used to pass a completion result (that is, for
120 * A CompletableFuture may have dependent completion actions,
128 * exceptions. Using a single field makes completion simple to
138 * Dependent actions are represented by Completion objects linked
139 * as Treiber stacks headed by field "stack". There are Completion
145 * Completion extends ForkJoinTask to enable async executio
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 809 milliseconds