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

1 2

  /external/chromium_org/chrome/common/safe_browsing/
zip_analyzer.h 16 struct Results {
21 Results() : success(false), has_executable(false), has_archive(false) {}
24 void AnalyzeZipFile(base::File zip_file, Results* results);
  /external/chromium_org/ui/app_list/
search_provider.h 21 typedef ScopedVector<SearchResult> Results;
30 // Invoked to stop the current query and no more results changes.
37 // TODO(mukai): Fix the ownership and copying of the results.
38 void ReleaseResult(std::vector<SearchResult*>* results);
40 const Results& results() const { return results_; } function in class:app_list::SearchProvider
43 // Interface for the derived class to generate search results.
51 Results results_;
  /external/chromium_org/components/captive_portal/
captive_portal_detector.h 29 struct Results {
30 Results()
41 typedef base::Callback<void(const Results& results)> DetectionCallback;
68 // test URL, and fills a Results struct based on its result. If the
70 // of |results| is populated accordingly. Otherwise, it's set to
73 Results* results) const;
  /external/easymock/src/org/easymock/internal/
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/chromium_org/components/component_updater/
update_response.h 102 struct Results {
103 Results();
104 ~Results();
115 // indicating success or failure. On success, the results are available by
116 // calling results(). The details for any failures are available by calling
120 const Results& results() const { return results_; } function in class:component_updater::UpdateResponse
124 Results results_;
update_response.cc 25 UpdateResponse::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {}
26 UpdateResponse::Results::~Results() {}
  /external/chromium_org/extensions/common/
update_manifest.h 63 struct Results {
64 Results();
65 ~Results();
76 // indicating success or failure. On success, the results are available by
77 // calling results(). The details for any failures are available by calling
81 const Results& results() { return results_; } function in class:UpdateManifest
85 Results results_;
update_manifest.cc 28 UpdateManifest::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {}
30 UpdateManifest::Results::~Results() {}
  /external/lldb/tools/lldb-perf/lib/
Results.h 1 //===-- Results.h -----------------------------------------------*- C++ -*-===//
20 class Results
59 Write (Results &results) = 0;
148 Write (Results &results)
175 Write (Results &results)
217 Write (Results &results)
    [all...]
  /external/chromium_org/v8/tools/
run_perf.py 23 "results_processor": <optional python results processor script>,
29 "results_processor": <optional python results processor script>,
130 class Results(object):
206 # A regular expression for results. If the parent graph provides a
233 self.results = []
239 self.results.append(
256 return Results([{
259 "results": self.results,
294 res = reduce(lambda r, t: r + t.GetResults(), self._children, Results())
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 247 SmallVector<SDValue, 4> Results;
248 Results.push_back(RepMovs);
255 Results.push_back(DAG.getMemcpy(Chain, dl,
266 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Results);
  /external/chromium_org/components/omnibox/
search_suggestion_parser.cc 98 // In case of zero-suggest results, do not highlight matches.
202 // In case of zero-suggest results, do not highlight matches.
243 // SearchSuggestionParser::Results ---------------------------------------------
245 SearchSuggestionParser::Results::Results()
250 SearchSuggestionParser::Results::~Results() {}
252 void SearchSuggestionParser::Results::Clear() {
259 bool SearchSuggestionParser::Results::HasServerProvidedScores() const {
263 // Right now either all results of one type will be server-scored or they wil
    [all...]
search_suggestion_parser.h 102 // keystroke, otherwise it must have come from prior cached results
236 struct Results {
237 Results();
238 ~Results();
244 // Returns whether any of the results (including verbatim) have
265 // If the relevance values of the results are from the server.
268 // URLs of any images in Answers results.
272 DISALLOW_COPY_AND_ASSIGN(Results);
283 // Parses results from the suggest server and updates the appropriate suggest
284 // and navigation result lists in |results|. |is_keyword_result| indicate
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.h 23 // a CaptivePortalService::Results as the details.
38 struct Results {
114 const captive_portal::CaptivePortalDetector::Results& results);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 189 SmallVector<SDValue, 8> Results;
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 189 SmallVector<SDValue, 8> Results;
  /external/chromium_org/chrome/browser/net/
predictor.h 64 typedef std::map<GURL, UrlInfo> Results;
99 // Note that when scanning search results lists, we might actually get 10 at
165 // In some circumstances, for privacy reasons, all results should be
415 Results::const_iterator it(results_.find(url));
531 Results results_;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 229 // The following calls must take care of *all* of the node's results,
230 // not just the illegal result they were passed (this includes results
231 // with a legal type). Results can be remapped using ReplaceValueWith,
280 // The following calls must either replace all of the node's results
331 "Node morphing changed the number of results!");
712 "Node morphing changed the number of results!");
    [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.
252 /// Determines if the results are overloaded
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 276 /// with the code-completion results.
280 /// the code-completion results.
283 /// \brief Allocator used to store globally cached code-completion results.
287 /// \brief Allocator used to store code completion results.
332 fprintf(stderr, "+++ %u completion results\n",
338 delete [] Results;
346 fprintf(stderr, "--- %u completion results\n",
508 //Only Clang results should be accepted, so we'll set all of the other
531 AllocatedCXCodeCompleteResults &Results,
534 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/test/
run_py_tests.py     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 347 // Clear out the previous results.
352 SmallVector<Result, 8> Results;
356 CCTUInfo, Results);
361 for (unsigned I = 0, N = Results.size(); I != N; ++I) {
362 switch (Results[I].Kind) {
366 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
370 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
373 CachedResult.Priority = Results[I].Priority;
374 CachedResult.Kind = Results[I].CursorKind;
375 CachedResult.Availability = Results[I].Availability
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 88 // Use i32 for setcc operations results (slt, sgt, ...).
237 /// ReplaceNodeResults - Replace the results of node with an illegal result
240 SmallVectorImpl<SDValue>&Results,
247 Results.push_back(ExpandADDSUB(N, DAG));
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 84 MarkGlueResults, // Indicate which interior nodes have glue results.
85 CompleteMatch, // Finish a match and update the results.
86 MorphNodeTo // Build a node, finish a match and update results.
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 489 HRESULT Results[2];
513 encoder->Results[0] = res;
526 encoder->Results[decoder->DecoderIndex] = encoder->Decode(decoder->DecoderIndex);
815 if (encoder.Results[j] != S_OK)
816 res = encoder.Results[j];

Completed in 1010 milliseconds

1 2