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

1 2 3

  /external/chromium/chrome/common/extensions/
update_manifest.h 50 struct Results {
51 Results();
52 ~Results();
63 // indicating success or failure. On success, the results are available by
64 // calling results(). The details for any failures are available by calling
68 const Results& results() { return results_; } function in class:UpdateManifest
72 Results results_;
update_manifest.cc 26 UpdateManifest::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {}
28 UpdateManifest::Results::~Results() {}
  /external/easymock/src/org/easymock/internal/
ExpectedInvocationAndResults.java 26 Results results; field in class:ExpectedInvocationAndResults
29 Results results) {
31 this.results = results;
38 public Results getResults() {
39 return results;
44 return expectedInvocation.toString() + ": " + results.toString();
UnorderedBehavior.java 26 private final List<ExpectedInvocationAndResults> results = new ArrayList<ExpectedInvocationAndResults>(); field in class:UnorderedBehavior
36 for (ExpectedInvocationAndResults entry : results) {
42 Results list = new Results();
44 results.add(new ExpectedInvocationAndResults(expected, list));
48 for (ExpectedInvocationAndResults entry : results) {
70 for (ExpectedInvocationAndResults entry : results) {
79 List<ErrorMessage> messages = new ArrayList<ErrorMessage>(results
81 for (ExpectedInvocationAndResults entry : results) {
104 } else if (results.isEmpty() || !this.checkOrder) {
    [all...]
Results.java 23 public class Results implements Serializable {
31 private final List<Result> results = new ArrayList<Result>(); field in class:Results
42 results.add(result);
51 return results.get(i);
56 return results.get(i);
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 42 /// \brief A container of code-completion results.
54 /// \brief The actual results we have found.
55 std::vector<Result> Results;
91 // 1 -> 2 elements: create the vector of results and push in the
119 /// results.
122 /// \brief The semantic analysis object for which results are being
132 /// results that are not desirable.
160 /// \brief The completion context in which we are gathering results.
205 /// results.
211 /// \brief Set the filter used for code-completion results
    [all...]
CodeCompleteConsumer.cpp 438 CodeCompletionResult *Results,
440 std::stable_sort(Results, Results + NumResults);
442 // Print the results.
445 switch (Results[I].Kind) {
447 OS << *Results[I].Declaration;
448 if (Results[I].Hidden)
451 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
463 OS << Results[I].Keyword << '\n';
467 OS << Results[I].Macro->getName()
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 273 /// with the code-completion results.
277 /// the code-completion results.
280 /// \brief Allocator used to store globally cached code-completion results.
284 /// \brief Allocator used to store code completion results.
335 fprintf(stderr, "+++ %d completion results\n", CodeCompletionResultObjects);
340 delete [] Results;
349 fprintf(stderr, "--- %d completion results\n", CodeCompletionResultObjects);
511 //Only Clang results should be accepted, so we'll set all of the other
534 AllocatedCXCodeCompleteResults &Results,
537 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator)
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 23 /// @brief Represents the results of name lookup.
25 /// An instance of the LookupResult class captures the results of a
29 /// results occurred for a given lookup.
54 /// @brief Name lookup results in an ambiguity; use
61 /// Name lookup results in an ambiguity because multiple
75 /// Name lookup results in an ambiguity because multiple
89 /// Name lookup results in an ambiguity because multiple definitions
104 /// Name lookup results in an ambiguity because an entity with a
122 /// A little identifier for flagging temporary lookup results.
249 /// Determines if the results are overloaded
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 167 /// \brief Returns the results of matching \p Matcher on \p Node.
170 /// \p Matcher on \p Node and returns the collected results.
172 /// Multiple results occur when using matchers like \c forEachDescendant,
199 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) {
200 for (SmallVectorImpl<BoundNodes>::const_iterator I = Results.begin(),
201 E = Results.end();
  /external/chromium/chrome/common/
utility_messages.h 48 IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Results)
146 UpdateManifest::Results /* updates */)
  /external/chromium/chrome/browser/net/
predictor.h 46 typedef std::map<GURL, UrlInfo> Results;
65 // In some circumstances, for privacy reasons, all results should be
217 Results::const_iterator it(results_.find(url));
282 Results results_;
predictor.cc 431 for (Results::iterator it(results_.begin()); it != results_.end(); it++)
581 Results assignees;
582 for (Results::iterator it = results_.begin(); results_.end() != it; ++it) {
594 for (Results::iterator it = assignees.begin(); assignees.end() != it; ++it) {
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 135 void getAll(std::vector<StringRef> &Results,
140 Results.push_back(StringRef(Path));
148 It->getValue().getAll(Results, Children.end());
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 113 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
114 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
120 SmallVectorImpl<SDValue> &Results);
    [all...]
LegalizeTypes.cpp 227 // The following calls must take care of *all* of the node's results,
228 // not just the illegal result they were passed (this includes results
229 // with a legal type). Results can be remapped using ReplaceValueWith,
278 // The following calls must either replace all of the node's results
329 "Node morphing changed the number of results!");
707 "Node morphing changed the number of results!");
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 249 SmallVector<SDValue, 4> Results;
250 Results.push_back(RepMovs);
257 Results.push_back(DAG.getMemcpy(Chain, dl,
269 &Results[0], Results.size());
  /external/chromium/chrome/browser/
utility_process_host.h 35 // get results back. All functions are called on the thread passed along
66 const UpdateManifest::Results& results) {}
140 // Results are reported to either OnDecodeImageSuceeded() or
  /external/llvm/lib/Target/R600/
R600ISelLowering.h 32 SmallVectorImpl<SDValue> &Results,
  /external/clang/lib/Frontend/
ASTUnit.cpp 352 // Clear out the previous results.
357 SmallVector<Result, 8> Results;
361 CCTUInfo, Results);
366 for (unsigned I = 0, N = Results.size(); I != N; ++I) {
367 switch (Results[I].Kind) {
371 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
375 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
378 CachedResult.Priority = Results[I].Priority;
379 CachedResult.Kind = Results[I].CursorKind;
380 CachedResult.Availability = Results[I].Availability
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
sad_sse4.asm 188 mov rdi, arg(4) ;Results
226 mov rdi, arg(4) ;Results
264 mov rdi, arg(4) ;Results
305 mov rdi, arg(4) ;Results
341 mov rdi, arg(4) ;Results
  /external/chromium/chrome/browser/extensions/
extension_updater.h 289 // If |results| is null, it means something went wrong when parsing it.
291 const UpdateManifest::Results* results);
300 const UpdateManifest::Results& possible_updates);
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 607 std::vector<Record*> Results;
613 const std::vector<Record*> &results,
616 : Pattern(TP), Results(results), Operands(operands),
620 unsigned getNumResults() const { return Results.size(); }
628 assert(RN < Results.size());
629 return Results[RN];
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/clang/include/clang-c/
Index.h 632 * results.
    [all...]

Completed in 1050 milliseconds

1 2 3