HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 926 - 950 of 1503) sorted by null

<<31323334353637383940>>

  /external/gtest/test/
gtest_output_test_.cc 918 TestPartResultArray results; local
922 &results);
927 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
993 // of them are intended to fail), and then compare the test results
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 47 // Request parameters used to select between subsets of results.
117 setBSection: 'actual-results',
118 setASection: 'expected-results',
129 setBSection: 'actual-results',
130 setASection: 'expected-results',
140 setBSection: 'actual-results',
141 setASection: 'actual-results',
239 // Filter and sort the results to get them ready for rendering
260 // run digest before we update the results. This allows
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 292 String results[] = new String[names.size()]; local
293 for (int i = 0; i < results.length; i++) {
294 results[i] = (String) names.elementAt(i);
296 return (results);
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 54 tGAP_CALLBACK *gap_inq_rslt_cback; /* Used for inquiry results */
65 tGAP_FINDADDR_RESULTS results; member in struct:__anon5891
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper_unittest.cc 194 CaptivePortalService::Results results; local
195 results.previous_result = previous_result;
196 results.result = result;
197 content::Details<CaptivePortalService::Results> details_results(&results);
  /external/chromium_org/chrome/browser/favicon/
favicon_service.h 39 const std::vector<favicon_base::FaviconRawBitmapResult>* results);
105 // the largest favicon bitmap is returned. Results with a higher priority
  /external/chromium_org/chrome/browser/resources/cryptotoken/
appid.js 105 return Promise.all(appIdChecks).then(function(results) {
106 return results.every(function(result) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_browsertest.cc 130 // Test showing search results, and uninstalling one of them while displayed.
149 WatchResultsLookingForItem(model->results(), extension->name());
164 // Results should not be immediately refreshed. When they are, the item should
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 555 resultsWrap.className = 'results';
557 var results = [];
561 results.push(result);
620 results[index].className = 'result';
621 results[index].innerText = resultTime.toFixed(3) + ' s';
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 300 history::QueryResults* results);
  /external/chromium_org/components/component_updater/
update_checker.cc 158 original_url, error, error_message, update_response.results());
  /external/chromium_org/components/omnibox/
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/content/browser/frame_host/
render_widget_host_view_child_frame.h 111 virtual void GetScreenInfo(blink::WebScreenInfo* results) OVERRIDE;
render_widget_host_view_guest.h 115 virtual void GetScreenInfo(blink::WebScreenInfo* results) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 304 void GetScreenInfoForWindow(WebScreenInfo* results, aura::Window* window) {
308 results->rect = display.bounds();
309 results->availableRect = display.work_area();
311 results->depth = 24;
312 results->depthPerComponent = 8;
313 results->deviceScaleFactor = display.device_scale_factor();
319 results->orientationAngle = display.RotationAsDegree();
320 if (results->orientationAngle == 90)
321 results->orientationAngle = 270;
322 else if (results->orientationAngle == 270
    [all...]
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 421 SpeechRecognitionResults results; local
424 results.push_back(SpeechRecognitionResult());
425 SpeechRecognitionResult& result = results.back();
448 delegate()->OnSpeechRecognitionEngineResults(results);
458 // errors, yet neither any further results.
speech_recognizer_impl.h 143 const SpeechRecognitionResults& results) OVERRIDE;
  /external/chromium_org/content/test/gpu/gpu_tests/
pixel.py 56 def ValidateAndMeasurePage(self, page, tab, results):
102 # Legacy path using on-disk results.
webgl_conformance.py 71 def ValidateAndMeasurePage(self, page, tab, results):
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_api.cc 151 scoped_ptr<base::ListValue> results = local
153 scoped_ptr<Event> event(new Event(OnError::kEventName, results.Pass()));
163 scoped_ptr<base::ListValue> results = local
167 scoped_ptr<Event> event(new Event(OnMessage::kEventName, results.Pass()));
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 175 // The bucket used for results. Public for testing only.
413 GLint* results, GLsizeiptr results_size)
416 results(results),
423 GLint* results; member in struct:gpu::gles2::GLES2Implementation::GetMultipleIntegervState
  /external/chromium_org/net/cert/
x509_certificate.cc 456 CertificateList results; local
459 return results;
464 results.push_back(scoped_refptr<X509Certificate>(result));
468 return results;
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 143 results = regexp.match(self._buffer)
144 if not results:
146 xml_text = self._buffer[:results.end()] + xml_suffix
147 self._buffer = self._buffer[results.end():]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
FileBasedSearchResultsPane.js 16 this.element.id = "search-results-pane-file-based";
19 this._treeOutlineElement.className = "search-results-outline-disclosure";
  /external/chromium_org/third_party/icu/source/test/intltest/
encoll.cpp 133 static const Collator::EComparisonResult results[] = { variable
249 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
286 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
296 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);

Completed in 846 milliseconds

<<31323334353637383940>>