HomeSort by relevance Sort by last modified time
    Searched refs:Results (Results 1 - 25 of 52) 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 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 468 CodeCompletionResult *Results,
470 std::stable_sort(Results, Results + NumResults);
472 // Print the results.
475 switch (Results[I].Kind) {
477 OS << *Results[I].Declaration;
478 if (Results[I].Hidden)
481 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
493 OS << Results[I].Keyword << '\n';
497 OS << Results[I].Macro->getName()
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 266 /// with the code-completion results.
270 /// the code-completion results.
273 /// \brief Allocator used to store globally cached code-completion results.
277 /// \brief Allocator used to store code completion results.
323 fprintf(stderr, "+++ %d completion results\n", CodeCompletionResultObjects);
328 delete [] Results;
339 fprintf(stderr, "--- %d completion results\n", CodeCompletionResultObjects);
501 //Only Clang results should be accepted, so we'll set all of the other
524 AllocatedCXCodeCompleteResults &Results,
527 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 111 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
117 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/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 241 SmallVector<SDValue, 4> Results;
242 Results.push_back(RepMovs);
249 Results.push_back(DAG.getMemcpy(Chain, dl,
261 &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 343 // Clear out the previous results.
348 SmallVector<Result, 8> Results;
351 getCodeCompletionTUInfo(), Results);
356 for (unsigned I = 0, N = Results.size(); I != N; ++I) {
357 switch (Results[I].Kind) {
361 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
365 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
368 CachedResult.Priority = Results[I].Priority;
369 CachedResult.Kind = Results[I].CursorKind;
370 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 557 * 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 678 std::vector<StringMatcher::StringPair> Results;
684 Results.push_back(StringMatcher::StringPair(I->first, ResultCode));
687 StringMatcher("BuiltinName", Results, OS).Emit();
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 117 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,

Completed in 1430 milliseconds

1 2 3