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

1 2

  /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 41 /// \brief A container of code-completion results.
53 /// \brief The actual results we have found.
54 std::vector<Result> Results;
89 // 1 -> 2 elements: create the vector of results and push in the
117 /// results.
120 /// \brief The semantic analysis object for which results are being
130 /// results that are not desirable.
158 /// \brief The completion context in which we are gathering results.
200 /// results.
206 /// \brief Set the filter used for code-completion results
    [all...]
CodeCompleteConsumer.cpp 463 CodeCompletionResult *Results,
465 std::stable_sort(Results, Results + NumResults);
467 // Print the results.
470 switch (Results[I].Kind) {
472 OS << *Results[I].Declaration;
473 if (Results[I].Hidden)
476 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
485 OS << Results[I].Keyword << '\n';
489 OS << Results[I].Macro->getName()
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 255 /// with the code-completion results.
259 /// the code-completion results.
262 /// \brief Allocator used to store globally cached code-completion results.
266 /// \brief Allocator used to store code completion results.
312 fprintf(stderr, "+++ %d completion results\n", CodeCompletionResultObjects);
317 delete [] Results;
328 fprintf(stderr, "--- %d completion results\n", CodeCompletionResultObjects);
490 //Only Clang results should be accepted, so we'll set all of the other
512 CaptureCompletionResults(AllocatedCXCodeCompleteResults &Results,
515 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.
240 /// Determines if the results are overloaded
    [all...]
  /external/chromium/chrome/common/
utility_messages.h 48 IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Results)
146 UpdateManifest::Results /* updates */)
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 108 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
114 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!");
706 "Node morphing changed the number of results!");
    [all...]
  /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/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 239 SmallVector<SDValue, 4> Results;
240 Results.push_back(RepMovs);
247 Results.push_back(DAG.getMemcpy(Chain, dl,
259 &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/clang/lib/Frontend/
ASTUnit.cpp 347 // Clear out the previous results.
352 SmallVector<Result, 8> Results;
355 getCodeCompletionTUInfo(), Results);
360 for (unsigned I = 0, N = Results.size(); I != N; ++I) {
361 switch (Results[I].Kind) {
365 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
368 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
371 CachedResult.Priority = Results[I].Priority;
372 CachedResult.Kind = Results[I].CursorKind;
373 CachedResult.Availability = Results[I].Availability
    [all...]
  /external/libvpx/vp8/encoder/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/clang/include/clang-c/
Index.h 578 * results.
    [all...]
  /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 593 std::vector<Record*> Results;
599 const std::vector<Record*> &results,
602 : Pattern(TP), Results(results), Operands(operands),
606 unsigned getNumResults() const { return Results.size(); }
614 assert(RN < Results.size());
615 return Results[RN];
DAGISelMatcher.h 82 MarkGlueResults, // Indicate which interior nodes have glue results.
83 CompleteMatch, // Finish a match and update the results.
84 MorphNodeTo // Build a node, finish a match and update results.
899 /// pushing the chain and glue results.
    [all...]
IntrinsicEmitter.cpp 665 std::vector<StringMatcher::StringPair> Results;
671 Results.push_back(StringMatcher::StringPair(I->first, ResultCode));
674 StringMatcher("BuiltinName", Results, OS).Emit();
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 118 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,

Completed in 735 milliseconds

1 2